/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("?a54e44ff78=assets/fonts/ITCAvantGardeStdBk.otf&f=0") format("opentype"),
    url("?a54e44ff78=../fonts/ITCAvantGardeStdBold.otf&f=0") format("opentype"),
    url("?a54e44ff78=../fonts/ITCAvantGardeStdDemi.otf&f=0") format("opentype"),
    url("?a54e44ff78=../fonts/ITCAvantGardeStdXLt.otf&f=0") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Kai";
  src: url("?a54e44ff78=assets/fonts/BebasKai.otf&f=0") format("opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --c-text: #fff;
  --c-text-secondary: #c1cadc;
  --c-text-inverse: #03070f;
  --c-background: #000a1d;
  --c-background-secondary: #011131;
  --c-background-section: #000a1d;
  --c-background-sponsored: #18253f;
  --c-primary: #000a1d;
  --c-secondary: #011030;
  --c-tertiary: #03070f;
  --c-accent: #c81010;
  --c-accent-secondary: #086fb6;
  --c-accent-tertiary: #fcb800;
  --c-accent-high: black;
  --c-highlight-low: #2b3444;
  --c-highlight: #ccc;
  --c-highlight-high: #e5e5e5;
  --c-muted: #f2f2f2;
  --c-warning: #f9fb93;
  --c-error: #fbe3e4;
  --c-message: #cfefc2;
  --c-button-hover: #007acb;
  --c-search-background: #17233a;
}
:root [data-theme="default"] {
  --c-text: #fff;
  --c-text-secondary: #c1cadc;
  --c-text-inverse: #03070f;
  --c-background: #000a1d;
  --c-background-secondary: #011131;
  --c-background-section: #000a1d;
  --c-background-sponsored: #18253f;
  --c-primary: #000a1d;
  --c-secondary: #011030;
  --c-tertiary: #03070f;
  --c-accent: #c81010;
  --c-accent-secondary: #086fb6;
  --c-accent-tertiary: #fcb800;
  --c-accent-high: black;
  --c-highlight-low: #2b3444;
  --c-highlight: #ccc;
  --c-highlight-high: #e5e5e5;
  --c-muted: #f2f2f2;
  --c-warning: #f9fb93;
  --c-error: #fbe3e4;
  --c-message: #cfefc2;
  --c-button-hover: #007acb;
  --c-search-background: #17233a;
}
:root [data-theme="light"] {
  --c-text: #03070f;
  --c-text-inverse: #fff;
  --c-background: #fff;
  --c-background-inverse: #888;
  --c-background-section: #4c4c4c;
  --c-primary: #fff;
  --c-secondary: #ececec;
  --c-accent: #c81010;
  --c-accent-secondary: #086fb6;
  --c-accent-high: white;
  --c-highlight: #4c4c4c;
  --c-highlight-high: #333;
  --c-muted: #333;
  --c-warning: #f9fb93;
  --c-error: #fbe3e4;
  --c-message: #cfefc2;
}
.cl-colors {
  padding: 1rem;
}
.cl-colors__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem;
  padding: 0;
}
.cl-colors__item {
  list-style: none;
  padding: 1rem 2rem;
  transition: all 0.4s;
  flex: 1 1 20%;
  min-width: 150px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cl-colors__item--default-text {
  background-color: var(--c-text);
  color: var(--c-accent-high);
}
.cl-colors__item--default-text-secondary {
  background-color: var(--c-text-secondary);
  color: var(--c-accent-high);
}
.cl-colors__item--default-text-inverse {
  background-color: var(--c-text-inverse);
  color: var(--c-muted);
}
.cl-colors__item--default-background {
  background-color: var(--c-background);
  color: var(--c-muted);
}
.cl-colors__item--default-background-secondary {
  background-color: var(--c-background-secondary);
  color: var(--c-muted);
}
.cl-colors__item--default-background-section {
  background-color: var(--c-background-section);
  color: var(--c-muted);
}
.cl-colors__item--default-background-sponsored {
  background-color: var(--c-background-sponsored);
  color: var(--c-muted);
}
.cl-colors__item--default-primary {
  background-color: var(--c-primary);
  color: var(--c-muted);
}
.cl-colors__item--default-secondary {
  background-color: var(--c-secondary);
  color: var(--c-muted);
}
.cl-colors__item--default-tertiary {
  background-color: var(--c-tertiary);
  color: var(--c-muted);
}
.cl-colors__item--default-accent {
  background-color: var(--c-accent);
  color: var(--c-muted);
}
.cl-colors__item--default-accent-secondary {
  background-color: var(--c-accent-secondary);
  color: var(--c-muted);
}
.cl-colors__item--default-accent-tertiary {
  background-color: var(--c-accent-tertiary);
  color: var(--c-muted);
}
.cl-colors__item--default-accent-high {
  background-color: var(--c-accent-high);
  color: var(--c-muted);
}
.cl-colors__item--default-highlight-low {
  background-color: var(--c-highlight-low);
  color: var(--c-muted);
}
.cl-colors__item--default-highlight {
  background-color: var(--c-highlight);
  color: var(--c-accent-high);
}
.cl-colors__item--default-highlight-high {
  background-color: var(--c-highlight-high);
  color: var(--c-accent-high);
}
.cl-colors__item--default-muted {
  background-color: var(--c-muted);
  color: var(--c-accent-high);
}
.cl-colors__item--default-warning {
  background-color: var(--c-warning);
  color: var(--c-accent-high);
}
.cl-colors__item--default-error {
  background-color: var(--c-error);
  color: var(--c-accent-high);
}
.cl-colors__item--default-message {
  background-color: var(--c-message);
  color: var(--c-accent-high);
}
.cl-colors__item--default-button-hover {
  background-color: var(--c-button-hover);
  color: var(--c-muted);
}
.cl-colors__item--default-search-background {
  background-color: var(--c-search-background);
  color: var(--c-muted);
}
.cl-colors__item--light-text {
  background-color: var(--c-text);
  color: var(--c-accent-high);
}
.cl-colors__item--light-text-inverse {
  background-color: var(--c-text-inverse);
  color: var(--c-muted);
}
.cl-colors__item--light-background {
  background-color: var(--c-background);
  color: var(--c-muted);
}
.cl-colors__item--light-background-inverse {
  background-color: var(--c-background-inverse);
  color: var(--c-muted);
}
.cl-colors__item--light-background-section {
  background-color: var(--c-background-section);
  color: var(--c-accent-high);
}
.cl-colors__item--light-primary {
  background-color: var(--c-primary);
  color: var(--c-muted);
}
.cl-colors__item--light-secondary {
  background-color: var(--c-secondary);
  color: var(--c-muted);
}
.cl-colors__item--light-accent {
  background-color: var(--c-accent);
  color: var(--c-accent-high);
}
.cl-colors__item--light-accent-secondary {
  background-color: var(--c-accent-secondary);
  color: var(--c-accent-high);
}
.cl-colors__item--light-accent-high {
  background-color: var(--c-accent-high);
  color: var(--c-muted);
}
.cl-colors__item--light-highlight {
  background-color: var(--c-highlight);
  color: var(--c-accent-high);
}
.cl-colors__item--light-highlight-high {
  background-color: var(--c-highlight-high);
  color: var(--c-accent-high);
}
.cl-colors__item--light-muted {
  background-color: var(--c-muted);
  color: var(--c-accent-high);
}
.cl-colors__item--light-warning {
  background-color: var(--c-warning);
  color: var(--c-muted);
}
.cl-colors__item--light-error {
  background-color: var(--c-error);
  color: var(--c-muted);
}
.cl-colors__item--light-message {
  background-color: var(--c-message);
  color: var(--c-muted);
}
:root {
  --c-text: #fff;
  --c-text-secondary: #c1cadc;
  --c-text-inverse: #03070f;
  --c-background: #000a1d;
  --c-background-secondary: #011131;
  --c-background-section: #000a1d;
  --c-background-sponsored: #18253f;
  --c-primary: #000a1d;
  --c-secondary: #011030;
  --c-tertiary: #03070f;
  --c-accent: #c81010;
  --c-accent-secondary: #086fb6;
  --c-accent-tertiary: #fcb800;
  --c-accent-high: black;
  --c-highlight-low: #2b3444;
  --c-highlight: #ccc;
  --c-highlight-high: #e5e5e5;
  --c-muted: #f2f2f2;
  --c-warning: #f9fb93;
  --c-error: #fbe3e4;
  --c-message: #cfefc2;
  --c-button-hover: #007acb;
  --c-search-background: #17233a;
}
:root [data-theme="default"] {
  --c-text: #fff;
  --c-text-secondary: #c1cadc;
  --c-text-inverse: #03070f;
  --c-background: #000a1d;
  --c-background-secondary: #011131;
  --c-background-section: #000a1d;
  --c-background-sponsored: #18253f;
  --c-primary: #000a1d;
  --c-secondary: #011030;
  --c-tertiary: #03070f;
  --c-accent: #c81010;
  --c-accent-secondary: #086fb6;
  --c-accent-tertiary: #fcb800;
  --c-accent-high: black;
  --c-highlight-low: #2b3444;
  --c-highlight: #ccc;
  --c-highlight-high: #e5e5e5;
  --c-muted: #f2f2f2;
  --c-warning: #f9fb93;
  --c-error: #fbe3e4;
  --c-message: #cfefc2;
  --c-button-hover: #007acb;
  --c-search-background: #17233a;
}
:root [data-theme="light"] {
  --c-text: #03070f;
  --c-text-inverse: #fff;
  --c-background: #fff;
  --c-background-inverse: #888;
  --c-background-section: #4c4c4c;
  --c-primary: #fff;
  --c-secondary: #ececec;
  --c-accent: #c81010;
  --c-accent-secondary: #086fb6;
  --c-accent-high: white;
  --c-highlight: #4c4c4c;
  --c-highlight-high: #333;
  --c-muted: #333;
  --c-warning: #f9fb93;
  --c-error: #fbe3e4;
  --c-message: #cfefc2;
}
.motion {
  padding: 0 1rem;
}
@media (min-width: 920px) {
  .motion__grid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 920px) {
  .motion__grid-item {
    margin-bottom: 1rem;
    margin-right: 1rem;
    width: 49%;
  }
  .motion__grid-item:nth-child(2n) {
    margin-right: 0;
  }
}
.demo-motion {
  background-color: var(--c-highlight-high);
  border-radius: 2px;
  cursor: pointer;
  padding: 3rem;
  text-align: center;
}
.demo-motion::before {
  content: "Duration: 0.3s";
  display: block;
}
.demo-motion::after {
  content: "Timing Function: ease-in-out";
}
.demo-motion span {
  display: block;
  margin: 0.25rem;
}
.demo-motion--fade {
  transition: all 0.3s ease-in-out;
}
.demo-motion--fade:hover {
  background-color: var(--c-accent-high);
  color: var(--c-muted);
}
.demo-motion--slide-up {
  transition: transform 0.4s ease-in;
}
.demo-motion--slide-up::before {
  content: "Duration: 0.4s";
  display: block;
}
.demo-motion--slide-up::after {
  content: "Timing Function: ease-in";
}
.demo-motion--slide-up:hover {
  transform: translateY(-10px);
}
.demo-motion--slide-down {
  transition: transform 0.2s linear;
}
.demo-motion--slide-down::before {
  content: "Duration: 0.2s";
  display: block;
}
.demo-motion--slide-down::after {
  content: "Timing Function: linear";
}
.demo-motion--slide-down:hover {
  transform: translateY(10px);
}
.demo-motion--expand {
  transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.demo-motion--expand::before {
  content: "Duration: 0.3s";
  display: block;
}
.demo-motion--expand::after {
  content: "Timing Function: cubic-bezier(.17,.67,.83,.67)";
}
.demo-motion--expand:hover {
  transform: scale(1.03);
}
*:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
html {
  box-sizing: border-box;
}
body {
  background-image: linear-gradient(
    to bottom,
    var(--c-background),
    var(--c-background),
    var(--c-background-secondary)
  );
  color: var(--c-text);
  min-height: 100vh;
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: calc(19px - 16.5%);
  line-height: 2;
}
body.cke_editable {
  background-image: none;
}
body.cke_editable h1,
body.cke_editable h2,
body.cke_editable .article .addtoany_inline_share_toolbox::before,
.article body.cke_editable .addtoany_inline_share_toolbox::before,
body.cke_editable h3,
body.cke_editable h4,
body.cke_editable
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  body.cke_editable
  .h2,
body.cke_editable
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  body.cke_editable
  h2,
body.cke_editable
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  body.cke_editable
  h2,
body.cke_editable
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  body.cke_editable
  .heading,
body.cke_editable
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  body.cke_editable
  .heading,
body.cke_editable
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  body.cke_editable
  .addtoany_inline_share_toolbox::before,
body.cke_editable
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  body.cke_editable
  .addtoany_inline_share_toolbox::before,
body.cke_editable
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  body.cke_editable
  .addtoany_inline_share_toolbox::before,
body.cke_editable
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  body.cke_editable
  .addtoany_inline_share_toolbox::before,
body.cke_editable
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  body.cke_editable
  .count-no,
body.cke_editable
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  body.cke_editable
  .count-no,
body.cke_editable h5,
body.cke_editable h6 {
  color: var(--c-text-inverse) !important;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
.main {
  max-width: calc(1441px - 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
  display: block;
}
@media (min-width: 767px) {
  .main {
    padding: 0 13px;
  }
}
@media (min-width: calc(1441px - 12%)) {
  .main {
    padding-left: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
    padding-right: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
  }
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
body.maintenance-page.path-node.page-node-type-basic-page,
body.maintenance-page.frontpage.path-frontpage.page-node-type-basic-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.maintenance-page.path-node.page-node-type-basic-page > div > header > h1,
body.maintenance-page.frontpage.path-frontpage.page-node-type-basic-page
  > div
  > header
  > h1 {
  display: none;
}
body.maintenance-page.path-node.page-node-type-basic-page
  > div.dialog-off-canvas-main-canvas,
body.maintenance-page.frontpage.path-frontpage.page-node-type-basic-page
  > div.dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
  padding: 10%;
}
body.maintenance-page.path-node.page-node-type-basic-page
  > div.dialog-off-canvas-main-canvas
  > header,
body.maintenance-page.frontpage.path-frontpage.page-node-type-basic-page
  > div.dialog-off-canvas-main-canvas
  > header {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
body.maintenance-page.path-node.page-node-type-basic-page
  > div.dialog-off-canvas-main-canvas
  > header
  > a
  > img,
body.maintenance-page.frontpage.path-frontpage.page-node-type-basic-page
  > div.dialog-off-canvas-main-canvas
  > header
  > a
  > img {
  height: 169px;
  max-height: 670px;
  -o-object-fit: fill;
  object-fit: fill;
}
body.maintenance-page.path-node.page-node-type-basic-page
  > div.dialog-off-canvas-main-canvas
  > main,
body.maintenance-page.frontpage.path-frontpage.page-node-type-basic-page
  > div.dialog-off-canvas-main-canvas
  > main {
  max-width: 550px;
}
.button,
.pager__item a.button a,
.pager__item .more-link-expand a a,
.pager__item
  .prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a
  a,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .pager__item
  .more-link
  a
  a,
.more-link-expand .pager__item a a,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  .pager__item
  a
  a,
.more-link-expand a,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a,
.feed-icon {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  min-width: calc(120px - 16.5%);
  color: var(--c-text);
  background-color: var(--c-accent-secondary);
  font-family: "Bebas Kai", "Helvetica", sans-serif;
  line-height: 1.4;
  padding: 12px 22px;
  letter-spacing: 1px;
  border-radius: 3px;
}
.button:hover,
.pager__item a.button a:hover,
.pager__item .more-link-expand a a:hover,
.pager__item
  .prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a
  a:hover,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .pager__item
  .more-link
  a
  a:hover,
.more-link-expand .pager__item a a:hover,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  .pager__item
  a
  a:hover,
.more-link-expand a:hover,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a:hover,
.button:focus,
.pager__item a.button a:focus,
.pager__item .more-link-expand a a:focus,
.pager__item
  .prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a
  a:focus,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .pager__item
  .more-link
  a
  a:focus,
.more-link-expand .pager__item a a:focus,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  .pager__item
  a
  a:focus,
.more-link-expand a:focus,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a:focus,
.feed-icon:hover,
.feed-icon:focus {
  color: var(--c-text);
  background-color: var(--c-button-hover);
}
@media (prefers-color-scheme: dark) {
  .button,
  .pager__item a.button a,
  .pager__item .more-link-expand a a,
  .pager__item
    .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a
    a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .pager__item
    .more-link
    a
    a,
  .more-link-expand .pager__item a a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    .pager__item
    a
    a,
  .more-link-expand a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a,
  .feed-icon {
    color: var(--c-text);
    background-color: var(--c-primary);
  }
  .button:hover,
  .pager__item a.button a:hover,
  .pager__item .more-link-expand a a:hover,
  .pager__item
    .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a
    a:hover,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .pager__item
    .more-link
    a
    a:hover,
  .more-link-expand .pager__item a a:hover,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    .pager__item
    a
    a:hover,
  .more-link-expand a:hover,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a:hover,
  .button:focus,
  .pager__item a.button a:focus,
  .pager__item .more-link-expand a a:focus,
  .pager__item
    .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a
    a:focus,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .pager__item
    .more-link
    a
    a:focus,
  .more-link-expand .pager__item a a:focus,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    .pager__item
    a
    a:focus,
  .more-link-expand a:focus,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a:focus,
  .feed-icon:hover,
  .feed-icon:focus {
    color: var(--c-text);
    background-color: var(--c-highlight-high);
  }
}
.button--alt,
.feed-icon--alt {
  width: 100%;
}
.button.decline-button,
.pager__item a.button a.decline-button,
.pager__item .more-link-expand a a.decline-button,
.pager__item
  .prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a
  a.decline-button,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .pager__item
  .more-link
  a
  a.decline-button,
.more-link-expand .pager__item a a.decline-button,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  .pager__item
  a
  a.decline-button,
.more-link-expand a.decline-button,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a.decline-button,
.feed-icon.decline-button {
  color: var(--c-text-inverse);
  background-color: var(--c-secondary);
}
.button.decline-button:hover,
.pager__item a.button a.decline-button:hover,
.more-link-expand a.decline-button:hover,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a.decline-button:hover,
.button.decline-button:focus,
.pager__item a.button a.decline-button:focus,
.more-link-expand a.decline-button:focus,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a.decline-button:focus,
.feed-icon.decline-button:hover,
.feed-icon.decline-button:focus {
  color: var(--c-secondary);
  background-color: var(--c-highlight);
}
@media only screen and (max-width: 769px) {
  .search .button.form-submit,
  .search .pager__item a.button a.form-submit,
  .pager__item a.button .search a.form-submit,
  .search .more-link-expand a.form-submit,
  .search
    .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a.form-submit,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .search
    .more-link
    a.form-submit,
  .more-link-expand .search a.form-submit,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    .search
    a.form-submit {
    top: 8% !important;
    width: 24px;
    height: 24px;
    min-width: unset;
    transform: unset !important;
  }
  .form-item__textfield {
    max-width: unset;
  }
  .button,
  .pager__item a.button a,
  .pager__item .more-link-expand a a,
  .pager__item
    .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a
    a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .pager__item
    .more-link
    a
    a,
  .more-link-expand .pager__item a a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    .pager__item
    a
    a,
  .more-link-expand a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a {
    min-width: unset;
  }
}
.form-item--checkboxes,
.form-item--checkbox__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-item--radios,
.form-item--radio__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-item__dropdown {
  display: block;
  position: relative;
  background-color: var(--c-text);
  border-radius: 8px;
}
@media (prefers-color-scheme: dark) {
  .form-item__dropdown {
    background-color: var(--c-text);
  }
}
.form-item__dropdown::after {
  border-left: calc(5px - 16.5%) solid rgba(0, 0, 0, 0);
  border-right: calc(5px - 16.5%) solid rgba(0, 0, 0, 0);
  border-top: calc(9px - 16.5%) solid var(--c-accent-secondary);
  content: " ";
  position: absolute;
  top: 42%;
  right: 1em;
  z-index: 2;
  pointer-events: none;
  display: none;
}
.form-item__dropdown:hover {
  border-color: var(--c-accent-high);
}
.form-item__select {
  color: var(--c-text-inverse);
  border: 4px solid var(--c-highlight-low);
  background-color: var(--c-text);
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0.6em 0.8em 0.6em;
  width: 100%;
  border-radius: 4px;
}
.form-item__select :focus {
  outline: none;
  color: var(--c-accent-secondary);
}
@supports (
    (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)
  )
  or ((-moz-appearance: none) and (mask-type: alpha)) {
  .form-item__dropdown::after {
    display: block;
  }
  .form-item__select {
    padding-right: 2em;
    background-color: var(--c-text);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-item__select:focus {
    border-color: var(--c-accent-secondary);
  }
}
.form-item {
  color: var(--c-text);
  margin-bottom: 24px;
  max-width: 32em;
}
.form-item::after {
  clear: both;
  content: "";
  display: table;
}
.form-item__label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 480px) {
  .form-item__label {
    display: block;
    margin-right: 2%;
    padding: 0;
  }
}
.form-item__textfield {
  border: 4px solid var(--c-highlight-low);
  background-color: var(--c-text);
  color: var(--c-text-inverse);
  padding: 0.6em;
  max-width: 100%;
  border-radius: 4px;
}
.form-item__textfield:focus {
  border-color: var(--c-accent-secondary);
}
.form-item__textfield::-moz-placeholder {
  color: var(--c-text);
}
.form-item__textfield:-ms-input-placeholder {
  color: var(--c-text);
}
.form-item__textfield::placeholder {
  color: var(--c-text);
}
.form-item__textfield.button,
.pager__item a.button a.form-item__textfield,
.pager__item .more-link-expand a a.form-item__textfield,
.pager__item
  .prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a
  a.form-item__textfield,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .pager__item
  .more-link
  a
  a.form-item__textfield,
.more-link-expand .pager__item a a.form-item__textfield,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  .pager__item
  a
  a.form-item__textfield,
.more-link-expand a.form-item__textfield,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a.form-item__textfield {
  border: none;
  color: var(--c-text);
  background-color: var(--c-accent-secondary);
}
.form-item__textfield.button:hover,
.pager__item a.button a.form-item__textfield:hover,
.more-link-expand a.form-item__textfield:hover,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a.form-item__textfield:hover,
.form-item__textfield.button:focus,
.pager__item a.button a.form-item__textfield:focus,
.more-link-expand a.form-item__textfield:focus,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a.form-item__textfield:focus {
  color: var(--c-text);
  background-color: var(--c-button-hover);
}
@media (prefers-color-scheme: dark) {
  .form-item__textfield.button,
  .pager__item a.button a.form-item__textfield,
  .pager__item .more-link-expand a a.form-item__textfield,
  .pager__item
    .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a
    a.form-item__textfield,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .pager__item
    .more-link
    a
    a.form-item__textfield,
  .more-link-expand .pager__item a a.form-item__textfield,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    .pager__item
    a
    a.form-item__textfield,
  .more-link-expand a.form-item__textfield,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a.form-item__textfield {
    color: var(--c-text);
    background-color: var(--c-primary);
  }
  .form-item__textfield.button:hover,
  .pager__item a.button a.form-item__textfield:hover,
  .more-link-expand a.form-item__textfield:hover,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a.form-item__textfield:hover,
  .form-item__textfield.button:focus,
  .pager__item a.button a.form-item__textfield:focus,
  .more-link-expand a.form-item__textfield:focus,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a.form-item__textfield:focus {
    color: var(--c-text);
    background-color: var(--c-highlight-high);
  }
}
.form-item__description {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  margin-top: 0.3em;
}
.form-fieldset {
  border: none;
  margin-bottom: 2em;
  padding: 0;
}
.form-fieldset .form-item {
  margin-left: 1em;
  max-width: 31em;
}
.icons-demo {
  display: flex;
  flex-wrap: wrap;
}
.icons-demo .icon {
  height: 100px;
  padding: 13px;
  width: 100px;
}
@media (prefers-color-scheme: dark) {
  .icons-demo .icon {
    fill: var(--c-accent-high);
  }
}
.icons-demo pre {
  background-color: var(--c-muted);
  font-size: 0.8rem;
  margin: 0;
  text-align: center;
}
.icons-demo__item {
  border: 1px solid var(--c-muted);
  margin: 3.25px;
}
img:not(.divVideoStep *),
picture {
  display: block;
  height: 100%;
  width: 100%;
  max-height: 670px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
}
figure {
  margin: 0;
}
.figure__caption {
  font-style: italic;
}
.article-media-content {
  display: grid;
  grid-template-areas: "image image image" "caption caption source" "photographer photographer photographer";
}
.article-media-content .image-caption {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  grid-area: caption;
}
@media (min-width: 991px) {
  .article-media-content .image-caption {
    font-size: calc(15px - 16.5%);
  }
}
.article-media-content .image_photographer {
  grid-area: photographer;
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  line-height: 2;
  text-align: left;
}
@media (min-width: 991px) {
  .article-media-content .image_photographer {
    font-size: calc(15px - 16.5%);
  }
}
.article-media-content .image_photographer .image_photographer_label,
.article-media-content .image_photographer .image_photographer_body {
  display: inline-flex;
}
.article-media-content .image_source {
  grid-area: source;
  text-align: right;
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  line-height: 2;
  margin-top: 13px;
}
@media (min-width: 991px) {
  .article-media-content .image_source {
    font-size: calc(15px - 16.5%);
  }
}
.article-media-content .image_source .image_source_label,
.article-media-content .image_source .image_source_body {
  display: inline-flex;
}
.article-media-content .image_source .image_source_label::after {
  content: ": ";
}
.article-media-content .image {
  grid-area: image;
  max-height: 670px;
}
.text-long p:not(.divVideoStep *) > a {
  transition: ease 0.2s;
  color: var(--c-accent-secondary);
}
.text-long p:not(.divVideoStep *) > a:hover,
.text-long p:not(.divVideoStep *) > a:focus {
  color: var(--c-accent);
}
.blockquote p > a,
.text-long blockquote p > a {
  transition: ease 0.2s;
}
.blockquote p > a:hover,
.text-long blockquote p > a:hover,
.blockquote p > a:focus,
.text-long blockquote p > a:focus {
  color: var(--c-accent);
}
.link,
.trending-block .trending-story-wrapper .trending-list a .trending-story h4,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .h2,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  h2,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  h2,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .heading,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .heading,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .trending-story
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-story
  .count-no {
  transition: ease 0.2s;
}
.link:hover,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  h4:hover,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2:hover,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .h2:hover,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2:hover,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  h2:hover,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2:hover,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  h2:hover,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading:hover,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .heading:hover,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading:hover,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .heading:hover,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox:hover::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox:hover::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox:hover::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox:hover::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox:hover::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox:hover::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox:hover::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox:hover::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .count-wrap
  .count-no:hover,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .trending-story
  .count-no:hover,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no:hover,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-story
  .count-no:hover,
.link:focus,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  h4:focus,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2:focus,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .h2:focus,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2:focus,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  h2:focus,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2:focus,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  h2:focus,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading:focus,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .heading:focus,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading:focus,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .heading:focus,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox:focus::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox:focus::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox:focus::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox:focus::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox:focus::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox:focus::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox:focus::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox:focus::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .count-wrap
  .count-no:focus,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .trending-story
  .count-no:focus,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no:focus,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-story
  .count-no:focus {
  color: var(--c-accent);
}
.more-link {
  position: absolute;
  font-size: 0px;
  top: 15px;
  right: 0;
}
.more-link a::after {
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  font-weight: 900;
  line-height: 1;
  font-size: calc(24px - 16.5%);
  -webkit-font-smoothing: antialiased;
  content: "";
  transform: rotate(-45deg);
  cursor: pointer;
  pointer-events: all;
}
@media (min-width: 991px) {
  .more-link {
    top: 20px;
  }
}
.more-link-expand,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link {
  margin: 13px auto;
  text-align: center;
  font-weight: 600;
  align-items: center;
}
.more-link-expand a::before,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a::before {
  content: "view ";
  cursor: pointer;
}
@media (min-width: 991px) {
  .more-link-expand,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link {
    text-align: left;
  }
  .more-link-expand a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    min-width: 0;
    color: var(--c-accent);
  }
  .more-link-expand a:hover,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a:hover,
  .more-link-expand a:focus,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: var(--c-text);
    text-decoration: underline;
  }
}
.block .a2a_kit a::after {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.block .a2a_kit a:hover {
  color: var(--c-accent);
}
.block .a2a_kit a .a2a_svg svg {
  display: none;
}
.block .a2a_kit a:nth-of-type(1) .a2a_svg {
  line-height: 30px !important;
  text-align: center;
}
.block .a2a_kit a:nth-of-type(1) .a2a_svg::after {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  content: "+";
}
.block .a2a_kit a:nth-of-type(1) .a2a_svg:hover {
  color: var(--c-accent);
}
.block .a2a_kit a:nth-of-type(2) .a2a_svg {
  line-height: 30px !important;
  text-align: center;
}
.block .a2a_kit a:nth-of-type(2) .a2a_svg::after {
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  content: "";
}
.block .a2a_kit a:nth-of-type(2) .a2a_svg:hover {
  color: var(--c-accent);
}
.block .a2a_kit a:nth-of-type(3) .a2a_svg {
  line-height: 30px !important;
  text-align: center;
}
.block .a2a_kit a:nth-of-type(3) .a2a_svg::after {
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
  content: "";
}
.block .a2a_kit a:nth-of-type(3) .a2a_svg:hover {
  color: var(--c-accent);
}
.block .a2a_kit a:nth-of-type(4) .a2a_svg {
  line-height: 30px !important;
  text-align: center;
}
.block .a2a_kit a:nth-of-type(4) .a2a_svg::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.block .a2a_kit a:nth-of-type(4) .a2a_svg:hover {
  color: var(--c-accent);
}
.addtoany_list a:hover span {
  opacity: unset;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
ol {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: decimal;
}
.text-field li {
  padding-left: 13px;
}
.text-long ul,
.text-long ol {
  list-style-position: inside;
  margin: 0 0 1em;
}
.logo {
  max-width: 200px;
}
.table,
.text-field table,
table {
  border: 1px solid var(--c-highlight-high);
  border-spacing: 0;
  margin: 13px 0;
  width: 100%;
}
.table__header {
  background-color: var(--c-highlight-high);
}
.table__header > * {
  border-color: var(--c-highlight);
}
.table__header_cell,
.text-field th,
th {
  border: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding: 13px;
}
.table__header_cell:last-child,
th:last-child {
  border-right: 0;
}
:last-child > .table__header_cell,
:last-child > th {
  border-bottom: 0;
}
.table__header_cell[data-cell-highlight],
th[data-cell-highlight] {
  background-color: var(--c-highlight);
}
.table__row,
.text-field tr,
tr {
  background-color: var(--c-background);
  border-color: var(--c-highlight-high);
}
.table__cell,
.text-field td,
td {
  border: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding: 13px;
}
.table__cell:last-child,
td:last-child {
  border-right: 0;
}
:last-child > .table__cell,
:last-child > td {
  border-bottom: 0;
}
.table__cell[data-cell-highlight],
td[data-cell-highlight] {
  background-color: var(--c-highlight);
}
.table__footer {
  background-color: var(--c-highlight-high);
}
.table__footer > * {
  border-color: var(--c-highlight);
}
.table__footer_cell,
.text-field tfoot th,
tfoot th {
  border: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding: 13px;
}
.table__footer_cell:last-child,
tfoot th:last-child {
  border-right: 0;
}
:last-child > .table__footer_cell,
tfoot :last-child > th {
  border-bottom: 0;
}
.table__footer_cell[data-cell-highlight],
tfoot th[data-cell-highlight] {
  background-color: var(--c-highlight);
}
caption {
  caption-side: bottom;
}
h1,
.h1,
.text-long h1 {
  color: var(--c-text);
  font-family: "Bebas Kai", "Helvetica", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(45px - 24%);
  line-height: 1.1;
  margin: 0 0 0.5em;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1__link,
.h1__link {
  color: inherit;
}
h1__link:hover,
.h1__link:hover {
  color: inherit;
}
@media (min-width: 991px) {
  h1,
  .h1,
  .text-long h1 {
    color: var(--c-text);
    font-family: "Bebas Kai", "Helvetica", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: calc(66px - 24%);
    line-height: 1.1;
    margin: 0 0 0.5rem 0;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  h1__link,
  .h1__link {
    color: inherit;
  }
  h1__link:hover,
  .h1__link:hover {
    color: inherit;
  }
}
h2,
.article .addtoany_inline_share_toolbox::before,
.h2,
.trending-block .trending-story-wrapper .trending-list a .count-wrap .count-no,
#block-enca2023-page-title .heading,
.text-long h2 {
  color: var(--c-text);
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(27px - 24%);
  line-height: 1.4;
  margin: 0 0 0.5em;
  width: auto;
  text-transform: uppercase;
}
h2__link,
.h2__link {
  color: inherit;
}
h2__link:hover,
.h2__link:hover {
  color: inherit;
}
@media (min-width: 991px) {
  h2,
  .article .addtoany_inline_share_toolbox::before,
  .h2,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  #block-enca2023-page-title .heading,
  .text-long h2 {
    color: var(--c-text);
    font-family: "Bebas Kai", "Helvetica", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: calc(45px - 24%);
    line-height: 1.1;
    margin: 0 0 0.5em;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  h2__link,
  .h2__link {
    color: inherit;
  }
  h2__link:hover,
  .h2__link:hover {
    color: inherit;
  }
}
h3,
.h3,
.trending-block .trending-story-wrapper .trending-list a .trending-story h4,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .h2,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  h2,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  h2,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .heading,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .heading,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .trending-story
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-story
  .count-no,
.text-long h3 {
  color: var(--c-text);
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(27px - 24%);
  line-height: 1.4;
  margin: 0 0 0.5em;
  width: auto;
  text-transform: uppercase;
}
h3__link,
.h3__link {
  color: inherit;
}
h3__link:hover,
.h3__link:hover {
  color: inherit;
}
h4,
.prefooter .prefooter_content #block-sponsorrelatedarticle .h2,
.prefooter .prefooter_content #block-sponsorrelatedarticle .text-long h2,
.text-long .prefooter .prefooter_content #block-sponsorrelatedarticle h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.h4,
.trending-block h2,
.trending-block .article .addtoany_inline_share_toolbox::before,
.article .trending-block .addtoany_inline_share_toolbox::before,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.featured-article-card .featured-card-content .card_heading .heading,
.text-long h4 {
  color: var(--c-text);
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(24px - 24%);
  line-height: 1.4;
  margin: 1rem 0rem;
  width: auto;
}
h4__link,
.h4__link {
  color: inherit;
}
h4__link:hover,
.h4__link:hover {
  color: inherit;
}
@media (min-width: 991px) {
  h4,
  .prefooter .prefooter_content #block-sponsorrelatedarticle .h2,
  .prefooter .prefooter_content #block-sponsorrelatedarticle .text-long h2,
  .text-long .prefooter .prefooter_content #block-sponsorrelatedarticle h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .h4,
  .trending-block h2,
  .trending-block .article .addtoany_inline_share_toolbox::before,
  .article .trending-block .addtoany_inline_share_toolbox::before,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading,
  .featured-article-card .featured-card-content .card_heading .heading,
  .text-long h4 {
    line-height: 2;
  }
}
h5,
.h5,
.text-long h5 {
  color: var(--c-text);
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(22px - 24%);
  line-height: 1.8;
  margin: 0 0 0.5em;
  width: auto;
}
h5__link,
.h5__link {
  color: inherit;
}
h5__link:hover,
.h5__link:hover {
  color: inherit;
}
h6,
.h6,
.headline-article-card .article_body .heading,
.text-long h6 {
  color: var(--c-text);
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(18px - 24%);
  line-height: 1.6;
  margin: 0 0 0.5em;
  width: auto;
}
h6__link,
.h6__link {
  color: inherit;
}
h6__link:hover,
.h6__link:hover {
  color: inherit;
}
.paragraph,
.text-long p:not(.divVideoStep *) {
  margin: 0 0 1em;
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  text-transform: none;
  line-height: 1.4;
}
.blockquote,
.text-long blockquote {
  border-left: solid 4px var(--c-accent-secondary);
  padding-left: 1em;
  font-weight: 600;
}
.blockquote a,
.text-long blockquote a {
  color: var(--c-text);
}
.hr,
.text-long hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: currentColor;
}
.text-long {
  margin-top: 13px;
}
.text-long p:not(.divVideoStep *) {
  line-height: 1.5;
  color: var(--c-highlight-high);
}
pre {
  margin: 0;
  background-color: var(--c-background-section);
}
.blurb {
  margin: 0 0 1em;
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  text-transform: none;
  line-height: 1.4;
  margin-top: 26px;
  font-size: x-large;
  line-height: 1.4;
}
.author {
  display: inline-flex;
  gap: calc(4px - 16.5%);
  text-transform: uppercase;
}
.author::before {
  content: "By ";
  text-transform: none;
}
.author .author-list {
  display: inline-flex;
  gap: 6.5px;
}
.author .author-list > div:not(:only-of-type):not(:last-of-type)::after {
  content: ",";
}
.image-caption p {
  margin: 13px 0 0 0;
}
.video {
  margin-top: 26px;
}
.video iframe {
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}
.video .pip-button {
  display: none;
}
@-moz-document url-prefix() {
  .vjs-pip-button.vjs-control {
    display: none;
  }
}
.brightcove-item > div:nth-of-type(1) {
  display: none;
}
.brightcove-item .brightcove-player .video-js .vjs-big-play-button:hover {
  background-color: var(--c-accent);
}
.brightcove-item .brightcove-player:hover .vjs-big-play-button {
  background-color: var(--c-accent-secondary);
  transition: all ease 0.3s;
}
.brightcove-item .brightcove-player .vjs-progress-control .vjs-play-progress {
  background-color: var(--c-accent-secondary);
}
.brightcove-item .brightcove-player .vjs-volume-control .vjs-volume-level {
  background-color: var(--c-accent-secondary);
}
.brightcove-item .brightcove-player .vjs-dock-text {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
}
.brightcove-item .brightcove-player .vjs-dock-shelf {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
}
.brightcove-item .brightcove-player .vjs-dock-shelf button {
  display: inline-flex;
}
.brightcove-item .brightcove-player .vjs-dock-shelf button::before {
  font-size: calc(17px - 16.5%);
}
.brightcove-item
  .brightcove-player
  .vjs-menu-content
  .vjs-menu-item.vjs-selected {
  background-color: var(--c-accent-secondary);
}
div[id*="jwvideo"] .form-item {
  max-width: none;
}
.jwplayer {
  margin-top: 26px;
}
.jwplayer.jw-reset {
  margin-top: 26px;
}
.jwplayer .jw-title.jw-reset-text {
  font-size: 10px;
  font-weight: bold;
}
.jwplayer.jw-breakpoint-4 .jw-display .jw-display-icon-container {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  transition: all 0.3s linear;
  padding: 28px;
}
.jwplayer.jw-breakpoint-4 .jw-display .jw-display-icon-container .jw-icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.jwplayer.jw-breakpoint-4:hover .jw-display .jw-display-icon-container {
  background: #086fb6;
}
.jwplayer.jw-breakpoint-4:hover .jw-display .jw-display-icon-container:hover {
  background: #c81010;
}
.banner_media_image.pip {
  position: fixed;
  right: 0;
  bottom: 0;
  height: calc(200px - 16.5%);
  width: calc(300px - 16.5%);
  z-index: 999;
}
.vjs-playlist-thumbnails {
  display: none;
}
.paragraph--view-mode-thumbnail .vjs-playlist-thumbnails {
  display: block;
  position: relative;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails.arrows--disabled
  .vjs-playlist__arrows {
  display: none;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails.arrows--disabled
  .vjs-playlist-horizontal
  .vjs-playlist-item-list {
  max-width: 100%;
  padding: 10px 0 5px;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails.arrows--disabled
  .vjs-playlist-horizontal
  .vjs-playlist-item {
  flex-basis: calc(25% - 10px);
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails.is--hovered
  .vjs-playlist-horizontal
  .vjs-playlist-item-list::-webkit-scrollbar-thumb {
  background: #888;
}
.paragraph--view-mode-thumbnail .vjs-playlist-thumbnails .vjs-playlist {
  display: block;
  position: relative;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist-horizontal
  .vjs-playlist-item-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
  overflow: auto;
  max-width: 90%;
  margin: auto;
  padding: 2rem 0;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist-horizontal
  .vjs-playlist-item-list::-webkit-scrollbar {
  height: 3px;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist-horizontal
  .vjs-playlist-item-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist-horizontal
  .vjs-playlist-item-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
  border-radius: 2px;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist-horizontal
  .vjs-playlist-item {
  flex-basis: calc(50% - 10px);
  flex-shrink: 0;
  flex-grow: 1;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .paragraph--view-mode-thumbnail
    .vjs-playlist-thumbnails
    .vjs-playlist-horizontal
    .vjs-playlist-item {
    flex-basis: calc(33.3333333333% - 10px);
  }
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist-horizontal
  .vjs-playlist-item
  picture {
  font-size: 12px;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist-horizontal
  .vjs-playlist-item.vjs-selected {
  border-radius: 4px;
  background: var(--c-accent-secondary);
}
.paragraph--view-mode-thumbnail .vjs-playlist-thumbnails .vjs-playlist__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 24px;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist__arrows
  svg {
  transition: transform 0.2s ease-in-out;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist__arrows
  svg:hover {
  transform: scale(1.3);
  cursor: pointer;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist__arrows
  svg
  path {
  fill: var(--c-accent-secondary);
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist__arrows--left {
  position: inherit;
  left: 0;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist__arrows--right {
  position: inherit;
  right: 0;
}
.paragraph--view-mode-thumbnail
  .vjs-playlist-thumbnails
  .vjs-playlist-ad-overlay {
  display: none;
}
#block-enca2023-page-title .heading {
  margin-top: 13px;
}
.article {
  position: static;
}
.article .published-date,
.article .author,
.article .image-caption {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
}
@media (min-width: 991px) {
  .article .published-date,
  .article .author,
  .article .image-caption {
    font-size: calc(15px - 16.5%);
  }
}
.article .article-metadata {
  margin-bottom: 26px;
}
.article .addtoany_inline_share_toolbox {
  padding: 26px 0 26px 0;
  display: flex;
  gap: 26px;
  border-bottom: solid 1px var(--c-highlight-low);
  margin-bottom: 13px;
}
.article .addtoany_inline_share_toolbox::before {
  content: "SHARE";
  display: inline;
  font-size: 28px;
  margin-bottom: 0;
}
.article .addtoany_inline_share_toolbox .at-share-btn-elements a {
  margin: 0px 3px;
}
.article .trending-topic-title {
  display: none;
}
.article .article-media-content:not(:first-of-type) {
  display: none;
}
.article:has(.brightcove-player) .teaser_media {
  display: none;
}
.article:has(.banner_media_image .media-item) .teaser_media {
  display: none;
}
.card {
  margin-bottom: 13px;
}
.card .card-body {
  display: flex;
  flex-direction: column;
}
.card .card-body img {
  -o-object-fit: cover;
  object-fit: cover;
}
.card .card-body .card_heading {
  margin: 0;
}
.card .card-body .card_heading .heading {
  font-size: 19px;
  margin-top: 13px;
  margin-bottom: 0;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media (min-width: 991px) {
  .card .card-body .card_heading .heading {
    font-size: calc(19px - 16.5%);
  }
}
.card .card-body .image-caption {
  display: none;
}
.card .card-body .image_source {
  display: none;
}
.card .card-body .image_photographer {
  display: none;
}
.card .card-body .published-date,
.card .card-body .author,
.card .card-body .image-caption {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  grid-area: timestamp;
}
@media (min-width: 991px) {
  .card .card-body .published-date,
  .card .card-body .author,
  .card .card-body .image-caption {
    font-size: calc(15px - 16.5%);
  }
}
.featured-article-card {
  height: 100%;
}
.featured-article-card .featured-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}
.featured-article-card .featured-card-content .image-caption,
.featured-article-card .featured-card-content .image_photographer,
.featured-article-card .featured-card-content .image_source {
  display: none;
}
.featured-article-card .featured-card-content .article-media-content {
  overflow: hidden;
}
.featured-article-card .featured-card-content .article-media-content .image {
  transition: all 0.4s ease;
}
.featured-article-card
  .featured-card-content
  .article-media-content
  .image:hover {
  transform: scale(1.2);
  height: inherit;
  width: inherit;
}
.featured-article-card .featured-card-content .published-date,
.featured-article-card .featured-card-content .author,
.featured-article-card .featured-card-content .image-caption {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
}
@media (min-width: 991px) {
  .featured-article-card .featured-card-content .published-date,
  .featured-article-card .featured-card-content .author,
  .featured-article-card .featured-card-content .image-caption {
    font-size: calc(15px - 16.5%);
  }
}
.featured-article-card .featured-card-content .blurb {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--c-text);
  font-size: 17px;
  padding: 0;
  margin: 20px 0 0 0;
  border-top: none;
  margin-top: 0;
}
@media (min-width: 991px) {
  .featured-article-card .featured-card-content .blurb {
    font-size: calc(15px - 16.5%);
  }
}
@media (min-width: 991px) {
  .featured-article-card .featured-card-content .blurb {
    font-size: calc(17px - 16.5%);
  }
}
.featured-article-card .featured-card-content .card_heading {
  margin-top: 18px;
}
.featured-article-card .featured-card-content .card_heading .heading {
  font-size: 24px;
  text-transform: none;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) {
  .featured-article-card .featured-card-content .card_heading .heading {
    font-size: calc(24px - 16.5%);
  }
}
.featured-article-card .featured-card-content .published-date,
.featured-article-card .featured-card-content .author,
.featured-article-card .featured-card-content .image-caption {
  margin-top: 15px;
}
@media (min-width: 991px) {
  .featured-article-card .featured-card-content .heading {
    max-width: 220px;
  }
  .featured-article-card .featured-card-content .image {
    max-height: none;
    max-width: none;
  }
}
.default-article-card .default-card-content {
  max-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}
.default-article-card .default-card-content .image-caption,
.default-article-card .default-card-content .image_photographer,
.default-article-card .default-card-content .image_source {
  display: none;
}
.default-article-card .default-card-content .card-text-content {
  margin: 0;
}
.default-article-card .default-card-content .card-text-content .published-date,
.default-article-card .default-card-content .card-text-content .author,
.default-article-card .default-card-content .card-text-content .image-caption {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  margin-top: 15px;
}
@media (min-width: 991px) {
  .default-article-card
    .default-card-content
    .card-text-content
    .published-date,
  .default-article-card .default-card-content .card-text-content .author,
  .default-article-card
    .default-card-content
    .card-text-content
    .image-caption {
    font-size: calc(15px - 16.5%);
  }
}
.default-article-card .default-card-content .card-text-content .blurb {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--c-text);
  padding: 0;
  margin: 20px 0 0 0;
  border-top: none;
  margin-top: 0;
}
@media (min-width: 991px) {
  .default-article-card .default-card-content .card-text-content .blurb {
    font-size: calc(15px - 16.5%);
  }
}
.default-article-card .default-card-content .card-text-content .card_heading {
  margin-top: 18px;
}
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading {
  font-size: 24px;
  text-transform: none;
  margin: 0 0 6.5px 0;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) {
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading {
    font-size: calc(24px - 16.5%);
  }
}
.default-article-card .default-card-content .card-media .teaser_media img {
  height: auto;
  width: 100%;
  max-width: none;
}
@media (min-width: 767px) {
  .default-article-card .default-card-content {
    justify-content: flex-start;
    flex-direction: row;
  }
  .default-article-card .default-card-content .card-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 26px 0 26px;
  }
  .default-article-card .default-card-content .card-text-content .card_heading {
    margin-top: 0;
  }
  .default-article-card .default-card-content .card-media .teaser_media .image {
    overflow: hidden;
  }
  .default-article-card
    .default-card-content
    .card-media
    .teaser_media
    .image
    img {
    transition: all 0.4s ease;
    width: auto;
  }
  .default-article-card
    .default-card-content
    .card-media
    .teaser_media
    .image
    img:hover {
    transform: scale(1.1);
  }
}
.article-teaser-card {
  width: 100%;
  height: auto;
  display: inline-flex;
}
.article-teaser-card .teaser-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.article-teaser-card .teaser-card-content .card-media .image-caption {
  display: none;
}
.article-teaser-card .teaser-card-content .card-body {
  padding: 13px 0;
}
.article-teaser-card .teaser-card-content .card-body .heading {
  margin: 0 0 6.5px 0;
}
.article-teaser-card .teaser-card-content .heading {
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-size: 20px;
}
@media (min-width: 991px) {
  .article-teaser-card .teaser-card-content .heading {
    font-size: calc(20px - 16.5%);
  }
}
.article-teaser-card .teaser-card-content .published-date,
.article-teaser-card .teaser-card-content .author,
.article-teaser-card .teaser-card-content .image-caption {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
}
@media (min-width: 991px) {
  .article-teaser-card .teaser-card-content .published-date,
  .article-teaser-card .teaser-card-content .author,
  .article-teaser-card .teaser-card-content .image-caption {
    font-size: calc(15px - 16.5%);
  }
}
.article-teaser-card img {
  height: 250px;
  width: 100%;
}
@media (min-width: 767px) {
  .article-teaser-card .teaser-card-content {
    flex-direction: row;
  }
  .article-teaser-card .teaser-card-content .card-body {
    padding: 15px 0px 10px 15px;
  }
  .article-teaser-card img {
    height: 153px;
    width: 240px;
    max-width: none;
  }
}
@media (min-width: 991px) {
  .bk-homepage-sport .article-teaser-card img {
    height: 100px;
    width: 100px;
    max-width: none;
  }
}
.headline-article-card {
  position: relative;
  padding: 15px 0px;
  border-bottom: solid 1px var(--c-highlight-low);
}
.headline-article-card .article_body {
  display: flex;
  flex-direction: column;
}
.headline-article-card .article_body .heading {
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  margin-bottom: 0;
}
.headline-article-card .article_body .published-date,
.headline-article-card .article_body .author,
.headline-article-card .article_body .image-caption {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  line-height: 1.5;
}
@media (min-width: 991px) {
  .headline-article-card .article_body .published-date,
  .headline-article-card .article_body .author,
  .headline-article-card .article_body .image-caption {
    font-size: calc(15px - 16.5%);
  }
}
.sponsored-card {
  width: 100%;
  height: 100%;
  display: inline-flex;
}
.sponsored-card .sponsored-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sponsored-card .sponsored-card-content .card-body {
  padding: 15px 10px 25px 15px;
}
.sponsored-card .sponsored-card-content .card-body .heading {
  font-size: 17px;
  margin-top: 0;
}
@media (min-width: 991px) {
  .sponsored-card .sponsored-card-content .card-body .heading {
    font-size: calc(17px - 16.5%);
  }
}
.sponsored-card .sponsored-card-content .card-body .channel {
  align-items: center;
  gap: 5px;
  margin: 10px 0px 10px 0px;
}
.sponsored-card .sponsored-card-content .card-body .channel .article-channel {
  display: flex;
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  font-size: 0px;
}
@media (min-width: 991px) {
  .sponsored-card .sponsored-card-content .card-body .channel .article-channel {
    font-size: calc(15px - 16.5%);
  }
}
.sponsored-card .sponsored-card-content .card-body .channel .article-channel a {
  font-size: 0;
  pointer-events: none;
}
.sponsored-card
  .sponsored-card-content
  .card-body
  .channel
  .article-channel
  a::before {
  content: "Sponsored";
  position: relative;
  display: inline-block;
  font-size: 17px;
}
@media (min-width: 991px) {
  .sponsored-card
    .sponsored-card-content
    .card-body
    .channel
    .article-channel
    a::before {
    font-size: calc(17px - 16.5%);
  }
}
.sponsored-card .sponsored-card-content .card-media .image-caption {
  display: none;
}
.sponsored-card .sponsored-card-content .card-media img {
  border-radius: 0;
  height: auto;
  width: auto;
  max-width: none;
}
.sponsored-card .card-body {
  padding: 13px 0;
}
.sponsored-card .card-body .heading {
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-size: 22px;
}
@media (min-width: 991px) {
  .sponsored-card .card-body .heading {
    font-size: calc(22px - 16.5%);
  }
}
.sponsored-card .card-body .published-date,
.sponsored-card .card-body .author,
.sponsored-card .card-body .image-caption {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
}
@media (min-width: 991px) {
  .sponsored-card .card-body .published-date,
  .sponsored-card .card-body .author,
  .sponsored-card .card-body .image-caption {
    font-size: calc(15px - 16.5%);
  }
}
@media (min-width: 767px) {
  .sponsored-card {
    height: auto;
  }
  .sponsored-card .sponsored-card-content {
    flex-direction: row;
  }
  .sponsored-card .sponsored-card-content .card-body {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
  }
  .sponsored-card .sponsored-card-content .card-body .heading {
    font-size: 15px;
  }
  .sponsored-card .sponsored-card-content .card-media img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 991px) {
  .sponsored-card .sponsored-card-content .card-body .heading {
    font-size: calc(20px - 16.5%);
  }
}
.article-channel > div > div {
  display: table-cell;
}
.article-channel > div > div + div:before {
  content: ", ";
}
.bk-homepage-watch-now .card-text-content {
  padding: 0px 2px;
  text-align: left;
}
.bk-channel-sidebar {
  margin: 0 auto;
  width: auto;
}
.bk-channel-sidebar .card .card-body img {
  width: -webkit-fill-available;
  height: 200px;
}
.bk-channel-sidebar .card .card-body .card_heading .heading {
  max-width: none;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
}
.bk-channel-sidebar .card .card-body .published-date,
.bk-channel-sidebar .card .card-body .author,
.bk-channel-sidebar .card .card-body .image-caption {
  display: none;
}
.bk-channel-sidebar .card .card-body .channel {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
}
.bk-channel-sidebar .card .card-body .channel .article-channel {
  display: flex;
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  font-size: 17px;
}
@media (min-width: 991px) {
  .bk-channel-sidebar .card .card-body .channel .article-channel {
    font-size: calc(15px - 16.5%);
  }
}
.bk-channel-sidebar .card .card-body .channel::before {
  content: "";
  position: relative;
  top: -3px;
  width: 18px;
  height: 4px;
  background-color: var(--c-accent-secondary);
}
@media (min-width: 991px) {
  .bk-channel-sidebar {
    max-width: 400px;
  }
}
.cta {
  padding: 39px;
  text-align: center;
}
.featured-articles-block {
  display: flex;
  flex-direction: column;
}
.featured-articles-block .h4,
.featured-articles-block .trending-block h2,
.trending-block .featured-articles-block h2,
.featured-articles-block
  .trending-block
  .article
  .addtoany_inline_share_toolbox::before,
.trending-block
  .article
  .featured-articles-block
  .addtoany_inline_share_toolbox::before,
.featured-articles-block
  .article
  .trending-block
  .addtoany_inline_share_toolbox::before,
.article
  .trending-block
  .featured-articles-block
  .addtoany_inline_share_toolbox::before,
.featured-articles-block .text-long h4,
.featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  .h2,
.featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  h2,
.featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .featured-articles-block
  .text-long
  .heading,
.featured-articles-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  .heading,
.featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.featured-articles-block
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .featured-articles-block
  .text-long
  .addtoany_inline_share_toolbox::before,
.featured-articles-block
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .featured-articles-block
  .text-long
  .count-no,
.featured-articles-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  .count-no,
.text-long .featured-articles-block h4,
.text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  h2,
.text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  h2,
.text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .featured-articles-block
  .heading,
.text-long
  .featured-articles-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .featured-articles-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .featured-articles-block
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .featured-articles-block
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .featured-articles-block
  .count-no,
.text-long
  .featured-articles-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  .count-no,
.featured-articles-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading,
.featured-article-card
  .featured-card-content
  .card_heading
  .featured-articles-block
  .heading,
.featured-articles-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .featured-articles-block
  .heading {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
}
@media (min-width: 991px) {
  .featured-articles-block .h4,
  .featured-articles-block .trending-block h2,
  .trending-block .featured-articles-block h2,
  .featured-articles-block
    .trending-block
    .article
    .addtoany_inline_share_toolbox::before,
  .trending-block
    .article
    .featured-articles-block
    .addtoany_inline_share_toolbox::before,
  .featured-articles-block
    .article
    .trending-block
    .addtoany_inline_share_toolbox::before,
  .article
    .trending-block
    .featured-articles-block
    .addtoany_inline_share_toolbox::before,
  .featured-articles-block .text-long h4,
  .featured-articles-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .featured-articles-block
    .text-long
    .h2,
  .featured-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .featured-articles-block
    .text-long
    h2,
  .featured-articles-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .featured-articles-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .featured-articles-block
    .text-long
    .heading,
  .featured-articles-block
    .text-long
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .featured-articles-block
    .text-long
    .heading,
  .featured-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .featured-articles-block
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .featured-articles-block
    .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .featured-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .featured-articles-block
    .text-long
    .addtoany_inline_share_toolbox::before,
  .featured-articles-block
    .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .featured-articles-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .featured-articles-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .featured-articles-block
    .text-long
    .count-no,
  .featured-articles-block
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .featured-articles-block
    .text-long
    .count-no,
  .text-long .featured-articles-block h4,
  .text-long
    .featured-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .featured-articles-block
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .featured-articles-block
    h2,
  .text-long
    .featured-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .featured-articles-block
    h2,
  .text-long
    .featured-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .text-long
    .featured-articles-block
    .heading,
  .text-long
    .featured-articles-block
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .featured-articles-block
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .featured-articles-block
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .featured-articles-block
    .addtoany_inline_share_toolbox::before,
  .text-long
    .featured-articles-block
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .featured-articles-block
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .featured-articles-block
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .featured-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .featured-articles-block
    .addtoany_inline_share_toolbox::before,
  .text-long
    .featured-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .text-long
    .featured-articles-block
    .count-no,
  .text-long
    .featured-articles-block
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .featured-articles-block
    .count-no,
  .featured-articles-block
    .featured-article-card
    .featured-card-content
    .card_heading
    .heading,
  .featured-article-card
    .featured-card-content
    .card_heading
    .featured-articles-block
    .heading,
  .featured-articles-block
    .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .featured-articles-block
    .heading {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
  }
}
.featured-articles-block .h4::after,
.featured-articles-block .trending-block h2::after,
.trending-block .featured-articles-block h2::after,
.featured-articles-block .text-long h4::after,
.featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  .h2::after,
.featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  h2::after,
.featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .featured-articles-block
  .text-long
  .heading::after,
.featured-articles-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  .heading::after,
.featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .featured-articles-block
  .text-long
  .count-no::after,
.featured-articles-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  .count-no::after,
.text-long .featured-articles-block h4::after,
.text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  h2::after,
.text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  h2::after,
.text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .featured-articles-block
  .heading::after,
.text-long
  .featured-articles-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  .heading::after,
.text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .featured-articles-block
  .count-no::after,
.text-long
  .featured-articles-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  .count-no::after,
.featured-articles-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading::after,
.featured-article-card
  .featured-card-content
  .card_heading
  .featured-articles-block
  .heading::after,
.featured-articles-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading::after,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .featured-articles-block
  .heading::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-highlight-low);
  margin: auto 30px auto 10px;
  position: relative;
  top: -4px;
}
.featured-articles-block .h4::after,
.featured-articles-block .trending-block h2::after,
.trending-block .featured-articles-block h2::after,
.featured-articles-block .text-long h4::after,
.featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  .h2::after,
.featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  h2::after,
.featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .featured-articles-block
  .text-long
  .heading::after,
.featured-articles-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  .heading::after,
.featured-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .featured-articles-block
  .text-long
  .count-no::after,
.featured-articles-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  .text-long
  .count-no::after,
.text-long .featured-articles-block h4::after,
.text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  h2::after,
.text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-articles-block
  h2::after,
.text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .featured-articles-block
  .heading::after,
.text-long
  .featured-articles-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  .heading::after,
.text-long
  .featured-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .featured-articles-block
  .count-no::after,
.text-long
  .featured-articles-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-articles-block
  .count-no::after,
.featured-articles-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading::after,
.featured-article-card
  .featured-card-content
  .card_heading
  .featured-articles-block
  .heading::after,
.featured-articles-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading::after,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .featured-articles-block
  .heading::after {
  display: none;
}
.featured-articles-sidebar-block {
  margin-bottom: 13px;
}
.featured-articles-sidebar-block .card .card-body {
  display: flex;
  flex-direction: column;
}
.featured-articles-sidebar-block .card .card-body .teaser_media img {
  width: 100%;
  height: auto;
}
.featured-articles-sidebar-block .card .card-body .card-text-content .heading {
  max-width: none;
  -webkit-line-clamp: 2;
}
@media (min-width: 991px) {
  .featured-articles-sidebar-block .card .card-body .teaser_media img {
    height: 150px;
  }
}
.featured-sidebar-block {
  margin-bottom: 26px;
}
.featured-sidebar-block .h4,
.featured-sidebar-block .trending-block h2,
.trending-block .featured-sidebar-block h2,
.featured-sidebar-block
  .trending-block
  .article
  .addtoany_inline_share_toolbox::before,
.trending-block
  .article
  .featured-sidebar-block
  .addtoany_inline_share_toolbox::before,
.featured-sidebar-block
  .article
  .trending-block
  .addtoany_inline_share_toolbox::before,
.article
  .trending-block
  .featured-sidebar-block
  .addtoany_inline_share_toolbox::before,
.featured-sidebar-block .text-long h4,
.featured-sidebar-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-sidebar-block
  .text-long
  .h2,
.featured-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-sidebar-block
  .text-long
  h2,
.featured-sidebar-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.featured-sidebar-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .featured-sidebar-block
  .text-long
  .heading,
.featured-sidebar-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-sidebar-block
  .text-long
  .heading,
.featured-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-sidebar-block
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.featured-sidebar-block
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.featured-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .featured-sidebar-block
  .text-long
  .addtoany_inline_share_toolbox::before,
.featured-sidebar-block
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .featured-sidebar-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.featured-sidebar-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .featured-sidebar-block
  .text-long
  .count-no,
.featured-sidebar-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-sidebar-block
  .text-long
  .count-no,
.text-long .featured-sidebar-block h4,
.text-long
  .featured-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-sidebar-block
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-sidebar-block
  h2,
.text-long
  .featured-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-sidebar-block
  h2,
.text-long
  .featured-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .featured-sidebar-block
  .heading,
.text-long
  .featured-sidebar-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-sidebar-block
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-sidebar-block
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .featured-sidebar-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .featured-sidebar-block
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-sidebar-block
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .featured-sidebar-block
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .featured-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .featured-sidebar-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .featured-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .featured-sidebar-block
  .count-no,
.text-long
  .featured-sidebar-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .featured-sidebar-block
  .count-no,
.featured-sidebar-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading,
.featured-article-card
  .featured-card-content
  .card_heading
  .featured-sidebar-block
  .heading,
.featured-sidebar-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .featured-sidebar-block
  .heading {
  margin: 13px 0;
}
.featured-sidebar-block .bk-homepage-featured {
  width: auto;
  margin: 0 auto;
}
.featured-sidebar-block .bk-homepage-featured .article-teaser-card {
  height: 100px;
}
.featured-sidebar-block
  .bk-homepage-featured
  .article-teaser-card
  .teaser-card-content {
  flex-direction: row;
}
.featured-sidebar-block
  .bk-homepage-featured
  .article-teaser-card
  .teaser-card-content
  .teaser_media {
  width: 100px;
}
.featured-sidebar-block
  .bk-homepage-featured
  .article-teaser-card
  .teaser-card-content
  .teaser_media
  img {
  height: 100px;
  width: 100px;
  max-width: none;
}
.featured-sidebar-block
  .bk-homepage-featured
  .article-teaser-card
  .teaser-card-content
  .card-body {
  padding: 15px;
  padding-right: 0;
  margin: auto 0;
}
.featured-sidebar-block
  .bk-homepage-featured
  .article-teaser-card
  .teaser-card-content
  .card-body
  .heading {
  font-size: 17px;
}
.featured-sidebar-block
  .bk-homepage-featured
  .article-teaser-card
  .teaser-card-content
  .card-body
  .published-date,
.featured-sidebar-block
  .bk-homepage-featured
  .article-teaser-card
  .teaser-card-content
  .card-body
  .author,
.featured-sidebar-block
  .bk-homepage-featured
  .article-teaser-card
  .teaser-card-content
  .card-body
  .image-caption {
  display: none;
}
@media (min-width: 991px) {
  .featured-sidebar-block .bk-homepage-featured {
    max-width: 400px;
  }
  .featured-sidebar-block
    .bk-homepage-featured
    .article-teaser-card
    .teaser-card-content
    .card-body
    .heading {
    font-size: calc(17px - 16.5%);
  }
}
.jobs-at-enca {
  margin-top: 26px;
}
.jobs-at-enca .job-field-item {
  margin-bottom: 13px;
}
.jobs-at-enca .job-field-item .job-field-label {
  font-weight: 800;
}
.jobs-at-enca .job-field-item .job-field-label::after {
  content: ":";
  display: inline;
}
.landing-page-articles-block {
  margin-top: 13px;
}
.views-element-container {
  position: relative;
}
.bk-sport-view-1,
.bk-news-view-1,
.bk-videos-view-1,
.bk-business-view-1,
.bk-opinion-view-1,
.bk-lifestyle-view-1,
.bk-shows-view-1,
.bk-weather-view-1,
.bk-enuus-view-1,
.bk-press-release-view-1 {
  display: grid;
  row-gap: 13px;
  height: auto;
  grid-template-areas: "featured featured" "card card" "headlines headlines";
}
.bk-sport-view-1 .views-element-container:nth-of-type(1),
.bk-news-view-1 .views-element-container:nth-of-type(1),
.bk-videos-view-1 .views-element-container:nth-of-type(1),
.bk-business-view-1 .views-element-container:nth-of-type(1),
.bk-opinion-view-1 .views-element-container:nth-of-type(1),
.bk-lifestyle-view-1 .views-element-container:nth-of-type(1),
.bk-shows-view-1 .views-element-container:nth-of-type(1),
.bk-weather-view-1 .views-element-container:nth-of-type(1),
.bk-enuus-view-1 .views-element-container:nth-of-type(1),
.bk-press-release-view-1 .views-element-container:nth-of-type(1) {
  grid-area: featured;
}
.bk-sport-view-1 .views-element-container:nth-of-type(3),
.bk-news-view-1 .views-element-container:nth-of-type(3),
.bk-videos-view-1 .views-element-container:nth-of-type(3),
.bk-business-view-1 .views-element-container:nth-of-type(3),
.bk-opinion-view-1 .views-element-container:nth-of-type(3),
.bk-lifestyle-view-1 .views-element-container:nth-of-type(3),
.bk-shows-view-1 .views-element-container:nth-of-type(3),
.bk-weather-view-1 .views-element-container:nth-of-type(3),
.bk-enuus-view-1 .views-element-container:nth-of-type(3),
.bk-press-release-view-1 .views-element-container:nth-of-type(3) {
  grid-area: headlines;
}
.bk-sport-view-1
  .views-element-container:nth-of-type(3)
  .view-unformatted
  .headline-article-card,
.bk-news-view-1
  .views-element-container:nth-of-type(3)
  .view-unformatted
  .headline-article-card,
.bk-videos-view-1
  .views-element-container:nth-of-type(3)
  .view-unformatted
  .headline-article-card,
.bk-business-view-1
  .views-element-container:nth-of-type(3)
  .view-unformatted
  .headline-article-card,
.bk-opinion-view-1
  .views-element-container:nth-of-type(3)
  .view-unformatted
  .headline-article-card,
.bk-lifestyle-view-1
  .views-element-container:nth-of-type(3)
  .view-unformatted
  .headline-article-card,
.bk-shows-view-1
  .views-element-container:nth-of-type(3)
  .view-unformatted
  .headline-article-card,
.bk-weather-view-1
  .views-element-container:nth-of-type(3)
  .view-unformatted
  .headline-article-card,
.bk-enuus-view-1
  .views-element-container:nth-of-type(3)
  .view-unformatted
  .headline-article-card,
.bk-press-release-view-1
  .views-element-container:nth-of-type(3)
  .view-unformatted
  .headline-article-card {
  border-bottom: none;
  border-top: solid 1px var(--c-highlight-low);
}
.bk-sport-view-1 .view-unformatted,
.bk-news-view-1 .view-unformatted,
.bk-videos-view-1 .view-unformatted,
.bk-business-view-1 .view-unformatted,
.bk-opinion-view-1 .view-unformatted,
.bk-lifestyle-view-1 .view-unformatted,
.bk-shows-view-1 .view-unformatted,
.bk-weather-view-1 .view-unformatted,
.bk-enuus-view-1 .view-unformatted,
.bk-press-release-view-1 .view-unformatted {
  grid-area: card;
}
.bk-sport-view-1 .view-unformatted .card .card-body .card_heading .heading,
.bk-news-view-1 .view-unformatted .card .card-body .card_heading .heading,
.bk-videos-view-1 .view-unformatted .card .card-body .card_heading .heading,
.bk-business-view-1 .view-unformatted .card .card-body .card_heading .heading,
.bk-opinion-view-1 .view-unformatted .card .card-body .card_heading .heading,
.bk-lifestyle-view-1 .view-unformatted .card .card-body .card_heading .heading,
.bk-shows-view-1 .view-unformatted .card .card-body .card_heading .heading,
.bk-weather-view-1 .view-unformatted .card .card-body .card_heading .heading,
.bk-enuus-view-1 .view-unformatted .card .card-body .card_heading .heading,
.bk-press-release-view-1
  .view-unformatted
  .card
  .card-body
  .card_heading
  .heading {
  margin-top: 13px;
}
.bk-sport-view-1
  .view-unformatted
  .card
  .card-body
  .card-media
  .teaser_media
  img,
.bk-news-view-1
  .view-unformatted
  .card
  .card-body
  .card-media
  .teaser_media
  img,
.bk-videos-view-1
  .view-unformatted
  .card
  .card-body
  .card-media
  .teaser_media
  img,
.bk-business-view-1
  .view-unformatted
  .card
  .card-body
  .card-media
  .teaser_media
  img,
.bk-opinion-view-1
  .view-unformatted
  .card
  .card-body
  .card-media
  .teaser_media
  img,
.bk-lifestyle-view-1
  .view-unformatted
  .card
  .card-body
  .card-media
  .teaser_media
  img,
.bk-shows-view-1
  .view-unformatted
  .card
  .card-body
  .card-media
  .teaser_media
  img,
.bk-weather-view-1
  .view-unformatted
  .card
  .card-body
  .card-media
  .teaser_media
  img,
.bk-enuus-view-1
  .view-unformatted
  .card
  .card-body
  .card-media
  .teaser_media
  img,
.bk-press-release-view-1
  .view-unformatted
  .card
  .card-body
  .card-media
  .teaser_media
  img {
  width: 100%;
  height: 220px;
}
@media (min-width: 991px) {
  .bk-sport-view-1,
  .bk-news-view-1,
  .bk-videos-view-1,
  .bk-business-view-1,
  .bk-opinion-view-1,
  .bk-lifestyle-view-1,
  .bk-shows-view-1,
  .bk-weather-view-1,
  .bk-enuus-view-1,
  .bk-press-release-view-1 {
    display: grid;
    gap: 26px;
    row-gap: 0;
    grid-template-areas: "featured card" "featured headlines" "featured headlines";
    grid-template-columns: 7fr 3fr;
    grid-template-rows: 3fr 5fr;
  }
  .bk-sport-view-1 .views-element-container:nth-of-type(1),
  .bk-news-view-1 .views-element-container:nth-of-type(1),
  .bk-videos-view-1 .views-element-container:nth-of-type(1),
  .bk-business-view-1 .views-element-container:nth-of-type(1),
  .bk-opinion-view-1 .views-element-container:nth-of-type(1),
  .bk-lifestyle-view-1 .views-element-container:nth-of-type(1),
  .bk-shows-view-1 .views-element-container:nth-of-type(1),
  .bk-weather-view-1 .views-element-container:nth-of-type(1),
  .bk-enuus-view-1 .views-element-container:nth-of-type(1),
  .bk-press-release-view-1 .views-element-container:nth-of-type(1) {
    grid-area: featured;
  }
  .bk-sport-view-1 .views-element-container:nth-of-type(3),
  .bk-news-view-1 .views-element-container:nth-of-type(3),
  .bk-videos-view-1 .views-element-container:nth-of-type(3),
  .bk-business-view-1 .views-element-container:nth-of-type(3),
  .bk-opinion-view-1 .views-element-container:nth-of-type(3),
  .bk-lifestyle-view-1 .views-element-container:nth-of-type(3),
  .bk-shows-view-1 .views-element-container:nth-of-type(3),
  .bk-weather-view-1 .views-element-container:nth-of-type(3),
  .bk-enuus-view-1 .views-element-container:nth-of-type(3),
  .bk-press-release-view-1 .views-element-container:nth-of-type(3) {
    grid-area: headlines;
    overflow: hidden;
  }
  .bk-sport-view-1 .view-unformatted,
  .bk-news-view-1 .view-unformatted,
  .bk-videos-view-1 .view-unformatted,
  .bk-business-view-1 .view-unformatted,
  .bk-opinion-view-1 .view-unformatted,
  .bk-lifestyle-view-1 .view-unformatted,
  .bk-shows-view-1 .view-unformatted,
  .bk-weather-view-1 .view-unformatted,
  .bk-enuus-view-1 .view-unformatted,
  .bk-press-release-view-1 .view-unformatted {
    grid-area: card;
  }
  .bk-sport-view-1 .view-unformatted .card .card-body .card_heading .heading,
  .bk-news-view-1 .view-unformatted .card .card-body .card_heading .heading,
  .bk-videos-view-1 .view-unformatted .card .card-body .card_heading .heading,
  .bk-business-view-1 .view-unformatted .card .card-body .card_heading .heading,
  .bk-opinion-view-1 .view-unformatted .card .card-body .card_heading .heading,
  .bk-lifestyle-view-1
    .view-unformatted
    .card
    .card-body
    .card_heading
    .heading,
  .bk-shows-view-1 .view-unformatted .card .card-body .card_heading .heading,
  .bk-weather-view-1 .view-unformatted .card .card-body .card_heading .heading,
  .bk-enuus-view-1 .view-unformatted .card .card-body .card_heading .heading,
  .bk-press-release-view-1
    .view-unformatted
    .card
    .card-body
    .card_heading
    .heading {
    max-width: 100%;
    margin-top: 13px;
  }
  .bk-sport-view-1
    .view-unformatted
    .card
    .card-body
    .card-media
    .teaser_media
    img,
  .bk-news-view-1
    .view-unformatted
    .card
    .card-body
    .card-media
    .teaser_media
    img,
  .bk-videos-view-1
    .view-unformatted
    .card
    .card-body
    .card-media
    .teaser_media
    img,
  .bk-business-view-1
    .view-unformatted
    .card
    .card-body
    .card-media
    .teaser_media
    img,
  .bk-opinion-view-1
    .view-unformatted
    .card
    .card-body
    .card-media
    .teaser_media
    img,
  .bk-lifestyle-view-1
    .view-unformatted
    .card
    .card-body
    .card-media
    .teaser_media
    img,
  .bk-shows-view-1
    .view-unformatted
    .card
    .card-body
    .card-media
    .teaser_media
    img,
  .bk-weather-view-1
    .view-unformatted
    .card
    .card-body
    .card-media
    .teaser_media
    img,
  .bk-enuus-view-1
    .view-unformatted
    .card
    .card-body
    .card-media
    .teaser_media
    img,
  .bk-press-release-view-1
    .view-unformatted
    .card
    .card-body
    .card-media
    .teaser_media
    img {
    width: 100%;
    height: 150px;
  }
}
.latest-articles-block .h4,
.latest-articles-block .trending-block h2,
.trending-block .latest-articles-block h2,
.latest-articles-block
  .trending-block
  .article
  .addtoany_inline_share_toolbox::before,
.trending-block
  .article
  .latest-articles-block
  .addtoany_inline_share_toolbox::before,
.latest-articles-block
  .article
  .trending-block
  .addtoany_inline_share_toolbox::before,
.article
  .trending-block
  .latest-articles-block
  .addtoany_inline_share_toolbox::before,
.latest-articles-block .text-long h4,
.latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  .h2,
.latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  h2,
.latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .latest-articles-block
  .text-long
  .heading,
.latest-articles-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  .heading,
.latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.latest-articles-block
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .latest-articles-block
  .text-long
  .addtoany_inline_share_toolbox::before,
.latest-articles-block
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .latest-articles-block
  .text-long
  .count-no,
.latest-articles-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  .count-no,
.text-long .latest-articles-block h4,
.text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  h2,
.text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  h2,
.text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .latest-articles-block
  .heading,
.text-long
  .latest-articles-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .latest-articles-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .latest-articles-block
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .latest-articles-block
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .latest-articles-block
  .count-no,
.text-long
  .latest-articles-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  .count-no,
.latest-articles-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading,
.featured-article-card
  .featured-card-content
  .card_heading
  .latest-articles-block
  .heading,
.latest-articles-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .latest-articles-block
  .heading {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
}
@media (min-width: 991px) {
  .latest-articles-block .h4,
  .latest-articles-block .trending-block h2,
  .trending-block .latest-articles-block h2,
  .latest-articles-block
    .trending-block
    .article
    .addtoany_inline_share_toolbox::before,
  .trending-block
    .article
    .latest-articles-block
    .addtoany_inline_share_toolbox::before,
  .latest-articles-block
    .article
    .trending-block
    .addtoany_inline_share_toolbox::before,
  .article
    .trending-block
    .latest-articles-block
    .addtoany_inline_share_toolbox::before,
  .latest-articles-block .text-long h4,
  .latest-articles-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-articles-block
    .text-long
    .h2,
  .latest-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-articles-block
    .text-long
    h2,
  .latest-articles-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .latest-articles-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .latest-articles-block
    .text-long
    .heading,
  .latest-articles-block
    .text-long
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-articles-block
    .text-long
    .heading,
  .latest-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-articles-block
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .latest-articles-block
    .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .latest-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .latest-articles-block
    .text-long
    .addtoany_inline_share_toolbox::before,
  .latest-articles-block
    .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .latest-articles-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .latest-articles-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .latest-articles-block
    .text-long
    .count-no,
  .latest-articles-block
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-articles-block
    .text-long
    .count-no,
  .text-long .latest-articles-block h4,
  .text-long
    .latest-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-articles-block
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-articles-block
    h2,
  .text-long
    .latest-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-articles-block
    h2,
  .text-long
    .latest-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .text-long
    .latest-articles-block
    .heading,
  .text-long
    .latest-articles-block
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-articles-block
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-articles-block
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .latest-articles-block
    .addtoany_inline_share_toolbox::before,
  .text-long
    .latest-articles-block
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-articles-block
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .latest-articles-block
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .latest-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-articles-block
    .addtoany_inline_share_toolbox::before,
  .text-long
    .latest-articles-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .text-long
    .latest-articles-block
    .count-no,
  .text-long
    .latest-articles-block
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-articles-block
    .count-no,
  .latest-articles-block
    .featured-article-card
    .featured-card-content
    .card_heading
    .heading,
  .featured-article-card
    .featured-card-content
    .card_heading
    .latest-articles-block
    .heading,
  .latest-articles-block
    .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .latest-articles-block
    .heading {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
  }
}
.latest-articles-block .h4::after,
.latest-articles-block .trending-block h2::after,
.trending-block .latest-articles-block h2::after,
.latest-articles-block .text-long h4::after,
.latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  .h2::after,
.latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  h2::after,
.latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .latest-articles-block
  .text-long
  .heading::after,
.latest-articles-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  .heading::after,
.latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .latest-articles-block
  .text-long
  .count-no::after,
.latest-articles-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  .count-no::after,
.text-long .latest-articles-block h4::after,
.text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  h2::after,
.text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  h2::after,
.text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .latest-articles-block
  .heading::after,
.text-long
  .latest-articles-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  .heading::after,
.text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .latest-articles-block
  .count-no::after,
.text-long
  .latest-articles-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  .count-no::after,
.latest-articles-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading::after,
.featured-article-card
  .featured-card-content
  .card_heading
  .latest-articles-block
  .heading::after,
.latest-articles-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading::after,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .latest-articles-block
  .heading::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-highlight-low);
  margin: auto 30px auto 10px;
  position: relative;
  top: -4px;
}
.latest-articles-block .h4::after,
.latest-articles-block .trending-block h2::after,
.trending-block .latest-articles-block h2::after,
.latest-articles-block .text-long h4::after,
.latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  .h2::after,
.latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  h2::after,
.latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .latest-articles-block
  .text-long
  .heading::after,
.latest-articles-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  .heading::after,
.latest-articles-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .latest-articles-block
  .text-long
  .count-no::after,
.latest-articles-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  .text-long
  .count-no::after,
.text-long .latest-articles-block h4::after,
.text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  h2::after,
.text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-articles-block
  h2::after,
.text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .latest-articles-block
  .heading::after,
.text-long
  .latest-articles-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  .heading::after,
.text-long
  .latest-articles-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .latest-articles-block
  .count-no::after,
.text-long
  .latest-articles-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-articles-block
  .count-no::after,
.latest-articles-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading::after,
.featured-article-card
  .featured-card-content
  .card_heading
  .latest-articles-block
  .heading::after,
.latest-articles-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading::after,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .latest-articles-block
  .heading::after {
  display: none;
}
.latest-articles-block .more-link {
  display: none;
}
.latest-articles-block .article-teaser-card {
  width: 100%;
  height: auto;
}
.latest-articles-block .article-teaser-card .teaser-card-content {
  width: 100%;
}
.latest-articles-block
  .article-teaser-card
  .teaser-card-content
  .card-body
  .card_heading
  .heading {
  text-transform: uppercase;
  font-size: 25px;
}
.latest-articles-block .headline-article-card .heading {
  -webkit-line-clamp: 1;
}
@media (min-width: 767px) {
  .latest-articles-block {
    display: block;
    z-index: 2;
    width: 49%;
    margin-right: 1rem;
    float: left;
  }
  .latest-articles-block .article-teaser-card {
    width: 100%;
  }
  .latest-articles-block .article-teaser-card .teaser-card-content {
    flex-direction: column;
    width: 100%;
  }
  .latest-articles-block .article-teaser-card .teaser-card-content .card-body {
    padding-left: 0;
  }
}
@media (min-width: 991px) {
  .latest-articles-block {
    margin-right: 2rem;
  }
  .latest-articles-block .article-teaser-card {
    width: 100%;
  }
  .latest-articles-block .article-teaser-card .teaser-card-content {
    flex-direction: row;
    width: 100%;
  }
  .latest-articles-block .article-teaser-card .teaser-card-content .card-body {
    padding-left: 30px;
  }
}
.latest-episodes-block-one .h4,
.latest-episodes-block-one .trending-block h2,
.trending-block .latest-episodes-block-one h2,
.latest-episodes-block-one
  .trending-block
  .article
  .addtoany_inline_share_toolbox::before,
.trending-block
  .article
  .latest-episodes-block-one
  .addtoany_inline_share_toolbox::before,
.latest-episodes-block-one
  .article
  .trending-block
  .addtoany_inline_share_toolbox::before,
.article
  .trending-block
  .latest-episodes-block-one
  .addtoany_inline_share_toolbox::before,
.latest-episodes-block-one .text-long h4,
.latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  .h2,
.latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  h2,
.latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .latest-episodes-block-one
  .text-long
  .heading,
.latest-episodes-block-one
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  .heading,
.latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.latest-episodes-block-one
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .latest-episodes-block-one
  .text-long
  .addtoany_inline_share_toolbox::before,
.latest-episodes-block-one
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .latest-episodes-block-one
  .text-long
  .count-no,
.latest-episodes-block-one
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  .count-no,
.text-long .latest-episodes-block-one h4,
.text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  h2,
.text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  h2,
.text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .latest-episodes-block-one
  .heading,
.text-long
  .latest-episodes-block-one
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .latest-episodes-block-one
  .addtoany_inline_share_toolbox::before,
.text-long
  .latest-episodes-block-one
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .latest-episodes-block-one
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .addtoany_inline_share_toolbox::before,
.text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .latest-episodes-block-one
  .count-no,
.text-long
  .latest-episodes-block-one
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  .count-no,
.latest-episodes-block-one
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading,
.featured-article-card
  .featured-card-content
  .card_heading
  .latest-episodes-block-one
  .heading,
.latest-episodes-block-one
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .latest-episodes-block-one
  .heading,
.latest-episodes-block-two .h4,
.latest-episodes-block-two .trending-block h2,
.trending-block .latest-episodes-block-two h2,
.latest-episodes-block-two
  .trending-block
  .article
  .addtoany_inline_share_toolbox::before,
.trending-block
  .article
  .latest-episodes-block-two
  .addtoany_inline_share_toolbox::before,
.latest-episodes-block-two
  .article
  .trending-block
  .addtoany_inline_share_toolbox::before,
.article
  .trending-block
  .latest-episodes-block-two
  .addtoany_inline_share_toolbox::before,
.latest-episodes-block-two .text-long h4,
.latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  .h2,
.latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  h2,
.latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .latest-episodes-block-two
  .text-long
  .heading,
.latest-episodes-block-two
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  .heading,
.latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.latest-episodes-block-two
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .latest-episodes-block-two
  .text-long
  .addtoany_inline_share_toolbox::before,
.latest-episodes-block-two
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .latest-episodes-block-two
  .text-long
  .count-no,
.latest-episodes-block-two
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  .count-no,
.text-long .latest-episodes-block-two h4,
.text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  h2,
.text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  h2,
.text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .latest-episodes-block-two
  .heading,
.text-long
  .latest-episodes-block-two
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .latest-episodes-block-two
  .addtoany_inline_share_toolbox::before,
.text-long
  .latest-episodes-block-two
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .latest-episodes-block-two
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .addtoany_inline_share_toolbox::before,
.text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .latest-episodes-block-two
  .count-no,
.text-long
  .latest-episodes-block-two
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  .count-no,
.latest-episodes-block-two
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading,
.featured-article-card
  .featured-card-content
  .card_heading
  .latest-episodes-block-two
  .heading,
.latest-episodes-block-two
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .latest-episodes-block-two
  .heading {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
  white-space: normal;
  margin-right: 0;
  padding-right: 1rem;
}
@media (min-width: 991px) {
  .latest-episodes-block-one .h4,
  .latest-episodes-block-one .trending-block h2,
  .trending-block .latest-episodes-block-one h2,
  .latest-episodes-block-one
    .trending-block
    .article
    .addtoany_inline_share_toolbox::before,
  .trending-block
    .article
    .latest-episodes-block-one
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-one
    .article
    .trending-block
    .addtoany_inline_share_toolbox::before,
  .article
    .trending-block
    .latest-episodes-block-one
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-one .text-long h4,
  .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    .h2,
  .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    h2,
  .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .latest-episodes-block-one
    .text-long
    .heading,
  .latest-episodes-block-one
    .text-long
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    .heading,
  .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-one
    .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .latest-episodes-block-one
    .text-long
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-one
    .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .latest-episodes-block-one
    .text-long
    .count-no,
  .latest-episodes-block-one
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    .count-no,
  .text-long .latest-episodes-block-one h4,
  .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    h2,
  .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    h2,
  .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .text-long
    .latest-episodes-block-one
    .heading,
  .text-long
    .latest-episodes-block-one
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .latest-episodes-block-one
    .addtoany_inline_share_toolbox::before,
  .text-long
    .latest-episodes-block-one
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .latest-episodes-block-one
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .addtoany_inline_share_toolbox::before,
  .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .text-long
    .latest-episodes-block-one
    .count-no,
  .text-long
    .latest-episodes-block-one
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    .count-no,
  .latest-episodes-block-one
    .featured-article-card
    .featured-card-content
    .card_heading
    .heading,
  .featured-article-card
    .featured-card-content
    .card_heading
    .latest-episodes-block-one
    .heading,
  .latest-episodes-block-one
    .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .latest-episodes-block-one
    .heading,
  .latest-episodes-block-two .h4,
  .latest-episodes-block-two .trending-block h2,
  .trending-block .latest-episodes-block-two h2,
  .latest-episodes-block-two
    .trending-block
    .article
    .addtoany_inline_share_toolbox::before,
  .trending-block
    .article
    .latest-episodes-block-two
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-two
    .article
    .trending-block
    .addtoany_inline_share_toolbox::before,
  .article
    .trending-block
    .latest-episodes-block-two
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-two .text-long h4,
  .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    .h2,
  .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    h2,
  .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .latest-episodes-block-two
    .text-long
    .heading,
  .latest-episodes-block-two
    .text-long
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    .heading,
  .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-two
    .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .latest-episodes-block-two
    .text-long
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-two
    .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .latest-episodes-block-two
    .text-long
    .count-no,
  .latest-episodes-block-two
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    .count-no,
  .text-long .latest-episodes-block-two h4,
  .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    h2,
  .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    h2,
  .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .text-long
    .latest-episodes-block-two
    .heading,
  .text-long
    .latest-episodes-block-two
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .latest-episodes-block-two
    .addtoany_inline_share_toolbox::before,
  .text-long
    .latest-episodes-block-two
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .latest-episodes-block-two
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .addtoany_inline_share_toolbox::before,
  .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .text-long
    .latest-episodes-block-two
    .count-no,
  .text-long
    .latest-episodes-block-two
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    .count-no,
  .latest-episodes-block-two
    .featured-article-card
    .featured-card-content
    .card_heading
    .heading,
  .featured-article-card
    .featured-card-content
    .card_heading
    .latest-episodes-block-two
    .heading,
  .latest-episodes-block-two
    .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .latest-episodes-block-two
    .heading {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
  }
}
.latest-episodes-block-one .h4::after,
.latest-episodes-block-one .trending-block h2::after,
.trending-block .latest-episodes-block-one h2::after,
.latest-episodes-block-one .text-long h4::after,
.latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  .h2::after,
.latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  h2::after,
.latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .latest-episodes-block-one
  .text-long
  .heading::after,
.latest-episodes-block-one
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  .heading::after,
.latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .latest-episodes-block-one
  .text-long
  .count-no::after,
.latest-episodes-block-one
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  .count-no::after,
.text-long .latest-episodes-block-one h4::after,
.text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  h2::after,
.text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  h2::after,
.text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .latest-episodes-block-one
  .heading::after,
.text-long
  .latest-episodes-block-one
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  .heading::after,
.text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .latest-episodes-block-one
  .count-no::after,
.text-long
  .latest-episodes-block-one
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  .count-no::after,
.latest-episodes-block-one
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading::after,
.featured-article-card
  .featured-card-content
  .card_heading
  .latest-episodes-block-one
  .heading::after,
.latest-episodes-block-one
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading::after,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .latest-episodes-block-one
  .heading::after,
.latest-episodes-block-two .h4::after,
.latest-episodes-block-two .trending-block h2::after,
.trending-block .latest-episodes-block-two h2::after,
.latest-episodes-block-two .text-long h4::after,
.latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  .h2::after,
.latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  h2::after,
.latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .latest-episodes-block-two
  .text-long
  .heading::after,
.latest-episodes-block-two
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  .heading::after,
.latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .latest-episodes-block-two
  .text-long
  .count-no::after,
.latest-episodes-block-two
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  .count-no::after,
.text-long .latest-episodes-block-two h4::after,
.text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  h2::after,
.text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  h2::after,
.text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .latest-episodes-block-two
  .heading::after,
.text-long
  .latest-episodes-block-two
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  .heading::after,
.text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .latest-episodes-block-two
  .count-no::after,
.text-long
  .latest-episodes-block-two
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  .count-no::after,
.latest-episodes-block-two
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading::after,
.featured-article-card
  .featured-card-content
  .card_heading
  .latest-episodes-block-two
  .heading::after,
.latest-episodes-block-two
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading::after,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .latest-episodes-block-two
  .heading::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-highlight-low);
  margin: auto 30px auto 10px;
  position: relative;
  top: -4px;
}
.latest-episodes-block-one .h4::after,
.latest-episodes-block-one .trending-block h2::after,
.trending-block .latest-episodes-block-one h2::after,
.latest-episodes-block-one .text-long h4::after,
.latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  .h2::after,
.latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  h2::after,
.latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .latest-episodes-block-one
  .text-long
  .heading::after,
.latest-episodes-block-one
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  .heading::after,
.latest-episodes-block-one
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .latest-episodes-block-one
  .text-long
  .count-no::after,
.latest-episodes-block-one
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  .text-long
  .count-no::after,
.text-long .latest-episodes-block-one h4::after,
.text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  h2::after,
.text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-one
  h2::after,
.text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .latest-episodes-block-one
  .heading::after,
.text-long
  .latest-episodes-block-one
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  .heading::after,
.text-long
  .latest-episodes-block-one
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .latest-episodes-block-one
  .count-no::after,
.text-long
  .latest-episodes-block-one
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-one
  .count-no::after,
.latest-episodes-block-one
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading::after,
.featured-article-card
  .featured-card-content
  .card_heading
  .latest-episodes-block-one
  .heading::after,
.latest-episodes-block-one
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading::after,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .latest-episodes-block-one
  .heading::after,
.latest-episodes-block-two .h4::after,
.latest-episodes-block-two .trending-block h2::after,
.trending-block .latest-episodes-block-two h2::after,
.latest-episodes-block-two .text-long h4::after,
.latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  .h2::after,
.latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  h2::after,
.latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .latest-episodes-block-two
  .text-long
  .heading::after,
.latest-episodes-block-two
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  .heading::after,
.latest-episodes-block-two
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .latest-episodes-block-two
  .text-long
  .count-no::after,
.latest-episodes-block-two
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  .text-long
  .count-no::after,
.text-long .latest-episodes-block-two h4::after,
.text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  h2::after,
.text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .latest-episodes-block-two
  h2::after,
.text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .latest-episodes-block-two
  .heading::after,
.text-long
  .latest-episodes-block-two
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  .heading::after,
.text-long
  .latest-episodes-block-two
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .latest-episodes-block-two
  .count-no::after,
.text-long
  .latest-episodes-block-two
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .latest-episodes-block-two
  .count-no::after,
.latest-episodes-block-two
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading::after,
.featured-article-card
  .featured-card-content
  .card_heading
  .latest-episodes-block-two
  .heading::after,
.latest-episodes-block-two
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading::after,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .latest-episodes-block-two
  .heading::after {
  display: none;
}
.latest-episodes-block-one .more-link,
.latest-episodes-block-two .more-link {
  margin-left: 1rem;
}
@media (min-width: 767px) {
  .latest-episodes-block-one,
  .latest-episodes-block-two {
    z-index: 2;
    float: left;
  }
  .latest-episodes-block-one .h4,
  .latest-episodes-block-one .trending-block h2,
  .trending-block .latest-episodes-block-one h2,
  .latest-episodes-block-one
    .trending-block
    .article
    .addtoany_inline_share_toolbox::before,
  .trending-block
    .article
    .latest-episodes-block-one
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-one
    .article
    .trending-block
    .addtoany_inline_share_toolbox::before,
  .article
    .trending-block
    .latest-episodes-block-one
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-one .text-long h4,
  .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    .h2,
  .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    h2,
  .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .latest-episodes-block-one
    .text-long
    .heading,
  .latest-episodes-block-one
    .text-long
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    .heading,
  .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-one
    .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .latest-episodes-block-one
    .text-long
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-one
    .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .latest-episodes-block-one
    .text-long
    .count-no,
  .latest-episodes-block-one
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    .count-no,
  .text-long .latest-episodes-block-one h4,
  .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    h2,
  .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    h2,
  .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .text-long
    .latest-episodes-block-one
    .heading,
  .text-long
    .latest-episodes-block-one
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .latest-episodes-block-one
    .addtoany_inline_share_toolbox::before,
  .text-long
    .latest-episodes-block-one
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .latest-episodes-block-one
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .addtoany_inline_share_toolbox::before,
  .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .text-long
    .latest-episodes-block-one
    .count-no,
  .text-long
    .latest-episodes-block-one
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    .count-no,
  .latest-episodes-block-one
    .featured-article-card
    .featured-card-content
    .card_heading
    .heading,
  .featured-article-card
    .featured-card-content
    .card_heading
    .latest-episodes-block-one
    .heading,
  .latest-episodes-block-one
    .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .latest-episodes-block-one
    .heading,
  .latest-episodes-block-two .h4,
  .latest-episodes-block-two .trending-block h2,
  .trending-block .latest-episodes-block-two h2,
  .latest-episodes-block-two
    .trending-block
    .article
    .addtoany_inline_share_toolbox::before,
  .trending-block
    .article
    .latest-episodes-block-two
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-two
    .article
    .trending-block
    .addtoany_inline_share_toolbox::before,
  .article
    .trending-block
    .latest-episodes-block-two
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-two .text-long h4,
  .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    .h2,
  .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    h2,
  .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .latest-episodes-block-two
    .text-long
    .heading,
  .latest-episodes-block-two
    .text-long
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    .heading,
  .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-two
    .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .latest-episodes-block-two
    .text-long
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-two
    .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .latest-episodes-block-two
    .text-long
    .count-no,
  .latest-episodes-block-two
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    .count-no,
  .text-long .latest-episodes-block-two h4,
  .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    h2,
  .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    h2,
  .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .text-long
    .latest-episodes-block-two
    .heading,
  .text-long
    .latest-episodes-block-two
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .latest-episodes-block-two
    .addtoany_inline_share_toolbox::before,
  .text-long
    .latest-episodes-block-two
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .latest-episodes-block-two
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .addtoany_inline_share_toolbox::before,
  .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .text-long
    .latest-episodes-block-two
    .count-no,
  .text-long
    .latest-episodes-block-two
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    .count-no,
  .latest-episodes-block-two
    .featured-article-card
    .featured-card-content
    .card_heading
    .heading,
  .featured-article-card
    .featured-card-content
    .card_heading
    .latest-episodes-block-two
    .heading,
  .latest-episodes-block-two
    .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .latest-episodes-block-two
    .heading {
    white-space: nowrap;
    padding-right: 0;
  }
  .latest-episodes-block-one .h4::after,
  .latest-episodes-block-one .trending-block h2::after,
  .trending-block .latest-episodes-block-one h2::after,
  .latest-episodes-block-one .text-long h4::after,
  .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    .h2::after,
  .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    h2::after,
  .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2::after,
  .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .latest-episodes-block-one
    .text-long
    .heading::after,
  .latest-episodes-block-one
    .text-long
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading::after,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    .heading::after,
  .latest-episodes-block-one
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .latest-episodes-block-one
    .text-long
    .count-no::after,
  .latest-episodes-block-one
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no::after,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    .text-long
    .count-no::after,
  .text-long .latest-episodes-block-one h4::after,
  .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    .h2::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    h2::after,
  .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2::after,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-one
    h2::after,
  .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .text-long
    .latest-episodes-block-one
    .heading::after,
  .text-long
    .latest-episodes-block-one
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading::after,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    .heading::after,
  .text-long
    .latest-episodes-block-one
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .text-long
    .latest-episodes-block-one
    .count-no::after,
  .text-long
    .latest-episodes-block-one
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no::after,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-one
    .count-no::after,
  .latest-episodes-block-one
    .featured-article-card
    .featured-card-content
    .card_heading
    .heading::after,
  .featured-article-card
    .featured-card-content
    .card_heading
    .latest-episodes-block-one
    .heading::after,
  .latest-episodes-block-one
    .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading::after,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .latest-episodes-block-one
    .heading::after,
  .latest-episodes-block-two .h4::after,
  .latest-episodes-block-two .trending-block h2::after,
  .trending-block .latest-episodes-block-two h2::after,
  .latest-episodes-block-two .text-long h4::after,
  .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    .h2::after,
  .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    h2::after,
  .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2::after,
  .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .latest-episodes-block-two
    .text-long
    .heading::after,
  .latest-episodes-block-two
    .text-long
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading::after,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    .heading::after,
  .latest-episodes-block-two
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .latest-episodes-block-two
    .text-long
    .count-no::after,
  .latest-episodes-block-two
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no::after,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    .text-long
    .count-no::after,
  .text-long .latest-episodes-block-two h4::after,
  .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    .h2::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    h2::after,
  .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2::after,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .latest-episodes-block-two
    h2::after,
  .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .text-long
    .latest-episodes-block-two
    .heading::after,
  .text-long
    .latest-episodes-block-two
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading::after,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    .heading::after,
  .text-long
    .latest-episodes-block-two
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no::after,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .text-long
    .latest-episodes-block-two
    .count-no::after,
  .text-long
    .latest-episodes-block-two
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no::after,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .latest-episodes-block-two
    .count-no::after,
  .latest-episodes-block-two
    .featured-article-card
    .featured-card-content
    .card_heading
    .heading::after,
  .featured-article-card
    .featured-card-content
    .card_heading
    .latest-episodes-block-two
    .heading::after,
  .latest-episodes-block-two
    .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading::after,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .latest-episodes-block-two
    .heading::after {
    display: inline;
  }
}
@media (min-width: 991px) {
  .latest-episodes-block-one,
  .latest-episodes-block-two {
    width: 48%;
  }
}
.latest-episodes-block-one .bk-homepage-latest-episodes-1,
.latest-episodes-block-one .bk-homepage-latest-episodes-2,
.latest-episodes-block-two .bk-homepage-latest-episodes-1,
.latest-episodes-block-two .bk-homepage-latest-episodes-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
}
.latest-episodes-block-one .bk-homepage-latest-episodes-1 .view-unformatted,
.latest-episodes-block-one .bk-homepage-latest-episodes-2 .view-unformatted,
.latest-episodes-block-two .bk-homepage-latest-episodes-1 .view-unformatted,
.latest-episodes-block-two .bk-homepage-latest-episodes-2 .view-unformatted {
  flex-basis: 48%;
}
.latest-episodes-block-one
  .bk-homepage-latest-episodes-1
  .view-unformatted
  .card
  .heading,
.latest-episodes-block-one
  .bk-homepage-latest-episodes-2
  .view-unformatted
  .card
  .heading,
.latest-episodes-block-two
  .bk-homepage-latest-episodes-1
  .view-unformatted
  .card
  .heading,
.latest-episodes-block-two
  .bk-homepage-latest-episodes-2
  .view-unformatted
  .card
  .heading {
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) {
  .latest-episodes-block-one .bk-homepage-latest-episodes-1 .card .heading,
  .latest-episodes-block-one .bk-homepage-latest-episodes-2 .card .heading,
  .latest-episodes-block-two .bk-homepage-latest-episodes-1 .card .heading,
  .latest-episodes-block-two .bk-homepage-latest-episodes-2 .card .heading {
    max-width: 390px;
  }
}
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb__item,
.breadcrumb__link,
.breadcrumb__link:link,
.breadcrumb__link:visited,
.breadcrumb__link:focus {
  color: var(--c-accent);
  text-decoration: none;
}
.breadcrumb__link:hover {
  color: var(--c-accent-high);
}
.breadcrumb__item {
  display: inline-block;
  font-size: 0.75rem;
}
.breadcrumb__item::after {
  content: "/";
}
.breadcrumb__item:last-child {
  color: var(--c-text);
}
.breadcrumb__item:last-child::after {
  content: "";
}
.breadcrumb_link:active {
  color: var(--c-text);
}
.inline-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inline-menu__item {
  margin: 0 1em 0.5em 0;
}
@media (min-width: 1441px) {
  .inline-menu__item {
    display: inline;
    margin-bottom: 1em;
  }
}
.inline-menu__item:last-child {
  margin-right: 0;
}
.inline-menu__link {
  transition: ease 0.2s;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}
.inline-menu__link:hover,
.inline-menu__link:focus {
  color: var(--c-accent);
}
.main-nav {
  display: none;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 991px) {
  .main-nav {
    margin-top: 2.5rem;
  }
}
@media (min-width: 991px) {
  .main-nav {
    display: block;
  }
}
.main-nav--open {
  background-color: var(--c-background);
  display: block;
  padding-top: 10px;
  left: 0;
  overflow-y: scroll;
  right: 0;
  width: 100%;
  z-index: 999;
}
.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
  position: relative;
}
@media (min-width: 991px) {
  .main-menu {
    bottom: -1px;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
  }
}
.main-menu--sub {
  border-bottom: none;
  height: 0;
  overflow: hidden;
  background-color: var(--c-muted);
  width: 100%;
}
@media (min-width: 991px) {
  .main-menu--sub {
    background-color: #000a1d;
    display: none;
    left: -2px;
    overflow: visible;
    position: absolute;
    top: 32px;
    width: 315px;
    z-index: 1;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 991px) {
  .main-menu--sub {
    top: 27px;
  }
}
@media (min-width: 991px) {
  .main-menu--sub:hover {
    opacity: 1;
    transition: all 0.2s;
  }
  .main-menu--sub:hover .main-menu__link--sub {
    background-color: var(--c-transparent);
  }
}
.main-menu--sub .main-menu__item--sub-1 {
  background-color: #011131;
  transition: all 0.2s;
}
@media (min-width: 991px) {
  .main-menu--sub .main-menu__item--sub-1:hover .expand-sub {
    opacity: 0;
  }
}
@media (min-width: 991px) {
  .main-menu--sub .main-menu__item--sub-1 .expand-sub {
    display: block;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .main-menu--sub .main-menu__item--sub-1 .expand-sub:after {
    display: none;
  }
}
@media (min-width: 991px) {
  .main-menu--sub .main-menu__item--sub-1 .expand-sub:before {
    content: "";
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    left: 96%;
    bottom: 0;
  }
}
.main-menu--sub-open {
  height: auto;
}
@media (min-width: 991px) {
  .main-menu--sub-2 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
  }
}
.main-menu--sub-2 .main-menu__item--sub {
  background-color: #18253f;
}
@media (min-width: 991px) {
  .main-menu--sub-2 .main-menu__item--sub:first-child:before {
    content: "";
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 991px) {
  #main-nav > .main-menu > .main-menu__item:last-child .main-menu--sub-1 {
    right: 0;
    left: auto;
  }
}
@media (min-width: 991px) {
  #main-nav
    > .main-menu
    > .main-menu__item:last-child
    .main-menu--sub-1:hover
    .expand-sub {
    opacity: 0;
  }
}
@media (min-width: 991px) {
  #main-nav
    > .main-menu
    > .main-menu__item:last-child
    .main-menu--sub-1
    .expand-sub {
    display: block;
    width: 100%;
  }
}
@media (min-width: 991px) {
  #main-nav
    > .main-menu
    > .main-menu__item:last-child
    .main-menu--sub-1
    .expand-sub:after {
    display: none;
  }
}
@media (min-width: 991px) {
  #main-nav
    > .main-menu
    > .main-menu__item:last-child
    .main-menu--sub-1
    .expand-sub:before {
    content: "";
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 991px) {
  #main-nav
    > .main-menu
    > .main-menu__item:last-child
    .main-menu--sub-1
    .main-menu--sub-2 {
    right: 100%;
    left: auto;
  }
}
@media (min-width: 991px) {
  #main-nav
    > .main-menu
    > .main-menu__item:last-child
    .main-menu--sub-1
    .main-menu--sub-2
    .main-menu__item--sub:first-child:before {
    content: "";
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
body.user-logged-in .main-nav {
  margin-bottom: 1rem;
}
.main-menu__item {
  border-top: 1px solid;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 991px) {
  .main-menu__item {
    border-top: none;
    display: inline-block;
  }
  .main-menu__item:hover {
    transition: all 0.2s;
  }
  .main-menu__item:hover > .main-menu--sub {
    display: block;
  }
}
.main-menu__item:hover .main-menu__link::after {
  color: var(--c-text);
}
.expand-sub {
  cursor: pointer;
  display: block;
  width: 20%;
  color: var(--c-text);
  position: relative;
}
@media (min-width: 991px) {
  .expand-sub {
    display: none;
  }
}
.expand-sub::after {
  border: 15px solid;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left: 12px solid rgba(0, 0, 0, 0);
  border-right: 12px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  margin-right: -12px;
  margin-top: -6px;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 0;
}
.expand-sub--open {
  background-color: var(--c-accent-high);
  color: var(--c-muted);
}
.expand-sub--open::after {
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom: 15px solid;
  margin-top: -20px;
}
@media (min-width: 991px) {
  .main-menu__item--sub {
    display: block;
  }
  .main-menu__item--sub:not(:first-child) {
    border-top: 1px solid var(--c-highlight);
  }
}
.main-menu__link {
  color: var(--c-text);
  display: block;
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 13px 39px 13px 26px;
  text-decoration: none;
  font-weight: bold;
}
.main-menu__link--with-sub {
  width: 80%;
}
@media (min-width: 991px) {
  .main-menu__link {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    font-size: calc(20px - 16.5%);
    padding: 0;
    position: relative;
    width: auto;
  }
  .main-menu__link:active,
  .main-menu__link:focus,
  .main-menu__link.is-active {
    color: var(--c-accent);
  }
  .main-menu__link--sub::after {
    display: none;
  }
  .main-menu__link:hover {
    color: var(--c-accent);
  }
}
@media (min-width: 1441px) {
  .main-menu__link {
    font-size: calc(24px - 20%);
  }
}
.main-menu__link--sub {
  padding: 0.333rem 1rem;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
}
@media (min-width: 991px) {
  .main-menu__link--sub {
    color: var(--c-highlight);
    display: block;
    padding: 4.3333333333px 13px;
  }
}
.main-menu--sub-2 {
  background-color: var(--c-highlight-high);
}
.main-menu__link--sub-2 {
  padding-left: 52px;
}
.toggle-expand {
  transition: ease 0.2s;
  display: inline-block;
  padding: 0.75rem 0 0 0.75rem;
  text-decoration: none;
  width: 100%;
}
.toggle-expand:hover,
.toggle-expand:focus {
  color: var(--c-accent);
}
@media (min-width: 991px) {
  .toggle-expand {
    display: none;
  }
}
.toggle-expand {
  height: 3rem;
  width: 3rem;
  margin: 0 auto;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}
.toggle-expand__open {
  display: inline-block;
  text-align: center;
  font-weight: 900;
  font-weight: 900;
  line-height: 1;
  font-size: 34px;
}
.toggle-expand--open .toggle-expand__open {
  display: none;
}
.toggle-expand__open .toggle-expand__text {
  display: none;
  font-size: 0.9rem;
  font-weight: bold;
}
.toggle-expand--open .toggle-expand__open .toggle-expand__text {
  color: var(--c-background);
}
.toggle-expand__close {
  display: none;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  font-size: 34px;
}
.toggle-expand__close .toggle-expand__text {
  display: none;
  font-size: 0.9rem;
  font-weight: bold;
}
.toggle-expand--open .toggle-expand__close {
  display: inline-block;
}
.social-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-menu .social-menu__item {
  margin-bottom: 6.5px;
}
.social-menu .social-menu__item .social-menu__link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-decoration: none;
  color: var(--c-text);
}
.social-menu .social-menu__item .social-menu__link:focus,
.social-menu .social-menu__item .social-menu__link:hover {
  text-decoration: underline;
}
.social-menu .social-menu__item .social-menu__link .social-menu__icon {
  height: 16px;
  width: 16px;
  margin-right: 6.5px;
  fill: currentColor;
}
.social-menu .social-menu__item .social-menu__link > span::after {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.social-menu
  .social-menu__item
  .social-menu__link
  .social-menu__twitter::after {
  content: "";
}
.social-menu
  .social-menu__item
  .social-menu__link
  .social-menu__facebook::after {
  content: "";
}
.social-menu
  .social-menu__item
  .social-menu__link
  .social-menu__youtube::after {
  content: "";
}
.social-menu
  .social-menu__item
  .social-menu__link
  .social-menu__instagram::after {
  content: "";
}
#block-specialmenu {
  display: none;
}
#block-specialmenu .menu {
  display: flex;
  list-style: none;
  gap: 13px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#block-specialmenu .menu .menu__item {
  font-size: 17px;
  background-color: var(--c-background-sponsored);
  border-radius: 4px;
  padding: 4px 8px 0px 8px;
  transition: 0.2s ease;
}
#block-specialmenu .menu .menu__item:hover {
  background-color: var(--c-accent-secondary);
  color: var(--c-text);
}
#block-specialmenu .menu .menu__item--active,
#block-specialmenu .menu .menu__item .is-active {
  color: var(--c-accent);
}
@media (min-width: 991px) {
  #block-specialmenu {
    display: inline;
    bottom: 13px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  #block-specialmenu .menu .menu__item {
    font-size: calc(17px - 20%);
  }
}
#block-specialmenu.special-nav--open {
  display: block;
  position: relative;
  z-index: 999;
  bottom: 0;
}
#block-specialmenu.special-nav--open .menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  width: 100vw;
  gap: 1rem;
  padding: 1rem;
  background: var(--c-background);
}
.homepage-news-block {
  position: relative;
}
.homepage-news-block .h4,
.homepage-news-block .trending-block h2,
.trending-block .homepage-news-block h2,
.homepage-news-block
  .trending-block
  .article
  .addtoany_inline_share_toolbox::before,
.trending-block
  .article
  .homepage-news-block
  .addtoany_inline_share_toolbox::before,
.homepage-news-block
  .article
  .trending-block
  .addtoany_inline_share_toolbox::before,
.article
  .trending-block
  .homepage-news-block
  .addtoany_inline_share_toolbox::before,
.homepage-news-block .text-long h4,
.homepage-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  .text-long
  .h2,
.homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  .text-long
  h2,
.homepage-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.homepage-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .homepage-news-block
  .text-long
  .heading,
.homepage-news-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  .text-long
  .heading,
.homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.homepage-news-block
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .homepage-news-block
  .text-long
  .addtoany_inline_share_toolbox::before,
.homepage-news-block
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .homepage-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.homepage-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .homepage-news-block
  .text-long
  .count-no,
.homepage-news-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  .text-long
  .count-no,
.text-long .homepage-news-block h4,
.text-long
  .homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .homepage-news-block
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .homepage-news-block
  h2,
.text-long
  .homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  h2,
.text-long
  .homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .homepage-news-block
  .heading,
.text-long
  .homepage-news-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .homepage-news-block
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .homepage-news-block
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .homepage-news-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .homepage-news-block
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .homepage-news-block
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .homepage-news-block
  .count-no,
.text-long
  .homepage-news-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .homepage-news-block
  .count-no,
.homepage-news-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading,
.featured-article-card
  .featured-card-content
  .card_heading
  .homepage-news-block
  .heading,
.homepage-news-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .homepage-news-block
  .heading {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
}
@media (min-width: 991px) {
  .homepage-news-block .h4,
  .homepage-news-block .trending-block h2,
  .trending-block .homepage-news-block h2,
  .homepage-news-block
    .trending-block
    .article
    .addtoany_inline_share_toolbox::before,
  .trending-block
    .article
    .homepage-news-block
    .addtoany_inline_share_toolbox::before,
  .homepage-news-block
    .article
    .trending-block
    .addtoany_inline_share_toolbox::before,
  .article
    .trending-block
    .homepage-news-block
    .addtoany_inline_share_toolbox::before,
  .homepage-news-block .text-long h4,
  .homepage-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .homepage-news-block
    .text-long
    .h2,
  .homepage-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .homepage-news-block
    .text-long
    h2,
  .homepage-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .homepage-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .homepage-news-block
    .text-long
    .heading,
  .homepage-news-block
    .text-long
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .homepage-news-block
    .text-long
    .heading,
  .homepage-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .homepage-news-block
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .homepage-news-block
    .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .homepage-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .homepage-news-block
    .text-long
    .addtoany_inline_share_toolbox::before,
  .homepage-news-block
    .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .homepage-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .homepage-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .homepage-news-block
    .text-long
    .count-no,
  .homepage-news-block
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .homepage-news-block
    .text-long
    .count-no,
  .text-long .homepage-news-block h4,
  .text-long
    .homepage-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .homepage-news-block
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .homepage-news-block
    h2,
  .text-long
    .homepage-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .homepage-news-block
    h2,
  .text-long
    .homepage-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .text-long
    .homepage-news-block
    .heading,
  .text-long
    .homepage-news-block
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .homepage-news-block
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .homepage-news-block
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .homepage-news-block
    .addtoany_inline_share_toolbox::before,
  .text-long
    .homepage-news-block
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .homepage-news-block
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .homepage-news-block
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .homepage-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .homepage-news-block
    .addtoany_inline_share_toolbox::before,
  .text-long
    .homepage-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .text-long
    .homepage-news-block
    .count-no,
  .text-long
    .homepage-news-block
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .homepage-news-block
    .count-no,
  .homepage-news-block
    .featured-article-card
    .featured-card-content
    .card_heading
    .heading,
  .featured-article-card
    .featured-card-content
    .card_heading
    .homepage-news-block
    .heading,
  .homepage-news-block
    .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .homepage-news-block
    .heading {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
  }
}
.homepage-news-block .h4::after,
.homepage-news-block .trending-block h2::after,
.trending-block .homepage-news-block h2::after,
.homepage-news-block .text-long h4::after,
.homepage-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  .text-long
  .h2::after,
.homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  .text-long
  h2::after,
.homepage-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.homepage-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .homepage-news-block
  .text-long
  .heading::after,
.homepage-news-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  .text-long
  .heading::after,
.homepage-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .homepage-news-block
  .text-long
  .count-no::after,
.homepage-news-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  .text-long
  .count-no::after,
.text-long .homepage-news-block h4::after,
.text-long
  .homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .homepage-news-block
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .homepage-news-block
  h2::after,
.text-long
  .homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .homepage-news-block
  h2::after,
.text-long
  .homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .homepage-news-block
  .heading::after,
.text-long
  .homepage-news-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .homepage-news-block
  .heading::after,
.text-long
  .homepage-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .homepage-news-block
  .count-no::after,
.text-long
  .homepage-news-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .homepage-news-block
  .count-no::after,
.homepage-news-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading::after,
.featured-article-card
  .featured-card-content
  .card_heading
  .homepage-news-block
  .heading::after,
.homepage-news-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading::after,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .homepage-news-block
  .heading::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-highlight-low);
  margin: auto 30px auto 10px;
  position: relative;
  top: -4px;
}
.homepage-news-block .bk-homepage-news > div {
  flex-basis: 100%;
}
.homepage-news-block
  .bk-homepage-news
  .view-unformatted
  .featured-card-content {
  padding-bottom: 0;
}
.homepage-news-block
  .bk-homepage-news
  .view-unformatted
  .featured-card-content
  .heading {
  margin-top: 0;
}
.homepage-news-block .bk-homepage-news {
  flex-direction: column;
  gap: 26px;
  display: flex;
}
.homepage-news-block .bk-homepage-news .views-element-container {
  position: relative;
  top: -10px;
}
.homepage-news-block
  .bk-homepage-news
  .views-element-container
  .homepage-news-attachment
  .view-unformatted:last-of-type
  .headline-article-card {
  border-bottom: none;
}
@media (min-width: 991px) {
  .homepage-news-block .bk-homepage-news {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 26px;
  }
  .homepage-news-block .bk-homepage-news .view-unformatted {
    width: 50%;
    height: auto;
    gap: 10px;
  }
  .homepage-news-block
    .bk-homepage-news
    .view-unformatted
    .featured-card-content {
    padding-bottom: 2rem;
  }
  .homepage-news-block
    .bk-homepage-news
    .view-unformatted
    .featured-card-content
    .card_heading
    .heading {
    max-width: none;
    font-size: 20px;
    white-space: normal;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .homepage-news-block
    .bk-homepage-news
    .homepage-news-attachment
    .view-unformatted {
    width: 100%;
  }
}
.opinion-news-block .h4,
.opinion-news-block .trending-block h2,
.trending-block .opinion-news-block h2,
.opinion-news-block
  .trending-block
  .article
  .addtoany_inline_share_toolbox::before,
.trending-block
  .article
  .opinion-news-block
  .addtoany_inline_share_toolbox::before,
.opinion-news-block
  .article
  .trending-block
  .addtoany_inline_share_toolbox::before,
.article
  .trending-block
  .opinion-news-block
  .addtoany_inline_share_toolbox::before,
.opinion-news-block .text-long h4,
.opinion-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  .text-long
  .h2,
.opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  .text-long
  h2,
.opinion-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.opinion-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .opinion-news-block
  .text-long
  .heading,
.opinion-news-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  .text-long
  .heading,
.opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.opinion-news-block
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .opinion-news-block
  .text-long
  .addtoany_inline_share_toolbox::before,
.opinion-news-block
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .opinion-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.opinion-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .opinion-news-block
  .text-long
  .count-no,
.opinion-news-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  .text-long
  .count-no,
.text-long .opinion-news-block h4,
.text-long
  .opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .opinion-news-block
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .opinion-news-block
  h2,
.text-long
  .opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  h2,
.text-long
  .opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .opinion-news-block
  .heading,
.text-long
  .opinion-news-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .opinion-news-block
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .opinion-news-block
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .opinion-news-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .opinion-news-block
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .opinion-news-block
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .opinion-news-block
  .count-no,
.text-long
  .opinion-news-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .opinion-news-block
  .count-no,
.opinion-news-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading,
.featured-article-card
  .featured-card-content
  .card_heading
  .opinion-news-block
  .heading,
.opinion-news-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .opinion-news-block
  .heading {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
}
@media (min-width: 991px) {
  .opinion-news-block .h4,
  .opinion-news-block .trending-block h2,
  .trending-block .opinion-news-block h2,
  .opinion-news-block
    .trending-block
    .article
    .addtoany_inline_share_toolbox::before,
  .trending-block
    .article
    .opinion-news-block
    .addtoany_inline_share_toolbox::before,
  .opinion-news-block
    .article
    .trending-block
    .addtoany_inline_share_toolbox::before,
  .article
    .trending-block
    .opinion-news-block
    .addtoany_inline_share_toolbox::before,
  .opinion-news-block .text-long h4,
  .opinion-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .opinion-news-block
    .text-long
    .h2,
  .opinion-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .opinion-news-block
    .text-long
    h2,
  .opinion-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .opinion-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .opinion-news-block
    .text-long
    .heading,
  .opinion-news-block
    .text-long
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .opinion-news-block
    .text-long
    .heading,
  .opinion-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .opinion-news-block
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .opinion-news-block
    .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .opinion-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .opinion-news-block
    .text-long
    .addtoany_inline_share_toolbox::before,
  .opinion-news-block
    .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .opinion-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .opinion-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .opinion-news-block
    .text-long
    .count-no,
  .opinion-news-block
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .opinion-news-block
    .text-long
    .count-no,
  .text-long .opinion-news-block h4,
  .text-long
    .opinion-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .opinion-news-block
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .opinion-news-block
    h2,
  .text-long
    .opinion-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .opinion-news-block
    h2,
  .text-long
    .opinion-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .text-long
    .opinion-news-block
    .heading,
  .text-long
    .opinion-news-block
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .opinion-news-block
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .opinion-news-block
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .opinion-news-block
    .addtoany_inline_share_toolbox::before,
  .text-long
    .opinion-news-block
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .opinion-news-block
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .opinion-news-block
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .opinion-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .opinion-news-block
    .addtoany_inline_share_toolbox::before,
  .text-long
    .opinion-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .text-long
    .opinion-news-block
    .count-no,
  .text-long
    .opinion-news-block
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .opinion-news-block
    .count-no,
  .opinion-news-block
    .featured-article-card
    .featured-card-content
    .card_heading
    .heading,
  .featured-article-card
    .featured-card-content
    .card_heading
    .opinion-news-block
    .heading,
  .opinion-news-block
    .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .opinion-news-block
    .heading {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
  }
}
.opinion-news-block .h4::after,
.opinion-news-block .trending-block h2::after,
.trending-block .opinion-news-block h2::after,
.opinion-news-block .text-long h4::after,
.opinion-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  .text-long
  .h2::after,
.opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  .text-long
  h2::after,
.opinion-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.opinion-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .opinion-news-block
  .text-long
  .heading::after,
.opinion-news-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  .text-long
  .heading::after,
.opinion-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .opinion-news-block
  .text-long
  .count-no::after,
.opinion-news-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  .text-long
  .count-no::after,
.text-long .opinion-news-block h4::after,
.text-long
  .opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .opinion-news-block
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .opinion-news-block
  h2::after,
.text-long
  .opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .opinion-news-block
  h2::after,
.text-long
  .opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .opinion-news-block
  .heading::after,
.text-long
  .opinion-news-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .opinion-news-block
  .heading::after,
.text-long
  .opinion-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .opinion-news-block
  .count-no::after,
.text-long
  .opinion-news-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .opinion-news-block
  .count-no::after,
.opinion-news-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading::after,
.featured-article-card
  .featured-card-content
  .card_heading
  .opinion-news-block
  .heading::after,
.opinion-news-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading::after,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .opinion-news-block
  .heading::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-highlight-low);
  margin: auto 30px auto 10px;
  position: relative;
  top: -4px;
}
.opinion-news-block .article-teaser-card {
  width: 100%;
  height: auto;
}
.opinion-news-block .article-teaser-card .teaser-card-content {
  width: 100%;
}
.opinion-news-block
  .article-teaser-card
  .teaser-card-content
  .card-body
  .card_heading
  .heading {
  font-size: 22px;
}
@media (min-width: 991px) {
  .opinion-news-block
    .article-teaser-card
    .teaser-card-content
    .card-body
    .card_heading
    .heading {
    font-size: calc(22px - 16.5%);
  }
}
.opinion-news-block
  .homepage-opinion-attachment
  .view-unformatted
  .headline-article-card {
  border-bottom: none;
  border-top: solid 1px var(--c-highlight-low);
}
.opinion-news-block
  .homepage-opinion-attachment
  .view-unformatted
  .headline-article-card
  .heading {
  -webkit-line-clamp: 1;
}
@media (min-width: 767px) {
  .opinion-news-block {
    display: block;
    z-index: 2;
    width: 50%;
    margin-right: 1rem;
    float: left;
  }
  .opinion-news-block .article-teaser-card {
    width: 100%;
  }
  .opinion-news-block .article-teaser-card .teaser-card-content {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .opinion-news-block {
    margin-right: 2rem;
  }
  .opinion-news-block .article-teaser-card {
    width: 100%;
  }
  .opinion-news-block .article-teaser-card .teaser-card-content {
    flex-direction: row;
    width: 100%;
  }
}
.our-shows {
  padding-bottom: 13px;
}
.our-shows .h4,
.our-shows .trending-block h2,
.trending-block .our-shows h2,
.our-shows .trending-block .article .addtoany_inline_share_toolbox::before,
.trending-block .article .our-shows .addtoany_inline_share_toolbox::before,
.our-shows .article .trending-block .addtoany_inline_share_toolbox::before,
.article .trending-block .our-shows .addtoany_inline_share_toolbox::before,
.our-shows .text-long h4,
.our-shows
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  .text-long
  .h2,
.our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  .text-long
  h2,
.our-shows
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.our-shows
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .our-shows
  .text-long
  .heading,
.our-shows
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  .text-long
  .heading,
.our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.our-shows
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .our-shows
  .text-long
  .addtoany_inline_share_toolbox::before,
.our-shows
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .our-shows
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.our-shows
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .our-shows
  .text-long
  .count-no,
.our-shows
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  .text-long
  .count-no,
.text-long .our-shows h4,
.text-long
  .our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .our-shows
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .our-shows
  h2,
.text-long
  .our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  h2,
.text-long
  .our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .our-shows
  .heading,
.text-long
  .our-shows
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .our-shows
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .our-shows
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .our-shows
  .addtoany_inline_share_toolbox::before,
.text-long
  .our-shows
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .our-shows
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  .addtoany_inline_share_toolbox::before,
.text-long
  .our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .our-shows
  .count-no,
.text-long
  .our-shows
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .our-shows
  .count-no,
.our-shows .featured-article-card .featured-card-content .card_heading .heading,
.featured-article-card .featured-card-content .card_heading .our-shows .heading,
.our-shows
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .our-shows
  .heading {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
}
@media (min-width: 991px) {
  .our-shows .h4,
  .our-shows .trending-block h2,
  .trending-block .our-shows h2,
  .our-shows .trending-block .article .addtoany_inline_share_toolbox::before,
  .trending-block .article .our-shows .addtoany_inline_share_toolbox::before,
  .our-shows .article .trending-block .addtoany_inline_share_toolbox::before,
  .article .trending-block .our-shows .addtoany_inline_share_toolbox::before,
  .our-shows .text-long h4,
  .our-shows
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .our-shows
    .text-long
    .h2,
  .our-shows
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .our-shows
    .text-long
    h2,
  .our-shows
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .our-shows
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .our-shows
    .text-long
    .heading,
  .our-shows
    .text-long
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .our-shows
    .text-long
    .heading,
  .our-shows
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .our-shows
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .our-shows
    .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .our-shows
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .our-shows
    .text-long
    .addtoany_inline_share_toolbox::before,
  .our-shows
    .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .our-shows
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .our-shows
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .our-shows
    .text-long
    .count-no,
  .our-shows
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .our-shows
    .text-long
    .count-no,
  .text-long .our-shows h4,
  .text-long
    .our-shows
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .our-shows
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .our-shows
    h2,
  .text-long
    .our-shows
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .our-shows
    h2,
  .text-long
    .our-shows
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .text-long
    .our-shows
    .heading,
  .text-long
    .our-shows
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .our-shows
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .our-shows
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .our-shows
    .addtoany_inline_share_toolbox::before,
  .text-long
    .our-shows
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .our-shows
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .our-shows
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .our-shows
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .our-shows
    .addtoany_inline_share_toolbox::before,
  .text-long
    .our-shows
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .text-long
    .our-shows
    .count-no,
  .text-long
    .our-shows
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .our-shows
    .count-no,
  .our-shows
    .featured-article-card
    .featured-card-content
    .card_heading
    .heading,
  .featured-article-card
    .featured-card-content
    .card_heading
    .our-shows
    .heading,
  .our-shows
    .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .our-shows
    .heading {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
  }
}
.our-shows .h4::after,
.our-shows .trending-block h2::after,
.trending-block .our-shows h2::after,
.our-shows .text-long h4::after,
.our-shows
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  .text-long
  .h2::after,
.our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  .text-long
  h2::after,
.our-shows
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.our-shows
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .our-shows
  .text-long
  .heading::after,
.our-shows
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  .text-long
  .heading::after,
.our-shows
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .our-shows
  .text-long
  .count-no::after,
.our-shows
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  .text-long
  .count-no::after,
.text-long .our-shows h4::after,
.text-long
  .our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .our-shows
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .our-shows
  h2::after,
.text-long
  .our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .our-shows
  h2::after,
.text-long
  .our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .our-shows
  .heading::after,
.text-long
  .our-shows
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .our-shows
  .heading::after,
.text-long
  .our-shows
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .our-shows
  .count-no::after,
.text-long
  .our-shows
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .our-shows
  .count-no::after,
.our-shows
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading::after,
.featured-article-card
  .featured-card-content
  .card_heading
  .our-shows
  .heading::after,
.our-shows
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading::after,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .our-shows
  .heading::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-highlight-low);
  margin: auto 30px auto 10px;
  position: relative;
  top: -4px;
}
.our-shows .article-media-content .image-caption {
  display: none;
}
.our-shows .views-view-grid {
  background-color: var(--c-background);
  gap: 6.5px;
}
.our-shows .views-view-grid .our-shows-tile {
  position: relative;
}
.our-shows .views-view-grid .our-shows-tile h5 {
  transition: ease 0.2s;
  text-transform: capitalize;
  position: absolute;
  left: 6.5px;
  font-size: 18px;
  bottom: 0;
  z-index: 66;
}
.our-shows .views-view-grid .our-shows-tile h5:hover,
.our-shows .views-view-grid .our-shows-tile h5:focus {
  color: var(--c-accent);
}
.our-shows .views-view-grid .our-shows-tile .image,
.our-shows .views-view-grid .our-shows-tile img {
  border-radius: 0;
  --mask: linear-gradient(to top, transparent 0%, rgb(0, 0, 0) 75%);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  border-radius: 4px;
  height: 220px;
}
@media (min-width: 767px) {
  .our-shows .views-view-grid .our-shows-tile .image,
  .our-shows .views-view-grid .our-shows-tile img {
    --mask: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 0) 100%,
        rgb(0 0 0 / 0%) 0
      )
      100% 50% / 100% 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
  }
}
@media (min-width: 767px) {
  .our-shows .views-view-grid {
    gap: 13px;
    display: grid;
    grid-template-columns: calc(50% - 13px) calc(50% - 13px);
  }
  .our-shows .views-view-grid .our-shows-tile h5 {
    left: 20px;
    font-size: 22px;
  }
  .our-shows .views-view-grid .our-shows-tile .article-media-content {
    display: block;
  }
  .our-shows .views-view-grid .our-shows-tile .article-media-content .image,
  .our-shows .views-view-grid .our-shows-tile .article-media-content img {
    height: 340px;
  }
}
@media (min-width: 991px) {
  .our-shows .views-view-grid {
    grid-template-columns: auto auto;
  }
  .our-shows .views-view-grid .our-shows-tile h5 {
    font-size: calc(22px - 24%);
  }
}
.pager {
  margin: 1em 0;
}
.pager__items {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pager__item {
  display: inline-block;
  margin: 0 0.2em;
}
.pager__item a.button,
.pager__item a.button a,
.pager__item .more-link-expand a a,
.pager__item
  .prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a
  a,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .pager__item
  .more-link
  a
  a,
.more-link-expand .pager__item a a,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  .pager__item
  a
  a,
.pager__item .more-link-expand a,
.pager__item
  .prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .pager__item
  .more-link
  a,
.more-link-expand .pager__item a,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  .pager__item
  a {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  margin: 0;
  padding: 0;
  margin: 13px auto;
  text-align: center;
  font-weight: 600;
  align-items: center;
  color: var(--c-accent);
}
.pager__item a.button a::before,
.pager__item .more-link-expand a a::before,
.pager__item
  .prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a
  a::before,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .pager__item
  .more-link
  a
  a::before,
.more-link-expand .pager__item a a::before,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  .pager__item
  a
  a::before {
  content: "view ";
  cursor: pointer;
}
@media (min-width: 991px) {
  .pager__item a.button,
  .pager__item a.button a,
  .pager__item .more-link-expand a a,
  .pager__item
    .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a
    a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .pager__item
    .more-link
    a
    a,
  .more-link-expand .pager__item a a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    .pager__item
    a
    a,
  .pager__item .more-link-expand a,
  .pager__item
    .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .pager__item
    .more-link
    a,
  .more-link-expand .pager__item a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    .pager__item
    a {
    text-align: left;
  }
  .pager__item a.button a,
  .pager__item .more-link-expand a a,
  .pager__item
    .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a
    a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .pager__item
    .more-link
    a
    a,
  .more-link-expand .pager__item a a,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    .pager__item
    a
    a {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    min-width: 0;
    color: var(--c-accent);
  }
  .pager__item a.button a:hover,
  .pager__item .more-link-expand a a:hover,
  .pager__item
    .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a
    a:hover,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .pager__item
    .more-link
    a
    a:hover,
  .more-link-expand .pager__item a a:hover,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    .pager__item
    a
    a:hover,
  .pager__item a.button a:focus,
  .pager__item .more-link-expand a a:focus,
  .pager__item
    .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a
    a:focus,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .pager__item
    .more-link
    a
    a:focus,
  .more-link-expand .pager__item a a:focus,
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    .pager__item
    a
    a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: var(--c-text);
    text-decoration: underline;
  }
}
.pager__item a.button:hover,
.pager__item .more-link-expand a:hover,
.pager__item
  .prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a:hover,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .pager__item
  .more-link
  a:hover,
