/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.hrn-color-core-citrus {
  color: #bac000; }

.hrn-color-core-dark-gray {
  color: #6a6260; }

.hrn-color-core-fuchsia {
  color: #c04ea9; }

.hrn-color-core-keppel {
  color: #52b788; }

.hrn-color-core-chateau-green {
  color: #35a85b; }

.hrn-color-core-light-steel-blue {
  color: #a7abdd; }

.hrn-color-core-wedgewood {
  color: #44749b; }

.hrn-color-core-mariner {
  color: #44749b; }

.hrn-color-core-moccasin {
  color: #fffef0; }

.hrn-color-text-link {
  color: #2b64a8; }

.hrn-color-text-default {
  color: #6a6260; }

.hrn-background-color-core-citrus {
  background: #bac000; }

.hrn-background-color-core-dark-gray {
  background: #6a6260; }

.hrn-background-color-core-fuchsia {
  background: #c04ea9; }

.hrn-background-color-core-keppel {
  background: #52b788; }

.hrn-background-color-core-chateau-green {
  background: #35a85b; }

.hrn-background-color-core-light-steel-blue {
  background: #a7abdd; }

.hrn-background-color-core-wedgewood {
  background: #44749b; }

.hrn-background-color-core-mariner {
  background: #44749b; }

.hrn-background-color-core-moccasin {
  background: #fffef0; }

* {
  box-sizing: border-box; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px; }

a:link,
a:visited {
  color: #c04ea9;
  transition: all 0.3s ease; }

a:hover {
  color: #8f337c; }

b, strong {
  font-weight: 600; }

.hrn-action-menu__list {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.hrn-action-menu li + li {
  margin-left: 25px; }

.hrn-action-menu .hrn-action-menu__link {
  font-size: 20px;
  font-weight: 700; }
  .hrn-action-menu .hrn-action-menu__link.hrn-action-menu__link--featured a:link, .hrn-action-menu .hrn-action-menu__link.hrn-action-menu__link--featured a:visited {
    color: #c04ea9; }
  .hrn-action-menu .hrn-action-menu__link.hrn-action-menu__link--featured a:hover {
    color: #8f337c; }
  .hrn-action-menu .hrn-action-menu__link .hrn-action-menu__icon {
    display: inline-block;
    margin: 0 8px 0 0; }
    .hrn-action-menu .hrn-action-menu__link .hrn-action-menu__icon--featured {
      width: 25px; }
    .hrn-action-menu .hrn-action-menu__link .hrn-action-menu__icon--listen {
      width: 20px; }
    .hrn-action-menu .hrn-action-menu__link .hrn-action-menu__icon svg {
      width: 100%; }
  .hrn-action-menu .hrn-action-menu__link a:link, .hrn-action-menu .hrn-action-menu__link a:visited {
    align-items: center;
    color: #6a6260;
    display: flex;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap; }
  .hrn-action-menu .hrn-action-menu__link a:hover {
    color: #000; }

.hrn-author-meta {
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  padding: 0 15px 0 25px; }
  @media screen and (min-width: 992px) {
    .hrn-author-meta {
      padding: 0 15px 0 35px; } }
  .hrn-author-meta p {
    font-size: 14px;
    line-height: 14px;
    color: #6a6260;
    font-weight: 700; }
  .hrn-author-meta p + p {
    margin-top: 40px; }

.hrn-auxiliary-menu {
  font-family: Futura, Trebuchet MS, Arial, sans-serif; }
  .hrn-auxiliary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .hrn-auxiliary-menu li {
    margin: 0 25px 0 0; }
  .hrn-auxiliary-menu a {
    color: #6a6260;
    transition: 0.3s; }
    .hrn-auxiliary-menu a:hover {
      color: #000000; }
  .hrn-auxiliary-menu .hrn-auxiliary-menu-social-list {
    display: flex; }
  .hrn-auxiliary-menu .hrn-auxiliary-menu-meta-list {
    display: flex;
    flex-direction: column;
    margin: 25px 0 0 0;
    line-height: 18px; }
    .hrn-auxiliary-menu .hrn-auxiliary-menu-meta-list li {
      margin: 0 0 10px 0; }
    .hrn-auxiliary-menu .hrn-auxiliary-menu-meta-list a {
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      transition: 0.3s; }
      .hrn-auxiliary-menu .hrn-auxiliary-menu-meta-list a:hover {
        color: #000000; }

.hrn-banner--has-title .hrn-banner__inner:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5); }

.hrn-banner .hrn-banner__inner {
  height: 190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .hrn-banner .hrn-banner__inner {
      height: 250px; } }
  .hrn-banner .hrn-banner__inner h2 {
    color: white;
    position: relative;
    padding: 0 20px;
    font-size: 28px; }
    @media screen and (min-width: 768px) {
      .hrn-banner .hrn-banner__inner h2 {
        font-size: 34px; } }

.hrn-baseball-card {
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  color: #6a6260;
  display: flex;
  overflow: hidden; }
  .hrn-baseball-card.hrn-baseball-card--has-url .hrn-baseball-card__title,
  .hrn-baseball-card.hrn-baseball-card--has-url .hrn-baseball-card__subtitle,
  .hrn-baseball-card.hrn-baseball-card--has-url .hrn-baseball-card__meta,
  .hrn-baseball-card.hrn-baseball-card--has-url p {
    color: #6a6260;
    transition: color 0.2s ease; }
  .hrn-baseball-card.hrn-baseball-card--has-url:hover .hrn-baseball-card__title,
  .hrn-baseball-card.hrn-baseball-card--has-url:hover .hrn-baseball-card__subtitle,
  .hrn-baseball-card.hrn-baseball-card--has-url:hover .hrn-baseball-card__meta,
  .hrn-baseball-card.hrn-baseball-card--has-url:hover p {
    color: black; }
  .hrn-baseball-card .hrn-baseball-card__link {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #6a6260; }
    .hrn-baseball-card .hrn-baseball-card__link + .hrn-baseball-card__content {
      margin-top: 20px; }
  .hrn-baseball-card a.hrn-baseball-card__link:hover {
    color: black; }
  .hrn-baseball-card .hrn-baseball-card__image-container {
    width: 190px;
    height: auto; }
    @media screen and (min-width: 768px) {
      .hrn-baseball-card .hrn-baseball-card__image-container {
        width: 190px;
        height: 190px; } }
    .hrn-baseball-card .hrn-baseball-card__image-container img {
      height: auto;
      width: 190px; }
  .hrn-baseball-card .hrn-baseball-card__content-container {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    padding-left: 20px; }
    @media screen and (min-width: 768px) {
      .hrn-baseball-card .hrn-baseball-card__content-container {
        padding: 0 20px 20px; } }
    .hrn-baseball-card .hrn-baseball-card__content-container p {
      font-size: 16px;
      font-weight: 500;
      line-height: 18px;
      margin: 20px 0; }
  .hrn-baseball-card .hrn-baseball-card__title {
    font-size: 25px;
    line-height: 34px;
    margin: 0;
    hyphens: auto;
    font-weight: 700; }
    .hrn-baseball-card .hrn-baseball-card__title + .hrn-baseball-card__content {
      margin-top: 20px; }
  .hrn-baseball-card .hrn-baseball-card__meta {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin: 10px 0; }
  .hrn-baseball-card.hrn-baseball-grid--card--featured {
    display: block; }
    @media screen and (min-width: 768px) {
      .hrn-baseball-card.hrn-baseball-grid--card--featured {
        display: flex; } }
    .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__image-container {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__image-container {
          width: 40%; } }
      .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__image-container img {
        width: 100%;
        height: auto; }
    .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container {
      width: 100%;
      position: relative;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 10px; }
      @media screen and (min-width: 768px) {
        .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container {
          width: 60%;
          padding: 0 25px; }
          .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container.full {
            width: 100%; } }
      .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container .hrn-baseball-card__readmore-btn-wrapper {
        display: none; }
        .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container .hrn-baseball-card__readmore-btn-wrapper label {
          font-weight: bold;
          color: #c04ea9;
          text-decoration: underline;
          cursor: pointer; }
      .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container .hrn-baseball-card__readless-btn-wrapper {
        display: none; }
        .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container .hrn-baseball-card__readless-btn-wrapper label {
          font-weight: bold;
          color: #c04ea9;
          text-decoration: underline;
          cursor: pointer; }
      .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container input {
        opacity: 0;
        position: absolute;
        pointer-events: none; }
      .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container input:focus ~ label {
        outline: -webkit-focus-ring-color auto 5px; }
      .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container input:checked + .hrn-baseball-card__link .hrn-baseball-card__content {
        -webkit-line-clamp: unset; }
      .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container input:checked + .hrn-baseball-card__link + .hrn-baseball-card__readmore-btn-wrapper {
        display: none; }
      .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container input:checked + .hrn-baseball-card__link + .hrn-baseball-card__readmore-btn-wrapper + .hrn-baseball-card__readless-btn-wrapper {
        display: block; }
      .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container .hrn-baseball-card__content {
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500; }
      .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container .hrn-baseball-card__btn {
        color: white;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding: 25px 0;
        background: #6a6260;
        width: 100%;
        text-align: center;
        text-decoration: none;
        margin-top: 25px;
        line-height: 14px; }
        .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container .hrn-baseball-card__btn i {
          font-size: 16px;
          position: relative;
          top: -2px; }
        .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__content-container .hrn-baseball-card__btn:hover {
          background: #423d3c; }
    .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__title {
      font-size: 34px;
      line-height: 34px;
      font-weight: 700; }
    .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__subtitle {
      font-size: 34px;
      line-height: 34px;
      font-weight: 400;
      margin: 10px 0; }
    .hrn-baseball-card.hrn-baseball-grid--card--featured .hrn-baseball-card__meta {
      font-size: 14px;
      line-height: 14px;
      font-weight: 700;
      margin: 0 0 15px 0; }
    .hrn-baseball-card.hrn-baseball-grid--card--featured.is-truncated .hrn-baseball-card__readmore-btn-wrapper {
      display: block; }
    .hrn-baseball-card.hrn-baseball-grid--card--featured.no-read-more .hrn-baseball-card__btn {
      display: none; }
    .hrn-baseball-card.hrn-baseball-grid--card--featured.no-read-more .hrn-baseball-card__readmore-btn-wrapper {
      display: none; }
    .hrn-baseball-card.hrn-baseball-grid--card--featured.no-read-more .hrn-baseball-card__content {
      -webkit-line-clamp: inherit; }
  .hrn-baseball-card .hrn-baseball-card__staff {
    margin-top: 15px; }
    .hrn-baseball-card .hrn-baseball-card__staff .hrn-baseball-card__label {
      font-weight: 600;
      width: 100%;
      display: block; }

.hrn-block {
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  color: #6a6260;
  line-height: 1.15; }
  .hrn-block__content {
    padding: 10px; }
    .hrn-block__content > h3 {
      margin-top: 0; }
  @media screen and (min-width: 330px) {
    .hrn-block {
      z-index: 32; } }

.hrn-block__headline a {
  color: #6a6260;
  text-decoration: none;
  transition: color 0.2s ease; }
  .hrn-block__headline a:hover {
    color: black; }

.hrn-block__headline h3 {
  margin: 15px 0 0; }
  .hrn-block__headline h3 + p {
    margin-top: 5px; }

.hrn-featured-content .hrn-block__content {
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

.hrn-featured-content .hrn-teaser-card {
  margin-bottom: 20px;
  /*
    ** Here we are emulating the featured style for the first item.
    ** This will allow for a more dynamic and simple implementation.
    */ }
  .hrn-featured-content .hrn-teaser-card:first-child:not(.hrn-teaser-card--featured) .hrn-teaser-card__image-container {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 650px) {
      .hrn-featured-content .hrn-teaser-card:first-child:not(.hrn-teaser-card--featured) .hrn-teaser-card__image-container {
        width: 250px;
        height: 250px; } }
    @media screen and (min-width: 768px) {
      .hrn-featured-content .hrn-teaser-card:first-child:not(.hrn-teaser-card--featured) .hrn-teaser-card__image-container {
        width: 350px;
        height: 350px; } }
    .hrn-featured-content .hrn-teaser-card:first-child:not(.hrn-teaser-card--featured) .hrn-teaser-card__image-container img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 650px) {
        .hrn-featured-content .hrn-teaser-card:first-child:not(.hrn-teaser-card--featured) .hrn-teaser-card__image-container img {
          width: 250px;
          height: 250px; } }
      @media screen and (min-width: 768px) {
        .hrn-featured-content .hrn-teaser-card:first-child:not(.hrn-teaser-card--featured) .hrn-teaser-card__image-container img {
          min-width: 350px;
          height: auto; } }
  .hrn-featured-content .hrn-teaser-card:first-child:not(.hrn-teaser-card--featured) .hrn-teaser-card__content-container {
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 650px) {
      .hrn-featured-content .hrn-teaser-card:first-child:not(.hrn-teaser-card--featured) .hrn-teaser-card__content-container {
        width: auto;
        padding: 0 20px 20px; } }
    .hrn-featured-content .hrn-teaser-card:first-child:not(.hrn-teaser-card--featured) .hrn-teaser-card__content-container p {
      font-size: 34px;
      font-weight: 500;
      line-height: 34px; }
  .hrn-featured-content .hrn-teaser-card:first-child:not(.hrn-teaser-card--featured) .hrn-teaser-card__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 15px; }
  @media screen and (min-width: 1140px) {
    .hrn-featured-content .hrn-teaser-card:not(:first-child) {
      display: inline-flex;
      width: 49.5%; } }

.hrn-featured-partners .hrn-block__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
  grid-gap: 20px;
  grid-gap: 1rem;
  padding: 0;
  margin: 20px 0 0 0; }
  .hrn-featured-partners .hrn-block__content a.hrn-image-link {
    text-align: center; }
  .hrn-featured-partners .hrn-block__content .hrn-image {
    width: auto;
    height: auto;
    max-width: 85px;
    max-height: 85px;
    flex-shrink: 0; }
    .hrn-featured-partners .hrn-block__content .hrn-image .hrn-image-link {
      display: flex;
      align-items: center;
      justify-content: center; }
    .hrn-featured-partners .hrn-block__content .hrn-image img {
      width: 100%;
      height: 100%;
      min-width: 100%; }

.hrn-hosted-info-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  font-family: Futura, Trebuchet MS, Arial, sans-serif; }
  .hrn-hosted-info-card a {
    text-decoration: none; }
    .hrn-hosted-info-card a * {
      color: #6a6260;
      transition: color 0.2s ease; }
    .hrn-hosted-info-card a:hover * {
      color: black; }
  .hrn-hosted-info-card .hrn-hosted-info-card__block {
    background: #fffef0; }
    .hrn-hosted-info-card .hrn-hosted-info-card__block .hrn-hosted-info-card__hosted-top {
      margin-bottom: 0; }
    .hrn-hosted-info-card .hrn-hosted-info-card__block .hrn-hosted-info-card__inner {
      display: flex;
      flex-wrap: wrap;
      background: #fffef0;
      text-align: center;
      padding: 0 20px 25px 20px; }
    .hrn-hosted-info-card .hrn-hosted-info-card__block h3 {
      font-size: 20px;
      margin: 20px 20px 10px;
      text-align: left;
      width: 100%; }
    .hrn-hosted-info-card .hrn-hosted-info-card__block .hrn-hosted-info-card__image-container {
      width: 100%;
      margin-bottom: 30px; }
      @media screen and (min-width: 480px) {
        .hrn-hosted-info-card .hrn-hosted-info-card__block .hrn-hosted-info-card__image-container {
          width: 160px;
          margin-bottom: 0; } }
      .hrn-hosted-info-card .hrn-hosted-info-card__block .hrn-hosted-info-card__image-container img {
        width: 100%; }
    .hrn-hosted-info-card .hrn-hosted-info-card__block .hrn-hosted-info-card__content-container {
      text-align: left;
      width: 100%;
      padding-left: 0;
      font-size: 14px;
      line-height: 16px; }
      @media screen and (min-width: 480px) {
        .hrn-hosted-info-card .hrn-hosted-info-card__block .hrn-hosted-info-card__content-container {
          width: calc(100% - 160px);
          padding-left: 40px; } }
    .hrn-hosted-info-card .hrn-hosted-info-card__block .hrn-hosted-info-card__title {
      font-size: 34px;
      line-height: 34px;
      margin: 0 0 14px 0; }
      .hrn-hosted-info-card .hrn-hosted-info-card__block .hrn-hosted-info-card__title a {
        color: #6a6260;
        transition: color 0.2s ease; }
        .hrn-hosted-info-card .hrn-hosted-info-card__block .hrn-hosted-info-card__title a:hover {
          color: black; }

.hrn-label {
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  line-height: 1.15;
  color: #fff;
  font-size: 20px;
  max-height: 30px;
  padding: 4px 30px 4px 10px;
  position: relative; }
  .hrn-label::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-top: 30px solid #fff; }
  .hrn-label h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0; }

.hrn-latest-episodes .hrn-block__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  padding: 0;
  margin: 20px 0; }
  @media screen and (min-width: 992px) {
    .hrn-latest-episodes .hrn-block__content {
      grid-template-columns: 1fr 1fr; } }

.hrn-block__wrapper {
  background: #fffef0; }
  .hrn-block__wrapper .hrn-block__headline {
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px; }

.col {
  display: grid; }
  .col.col-2-half {
    grid-template-columns: 1fr; }
    @media screen and (min-width: 992px) {
      .col.col-2-half {
        grid-template-columns: 1fr 1fr; } }
  .col.col-4-8 {
    grid-template-columns: 1fr; }
    @media screen and (min-width: 992px) {
      .col.col-4-8 {
        grid-template-columns: 2fr 4fr; } }
  .col.col-3-9 {
    grid-template-columns: 1fr; }
    @media screen and (min-width: 992px) {
      .col.col-3-9 {
        grid-template-columns: 9fr 3fr; } }
  .col.col-8-4 {
    grid-template-columns: 1fr; }
    @media screen and (min-width: 992px) {
      .col.col-8-4 {
        grid-template-columns: 4fr 2fr; } }

.hrn-listen-menu {
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  color: #6a6260;
  margin-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .hrn-listen-menu {
      padding-left: 20px; } }
  .hrn-listen-menu h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    margin: 30px 0 20px 0; }
  .hrn-listen-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .hrn-listen-menu ul li {
      display: inline-block;
      margin-right: 25px; }
      .hrn-listen-menu ul li a {
        color: #6a6260;
        transition: color 0.3s ease; }
        .hrn-listen-menu ul li a:hover {
          color: #000; }

.hrn-logo-block {
  font-family: Futura, Trebuchet MS, Arial, sans-serif; }
  @media screen and (min-width: 768px) {
    .hrn-logo-block {
      align-items: flex-end;
      display: flex;
      flex-wrap: inherit; } }
  .hrn-logo-block .hrn-logo {
    line-height: 1;
    width: 100%; }
    @media screen and (min-width: 480px) {
      .hrn-logo-block .hrn-logo {
        width: auto; } }
    @media screen and (min-width: 768px) {
      .hrn-logo-block .hrn-logo {
        align-self: flex-start; } }
  .hrn-logo-block h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin-top: 20px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .hrn-logo-block h2 {
        margin: 0 0 0 20px; } }
    .hrn-logo-block h2 strong {
      font-weight: 800; }
  .hrn-logo-block a {
    color: #6a6260;
    text-decoration: none; }

.hrn-newsletter-signup {
  padding: 20px 0 15px;
  max-width: 450px;
  width: 100%;
  overflow: hidden; }
  .hrn-newsletter-signup--show-background {
    background: #fffef0; }
  .hrn-newsletter-signup__hidden {
    display: none; }
  .hrn-newsletter-signup__before, .hrn-newsletter-signup__after {
    color: #6a6260;
    font-size: 13px; }
  .hrn-newsletter-signup__before {
    margin-bottom: 15px; }
  .hrn-newsletter-signup__form {
    display: flex; }
  .hrn-newsletter-signup__text {
    border: 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    outline: none;
    text-transform: uppercase;
    width: calc(100% - 100px); }
    .hrn-newsletter-signup__text.is-valid {
      border-bottom: 4px solid #35a85b;
      color: #35a85b; }
    .hrn-newsletter-signup__text.not-valid {
      border-bottom: 4px solid #CCC; }
      .hrn-newsletter-signup__text.not-valid + .hrn-newsletter-signup__submit {
        background-color: #CCC; }
  .hrn-newsletter-signup__submit {
    border: 0;
    background-color: #35a85b;
    border-radius: 0;
    color: #FFF;
    font-size: 13px;
    transition: background-color 0.2s ease;
    width: 100px; }
    .hrn-newsletter-signup__submit:not(:disabled):hover {
      background-color: #298146;
      cursor: pointer; }
    .hrn-newsletter-signup__submit:disabled {
      cursor: not-allowed; }
  .hrn-newsletter-signup__after {
    margin-top: 20px; }

.hrn-people-card {
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  color: #6a6260;
  margin-bottom: 10px; }
  .hrn-people-card.hrn-people-card--has-url .hrn-people-card__title,
  .hrn-people-card.hrn-people-card--has-url .hrn-people-card__subtitle,
  .hrn-people-card.hrn-people-card--has-url p {
    color: #6a6260;
    transition: color 0.2s ease; }
  .hrn-people-card.hrn-people-card--has-url:hover .hrn-people-card__title,
  .hrn-people-card.hrn-people-card--has-url:hover .hrn-people-card__subtitle,
  .hrn-people-card.hrn-people-card--has-url:hover p {
    color: black; }
  .hrn-people-card .hrn-people-card__link {
    margin: 0;
    padding: 0;
    text-decoration: none; }
  .hrn-people-card .hrn-people-card__title {
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0 5px 0;
    font-weight: 700; }
  .hrn-people-card .hrn-people-card__subtitle {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    font-weight: 500; }
  .hrn-people-card .hrn-people-card__image-container {
    position: relative; }
    .hrn-people-card .hrn-people-card__image-container:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .hrn-people-card .hrn-people-card__image-container img {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      top: 0;
      object-fit: cover;
      object-position: center; }

.hrn-people-card-block .hrn-block__content {
  display: grid;
  grid-gap: 30px;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .hrn-people-card-block .hrn-block__content {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 992px) {
    .hrn-people-card-block .hrn-block__content {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.hrn-people-card-block .hrn-label a {
  color: white;
  text-decoration: none; }

.hrn-player {
  display: flex;
  background: #000;
  align-items: center; }
  .hrn-player .download-icon {
    display: inline-block;
    padding: 0 7px 0 5px; }

.hrn-primary-nav {
  align-items: center;
  display: flex;
  min-height: 32px;
  flex-wrap: wrap;
  position: relative; }
  @media screen and (min-width: 768px) {
    .hrn-primary-nav {
      flex-wrap: inherit;
      flex-direction: row-reverse;
      justify-content: flex-end; } }
  .hrn-primary-nav .hrn-primary-nav__list {
    display: flex;
    background-color: #FFF;
    box-shadow: 0px 12px 15px #707070;
    border-radius: 7px;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin: 0;
    min-height: 32px;
    flex-wrap: wrap;
    width: 100%;
    display: none;
    position: absolute;
    top: 102px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .hrn-primary-nav .hrn-primary-nav__list {
        box-shadow: none;
        border-radius: 0;
        width: auto;
        display: block;
        position: static;
        top: 0; } }
    .hrn-primary-nav .hrn-primary-nav__list.show {
      display: block;
      z-index: 1; }
    .hrn-primary-nav .hrn-primary-nav__list li {
      margin: 0 32px 0 0;
      width: 100%;
      padding: 15px 10px;
      border-bottom: 1px solid #c04ea9; }
      .hrn-primary-nav .hrn-primary-nav__list li:first-child {
        border-top: 1px solid #000; }
      @media screen and (min-width: 768px) {
        .hrn-primary-nav .hrn-primary-nav__list li {
          width: inherit;
          padding: 0;
          border: 0;
          float: left; }
          .hrn-primary-nav .hrn-primary-nav__list li:first-child {
            margin-top: 0;
            border-top: none; } }
  .hrn-primary-nav a,
  .hrn-primary-nav .hrn-primary-nav__search-button {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: color 0.2s; }
  .hrn-primary-nav a:link, .hrn-primary-nav a:visited {
    color: #6a6260;
    text-decoration: none;
    transition: color 0.2s; }
  .hrn-primary-nav a:hover {
    color: #000; }
  .hrn-primary-nav .hrn-primary-nav__search {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .hrn-primary-nav .hrn-primary-nav__search {
        width: auto; } }
  .hrn-primary-nav .hrn-primary-nav__search-button {
    padding: 0;
    color: #6a6260;
    background: transparent;
    border: none;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-height: 32px;
    float: right; }
    @media screen and (min-width: 768px) {
      .hrn-primary-nav .hrn-primary-nav__search-button {
        float: none; } }
    .hrn-primary-nav .hrn-primary-nav__search-button .hrn-icon-search {
      width: 16px;
      height: 17px;
      display: inline-block;
      margin: 0 8px 2px 0; }
      .hrn-primary-nav .hrn-primary-nav__search-button .hrn-icon-search svg {
        width: 100%; }
  .hrn-primary-nav .hrn-primary-nav__search-input {
    border: 1px solid #6a6260;
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 2px;
    left: 0px;
    width: calc(100% - 30px);
    padding-left: 10px; }
    @media screen and (min-width: 768px) {
      .hrn-primary-nav .hrn-primary-nav__search-input {
        padding: 1px;
        display: none;
        width: 200px;
        font-size: 20px; } }
    .hrn-primary-nav .hrn-primary-nav__search-input:focus {
      box-shadow: none; }
  .hrn-primary-nav .hrn-primary-nav__search {
    min-height: 32px;
    position: relative; }
    .hrn-primary-nav .hrn-primary-nav__search span + span {
      display: none; }
      @media screen and (min-width: 768px) {
        .hrn-primary-nav .hrn-primary-nav__search span + span {
          display: inline-block; } }
    .hrn-primary-nav .hrn-primary-nav__search.is-open .hrn-primary-nav__search-input {
      color: #000;
      display: block; }
    .hrn-primary-nav .hrn-primary-nav__search.is-open .hrn-primary-nav__search-button {
      color: #000; }
    .hrn-primary-nav .hrn-primary-nav__search:hover .hrn-primary-nav__search-input,
    .hrn-primary-nav .hrn-primary-nav__search:hover .hrn-primary-nav__search-button {
      color: #000; }
  .hrn-primary-nav .hrn-mobile-toogle {
    font-size: 28px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    user-select: none; }
    @media screen and (min-width: 768px) {
      .hrn-primary-nav .hrn-mobile-toogle {
        display: none; } }
    .hrn-primary-nav .hrn-mobile-toogle span {
      color: #6a6260;
      text-transform: uppercase;
      position: relative;
      font-weight: bold;
      cursor: pointer;
      transition: color 0.2s ease; }
      .hrn-primary-nav .hrn-mobile-toogle span:after {
        content: "";
        position: absolute;
        right: -29px;
        top: 3px;
        height: 13px;
        width: 13px;
        border-left: 4px solid #c04ea9;
        border-bottom: 4px solid #c04ea9;
        transform: rotate(-45deg);
        transition: all ease-in-out 0.2s; }
      .hrn-primary-nav .hrn-mobile-toogle span.show__menu {
        color: #000; }
        .hrn-primary-nav .hrn-mobile-toogle span.show__menu:after {
          top: 13px;
          transform: rotate(-225deg);
          transition: all ease-in-out 0.2s; }

.series-info-card {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 25px 0 25px; }
  @media screen and (min-width: 992px) {
    .series-info-card {
      padding: 0 35px 0 35px; } }
  .series-info-card a {
    text-decoration: none;
    color: #6a6260; }
  .series-info-card h3 {
    font-size: 16px;
    margin: 20px 0 10px;
    text-align: left;
    font-weight: bold; }
  .series-info-card .series-info-card__container {
    text-align: left; }
    @media screen and (min-width: 992px) {
      .series-info-card .series-info-card__container {
        text-align: center; } }
    .series-info-card .series-info-card__container img {
      width: 200px;
      height: 200px;
      object-fit: cover;
      object-position: center; }

.hrn-show-grid .hrn-block__content {
  display: grid;
  grid-gap: 20px;
  padding: 25px 0; }
  @media screen and (min-width: 768px) {
    .hrn-show-grid .hrn-block__content {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 1240px) {
    .hrn-show-grid .hrn-block__content {
      grid-template-columns: 1fr 1fr 1fr; } }

.hrn-show-menu {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2; }
  .hrn-show-menu__title {
    color: #6a6260;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding-right: 15px;
    user-select: none; }
    @media screen and (min-width: 768px) {
      .hrn-show-menu__title {
        font-size: 20px; } }
  .hrn-show-menu__toggle {
    background: #6a6260;
    cursor: pointer;
    padding: 7px;
    transition: all 0.2s ease;
    width: 40px; }
    @media screen and (min-width: 768px) {
      .hrn-show-menu__toggle {
        padding: 10px;
        width: 50px; } }
    .hrn-show-menu__toggle:hover {
      background-color: #000; }
    .hrn-show-menu__toggle.is-open {
      background-color: #44749b; }
      .hrn-show-menu__toggle.is-open .hrn-show-menu__toggle-bar-1 {
        top: 0;
        transform: rotate(45deg) translate(7px, 7px); }
        @media screen and (min-width: 768px) {
          .hrn-show-menu__toggle.is-open .hrn-show-menu__toggle-bar-1 {
            transform: rotate(45deg) translate(10px, 10px); } }
      .hrn-show-menu__toggle.is-open .hrn-show-menu__toggle-bar-2 {
        opacity: 0; }
      .hrn-show-menu__toggle.is-open .hrn-show-menu__toggle-bar-3 {
        top: 0;
        transform: rotate(-45deg) translate(7px, -7px); }
        @media screen and (min-width: 768px) {
          .hrn-show-menu__toggle.is-open .hrn-show-menu__toggle-bar-3 {
            transform: rotate(-45deg) translate(10px, -10px); } }
    .hrn-show-menu__toggle > div {
      background: #FFF;
      height: 3px;
      position: relative;
      margin-bottom: 7px;
      transition: all 0.2s linear; }
      @media screen and (min-width: 768px) {
        .hrn-show-menu__toggle > div {
          height: 4px;
          margin-bottom: 10px; } }
      .hrn-show-menu__toggle > div:last-child {
        margin-bottom: 0; }

.hrn-show-menu-content {
  max-width: 1240px;
  width: 100%;
  position: absolute;
  padding: 0 20px;
  left: 0;
  top: 130px;
  bottom: 0;
  margin: auto;
  right: 0;
  display: none;
  z-index: 2; }
  @media screen and (min-width: 480px) {
    .hrn-show-menu-content {
      padding: 0; } }
  @media screen and (min-width: 768px) {
    .hrn-show-menu-content {
      top: 150px; } }
  .hrn-show-menu-is-open .hrn-show-menu-content {
    display: block; }
  .hrn-show-menu-content__header {
    color: #c04ea9;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    user-select: none; }
    @media screen and (min-width: 768px) {
      .hrn-show-menu-content__header {
        border-top: 5px solid #CCC;
        padding-top: 10px; } }
    .hrn-show-menu-content__header p {
      margin: 0; }
  .hrn-show-menu-content__footer {
    color: #c04ea9;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding: 15px 0;
    user-select: none; }
    .hrn-show-menu-content__footer a:link, .hrn-show-menu-content__footer a:visited {
      color: #c04ea9;
      transition: color 0.2s ease; }
    .hrn-show-menu-content__footer a:hover {
      color: #000; }
    .hrn-show-menu-content__footer p {
      margin: 0; }
  .hrn-show-menu-content .show-time-start {
    margin-right: 5px; }
  .hrn-show-menu-content .show-time-end {
    margin-left: 5px; }
  .hrn-show-menu-content .by-schedule {
    display: grid;
    column-gap: 10px;
    grid-template-rows: repeat(1, 1fr [day]);
    grid-template-rows: auto;
    margin-top: 10px;
    max-height: inherit;
    overflow-y: scroll; }
    @media screen and (min-width: 480px) {
      .hrn-show-menu-content .by-schedule {
        padding: 0 25px; } }
    @media screen and (min-width: 768px) {
      .hrn-show-menu-content .by-schedule {
        padding: 0 50px;
        grid-template-columns: repeat(2, 2fr [day]); } }
    @media screen and (min-width: 992px) {
      .hrn-show-menu-content .by-schedule {
        padding: 0 50px;
        grid-template-columns: repeat(3, 3fr [day]); } }
    @media screen and (min-width: 1240px) {
      .hrn-show-menu-content .by-schedule {
        padding: 0 75px; } }
    @media screen and (min-width: 1440px) {
      .hrn-show-menu-content .by-schedule {
        max-width: 1240px;
        padding: 0; } }
  .hrn-show-menu-content .hrn-block {
    color: #000;
    user-select: none; }
    .hrn-show-menu-content .hrn-block .hrn-label {
      background: transparent;
      color: #000;
      padding-left: 0; }
      .hrn-show-menu-content .hrn-block .hrn-label h2 {
        font-size: 30px; }
      .hrn-show-menu-content .hrn-block .hrn-label:after {
        display: none; }
    .hrn-show-menu-content .hrn-block__content {
      margin-top: 30px;
      padding-left: 0;
      padding-right: 0; }
    .hrn-show-menu-content .hrn-block a:link,
    .hrn-show-menu-content .hrn-block a:visited {
      color: #c04ea9;
      display: inline-block;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px;
      text-decoration: none;
      transition: color 0.2s; }
    .hrn-show-menu-content .hrn-block a:hover {
      color: #8f337c; }

.hrn-background-overlay {
  background: rgba(255, 255, 255, 0.95);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }
  .hrn-show-menu-is-open .hrn-background-overlay {
    display: block; }

body.hrn-show-menu-is-open {
  overflow: hidden; }

.hrn-social-menu {
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  color: #6a6260;
  text-align: left;
  margin-bottom: 75px;
  margin-top: 50px; }
  @media screen and (min-width: 992px) {
    .hrn-social-menu {
      padding-left: 20px; } }
  .hrn-social-menu h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    margin: 0 0 20px 0; }
  .hrn-social-menu .hrn-social-menu__wrapper {
    display: inline-block;
    min-width: 390px;
    position: relative;
    left: -5px; }

.hrn-sponsor-card-grid .hrn-block__content {
  display: grid;
  grid-gap: 30px;
  padding-top: 30px; }

.hrn-sponsor-card-grid.hrn-sponsor-card-grid--1-cols .hrn-block__content {
  justify-content: center; }

.hrn-sponsor-card-grid.hrn-sponsor-card-grid--2-cols .hrn-sponsor-card {
  max-width: 350px; }

@media screen and (min-width: 480px) {
  .hrn-sponsor-card-grid.hrn-sponsor-card-grid--2-cols .hrn-block__content {
    grid-template-columns: 1fr 1fr;
    place-items: center; } }

.hrn-sponsor-card-grid.hrn-sponsor-card-grid--3-cols .hrn-sponsor-card {
  max-width: 100%; }

@media screen and (min-width: 480px) {
  .hrn-sponsor-card-grid.hrn-sponsor-card-grid--3-cols .hrn-block__content {
    grid-template-columns: 1fr 1fr; } }

@media screen and (min-width: 768px) {
  .hrn-sponsor-card-grid.hrn-sponsor-card-grid--3-cols .hrn-block__content {
    grid-template-columns: 1fr 1fr 1fr; } }

.hrn-sponsor-card-grid.hrn-sponsor-card-grid--5-cols .hrn-sponsor-card {
  max-width: 100%; }

@media screen and (min-width: 480px) {
  .hrn-sponsor-card-grid.hrn-sponsor-card-grid--5-cols .hrn-block__content {
    grid-template-columns: 1fr 1fr; } }

@media screen and (min-width: 768px) {
  .hrn-sponsor-card-grid.hrn-sponsor-card-grid--5-cols .hrn-block__content {
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (min-width: 992px) {
  .hrn-sponsor-card-grid.hrn-sponsor-card-grid--5-cols .hrn-block__content {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

@media screen and (min-width: 1240px) {
  .hrn-sponsor-card-grid.hrn-sponsor-card-grid--5-cols .hrn-block__content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }

.hrn-sponsor-card {
  border: 4px solid #efefef;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  margin-bottom: 11px;
  max-width: 250px; }
  .hrn-sponsor-card .hrn-sponsor-card__title {
    background: black;
    color: white;
    position: absolute;
    left: 50%;
    bottom: -36px;
    text-transform: uppercase;
    transform: translate(-50%, 0%);
    padding: 5px; }
  .hrn-sponsor-card .hrn-sponsor-card__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .hrn-sponsor-card .hrn-sponsor-card__image-container:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .hrn-sponsor-card .hrn-sponsor-card__image-container img {
      max-width: 80%;
      max-height: 80%;
      height: auto;
      width: auto; }
  .hrn-sponsor-card.fullimage {
    width: 100%; }
    .hrn-sponsor-card.fullimage .hrn-sponsor-card__image-container {
      padding: 0; }
      .hrn-sponsor-card.fullimage .hrn-sponsor-card__image-container img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        object-position: center; }

.hrn-sponsor-list-grid .hrn-block__content {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .hrn-sponsor-list-grid .hrn-block__content {
      grid-template-columns: 1fr 1fr; } }

.hrn-sponsor-list-grid.hrn-sponsor-list-grid--1-col .hrn-block__content {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 480px) {
    .hrn-sponsor-list-grid.hrn-sponsor-list-grid--1-col .hrn-block__content {
      grid-template-columns: 1fr; } }

.hrn-sponsor-card.hrn-sponsor-card__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: none;
  padding: 0; }
  .hrn-sponsor-card.hrn-sponsor-card__list a {
    color: #6a6260;
    transition: color 0.2s ease;
    text-decoration: none; }
    .hrn-sponsor-card.hrn-sponsor-card__list a:hover {
      color: black;
      transition: color 0.2s ease; }
  .hrn-sponsor-card.hrn-sponsor-card__list .sponsor-content {
    padding: 15px; }
    .hrn-sponsor-card.hrn-sponsor-card__list .sponsor-content h4 {
      font-size: 20px;
      line-height: 20px;
      margin: 0 0 10px 0;
      text-transform: uppercase; }
    .hrn-sponsor-card.hrn-sponsor-card__list .sponsor-content p {
      font-size: 14px;
      line-height: 16px; }
    .hrn-sponsor-card.hrn-sponsor-card__list .sponsor-content .read-more {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px; }
  .hrn-sponsor-card.hrn-sponsor-card__list .hrn-sponsor-card {
    padding: 15px; }

.hrn-sponsor-card {
  border: 4px solid #efefef;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  margin-bottom: 11px; }
  .hrn-sponsor-card .hrn-sponsor-card__title {
    background: black;
    color: white;
    position: absolute;
    left: 50%;
    bottom: -36px;
    text-transform: uppercase;
    transform: translate(-50%, 0%);
    padding: 5px; }
  .hrn-sponsor-card .hrn-sponsor-card__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative; }
    .hrn-sponsor-card .hrn-sponsor-card__image-container:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .hrn-sponsor-card .hrn-sponsor-card__image-container img {
      max-width: 80%;
      max-height: 80%;
      height: auto;
      width: auto; }

.hrn-tags-menu__list {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0; }

.hrn-tags-menu .hrn-tags-menu__list {
  flex-wrap: wrap; }

.hrn-tags-menu li {
  margin-right: 25px;
  margin-bottom: 15px; }
  .hrn-tags-menu li:last-child {
    margin-right: 0; }

.hrn-tags-menu .hrn-tags-menu__link {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  background: #6a6260;
  color: white;
  padding: 5px 15px;
  display: block; }
  .hrn-tags-menu .hrn-tags-menu__link:hover {
    background: #423d3c;
    color: white; }
  .hrn-tags-menu .hrn-tags-menu__link.hrn-tags-menu__link--featured a:link, .hrn-tags-menu .hrn-tags-menu__link.hrn-tags-menu__link--featured a:visited {
    color: white; }
  .hrn-tags-menu .hrn-tags-menu__link.hrn-tags-menu__link--featured a:hover {
    background: #423d3c;
    color: white; }
  .hrn-tags-menu .hrn-tags-menu__link .hrn-tags-menu__icon {
    display: inline-block;
    margin: 0 8px 0 0; }
    .hrn-tags-menu .hrn-tags-menu__link .hrn-tags-menu__icon--featured {
      width: 25px; }
    .hrn-tags-menu .hrn-tags-menu__link .hrn-tags-menu__icon--listen {
      width: 20px; }
    .hrn-tags-menu .hrn-tags-menu__link .hrn-tags-menu__icon svg {
      width: 100%; }
  .hrn-tags-menu .hrn-tags-menu__link a:link, .hrn-tags-menu .hrn-tags-menu__link a:visited {
    align-items: center;
    color: #6a6260;
    display: flex;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap; }
  .hrn-tags-menu .hrn-tags-menu__link a:hover {
    color: #000; }

.hrn-teaser-card {
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  color: #6a6260;
  display: flex;
  overflow: visible; }
  .hrn-teaser-card.hrn-teaser-card--has-url .hrn-teaser-card__title,
  .hrn-teaser-card.hrn-teaser-card--has-url .hrn-teaser-card__meta,
  .hrn-teaser-card.hrn-teaser-card--has-url p {
    color: #6a6260;
    transition: color 0.2s ease; }
  .hrn-teaser-card.hrn-teaser-card--has-url:hover .hrn-teaser-card__title,
  .hrn-teaser-card.hrn-teaser-card--has-url:hover .hrn-teaser-card__meta,
  .hrn-teaser-card.hrn-teaser-card--has-url:hover p {
    color: black; }
  .hrn-teaser-card.hrn-teaser-card--has-url .hrn-teaser-card__link {
    flex-direction: column; }
    @media screen and (min-width: 650px) {
      .hrn-teaser-card.hrn-teaser-card--has-url .hrn-teaser-card__link {
        flex-direction: row; } }
  .hrn-teaser-card:not(.hrn-teaser-card--has-url) {
    flex-direction: column; }
    @media screen and (min-width: 650px) {
      .hrn-teaser-card:not(.hrn-teaser-card--has-url) {
        flex-direction: row; } }
  .hrn-teaser-card .hrn-teaser-card__link {
    display: flex;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #6a6260;
    transition: color 0.2s ease; }
    .hrn-teaser-card .hrn-teaser-card__link:hover {
      color: black; }
  .hrn-teaser-card .hrn-teaser-card__image-container {
    height: auto;
    width: 100%; }
    @media screen and (min-width: 650px) {
      .hrn-teaser-card .hrn-teaser-card__image-container {
        width: 190px;
        height: 190px; } }
    .hrn-teaser-card .hrn-teaser-card__image-container img {
      height: auto;
      width: 100%; }
      @media screen and (min-width: 650px) {
        .hrn-teaser-card .hrn-teaser-card__image-container img {
          width: 190px;
          height: 190px;
          object-fit: cover;
          object-position: center; } }
  .hrn-teaser-card .hrn-teaser-card__content-container {
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px; }
    .hrn-teaser-card .hrn-teaser-card__content-container .hrn-teaser-card__content {
      font-size: 19px;
      line-height: 21px; }
      @media screen and (min-width: 650px) {
        .hrn-teaser-card .hrn-teaser-card__content-container .hrn-teaser-card__content {
          font-size: 16px;
          line-height: 18px; } }
    .hrn-teaser-card .hrn-teaser-card__content-container p {
      font-size: 19px;
      font-weight: 500;
      line-height: 21px;
      margin: 0; }
      @media screen and (min-width: 650px) {
        .hrn-teaser-card .hrn-teaser-card__content-container p {
          font-size: 16px;
          line-height: 18px; } }
    .hrn-teaser-card .hrn-teaser-card__content-container a {
      color: #6a6260;
      transition: color 0.2s ease;
      text-decoration: none; }
      .hrn-teaser-card .hrn-teaser-card__content-container a:hover {
        color: black; }
  .hrn-teaser-card .hrn-teaser-card__title {
    font-size: 28px;
    margin: 0;
    font-weight: 700; }
    @media screen and (min-width: 650px) {
      .hrn-teaser-card .hrn-teaser-card__title {
        font-size: 20px; } }
    .hrn-teaser-card .hrn-teaser-card__title + .hrn-teaser-card__content {
      margin-top: 10px; }
  .hrn-teaser-card .hrn-teaser-card__meta {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0; }
    @media screen and (min-width: 650px) {
      .hrn-teaser-card .hrn-teaser-card__meta {
        font-size: 19px; } }
  .hrn-teaser-card.hrn-teaser-card--featured .hrn-teaser-card__link {
    flex-wrap: wrap; }
    @media screen and (min-width: 650px) {
      .hrn-teaser-card.hrn-teaser-card--featured .hrn-teaser-card__link {
        flex-wrap: inherit; } }
  .hrn-teaser-card.hrn-teaser-card--featured .hrn-teaser-card__image-container {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 650px) {
      .hrn-teaser-card.hrn-teaser-card--featured .hrn-teaser-card__image-container {
        width: 250px;
        height: 250px; } }
    @media screen and (min-width: 768px) {
      .hrn-teaser-card.hrn-teaser-card--featured .hrn-teaser-card__image-container {
        width: 350px;
        height: 350px; } }
    .hrn-teaser-card.hrn-teaser-card--featured .hrn-teaser-card__image-container img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 650px) {
        .hrn-teaser-card.hrn-teaser-card--featured .hrn-teaser-card__image-container img {
          width: 250px;
          height: 250px; } }
      @media screen and (min-width: 768px) {
        .hrn-teaser-card.hrn-teaser-card--featured .hrn-teaser-card__image-container img {
          min-width: 350px;
          height: auto; } }
  .hrn-teaser-card.hrn-teaser-card--featured .hrn-teaser-card__content-container {
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 650px) {
      .hrn-teaser-card.hrn-teaser-card--featured .hrn-teaser-card__content-container {
        width: auto;
        padding: 0 20px 20px; } }
    .hrn-teaser-card.hrn-teaser-card--featured .hrn-teaser-card__content-container p {
      font-size: 34px;
      font-weight: 500;
      line-height: 34px; }
  .hrn-teaser-card.hrn-teaser-card--featured .hrn-teaser-card__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 15px; }
  .hrn-teaser-card:not(.hrn-teaser-card--featured) .hrn-teaser-card__content-container {
    padding: 20px 0 0; }
    @media screen and (min-width: 650px) {
      .hrn-teaser-card:not(.hrn-teaser-card--featured) .hrn-teaser-card__content-container {
        padding: 0 20px 20px; } }

.hrn-two-column-menu-tabs ul {
  list-style-type: none;
  margin: 20px 0;
  padding: 0; }
  .hrn-two-column-menu-tabs ul li {
    display: inline-block;
    margin-right: 35px; }
    .hrn-two-column-menu-tabs ul li:last-child {
      margin-right: 0; }
  .hrn-two-column-menu-tabs ul a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    color: #6a6260;
    padding: 0 10px 0 0; }

.hrn-topics-card-grid .hrn-block__content {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0; }

.hrn-topics-card-grid .hrn-topics-card:nth-child(even) {
  background: #FFFEF0; }
  .hrn-topics-card-grid .hrn-topics-card:nth-child(even) .hrn-topics-card__container {
    flex-direction: inherit; }
    @media screen and (min-width: 1240px) {
      .hrn-topics-card-grid .hrn-topics-card:nth-child(even) .hrn-topics-card__container {
        flex-direction: row-reverse; } }

@media screen and (min-width: 1240px) {
  .hrn-topics-card-grid .hrn-topics-card {
    width: 55%; }
    .hrn-topics-card-grid .hrn-topics-card:nth-child(4n+3) {
      background: #FFFEF0; }
    .hrn-topics-card-grid .hrn-topics-card:nth-child(4n+4) {
      background: #FFFEF0; } }

@media screen and (min-width: 1240px) {
  .hrn-topics-card-grid .hrn-topics-card:nth-child(4n-1) {
    width: 45%; }
    .hrn-topics-card-grid .hrn-topics-card:nth-child(4n-1) .hrn-topic-card__content-container {
      width: 100%; }
    .hrn-topics-card-grid .hrn-topics-card:nth-child(4n-1) .hrn-topic-card__image-container {
      display: none; } }

@media screen and (min-width: 1240px) {
  .hrn-topics-card-grid .hrn-topics-card:nth-child(4n+2) {
    background: white;
    width: 45%; }
    .hrn-topics-card-grid .hrn-topics-card:nth-child(4n+2) .hrn-topic-card__content-container {
      width: 100%; }
    .hrn-topics-card-grid .hrn-topics-card:nth-child(4n+2) .hrn-topic-card__image-container {
      display: none; } }

.hrn-topics-card {
  width: 100%; }
  .hrn-topics-card .hrn-label {
    margin: 0 0 20px 0;
    min-height: 30px; }

.hrn-topics-card__container {
  display: flex;
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  color: #6a6260;
  display: flex;
  overflow: visible;
  flex-direction: row-reverse;
  margin: 0 0 25px 0;
  flex-wrap: wrap; }
  .hrn-topics-card__container .hrn-topic-card__image-container {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    width: 100%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .hrn-topics-card__container .hrn-topic-card__image-container {
        width: 300px;
        margin: 0 20px 20px; } }
    .hrn-topics-card__container .hrn-topic-card__image-container img {
      height: auto;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .hrn-topics-card__container .hrn-topic-card__content-container {
    padding: 0 20px 0 0; }
    @media screen and (min-width: 768px) {
      .hrn-topics-card__container .hrn-topic-card__content-container {
        width: calc(100% - 340px); } }
    .hrn-topics-card__container .hrn-topic-card__content-container .hrn-topic-card__title {
      font-size: 30px;
      font-weight: 700;
      line-height: 34px;
      margin: 0 0 10px;
      color: #6a6260; }
      .hrn-topics-card__container .hrn-topic-card__content-container .hrn-topic-card__title a {
        color: #6a6260;
        text-decoration: none; }
    .hrn-topics-card__container .hrn-topic-card__content-container p {
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      margin: 0 0 0 0;
      color: #6a6260; }

.hrn-column-with-left-image {
  display: grid;
  color: #6a6260; }
  @media screen and (min-width: 992px) {
    .hrn-column-with-left-image {
      grid-template-columns: 1fr 1fr;
      grid-gap: 0 20px; } }
  .hrn-column-with-left-image .hrn-column-with-left-image__image-container img {
    width: 100%; }
  .hrn-column-with-left-image .hrn-column-with-left-image__content-container {
    padding: 0 15px; }
    @media screen and (min-width: 992px) {
      .hrn-column-with-left-image .hrn-column-with-left-image__content-container {
        padding: 0 15px 0 0; } }
    .hrn-column-with-left-image .hrn-column-with-left-image__content-container p:first-letter {
      font-size: 62px;
      line-height: 60px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      top: -70px; }
    .hrn-column-with-left-image .hrn-column-with-left-image__content-container p {
      font-size: 14px;
      line-height: 16px; }
      @media screen and (min-width: 992px) {
        .hrn-column-with-left-image .hrn-column-with-left-image__content-container p:first-child {
          margin-top: -7px; } }

* {
  box-sizing: border-box; }

html {
  height: 100%;
  margin: 0; }

body {
  color: #6a6260;
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  height: 100%;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 992px) {
    body {
      font-size: 16px; } }

ul.js-pager__items {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0 10px; }
  ul.js-pager__items li {
    display: inline-block;
    font-weight: bold;
    font-size: 16px; }
    ul.js-pager__items li a:link, ul.js-pager__items li a:visited {
      color: #c04ea9;
      text-decoration: none;
      transition: all 0.3s ease; }
    ul.js-pager__items li a:hover {
      color: #8f337c; }
    ul.js-pager__items li.previous {
      float: left; }
    ul.js-pager__items li.next {
      float: right; }

/*
** This class is added to page views when there is an infinite scroll (by click) pager.
** This provides the necessary styling for the "load more" link.
*/
.hrn-view-has-infinite-scroll-click .pager {
  list-style-type: none;
  margin: 10px 0 20px;
  padding: 0;
  text-align: right; }
  .hrn-view-has-infinite-scroll-click .pager a.button {
    font-size: 20px;
    font-weight: 600;
    transition: color 0.2s ease; }
    .hrn-view-has-infinite-scroll-click .pager a.button:link, .hrn-view-has-infinite-scroll-click .pager a.button:visited {
      color: #6a6260;
      text-decoration: none; }
    .hrn-view-has-infinite-scroll-click .pager a.button:hover {
      color: black; }

.editorials-more .js-pager__items {
  text-align: right; }

.editorials-more a.button {
  font-size: 20px;
  font-weight: 600;
  transition: color 0.2s ease; }
  .editorials-more a.button:link, .editorials-more a.button:visited {
    color: #6a6260;
    text-decoration: none; }
  .editorials-more a.button:hover {
    color: black; }

#block-hrn-org-views-block-our-partners-featured-partners footer {
  list-style-type: none;
  margin: 10px 0 20px;
  padding: 0;
  text-align: right; }
  #block-hrn-org-views-block-our-partners-featured-partners footer a.button {
    font-size: 20px;
    font-weight: 600;
    transition: color 0.2s ease; }
    #block-hrn-org-views-block-our-partners-featured-partners footer a.button:link, #block-hrn-org-views-block-our-partners-featured-partners footer a.button:visited {
      color: #6a6260;
      text-decoration: none; }
    #block-hrn-org-views-block-our-partners-featured-partners footer a.button:hover {
      color: black; }

.hrn-page-site-wrapper {
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0 15px; }
  @media screen and (min-width: 480px) {
    .hrn-page-site-wrapper {
      padding: 0 25px; } }
  @media screen and (min-width: 768px) {
    .hrn-page-site-wrapper {
      padding: 0 50px; } }
  @media screen and (min-width: 992px) {
    .hrn-page-site-wrapper {
      padding: 0 50px; } }
  @media screen and (min-width: 1240px) {
    .hrn-page-site-wrapper {
      padding: 0 75px; } }
  @media screen and (min-width: 1440px) {
    .hrn-page-site-wrapper {
      max-width: 1440px;
      padding: 0 100px; } }

.hrn-page-site-header {
  background: #FFF;
  border-bottom: 5px solid transparent;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .hrn-page-site-header {
      position: relative;
      z-index: 2; } }
  .hrn-page-site-header #branding {
    margin-bottom: 15px;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .hrn-page-site-header #branding {
        padding-right: 20px; } }

.hrn-page-site-header__inner {
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (min-width: 480px) {
    .hrn-page-site-header__inner {
      padding: 0 25px; } }
  @media screen and (min-width: 768px) {
    .hrn-page-site-header__inner {
      padding: 0 50px; } }
  @media screen and (min-width: 992px) {
    .hrn-page-site-header__inner {
      padding: 0 50px; } }
  @media screen and (min-width: 1240px) {
    .hrn-page-site-header__inner {
      padding: 0 75px; } }
  @media screen and (min-width: 1440px) {
    .hrn-page-site-header__inner {
      max-width: 1440px;
      padding: 0 100px; } }

.hrn-page-site-header__flex {
  display: flex;
  justify-content: space-between; }
  .hrn-page-site-header__flex .hrn-show-menu {
    position: absolute;
    right: 0; }
    @media screen and (min-width: 768px) {
      .hrn-page-site-header__flex .hrn-show-menu {
        position: static;
        right: inherit; } }

.hrn-page-site-container #block-hrn-org-mainpagecontent > * + * {
  margin-top: 30px; }

.hrn-page-site-container #block-hrn-org-mainpagecontent .col-3-9 {
  margin-top: 0; }
  .hrn-page-site-container #block-hrn-org-mainpagecontent .col-3-9 + .hrn-hosted-info-card {
    margin-top: 0; }

.hrn-page-site-container #block-hrn-org-mainpagecontent .hrn-baseball-card {
  margin-top: 30px;
  margin-bottom: 30px; }

.hrn-page-site-footer {
  background-color: #fffef0;
  margin-top: 75px; }

.hrn-page-site-footer__inner {
  margin: 0 auto; }
  @media screen and (min-width: 480px) {
    .hrn-page-site-footer__inner {
      padding: 0 25px; } }
  @media screen and (min-width: 768px) {
    .hrn-page-site-footer__inner {
      padding: 0 50px; } }
  @media screen and (min-width: 992px) {
    .hrn-page-site-footer__inner {
      padding: 0 50px; } }
  @media screen and (min-width: 1240px) {
    .hrn-page-site-footer__inner {
      padding: 0 75px; } }
  @media screen and (min-width: 1440px) {
    .hrn-page-site-footer__inner {
      max-width: 1440px;
      padding: 0 100px; } }

.hrn-page-site-footer__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px; }
  @media screen and (min-width: 768px) {
    .hrn-page-site-footer__flex {
      flex-wrap: inherit;
      padding: 0; } }

.hrn-global-menus-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  @media screen and (min-width: 768px) {
    .hrn-global-menus-wrapper {
      justify-content: space-between; } }
  .hrn-global-menus-wrapper .hrn-action-menu {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .hrn-global-menus-wrapper .hrn-action-menu {
        margin-bottom: 0; } }
  .hrn-global-menus-wrapper .hrn-global-primary-menu {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .hrn-global-menus-wrapper .hrn-global-primary-menu {
        width: auto; } }

.hrn-global-secondary-menu {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .hrn-global-secondary-menu {
      width: auto; } }
  .hrn-global-secondary-menu .hrn-action-menu__list {
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .hrn-global-secondary-menu .hrn-action-menu__list {
        justify-content: flex-end; } }

#block-hrn-org-footer {
  padding: 65px 0 55px; }

.hrn-episode-share-icons,
.hrn-share-icons {
  background-color: #fffef0; }

.no-result-search ul.pager {
  display: none; }

@media screen and (max-width: 991px) {
  .hrn-frontpage-top-featured__inner {
    display: flex;
    flex-direction: column-reverse; }
    .hrn-frontpage-top-featured__inner .hrn-block__wrapper {
      margin-bottom: 20px; } }

.hrn-program-episode .hrn-player {
  margin-top: 30px; }

.topics-wrapper .hrn-topics-card-grid .hrn-topics-card:not(:first-child) .hrn-label h2 {
  display: none; }