.more-link-expand .pager__item a:hover,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  .pager__item
  a:hover,
.pager__item a.button a:hover {
  text-decoration: underline;
  color: var(--c-text);
}
@media (min-width: 1441px) {
  .pager__item {
    margin: 0 0.5em;
  }
}
.pager__link {
  padding: 0.5em;
  color: var(--c-text);
  text-decoration: none;
}
.pager__link.is-active,
.pager__link:hover,
.pager__link:focus {
  background-color: var(--c-text);
  color: var(--c-text-inverse);
}
.pager__link.is-active:hover,
.pager__link.is-active:focus {
  background-color: var(--c-accent);
}
.pager__link--next,
.pager__link--prev,
.pager__link--first,
.pager__link--last {
  display: block;
  padding: 0;
}
.pager__link--next:hover,
.pager__link--next:focus,
.pager__link--prev:hover,
.pager__link--prev:focus,
.pager__link--first:hover,
.pager__link--first:focus,
.pager__link--last:hover,
.pager__link--last:focus {
  background-color: rgba(0, 0, 0, 0);
  color: var(--c-accent);
}
.search {
  position: relative;
}
.search .form-search {
  position: relative;
  color: var(--c-text);
  width: 270px;
  height: 40px;
  max-width: 300px;
  background-color: var(--c-search-background);
  border: none;
  padding-top: 13px;
}
@media (min-width: 991px) {
  .search .form-search {
    width: calc(270px - 16.5%);
    height: calc(40px - 16.5%);
    max-width: calc(300px - 16.5%);
    position: absolute;
    top: 0;
    right: 0;
  }
}
.search .form-search::-moz-placeholder {
  color: var(--c-highlight-high);
}
.search .form-search:-ms-input-placeholder {
  color: var(--c-highlight-high);
}
.search .form-search::placeholder {
  color: var(--c-highlight-high);
}
.search .form-search:focus {
  width: calc(330px - 16.5%);
  color: var(--c-text);
}
.search .form-search:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.search .form-search:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.search .form-search:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
.search .button.form-submit,
.search .more-link-expand a.form-submit,
.search
  .prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a.form-submit,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .search
  .more-link
  a.form-submit,
.more-link-expand .search a.form-submit,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  .search
  a.form-submit,
.search .pager__item a.button a.form-submit,
.pager__item a.button .search a.form-submit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  min-width: 20px;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  padding: 0;
}
.search .form-actions {
  width: 1px;
}
@media (min-width: 991px) {
  .search .form-actions {
    position: absolute;
    top: 0;
  }
}
.search .icon {
  left: -30px;
  margin-top: 10px;
  position: relative;
  pointer-events: none;
  color: var(--c-text);
}
.search:focus-within .fa-magnifying-glass {
  position: relative;
  color: var(--c-accent);
  right: 20px;
}
.search input[type="search"]::-webkit-search-decoration,
.search input[type="search"]::-webkit-search-cancel-button,
.search input[type="search"]::-webkit-search-results-button,
.search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.acquia-search form {
  padding-bottom: 26px;
  border-bottom: solid 1px var(--c-highlight-low);
  margin-bottom: 26px;
}
.acquia-search form .form-item .form-item__label {
  color: var(--c-text);
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(27px - 24%);
  line-height: 1.4;
  margin: 0 0 0.5em;
  width: auto;
  text-transform: uppercase;
  margin-top: 13px;
}
.acquia-search form .form-item .form-item__label__link {
  color: inherit;
}
.acquia-search form .form-item .form-item__label__link:hover {
  color: inherit;
}
#block-sponsorrelatedarticle .bk-sponsored-3-col {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 13px;
  margin-bottom: 13px;
}
#block-sponsorrelatedarticle .bk-sponsored-3-col .view-unformatted {
  flex-basis: 30%;
}
#block-sponsorrelatedarticle
  .bk-sponsored-3-col
  .view-unformatted
  .sponsored-card {
  background-color: rgba(0, 0, 0, 0);
}
#block-sponsorrelatedarticle
  .bk-sponsored-3-col
  .view-unformatted
  .sponsored-card {
  width: auto;
}
#block-sponsorrelatedarticle
  .bk-sponsored-3-col
  .view-unformatted
  .sponsored-card
  .card-media
  img {
  height: 100%;
  width: 100%;
}
#block-sponsorrelatedarticle
  .bk-sponsored-3-col
  .view-unformatted
  .sponsored-card
  .card-body {
  display: none;
  padding-left: 0;
}
@media (min-width: 767px) {
  #block-sponsorrelatedarticle .bk-sponsored-3-col {
    flex-wrap: wrap;
    height: auto;
    padding-right: 2rem;
  }
  #block-sponsorrelatedarticle
    .bk-sponsored-3-col
    .view-unformatted
    .sponsored-card {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }
  #block-sponsorrelatedarticle
    .bk-sponsored-3-col
    .view-unformatted
    .sponsored-card
    .sponsored-card-content {
    flex-direction: column;
  }
  #block-sponsorrelatedarticle
    .bk-sponsored-3-col
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body {
    display: block;
    padding: 1rem 0;
  }
  #block-sponsorrelatedarticle
    .bk-sponsored-3-col
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .heading {
    font-size: 18px;
    margin-top: 0;
  }
  #block-sponsorrelatedarticle
    .bk-sponsored-3-col
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .channel {
    display: none;
  }
  #block-sponsorrelatedarticle
    .bk-sponsored-3-col
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .published-date,
  #block-sponsorrelatedarticle
    .bk-sponsored-3-col
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .author,
  #block-sponsorrelatedarticle
    .bk-sponsored-3-col
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .image-caption {
    display: block;
  }
}
.sponsor-two-column-block {
  display: inline-block;
  width: 100%;
}
.sponsor-two-column-block .bk-sponsored-2-col {
  display: flex;
  flex-direction: row;
  gap: 13px;
}
.sponsor-two-column-block .bk-sponsored-2-col .view-unformatted {
  flex-basis: 50%;
}
.sponsor-two-column-block
  .bk-sponsored-2-col
  .view-unformatted
  .sponsored-card {
  background-color: var(--c-background-sponsored);
}
.sponsor-two-column-block
  .bk-sponsored-2-col
  .view-unformatted
  .sponsored-card
  .published-date,
.sponsor-two-column-block
  .bk-sponsored-2-col
  .view-unformatted
  .sponsored-card
  .author,
.sponsor-two-column-block
  .bk-sponsored-2-col
  .view-unformatted
  .sponsored-card
  .image-caption {
  display: none;
}
.sponsor-two-column-block
  .bk-sponsored-2-col
  .view-unformatted
  .sponsored-card
  .image-caption {
  display: none;
}
.sponsor-two-column-block .bk-sponsored-2-col .view-unformatted img {
  width: 100%;
}
@media (min-width: 767px) {
  .sponsor-two-column-block .bk-sponsored-2-col {
    gap: 26px;
  }
  .sponsor-two-column-block
    .bk-sponsored-2-col
    .view-unformatted
    .sponsored-card
    .published-date,
  .sponsor-two-column-block
    .bk-sponsored-2-col
    .view-unformatted
    .sponsored-card
    .author,
  .sponsor-two-column-block
    .bk-sponsored-2-col
    .view-unformatted
    .sponsored-card
    .image-caption {
    display: block;
  }
  .sponsor-two-column-block
    .bk-sponsored-2-col
    .view-unformatted
    .sponsored-card
    .image-caption {
    display: none;
  }
  .sponsor-two-column-block
    .bk-sponsored-2-col
    .view-unformatted
    .sponsored-card
    img {
    width: auto;
  }
}
.sponsor-two-row-block .bk-sponsored-2-rows {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.sponsor-two-row-block .bk-sponsored-2-rows .view-unformatted .sponsored-card {
  background-color: var(--c-background-sponsored);
}
.sponsor-two-row-block
  .bk-sponsored-2-rows
  .view-unformatted
  .sponsored-card
  .sponsored-card-content {
  height: 153px;
  flex-direction: row;
}
.sponsor-two-row-block
  .bk-sponsored-2-rows
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-media {
  flex-basis: 40%;
}
.sponsor-two-row-block
  .bk-sponsored-2-rows
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-media
  .article-media-content
  .image-caption {
  display: none;
}
.sponsor-two-row-block
  .bk-sponsored-2-rows
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-body {
  flex-basis: 60%;
}
@media (min-width: 767px) {
  .sponsor-two-row-block .bk-sponsored-2-rows {
    gap: 13px;
  }
  .sponsor-two-row-block
    .bk-sponsored-2-rows
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-media {
    flex-basis: 25%;
  }
  .sponsor-two-row-block
    .bk-sponsored-2-rows
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body {
    flex-basis: 75%;
  }
  .sponsor-two-row-block
    .bk-sponsored-2-rows
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .heading {
    margin-top: 0;
    font-size: 22px;
  }
}
@media (min-width: 991px) {
  .sponsor-two-row-block
    .bk-sponsored-2-rows
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .heading {
    font-size: calc(22px - 16.5%);
  }
}
.sponsor-one-row-block .bk-sponsored-1-col .view-unformatted .sponsored-card {
  background-color: var(--c-background-sponsored);
}
.sponsor-one-row-block
  .bk-sponsored-1-col
  .view-unformatted
  .sponsored-card
  .sponsored-card-content {
  height: 153px;
  flex-direction: row;
}
.sponsor-one-row-block
  .bk-sponsored-1-col
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-media {
  flex-basis: 40%;
}
.sponsor-one-row-block
  .bk-sponsored-1-col
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-media
  .article-media-content
  .image-caption {
  display: none;
}
.sponsor-one-row-block
  .bk-sponsored-1-col
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-body {
  flex-basis: 60%;
}
@media (min-width: 767px) {
  .sponsor-one-row-block .bk-sponsored-1-col {
    gap: 13px;
  }
  .sponsor-one-row-block
    .bk-sponsored-1-col
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-media {
    flex-basis: 25%;
  }
  .sponsor-one-row-block
    .bk-sponsored-1-col
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body {
    flex-basis: 75%;
  }
  .sponsor-one-row-block
    .bk-sponsored-1-col
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .heading {
    margin-top: 0;
    font-size: 22px;
  }
}
@media (min-width: 991px) {
  .sponsor-one-row-block
    .bk-sponsored-1-col
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .heading {
    font-size: calc(22px - 16.5%);
  }
}
.sponsor-block .bk-sponsored-sidebar {
  display: flex;
  flex-direction: column;
}
.sponsor-block .bk-sponsored-sidebar .view-unformatted .sponsored-card {
  width: 100%;
  height: auto;
}
.sponsor-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content {
  flex-direction: column;
}
.sponsor-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .teaser_media {
  width: 100%;
}
.sponsor-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .teaser_media
  img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.sponsor-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-body {
  padding: 15px 0 35px 0;
}
.sponsor-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-body
  .heading {
  margin: 0;
}
.sponsor-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-body
  .published-date,
.sponsor-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-body
  .author,
.sponsor-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-body
  .image-caption {
  display: none;
}
@media (min-width: 767px) {
  .sponsor-block
    .bk-sponsored-sidebar
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .heading {
    font-size: 22px;
  }
}
.sponsor-block.sponsor-sidebar-block {
  display: flex;
  flex-direction: column;
}
.sponsor-block.sponsor-sidebar-block .h4,
.sponsor-block.sponsor-sidebar-block .trending-block h2,
.trending-block .sponsor-block.sponsor-sidebar-block h2,
.sponsor-block.sponsor-sidebar-block
  .trending-block
  .article
  .addtoany_inline_share_toolbox::before,
.trending-block
  .article
  .sponsor-block.sponsor-sidebar-block
  .addtoany_inline_share_toolbox::before,
.sponsor-block.sponsor-sidebar-block
  .article
  .trending-block
  .addtoany_inline_share_toolbox::before,
.article
  .trending-block
  .sponsor-block.sponsor-sidebar-block
  .addtoany_inline_share_toolbox::before,
.sponsor-block.sponsor-sidebar-block .text-long h4,
.sponsor-block.sponsor-sidebar-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-block.sponsor-sidebar-block
  .text-long
  .h2,
.sponsor-block.sponsor-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-block.sponsor-sidebar-block
  .text-long
  h2,
.sponsor-block.sponsor-sidebar-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.sponsor-block.sponsor-sidebar-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .sponsor-block.sponsor-sidebar-block
  .text-long
  .heading,
.sponsor-block.sponsor-sidebar-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-block.sponsor-sidebar-block
  .text-long
  .heading,
.sponsor-block.sponsor-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-block.sponsor-sidebar-block
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.sponsor-block.sponsor-sidebar-block
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.sponsor-block.sponsor-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .sponsor-block.sponsor-sidebar-block
  .text-long
  .addtoany_inline_share_toolbox::before,
.sponsor-block.sponsor-sidebar-block
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .sponsor-block.sponsor-sidebar-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.sponsor-block.sponsor-sidebar-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .sponsor-block.sponsor-sidebar-block
  .text-long
  .count-no,
.sponsor-block.sponsor-sidebar-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-block.sponsor-sidebar-block
  .text-long
  .count-no,
.text-long .sponsor-block.sponsor-sidebar-block h4,
.text-long
  .sponsor-block.sponsor-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sponsor-block.sponsor-sidebar-block
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sponsor-block.sponsor-sidebar-block
  h2,
.text-long
  .sponsor-block.sponsor-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-block.sponsor-sidebar-block
  h2,
.text-long
  .sponsor-block.sponsor-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .sponsor-block.sponsor-sidebar-block
  .heading,
.text-long
  .sponsor-block.sponsor-sidebar-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sponsor-block.sponsor-sidebar-block
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sponsor-block.sponsor-sidebar-block
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .sponsor-block.sponsor-sidebar-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .sponsor-block.sponsor-sidebar-block
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-block.sponsor-sidebar-block
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .sponsor-block.sponsor-sidebar-block
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .sponsor-block.sponsor-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-block.sponsor-sidebar-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .sponsor-block.sponsor-sidebar-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .sponsor-block.sponsor-sidebar-block
  .count-no,
.text-long
  .sponsor-block.sponsor-sidebar-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sponsor-block.sponsor-sidebar-block
  .count-no,
.sponsor-block.sponsor-sidebar-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading,
.featured-article-card
  .featured-card-content
  .card_heading
  .sponsor-block.sponsor-sidebar-block
  .heading,
.sponsor-block.sponsor-sidebar-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .sponsor-block.sponsor-sidebar-block
  .heading {
  margin-top: 13px;
}
.sponsor-block.sponsor-sidebar-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card {
  background-color: var(--c-background-sponsored);
}
.sponsor-block.sponsor-sidebar-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content {
  height: 153px;
  flex-direction: row;
}
.sponsor-block.sponsor-sidebar-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-media {
  flex-basis: 40%;
}
.sponsor-block.sponsor-sidebar-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-media
  .article-media-content
  .image-caption {
  display: none;
}
.sponsor-block.sponsor-sidebar-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-body {
  flex-basis: 60%;
}
@media (min-width: 767px) {
  .sponsor-block.sponsor-sidebar-block .bk-sponsored-sidebar {
    gap: 13px;
  }
  .sponsor-block.sponsor-sidebar-block
    .bk-sponsored-sidebar
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-media {
    flex-basis: 25%;
  }
  .sponsor-block.sponsor-sidebar-block
    .bk-sponsored-sidebar
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body {
    flex-basis: 75%;
  }
  .sponsor-block.sponsor-sidebar-block
    .bk-sponsored-sidebar
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .heading {
    margin-top: 0;
    font-size: 22px;
  }
}
@media (min-width: 991px) {
  .sponsor-block.sponsor-sidebar-block
    .bk-sponsored-sidebar
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .heading {
    font-size: calc(22px - 16.5%);
  }
}
.sponsor-block.sponsor-sidebar-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content {
  height: auto;
}
.sponsor-block.sponsor-sidebar-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-body {
  padding: 10px;
  margin: 0;
}
.sponsor-block.sponsor-sidebar-block
  .bk-sponsored-sidebar
  .view-unformatted
  .sponsored-card
  .sponsored-card-content
  .card-body
  .heading {
  -webkit-line-clamp: 2;
  font-size: 15px;
  margin-top: 0;
}
@media (min-width: 991px) {
  .sponsor-block.sponsor-sidebar-block
    .bk-sponsored-sidebar
    .view-unformatted
    .sponsored-card {
    background-color: rgba(0, 0, 0, 0);
  }
  .sponsor-block.sponsor-sidebar-block
    .bk-sponsored-sidebar
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-media {
    flex-basis: 80%;
  }
  .sponsor-block.sponsor-sidebar-block
    .bk-sponsored-sidebar
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-media
    .article-media-content
    img {
    height: auto;
    width: auto;
  }
  .sponsor-block.sponsor-sidebar-block
    .bk-sponsored-sidebar
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body {
    padding: 0px 10px 0px 10px;
    margin: auto;
  }
  .sponsor-block.sponsor-sidebar-block
    .bk-sponsored-sidebar
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .heading {
    -webkit-line-clamp: 3;
    font-size: 19px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .sponsor-block.sponsor-sidebar-block
    .bk-sponsored-sidebar
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .heading {
    font-size: calc(19px - 16.5%);
  }
}
@media (min-width: 991px) {
  .sponsor-block.sponsor-sidebar-block
    .bk-sponsored-sidebar
    .view-unformatted
    .sponsored-card
    .sponsored-card-content
    .card-body
    .channel {
    margin-top: 0;
  }
}
.sport-news-block {
  display: flex;
  flex-direction: column;
}
.sport-news-block .h4,
.sport-news-block .trending-block h2,
.trending-block .sport-news-block h2,
.sport-news-block
  .trending-block
  .article
  .addtoany_inline_share_toolbox::before,
.trending-block
  .article
  .sport-news-block
  .addtoany_inline_share_toolbox::before,
.sport-news-block
  .article
  .trending-block
  .addtoany_inline_share_toolbox::before,
.article
  .trending-block
  .sport-news-block
  .addtoany_inline_share_toolbox::before,
.sport-news-block .text-long h4,
.sport-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  .text-long
  .h2,
.sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  .text-long
  h2,
.sport-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.sport-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .sport-news-block
  .text-long
  .heading,
.sport-news-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  .text-long
  .heading,
.sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.sport-news-block
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .sport-news-block
  .text-long
  .addtoany_inline_share_toolbox::before,
.sport-news-block
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .sport-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.sport-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .sport-news-block
  .text-long
  .count-no,
.sport-news-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  .text-long
  .count-no,
.text-long .sport-news-block h4,
.text-long
  .sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sport-news-block
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sport-news-block
  h2,
.text-long
  .sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  h2,
.text-long
  .sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .sport-news-block
  .heading,
.text-long
  .sport-news-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sport-news-block
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sport-news-block
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .sport-news-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .sport-news-block
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .sport-news-block
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .sport-news-block
  .count-no,
.text-long
  .sport-news-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sport-news-block
  .count-no,
.sport-news-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading,
.featured-article-card
  .featured-card-content
  .card_heading
  .sport-news-block
  .heading,
.sport-news-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .sport-news-block
  .heading {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
}
@media (min-width: 991px) {
  .sport-news-block .h4,
  .sport-news-block .trending-block h2,
  .trending-block .sport-news-block h2,
  .sport-news-block
    .trending-block
    .article
    .addtoany_inline_share_toolbox::before,
  .trending-block
    .article
    .sport-news-block
    .addtoany_inline_share_toolbox::before,
  .sport-news-block
    .article
    .trending-block
    .addtoany_inline_share_toolbox::before,
  .article
    .trending-block
    .sport-news-block
    .addtoany_inline_share_toolbox::before,
  .sport-news-block .text-long h4,
  .sport-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .sport-news-block
    .text-long
    .h2,
  .sport-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .sport-news-block
    .text-long
    h2,
  .sport-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .sport-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .sport-news-block
    .text-long
    .heading,
  .sport-news-block
    .text-long
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .sport-news-block
    .text-long
    .heading,
  .sport-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .sport-news-block
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .sport-news-block
    .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .sport-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .sport-news-block
    .text-long
    .addtoany_inline_share_toolbox::before,
  .sport-news-block
    .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .sport-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .sport-news-block
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .sport-news-block
    .text-long
    .count-no,
  .sport-news-block
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .sport-news-block
    .text-long
    .count-no,
  .text-long .sport-news-block h4,
  .text-long
    .sport-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .sport-news-block
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .sport-news-block
    h2,
  .text-long
    .sport-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .sport-news-block
    h2,
  .text-long
    .sport-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .text-long
    .sport-news-block
    .heading,
  .text-long
    .sport-news-block
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .sport-news-block
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .sport-news-block
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .sport-news-block
    .addtoany_inline_share_toolbox::before,
  .text-long
    .sport-news-block
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .sport-news-block
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .sport-news-block
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .sport-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .sport-news-block
    .addtoany_inline_share_toolbox::before,
  .text-long
    .sport-news-block
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .text-long
    .sport-news-block
    .count-no,
  .text-long
    .sport-news-block
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .sport-news-block
    .count-no,
  .sport-news-block
    .featured-article-card
    .featured-card-content
    .card_heading
    .heading,
  .featured-article-card
    .featured-card-content
    .card_heading
    .sport-news-block
    .heading,
  .sport-news-block
    .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .heading,
  .default-article-card
    .default-card-content
    .card-text-content
    .card_heading
    .sport-news-block
    .heading {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
  }
}
.sport-news-block .h4::after,
.sport-news-block .trending-block h2::after,
.trending-block .sport-news-block h2::after,
.sport-news-block .text-long h4::after,
.sport-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  .text-long
  .h2::after,
.sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  .text-long
  h2::after,
.sport-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.sport-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .sport-news-block
  .text-long
  .heading::after,
.sport-news-block
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  .text-long
  .heading::after,
.sport-news-block
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .sport-news-block
  .text-long
  .count-no::after,
.sport-news-block
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  .text-long
  .count-no::after,
.text-long .sport-news-block h4::after,
.text-long
  .sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sport-news-block
  .h2::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sport-news-block
  h2::after,
.text-long
  .sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2::after,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sport-news-block
  h2::after,
.text-long
  .sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .sport-news-block
  .heading::after,
.text-long
  .sport-news-block
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading::after,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sport-news-block
  .heading::after,
.text-long
  .sport-news-block
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .sport-news-block
  .count-no::after,
.text-long
  .sport-news-block
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sport-news-block
  .count-no::after,
.sport-news-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading::after,
.featured-article-card
  .featured-card-content
  .card_heading
  .sport-news-block
  .heading::after,
.sport-news-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading::after,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .sport-news-block
  .heading::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-highlight-low);
  margin: auto 30px auto 10px;
  position: relative;
  top: -4px;
}
.status__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 13px;
}
.status {
  display: block;
  margin-bottom: 6.5px;
  padding: 6.5px;
  text-align: center;
}
.status--warning {
  color: var(--c-text);
  background-color: var(--c-warning);
}
.status--error {
  color: var(--c-text);
  background-color: var(--c-error);
}
.status--status {
  color: var(--c-text);
  background-color: var(--c-message);
}
.tabs__link,
.tabs__link--local-tasks {
  background-color: var(--c-muted);
  border: 1px solid var(--c-highlight-high);
  color: var(--c-primary);
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1em 2.4em;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s;
}
@media (min-width: 1441px) {
  .tabs__link,
  .tabs__link--local-tasks {
    border-left: none;
    display: inline-block;
    font-size: 1rem;
    padding: 0.6em 1.7em;
    position: relative;
    top: 1px;
    width: auto;
  }
}
.tabs__link:hover,
.tabs__link--local-tasks:hover {
  background-color: var(--c-highlight-high);
  color: var(--c-accent);
}
.tabs__link.is-active,
.tabs__link--local-tasks.is-active {
  background-color: var(--c-text);
  border: 1px solid var(--c-text);
  color: var(--c-text-inverse);
}
@media (min-width: 1441px) {
  .tabs__link.is-active,
  .tabs__link--local-tasks.is-active {
    background-color: var(--c-background);
    border: 1px solid var(--c-highlight-high);
    border-left: none;
    color: var(--c-text);
  }
}
.tabs__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--c-highlight-high);
}
@media (min-width: 1441px) {
  .tabs__nav {
    border-left: 1px solid var(--c-highlight-high);
    display: flex;
  }
}
.tabs__tab {
  display: none;
}
.tabs__tab.is-active {
  display: block;
}
.tabs__content {
  padding: 1.5rem;
}
.tabs.no-js .tabs__tab.is-active {
  display: block;
}
.tabs__nav--local-tasks {
  margin: 1em 0;
  padding: 0;
}
.tabs__link--local-tasks {
  padding: 0.5em 1.5em;
}
.featured-article-tile .featured-tile-content {
  position: relative;
}
.featured-article-tile .featured-tile-content .featured-tile-label {
  font-family: "Bebas Kai", "Helvetica", sans-serif;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 24px;
  position: absolute;
  padding: 14px;
  border-radius: 5px;
  height: 37px;
  top: 0;
  left: 0;
  margin: 3%;
  z-index: 9;
  background-color: var(--c-accent);
}
.featured-article-tile .featured-tile-content .tile-body {
  background-color: var(--c-text-inverse);
}
.featured-article-tile .featured-tile-content .tile-body .teaser_media {
  background-color: var(--c-text-inverse);
  border-radius: 4px;
}
.featured-article-tile .featured-tile-content .tile-body .teaser_media img {
  border-radius: 0;
  --mask: linear-gradient(to top, transparent 0%, rgb(0, 0, 0) 75%);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  border-radius: 4px;
}
@media (min-width: 767px) {
  .featured-article-tile .featured-tile-content .tile-body .teaser_media img {
    --mask: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 0) 100%,
        rgb(0 0 0 / 0%) 0
      )
      100% 50% / 100% 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
  }
}
.featured-article-tile .featured-tile-content .tile-body .tile-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  bottom: 0;
  position: absolute;
  margin-bottom: 10px;
  margin-top: 10px;
  border-left: solid 8px var(--c-accent);
  padding-left: 20px;
}
.featured-article-tile
  .featured-tile-content
  .tile-body
  .tile-content
  .tile-heading
  .heading {
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
  margin: 0;
}
@media (min-width: 991px) {
  .featured-article-tile
    .featured-tile-content
    .tile-body
    .tile-content
    .tile-heading
    .heading {
    font-size: calc(19px - 16.5%);
  }
}
.featured-article-tile
  .featured-tile-content
  .tile-body
  .tile-content
  .tile-heading
  .heading:hover {
  text-decoration: underline;
}
.featured-article-tile
  .featured-tile-content
  .tile-body
  .tile-content
  .published-date,
.featured-article-tile .featured-tile-content .tile-body .tile-content .author,
.featured-article-tile
  .featured-tile-content
  .tile-body
  .tile-content
  .image-caption {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  margin-top: 6.5px;
}
@media (min-width: 991px) {
  .featured-article-tile
    .featured-tile-content
    .tile-body
    .tile-content
    .published-date,
  .featured-article-tile
    .featured-tile-content
    .tile-body
    .tile-content
    .author,
  .featured-article-tile
    .featured-tile-content
    .tile-body
    .tile-content
    .image-caption {
    font-size: calc(15px - 16.5%);
  }
}
.featured-article-tile .featured-tile-content .tile-body .blurb {
  font-size: 19px;
  margin: 0 6.5px 6.5px 0;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) {
  .featured-article-tile .featured-tile-content .tile-body .blurb {
    font-size: calc(19px - 16.5%);
  }
}
@media (min-width: 991px) {
  .featured-article-tile .featured-tile-content .tile-body .tile-content {
    position: absolute;
    margin-bottom: 23px;
    margin-top: 0;
  }
  .featured-article-tile
    .featured-tile-content
    .tile-body
    .tile-content
    .tile-heading
    .heading {
    font-size: calc(29px - 16.5%);
    padding-right: 13px;
  }
}
.article-tile .article-tile-content {
  position: relative;
}
.article-tile .article-tile-content .tile-label {
  font-family: "Bebas Kai", "Helvetica", sans-serif;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 24px;
  position: absolute;
  padding: 14px;
  border-radius: 5px;
  height: 37px;
  top: 0;
  left: 0;
  margin: 3%;
  z-index: 9;
  background-color: var(--c-accent-secondary);
  display: flex;
  gap: 8px;
}
.article-tile .article-tile-content .tile-body .teaser_media {
  background-color: var(--c-text-inverse);
  border-radius: 4px;
}
.article-tile .article-tile-content .tile-body .teaser_media img {
  border-radius: 0;
  --mask: linear-gradient(to top, transparent 0%, rgb(0, 0, 0) 75%);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  border-radius: 4px;
}
@media (min-width: 767px) {
  .article-tile .article-tile-content .tile-body .teaser_media img {
    --mask: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 0) 100%,
        rgb(0 0 0 / 0%) 0
      )
      100% 50% / 100% 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
  }
}
.article-tile .article-tile-content .tile-body .tile-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  bottom: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  border-left: solid 5px var(--c-accent-secondary);
  padding-left: 10px;
}
.article-tile
  .article-tile-content
  .tile-body
  .tile-content
  .tile-heading
  .heading {
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
  margin: 0;
}
@media (min-width: 991px) {
  .article-tile
    .article-tile-content
    .tile-body
    .tile-content
    .tile-heading
    .heading {
    font-size: calc(19px - 16.5%);
  }
}
.article-tile
  .article-tile-content
  .tile-body
  .tile-content
  .tile-heading
  .heading:hover {
  text-decoration: underline;
}
.article-tile .article-tile-content .tile-body .tile-content .published-date,
.article-tile .article-tile-content .tile-body .tile-content .author,
.article-tile .article-tile-content .tile-body .tile-content .image-caption {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  color: var(--c-text-secondary);
  line-height: 1.4;
  margin-top: 6.5px;
}
@media (min-width: 991px) {
  .article-tile .article-tile-content .tile-body .tile-content .published-date,
  .article-tile .article-tile-content .tile-body .tile-content .author,
  .article-tile .article-tile-content .tile-body .tile-content .image-caption {
    font-size: calc(15px - 16.5%);
  }
}
.article-tile
  .article-tile-content
  .tile-body
  .tile-content
  .tile-heading
  .heading {
  font-size: 14px;
}
.views-element-container {
  position: relative;
}
.top-news .bk-homepage-top-news {
  display: flex;
  flex-direction: column;
  gap: 13px;
  height: auto;
}
.top-news .bk-homepage-top-news article .featured-tile-content .blurb {
  display: none;
}
.top-news .bk-homepage-top-news > div {
  flex-basis: 70%;
}
.top-news .bk-homepage-top-news .views-element-container {
  flex-basis: 30%;
}
.top-news .bk-homepage-top-news .views-element-container .top-news-attachment {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 13px;
}
.top-news
  .bk-homepage-top-news
  .views-element-container
  .top-news-attachment
  .view-unformatted {
  flex-basis: 50%;
}
.top-news
  .bk-homepage-top-news
  .views-element-container
  .top-news-attachment
  .view-unformatted
  .article-tile
  .tile-content {
  position: absolute;
  padding-left: 20px;
}
.top-news
  .bk-homepage-top-news
  .views-element-container
  .top-news-attachment
  .view-unformatted
  .article-tile
  .tile-content
  .tile-heading
  .heading {
  font-size: 16px;
}
.top-news
  .bk-homepage-top-news
  .views-element-container
  .top-news-attachment
  .article
  .article_heading {
  position: static;
}
.top-news
  .bk-homepage-top-news
  .views-element-container
  .top-news-attachment
  .article
  .published-date,
.top-news
  .bk-homepage-top-news
  .views-element-container
  .top-news-attachment
  .article
  .author,
.top-news
  .bk-homepage-top-news
  .views-element-container
  .top-news-attachment
  .article
  .image-caption {
  position: static;
}
@media (min-width: 767px) {
  .top-news
    .bk-homepage-top-news
    .views-element-container
    .top-news-attachment {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 13px;
  }
  .top-news
    .bk-homepage-top-news
    .views-element-container
    .top-news-attachment
    .view-unformatted {
    flex-basis: 50%;
  }
}
@media (min-width: 991px) {
  .top-news .bk-homepage-top-news {
    flex-direction: row;
  }
  .top-news .bk-homepage-top-news .views-element-container {
    flex-basis: 40%;
  }
  .top-news
    .bk-homepage-top-news
    .views-element-container
    .top-news-attachment {
    flex-direction: column;
    height: 100%;
  }
  .top-news
    .bk-homepage-top-news
    .views-element-container
    .top-news-attachment
    .view-unformatted {
    flex-basis: 50%;
  }
  .top-news
    .bk-homepage-top-news
    .views-element-container
    .top-news-attachment
    .view-unformatted
    .article-tile
    .tile-content
    .tile-heading
    .heading {
    font-size: calc(19px - 16.5%);
  }
}
.trending-block {
  margin-bottom: 26px;
}
.trending-block h2,
.trending-block .article .addtoany_inline_share_toolbox::before,
.article .trending-block .addtoany_inline_share_toolbox::before {
  margin: 13px 0;
}
.trending-block .trending-story-wrapper .trending-list {
  border-bottom: solid 1px var(--c-highlight-low);
}
.trending-block .trending-story-wrapper .trending-list a {
  display: inline-flex;
}
.trending-block .trending-story-wrapper .trending-list a .count-wrap {
  padding: 6.5px 0;
  position: relative;
}
.trending-block .trending-story-wrapper .trending-list a .count-wrap .count-no {
  font-size: 60px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 991px) {
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no {
    font-size: calc(60px - 16.5%);
  }
}
.trending-block .trending-story-wrapper .trending-list a .trending-story {
  margin-left: 20px;
  margin-top: 20px;
}
.trending-block .trending-story-wrapper .trending-list a .trending-story h4,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .h2,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  h2,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  h2,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .heading,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .heading,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox::before,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .trending-story
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .trending-story
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-story
  .count-no {
  font-size: 18px;
  text-transform: none;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) {
  .trending-block .trending-story-wrapper .trending-list a .trending-story h4,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .h2,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    h2,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    h2,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    h2,
  .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    h2,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .heading,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    #block-enca2023-page-title
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .heading,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .heading,
  #block-enca2023-page-title
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .heading,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .text-long
    .article
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .addtoany_inline_share_toolbox::before,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .addtoany_inline_share_toolbox::before,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .article
    .text-long
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .addtoany_inline_share_toolbox::before,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .addtoany_inline_share_toolbox::before,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .count-wrap
    .count-no,
  .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .trending-story
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .trending-story
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .prefooter
    .prefooter_content
    #block-sponsorrelatedarticle
    .trending-story
    .count-no {
    font-size: calc(18px - 16.5%);
  }
}
.accordion {
  padding: 13px 0 26px 0;
}
.accordion-item {
  border-bottom: 1px solid;
  padding-top: 13px;
}
.accordion-item .accordion-item-expand {
  cursor: pointer;
}
.accordion-item .accordion-item-expand .heading {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.accordion-item .accordion-item-expand .accordion-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6.5px 0 13px;
}
.accordion-item.expanded .accordion-arrow {
  transform: rotate(180deg);
  transition: transform ease 0.3s;
}
.accordion-item .accordion-body > div {
  margin: 0;
}
.watch-now .h4,
.watch-now .text-long h4,
.watch-now
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .watch-now
  .text-long
  .h2,
.watch-now
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .watch-now
  .text-long
  h2,
.watch-now
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.watch-now
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .watch-now
  .text-long
  .heading,
.watch-now
  .text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .watch-now
  .text-long
  .heading,
.watch-now
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .watch-now
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.watch-now
  .text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.watch-now
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .watch-now
  .text-long
  .addtoany_inline_share_toolbox::before,
.watch-now
  .article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .watch-now
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.watch-now
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .watch-now
  .text-long
  .count-no,
.watch-now
  .text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .watch-now
  .text-long
  .count-no,
.text-long .watch-now h4,
.text-long
  .watch-now
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .watch-now
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .watch-now
  h2,
.text-long
  .watch-now
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .watch-now
  h2,
.text-long
  .watch-now
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .watch-now
  .heading,
.text-long
  .watch-now
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .watch-now
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .watch-now
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .watch-now
  .addtoany_inline_share_toolbox::before,
.text-long
  .watch-now
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .watch-now
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .watch-now
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .watch-now
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .watch-now
  .addtoany_inline_share_toolbox::before,
.text-long
  .watch-now
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .watch-now
  .count-no,
.text-long
  .watch-now
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .watch-now
  .count-no,
.watch-now .featured-article-card .featured-card-content .card_heading .heading,
.featured-article-card .featured-card-content .card_heading .watch-now .heading,
.watch-now
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .watch-now
  .heading,
.watch-now .trending-block h2,
.trending-block .watch-now h2,
.watch-now .trending-block .article .addtoany_inline_share_toolbox::before,
.trending-block .article .watch-now .addtoany_inline_share_toolbox::before,
.watch-now .article .trending-block .addtoany_inline_share_toolbox::before,
.article .trending-block .watch-now .addtoany_inline_share_toolbox::before {
  padding-top: 13px;
}
.slick-wrapper,
.slick,
.slick * {
  box-sizing: border-box;
}
.slick img {
  height: auto;
}
.slick img,
.slick iframe {
  border: 0;
  max-width: 100%;
  min-height: 1px;
}
.slick,
.slick-wrapper {
  max-width: 100%;
  position: relative;
}
.slick-initialized {
  overflow: visible;
}
.slick__slider::before,
.slick__slider::after {
  display: table;
  content: "";
}
.slick__slider::after {
  clear: both;
}
.draggable {
  cursor: grab;
}
.draggable:active {
  cursor: grabbing;
}
.draggable:active a,
.draggable:active .slide__caption {
  cursor: grabbing;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.slick__slide {
  max-width: 100%;
  position: absolute;
  visibility: hidden;
}
.slick__slide.slide--0 {
  position: relative;
}
.unslick .slick__slide,
.slick-initialized .slick__slide {
  position: relative;
  visibility: visible;
}
.slick__slide:focus {
  outline: 0;
}
.unslick .slick__slide {
  width: 100%;
}
.slick-current {
  z-index: 4;
}
.slide__content,
.grid__content {
  position: relative;
}
.slide__content::after {
  content: "";
  display: table;
  clear: both;
}
.slide__title {
  margin: 10px 0 5px;
  line-height: 1.2;
}
.slide__link {
  margin: 30px auto;
}
.slide__caption {
  cursor: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  -webkit-user-select: text;
  user-select: text;
  width: 100%;
}
.slick__arrow,
.is-loading .slide__caption {
  visibility: hidden;
}
.slick--initialized .slick__arrow {
  visibility: visible;
}
.slick--main .slide__caption {
  min-height: 32%;
  padding: 20px 0;
  z-index: 3;
}
.slick--thumbnail .slide__caption {
  padding: 5px 6px;
}
.slick-prev {
  right: 44px;
  left: auto;
}
.slick-prev::before {
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
}
.slick-next {
  right: 0;
}
.slick-next::before {
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
}
.slick__arrow {
  bottom: auto;
  height: 0px;
  left: 0;
  margin-top: -1px;
  pointer-events: none;
  position: absolute;
  float: right;
  top: -40px;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.slick-arrow {
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 42px;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
}
.slick-arrow:active,
.slick-arrow:focus {
  box-shadow: none;
  outline: 0;
}
.slick-arrow::before,
.slick-arrow::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-radius: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #fff;
  width: 34px;
  height: 34px;
}
.slick-arrow:hover::before {
  color: #37465b;
  border-color: #37465b;
}
.slick button,
.slick--thumbnail .slick__slide img {
  pointer-events: auto;
}
.slick-dots li {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li button::before {
  font-size: 12px;
  font-size: 0.75rem;
}
img[data-lazy] {
  display: none;
}
.slide__media {
  overflow: hidden;
  position: relative;
}
.slick img.media__element {
  margin: 0 auto;
}
.slick--less .slick-track {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.slick.slick--less .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.slick--less .draggable {
  cursor: default;
}
.article-channel {
  display: none;
}
.slick-list {
  --mask: linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 1) 90%,
      rgba(0, 0, 0, 0) 99%,
      rgba(0, 0, 0, 0) 0
    )
    100% 50% / 100% 100% repeat-x;
  font: 2em/1.6em Arial;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.slick-list .slick__slide .card .card-body {
  padding-right: 13px;
}
.gallery {
  margin-top: 70px;
}
.gallery .slick--thumbnail {
  margin-top: 13px;
}
.gallery .slick--thumbnail img {
  height: 100px;
}
.gallery .slide__caption {
  display: none;
}
.gallery .slick-list {
  --mask: none;
}
.grid__item {
  flex: 1 1 100%;
  margin-bottom: 26px;
}
@media (min-width: 1441px) {
  .grid__item {
    margin: 0 26px 0 0;
    flex-basis: 30%;
  }
}
.grid__item:last-child {
  margin-right: 0;
}
.grid__item--example {
  background-color: var(--c-highlight-high);
  padding: 52px;
}
.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid--card {
  margin-bottom: 26px;
}
.paragraph--type--microview-media .views-element-container > div {
  padding-bottom: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.paragraph--type--microview-media .views-element-container > div > div {
  flex: 1 1 250px;
}
.paragraph--type--microview-media .views-element-container > div > div img {
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 300px;
}
.paragraph--type--microview-media
  .views-element-container
  > div
  .image-caption {
  display: none;
}
.paragraph--type--microview-media .views-view-grid.horizontal > div {
  padding-bottom: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.paragraph--type--microview-media .views-view-grid.horizontal > div > div {
  flex: 1 1 250px;
}
.paragraph--type--microview-media .views-view-grid.horizontal > div > div img {
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 300px;
}
.paragraph--type--microview-media .views-view-grid.horizontal > div > div * {
  height: 100%;
}
.paragraph--type--microview-media
  .views-view-grid.horizontal
  > div
  .image-caption {
  display: none;
}
.footer {
  position: relative;
  background-color: var(--c-tertiary);
  padding: 26px 0;
  bottom: 0;
}
.footer__inner {
  max-width: calc(1441px - 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
  display: flex;
  flex-flow: column nowrap;
  gap: 26px;
}
@media (min-width: 767px) {
  .footer__inner {
    padding: 0 13px;
  }
}
@media (min-width: calc(1441px - 12%)) {
  .footer__inner {
    padding-left: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
    padding-right: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
  }
}
@media (min-width: 1441px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__inner .copyright {
  text-align: center;
  margin: 0 auto;
  color: var(--c-highlight);
}
.footer .footer__menu {
  display: grid;
  justify-content: center;
  grid-column-gap: 26px;
  grid-template-areas: "a b" "c c" "d d";
}
.footer .footer__menu .menu__item {
  list-style: none;
  padding: 4.3333333333px 0;
}
.footer .footer__menu .menu__item .menu__link.is-active {
  color: var(--c-accent);
}
.footer .footer__menu #block-socials {
  grid-area: c;
  margin: 26px auto auto;
}
.footer .footer__menu #block-socials .menu {
  display: inline-flex;
  gap: 13px;
}
.footer .footer__menu #block-socials .menu .menu__item {
  padding: 0;
}
.footer .footer__menu #block-socials .menu .menu__item .menu__link {
  font-size: 0;
}
.footer .footer__menu #block-socials .menu .menu__item .menu__link::after {
  font-size: xx-large;
}
.footer .footer__menu #block-quicklinks {
  grid-area: a;
}
.footer .footer__menu #block-quicklinks .menu__link {
  transition: ease 0.2s;
}
.footer .footer__menu #block-quicklinks .menu__link:hover,
.footer .footer__menu #block-quicklinks .menu__link:focus {
  color: var(--c-accent);
}
.footer .footer__menu #block-quicklinksoverflow {
  grid-area: b;
}
.footer .footer__menu #block-quicklinksoverflow .menu__link {
  transition: ease 0.2s;
}
.footer .footer__menu #block-quicklinksoverflow .menu__link:hover,
.footer .footer__menu #block-quicklinksoverflow .menu__link:focus {
  color: var(--c-accent);
}
.footer .footer__menu #block-policies {
  grid-area: d;
}
.footer .footer__menu #block-policies .menu {
  text-align: center;
  padding-top: 13px;
}
.footer .footer__menu #block-policies .menu .menu__item {
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6.5px;
}
.footer .footer__menu #block-policies .menu .menu__item::after {
  content: "|";
}
.footer .footer__menu #block-policies .menu .menu__item:last-of-type::after {
  content: "";
}
.footer .footer__menu #block-policies .menu .menu__item .menu__link {
  transition: ease 0.2s;
}
.footer .footer__menu #block-policies .menu .menu__item .menu__link:hover,
.footer .footer__menu #block-policies .menu .menu__item .menu__link:focus {
  color: var(--c-accent);
}
@media (min-width: 767px) {
  .footer .footer__menu {
    grid-column-gap: 10rem;
  }
}
.footer .footer__menu #block-socials .menu .menu__item .menu__link::after {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.footer .footer__menu #block-socials .menu .menu__item .menu__link:hover {
  color: var(--c-accent);
}
.footer
  .footer__menu
  #block-socials
  .menu
  .menu__item:nth-of-type(1)
  .menu__link::after {
  content: "";
}
.footer
  .footer__menu
  #block-socials
  .menu
  .menu__item:nth-of-type(2)
  .menu__link::after {
  content: "";
}
.footer
  .footer__menu
  #block-socials
  .menu
  .menu__item:nth-of-type(3)
  .menu__link::after {
  content: "";
}
.footer
  .footer__menu
  #block-socials
  .menu
  .menu__item:nth-of-type(4)
  .menu__link::after {
  content: "";
}
@media (min-width: 991px) {
  .footer .footer__menu {
    display: flex;
    flex: 1 1 100%;
    text-align: left;
    margin: auto;
  }
  .footer .footer__menu #block-socials {
    margin: 0;
  }
  .footer .footer__menu #block-policies .menu {
    padding-top: 0;
  }
  .footer .footer__menu #block-policies .menu .menu__item {
    padding: 4.3333333333px 0;
    display: block;
    text-align: left;
  }
  .footer .footer__menu #block-policies .menu .menu__item::after {
    content: "";
  }
}
.footer .footer__branding {
  min-width: 8rem;
  max-width: 10rem;
  margin: 0 auto;
}
.footer .footer__branding .image {
  border-radius: 0;
}
.prefooter {
  position: relative;
  background-color: #00091a;
  padding: 13px 0 26px 0;
}
.prefooter .prefooter_content {
  max-width: calc(1441px - 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .prefooter .prefooter_content {
    padding: 0 13px;
  }
}
@media (min-width: calc(1441px - 12%)) {
  .prefooter .prefooter_content {
    padding-left: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
    padding-right: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
  }
}
.prefooter .prefooter_content .more-link-expand,
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link {
  margin-bottom: 13px;
}
.prefooter .prefooter_content #block-sponsorrelatedarticle {
  width: auto;
  padding: 0;
}
@media (min-width: 991px) {
  .prefooter .prefooter_content #block-sponsorrelatedarticle {
    float: left;
    width: 50%;
    padding-right: 13px;
    z-index: 2;
    flex-wrap: wrap;
  }
}
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .bk-related-articles
  .default-card-content {
  padding-bottom: 2rem;
}
.prefooter .prefooter_content .popular-stories-block {
  width: auto;
  padding: 0;
  padding-bottom: 2rem;
}
@media (min-width: 991px) {
  .prefooter .prefooter_content .popular-stories-block {
    display: inline-flex;
    width: 50%;
    padding-right: 13px;
    z-index: 2;
    flex-wrap: wrap;
  }
}
.prefooter .prefooter_content .popular-stories-block .h5,
.prefooter .prefooter_content .popular-stories-block .text-long h5,
.text-long .prefooter .prefooter_content .popular-stories-block h5 {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
}
@media (min-width: 991px) {
  .prefooter .prefooter_content .popular-stories-block .h5,
  .prefooter .prefooter_content .popular-stories-block .text-long h5,
  .text-long .prefooter .prefooter_content .popular-stories-block h5 {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
  }
}
.prefooter .prefooter_content .popular-stories-block .h5::after,
.prefooter .prefooter_content .popular-stories-block .text-long h5::after,
.text-long .prefooter .prefooter_content .popular-stories-block h5::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-highlight-low);
  margin: auto 30px auto 10px;
  position: relative;
  top: -4px;
}
.prefooter .prefooter_content .popular-stories-block .h5::after,
.prefooter .prefooter_content .popular-stories-block .text-long h5::after,
.text-long .prefooter .prefooter_content .popular-stories-block h5::after {
  background-color: rgba(0, 0, 0, 0);
}
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link {
  position: static;
}
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a {
  font-size: 19px;
}
@media (min-width: 991px) {
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link
    a {
    font-size: calc(19px - 16.5%);
  }
}
.prefooter
  .prefooter_content
  .popular-stories-block
  .bk-watch-popular-stories
  .more-link
  a::after {
  content: "";
}
@media (min-width: 991px) {
  .prefooter
    .prefooter_content
    .popular-stories-block
    .bk-watch-popular-stories
    .more-link {
    position: absolute;
    top: 10px;
  }
}
.prefooter .prefooter_content .sponsor-three-column-block {
  width: auto;
  padding-right: 0;
}
.prefooter .prefooter_content .sponsor-three-column-block .h4,
.prefooter .prefooter_content .sponsor-three-column-block .text-long h4,
.text-long .prefooter .prefooter_content .sponsor-three-column-block h4,
.prefooter
  .prefooter_content
  .sponsor-three-column-block
  .featured-article-card
  .featured-card-content
  .card_heading
  .heading,
.featured-article-card
  .featured-card-content
  .card_heading
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  .heading,
.prefooter
  .prefooter_content
  .sponsor-three-column-block
  .default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .heading,
.default-article-card
  .default-card-content
  .card-text-content
  .card_heading
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  .heading,
.prefooter .prefooter_content .sponsor-three-column-block .trending-block h2,
.trending-block .prefooter .prefooter_content .sponsor-three-column-block h2,
.prefooter
  .prefooter_content
  .sponsor-three-column-block
  .trending-block
  .article
  .addtoany_inline_share_toolbox::before,
.trending-block
  .article
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  .sponsor-three-column-block
  .article
  .trending-block
  .addtoany_inline_share_toolbox::before,
.article
  .trending-block
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-three-column-block
  .h2,
.prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .text-long
  .h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sponsor-three-column-block
  .h2,
.prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .text-long
  h2,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sponsor-three-column-block
  h2,
.text-long
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  h2,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-three-column-block
  h2,
.text-long
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .heading,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .sponsor-three-column-block
  .heading,
.prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .heading,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  #block-enca2023-page-title
  .text-long
  .sponsor-three-column-block
  .heading,
.text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .heading,
.text-long
  #block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-three-column-block
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .text-long
  .heading,
#block-enca2023-page-title
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sponsor-three-column-block
  .heading,
.prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .text-long
  .article
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .article
  .sponsor-three-column-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.text-long
  .article
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-three-column-block
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .article
  .text-long
  .addtoany_inline_share_toolbox::before,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .article
  .text-long
  .sponsor-three-column-block
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .addtoany_inline_share_toolbox::before,
.article
  .text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-three-column-block
  .addtoany_inline_share_toolbox::before,
.text-long
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.text-long
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .sponsor-three-column-block
  .count-no,
.prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .count-no,
.prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .text-long
  .sponsor-three-column-block
  .count-no,
.text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .count-no,
.text-long
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .sponsor-three-column-block
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  .sponsor-three-column-block
  #block-sponsorrelatedarticle
  .text-long
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .prefooter
  .prefooter_content
  #block-sponsorrelatedarticle
  .text-long
  .sponsor-three-column-block
  .count-no {
  margin-top: 13px;
}
@media (min-width: 991px) {
  .prefooter .prefooter_content .sponsor-three-column-block {
    width: 50%;
    padding-right: 3rem;
  }
}
body.gin--horizontal-toolbar .header {
  position: relative;
}
body.gin--horizontal-toolbar .postheader {
  margin-top: 0;
}
.header {
  background-color: var(--c-background);
  display: block;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}
.header__inner {
  max-width: calc(1441px - 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
@media (min-width: 767px) {
  .header__inner {
    padding: 0 13px;
  }
}
@media (min-width: calc(1441px - 12%)) {
  .header__inner {
    padding-left: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
    padding-right: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
  }
}
.header__primary {
  display: block;
  position: relative;
}
@media (min-width: 767px) {
  .header__primary {
    display: grid;
    grid-template-areas: "a c c c c" "d e e e f";
    padding: 13px 0;
    border-bottom: solid 1px var(--c-highlight-low);
    position: static;
  }
}
.header__menu {
  position: static;
  margin: auto;
  margin-right: 0;
  grid-area: f;
}
.header__menu .heading {
  margin: 0;
}
.header__branding {
  grid-area: d;
  min-width: 105px;
  max-width: 110px;
  margin: auto auto auto 0;
  padding: 0;
}
.header .logo-text {
  grid-area: a;
  font-weight: 600;
  font-size: 12px;
}
.header .date-stamp {
  grid-area: c;
  color: #c1cadc;
  text-align: right;
  font-size: 12px;
}
.header .search {
  position: absolute;
  right: 4rem;
  top: 2.2rem;
}
@media (min-width: 767px) {
  .header .search {
    display: block;
    grid-area: e;
    margin: auto;
    margin-right: 0;
    right: -15px;
    height: 40px;
    position: relative;
    top: 0;
  }
}
.header .search #search-block-form {
  display: inline-flex;
}
.header .search #search-block-form .form-search {
  position: relative;
  color: var(--c-text);
  width: 270px;
  height: 40px;
  max-width: 300px;
  background-color: var(--c-search-background);
  border: none;
  max-width: 160px;
}
@media (min-width: 991px) {
  .header .search #search-block-form .form-search {
    width: calc(270px - 16.5%);
    height: calc(40px - 16.5%);
    max-width: calc(300px - 16.5%);
    position: absolute;
    top: 0;
    right: 0;
  }
}
.header .search #search-block-form .form-search::-moz-placeholder {
  color: var(--c-highlight-high);
}
.header .search #search-block-form .form-search:-ms-input-placeholder {
  color: var(--c-highlight-high);
}
.header .search #search-block-form .form-search::placeholder {
  color: var(--c-highlight-high);
}
.header .search #search-block-form .form-search:focus {
  width: calc(330px - 16.5%);
  color: var(--c-text);
}
.header .search #search-block-form .form-search:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.header .search #search-block-form .form-search:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.header .search #search-block-form .form-search:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
@media (min-width: 991px) {
  .header__primary {
    padding: 1.5rem 0 0 0;
    grid-template-areas: "a b c" "d e e";
    grid-template-columns: min-content;
  }
  .header__menu {
    position: relative;
    grid-area: e;
    margin: 0;
  }
  .header__menu .heading {
    margin: 0;
  }
  .header__branding {
    grid-area: d;
    margin-right: 1.25rem;
    min-width: 180px;
    max-width: calc(230px - 16.5%);
  }
  .header__branding .image {
    border-radius: 0;
    width: auto;
  }
  .header .logo-text,
  .header .date-stamp {
    display: flex;
    align-items: center;
    font-size: calc(17px - 16.5%);
  }
  .header .logo-text {
    grid-area: a;
  }
  .header .date-stamp {
    grid-area: b;
    text-align: left;
  }
  .header .search {
    grid-area: c;
    margin: 0;
    text-align: right;
    right: 0;
  }
  .header .search #search-block-form {
    text-align: left;
    display: inline-flex;
    justify-content: flex-end;
  }
  .header .search #search-block-form .form-search {
    position: relative;
    color: var(--c-text);
    width: 270px;
    height: 40px;
    max-width: 300px;
    background-color: var(--c-search-background);
    border: none;
    max-width: calc(300px - 16.5%);
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .header .search #search-block-form .form-search {
    width: calc(270px - 16.5%);
    height: calc(40px - 16.5%);
    max-width: calc(300px - 16.5%);
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 991px) {
  .header .search #search-block-form .form-search::-moz-placeholder {
    color: var(--c-highlight-high);
  }
  .header .search #search-block-form .form-search:-ms-input-placeholder {
    color: var(--c-highlight-high);
  }
  .header .search #search-block-form .form-search::placeholder {
    color: var(--c-highlight-high);
  }
}
@media (min-width: 991px) {
  .header .search #search-block-form .form-search:focus {
    width: calc(330px - 16.5%);
    color: var(--c-text);
  }
  .header .search #search-block-form .form-search:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
  }
  .header .search #search-block-form .form-search:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
  }
  .header .search #search-block-form .form-search:focus::placeholder {
    color: rgba(0, 0, 0, 0);
  }
}
.postheader {
  max-width: calc(1441px - 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
  position: relative;
}
@media (min-width: 767px) {
  .postheader {
    padding: 0 13px;
  }
}
@media (min-width: calc(1441px - 12%)) {
  .postheader {
    padding-left: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
    padding-right: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
  }
}
.postheader_content .h2,
.postheader_content .text-long h2,
.text-long .postheader_content h2,
.postheader_content #block-enca2023-page-title .heading,
#block-enca2023-page-title .postheader_content .heading,
.postheader_content .text-long .article .addtoany_inline_share_toolbox::before,
.text-long .article .postheader_content .addtoany_inline_share_toolbox::before,
.postheader_content .article .text-long .addtoany_inline_share_toolbox::before,
.article .text-long .postheader_content .addtoany_inline_share_toolbox::before,
.postheader_content
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .postheader_content
  .count-no {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
}
@media (min-width: 991px) {
  .postheader_content .h2,
  .postheader_content .text-long h2,
  .text-long .postheader_content h2,
  .postheader_content #block-enca2023-page-title .heading,
  #block-enca2023-page-title .postheader_content .heading,
  .postheader_content
    .text-long
    .article
    .addtoany_inline_share_toolbox::before,
  .text-long
    .article
    .postheader_content
    .addtoany_inline_share_toolbox::before,
  .postheader_content
    .article
    .text-long
    .addtoany_inline_share_toolbox::before,
  .article
    .text-long
    .postheader_content
    .addtoany_inline_share_toolbox::before,
  .postheader_content
    .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .count-no,
  .trending-block
    .trending-story-wrapper
    .trending-list
    a
    .count-wrap
    .postheader_content
    .count-no {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
  }
}
.postheader_content .h2::after,
.postheader_content .text-long h2::after,
.text-long .postheader_content h2::after,
.postheader_content #block-enca2023-page-title .heading::after,
#block-enca2023-page-title .postheader_content .heading::after,
.postheader_content
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .postheader_content
  .count-no::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-highlight-low);
  margin: auto 30px auto 10px;
  position: relative;
  top: -4px;
}
.postheader_content .h2::after,
.postheader_content .text-long h2::after,
.text-long .postheader_content h2::after,
.postheader_content #block-enca2023-page-title .heading::after,
#block-enca2023-page-title .postheader_content .heading::after,
.postheader_content
  .trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .count-no::after,
.trending-block
  .trending-story-wrapper
  .trending-list
  a
  .count-wrap
  .postheader_content
  .count-no::after {
  display: none;
}
.videoCube:hover {
  text-decoration: none !important;
}
.videoCube .video-cta-style .video-label.video-title {
  color: var(--c-text) !important;
  text-decoration: none !important;
}
.videoCube .video-cta-style .video-label.video-title:hover {
  color: var(--c-accent) !important;
  text-decoration: none !important;
}
.videoCube .video-cta-style .video-cta-href .video-cta-button {
  background-color: rgba(0, 0, 0, 0) !important;
  color: var(--c-accent) !important;
  text-align: center !important;
  border: none !important;
  line-height: 1.4 !important;
  letter-spacing: 1px !important;
  border-radius: 3px !important;
  height: auto !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-family: "Bebas Kai", "Helvetica", sans-serif !important;
  margin-top: 0.5rem !important;
}
.videoCube .video-cta-style .video-cta-href .video-cta-button:hover {
  color: var(--c-text) !important;
}
.video-label-box .video-label {
  color: var(--c-text) !important;
  text-decoration: none !important;
  height: 48px !important;
}
.video-label-box .video-label:hover {
  color: var(--c-accent) !important;
  text-decoration: none !important;
}
.video-label-box:hover {
  color: var(--c-accent) !important;
  text-decoration: none !important;
}
.video-label-box .branding {
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif !important;
  font-size: 15px !important;
  color: var(--c-text-secondary) !important;
  line-height: 1.4 !important;
  margin-top: 0.5rem !important;
}
.thumbBlock {
  border-radius: 4px !important;
}
.trc_rbox_header {
  color: var(--c-text) !important;
  font-family: "ITC Avant Garde Gothic", "Helvetica", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  margin: 1rem 0rem !important;
  width: auto !important;
}
.tbl-floating-unit {
  background-color: var(--c-background-sponsored) !important;
}
.tbl-floating-unit .trc_rbox_div {
  background-color: var(--c-background-sponsored !important);
}
.tbl-floating-unit .video-label-box {
  background-color: var(--c-background-sponsored) !important;
}
.tbl-floating-unit .tbl-read-next-btn {
  background-color: var(--c-background-sponsored) !important;
}
.main {
  max-width: calc(1441px - 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .main {
    padding: 0 13px;
  }
}
@media (min-width: calc(1441px - 12%)) {
  .main {
    padding-left: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
    padding-right: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
  }
}
@media (min-width: 991px) {
  .main {
    gap: 26px;
    flex-direction: row;
    margin-top: 1rem;
  }
}
.main-sidebar {
  margin: 13px 0;
  order: 2;
}
@media (min-width: 991px) {
  .main-sidebar {
    margin-top: 0;
    padding: 0 13px;
    flex-basis: 33%;
  }
}
@media (min-width: 1441px) {
  .main-sidebar {
    width: 30%;
    margin-bottom: 0;
  }
}
.main-content {
  width: 100%;
}
@media (min-width: 1441px) {
  .main-content--with-sidebar {
    margin-right: 13px;
    width: calc(100% - (30% + 13px));
  }
}
.main-content .page-component {
  margin-bottom: 13px;
}
.entity-moderation-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  list-style: none;
  background-color: #2b3444;
  justify-content: space-between;
  padding: 26px 13px;
}
.entity-moderation-form__item {
  display: table;
  margin-right: 2em;
}
.entity-moderation-form__item:last-child {
  margin: 0;
  align-self: center;
  margin-top: 13px;
}
.entity-moderation-form .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.entity-moderation-form .form-item label {
  display: table;
  padding-bottom: 0.25em;
}
.entity-moderation-form input[type="submit"] {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .frontpage .postheader {
    max-width: none;
    background-image: linear-gradient(
      to bottom,
      var(--c-background),
      var(--c-background-secondary)
    );
    padding-bottom: 26px;
  }
}
.frontpage .postheader .postheader_content {
  max-width: calc(1441px - 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
  padding: 0;
}
@media (min-width: 767px) {
  .frontpage .postheader .postheader_content {
    padding: 0 13px;
  }
}
@media (min-width: calc(1441px - 12%)) {
  .frontpage .postheader .postheader_content {
    padding-left: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
    padding-right: calc(13px + calc(-50vw + calc(calc(1441px - 12%) / 2)));
  }
}
.frontpage .main {
  position: relative;
}
@media (min-width: 991px) {
  .frontpage .main--with-sidebar {
    gap: 4rem;
  }
  .frontpage .main .main-sidebar {
    width: 30%;
    flex-basis: auto;
    background-color: var(--c-background-secondary);
    position: relative;
    top: -26px;
    padding: 0 13px;
  }
  .frontpage .main .main-sidebar > div {
    position: relative;
    top: 13px;
  }
}
.frontpage .prefooter_content {
  display: flex;
  gap: 13px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .frontpage .prefooter_content {
    flex-direction: row;
    gap: 26px;
    flex-wrap: wrap;
  }
}
.frontpage span > img {
  display: none;
}
.place-holder {
  color: #888;
  border: 4px dashed #888;
  padding: 50px;
}
.place-holder__content {
  font-size: 3.2rem;
  line-height: 1.4;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
:root {
  --c-text: #fff;
  --c-text-secondary: #c1cadc;
  --c-text-inverse: #03070f;
  --c-background: #000a1d;
  --c-background-secondary: #011131;
  --c-background-section: #000a1d;
  --c-background-sponsored: #18253f;
  --c-primary: #000a1d;
  --c-secondary: #011030;
  --c-tertiary: #03070f;
  --c-accent: #c81010;
  --c-accent-secondary: #086fb6;
  --c-accent-tertiary: #fcb800;
  --c-accent-high: black;
  --c-highlight-low: #2b3444;
  --c-highlight: #ccc;
  --c-highlight-high: #e5e5e5;
  --c-muted: #f2f2f2;
  --c-warning: #f9fb93;
  --c-error: #fbe3e4;
  --c-message: #cfefc2;
  --c-button-hover: #007acb;
  --c-search-background: #17233a;
}
:root [data-theme="default"] {
  --c-text: #fff;
  --c-text-secondary: #c1cadc;
  --c-text-inverse: #03070f;
  --c-background: #000a1d;
  --c-background-secondary: #011131;
  --c-background-section: #000a1d;
  --c-background-sponsored: #18253f;
  --c-primary: #000a1d;
  --c-secondary: #011030;
  --c-tertiary: #03070f;
  --c-accent: #c81010;
  --c-accent-secondary: #086fb6;
  --c-accent-tertiary: #fcb800;
  --c-accent-high: black;
  --c-highlight-low: #2b3444;
  --c-highlight: #ccc;
  --c-highlight-high: #e5e5e5;
  --c-muted: #f2f2f2;
  --c-warning: #f9fb93;
  --c-error: #fbe3e4;
  --c-message: #cfefc2;
  --c-button-hover: #007acb;
  --c-search-background: #17233a;
}
:root [data-theme="light"] {
  --c-text: #03070f;
  --c-text-inverse: #fff;
  --c-background: #fff;
  --c-background-inverse: #888;
  --c-background-section: #4c4c4c;
  --c-primary: #fff;
  --c-secondary: #ececec;
  --c-accent: #c81010;
  --c-accent-secondary: #086fb6;
  --c-accent-high: white;
  --c-highlight: #4c4c4c;
  --c-highlight-high: #333;
  --c-muted: #333;
  --c-warning: #f9fb93;
  --c-error: #fbe3e4;
  --c-message: #cfefc2;
}
/* .form-item {
  display: none;
} */
