@charset "UTF-8";
/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "rte-icons";
  src: url("../ttf/rte-iconse770.ttf?20210111") format("truetype"), url("../woff/rte-iconse770.woff?20210111") format("woff"), url("../svg/rte-iconse770.svg?20210111#rte-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=radio-icon], [class*=" radio-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "rte-icons", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.radio-icon_logo_rte:before {
  content: "\e90e";
}

.radio-icon_login_new:before {
  content: "\e926";
}

.radio-icon_link:before {
  content: "\e921";
}

.radio-icon_share:before {
  content: "\e920";
}

.radio-icon_golfflag:before {
  content: "\e918";
}

.radio-icon_trophy:before {
  content: "\e900";
}

.radio-icon_calendar:before {
  content: "\e901";
}

.radio-icon_heart:before {
  content: "\e902";
}

.radio-icon_star:before {
  content: "\e903";
}

.radio-icon_facebook:before {
  content: "\e906";
}

.radio-icon_twitter:before {
  content: "\e907";
}

.radio-icon_youtube:before {
  content: "\e904";
}

.radio-icon_linkedin:before {
  content: "\e928";
}

.radio-icon_instagram:before {
  content: "\e927";
}

.radio-icon_whatsapp2:before {
  content: "\e923";
}

.radio-icon_email:before {
  content: "\e905";
}

.radio-icon_comments:before {
  content: "\e908";
}

.radio-icon_print:before {
  content: "\e91b";
}

.radio-icon_recipe:before {
  content: "\e909";
}

.radio-icon_live:before {
  content: "\e90d";
}

.radio-icon_signpost:before {
  content: "\e90f";
}

.radio-icon_arrow_left:before {
  content: "\e910";
}

.radio-icon_arrow_right:before {
  content: "\e911";
}

.radio-icon_rightarrow:before {
  content: "\e919";
}

.radio-icon_downarrow:before {
  content: "\e91a";
}

.radio-icon_quote_close:before {
  content: "\e925";
}

.radio-icon_quote_open:before {
  content: "\e915";
}

.radio-icon_search:before {
  content: "\e925";
}

.radio-icon_sponsored:before {
  content: "\e91c";
}

.radio-icon_breaking:before {
  content: "\e917";
}

.radio-icon_video:before {
  content: "\e90c";
}

.radio-icon_audio:before {
  content: "\e91d";
}

.radio-icon_opinion:before {
  content: "\e91e";
}

.radio-icon_gallery:before {
  content: "\e91f";
}

.radio-icon_iconrecipe:before {
  content: "\e90a";
}

.radio-icon_iconmore:before {
  content: "\e90b";
}

.radio-icon_icon-right-arrow:before {
  content: "\e912";
}

.radio-icon_icon-carousel-arrow-left:before {
  content: "\e913";
}

.radio-icon_icon-carousel-arrow-right:before {
  content: "\e922";
}

.radio-icon_icon-search:before {
  content: "\e925";
}

.radio-icon_icon-login:before {
  content: "\e926";
}

.radio-icon_icon-menu:before {
  content: "\e929";
}

.radio-icon_icon-close:before {
  content: "\e92a";
}

.radio-icon_icon-pagination-left:before {
  content: "\e92b";
}

.radio-icon_icon-pagination-right:before {
  content: "\e92c";
}

.radio-icon_exclusive:before {
  content: "\e91c";
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Change the following values if you change Foundation's version */
.foundation-mq {
  font-family: "small=0em&medium=$medium-min-breakpoint&large=$large-min-breakpoint&xlarge=$wide-min-breakpoint&xxlarge=90em", sans-serif;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .content {
  background-color: #000;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
}

select, textarea {
  border-radius: 3px;
}

select {
  width: 100%;
}

#map_canvas embed, #map_canvas img, #map_canvas object {
  max-width: none !important;
}

.map_canvas embed, .map_canvas img, .map_canvas object {
  max-width: none !important;
}

.mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}

[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.hide, .is-hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.hide-for-portrait, .show-for-landscape {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .hide-for-portrait, .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait, .show-for-landscape {
    display: none !important;
  }
}
.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important;
  }
}
.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 1;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

footer.rte-global-footer .row {
  padding-left: 0;
  padding-right: 0;
}

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 40em) {
  .row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row:after, .row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row {
  float: none;
}

.row.row.columns {
  float: none;
}
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-pull-0, .small-push-0, .small-uncentered {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-pull-0, .medium-push-0, .medium-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-pull-0, .large-push-0, .large-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
body {
  font-family: 1.5625rem;
  background: #000;
}
body #gap {
  height: 0;
}
body.nav-up .content {
  padding-top: 70px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body.nav-up .content {
    padding-top: 50px;
  }
}
@media screen and (min-width: 64em) {
  body.nav-up .content {
    padding-top: 80px;
  }
}
body:not(.nav-up) #gap {
  transition: height 0.3s;
}

.row {
  max-width: 1160px;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

.icon {
  line-height: 0;
}

.clearfix {
  clear: both;
}

a:hover .underline {
  border-bottom: 1px solid #bbc2d4;
}

.search-options {
  margin-bottom: 6px;
  display: block;
  overflow: hidden;
  outline: none;
}
.search-options button {
  cursor: pointer;
  height: 40px;
  min-width: 83px;
  border-radius: 5px;
  background-color: #1A1E24;
  padding: 10px;
  float: left;
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.search-options button:not(:last-child) {
  margin-right: 10px;
}
.search-options button.active {
  background-color: #00A1AD;
  outline: none;
}
.search-options button:hover {
  background-color: #00A1AD;
}
@media screen and (max-width: 39.9375em) {
  .search-options button {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 40em) {
  .search-options {
    margin-bottom: 15px;
  }
  .search-options button {
    height: 50px;
    padding: 15px 20px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .search-options {
    margin-bottom: 36px;
  }
  .search-options button {
    min-width: 107px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .tags-container {
    margin-top: 10px;
  }
}
.tags-container h4 {
  text-transform: none;
  margin: 0 0 0.25rem;
  font-family: "IBM Plex Sans", Sans;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #C2C9D1;
}
.tags-container ul.tags {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.tags-container ul.tags li {
  display: inline-block;
}
.tags-container ul.tags li a {
  display: block;
  padding: 0 0.3125rem 0 0;
  border-right: 1px solid #A4AEBB;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #FFFFFF;
}
@media screen and (min-width: 40em) {
  .tags-container ul.tags li a {
    border-right: 0;
    border-left: 1px solid #A4AEBB;
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 40em) {
  .tags-container ul.tags li {
    float: right;
    margin-left: 5px;
  }
  .tags-container ul.tags li a {
    padding: 0 0 0 0.3125rem;
  }
}
.tags-container ul.tags li:last-child a {
  border: 0;
}
@media screen and (min-width: 40em) {
  .tags-container h4 {
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.error-page .content {
  padding-bottom: 0;
}
body.error-page .error-panel {
  padding-bottom: 0 !important;
}
body.error-page .error-panel .error-wrapper {
  background-position: center;
  background-image: url(../png/404-background.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 250px;
}
@media screen and (max-width: 39.9375em) {
  body.error-page .error-panel .error-wrapper {
    background-position-y: 15px;
  }
}
body.error-page .error-panel .error-wrapper .error-text {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
}
body.error-page .error-panel .error-wrapper .error-instruction-text {
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
}
body.error-page .error-panel .error-wrapper .error-instruction-text a {
  color: white !important;
  display: inline-block !important;
  width: auto !important;
  text-decoration: underline;
}
@media screen and (min-width: 40em) {
  body.error-page .error-panel .error-wrapper {
    height: 435px;
  }
  body.error-page .error-panel .error-wrapper .error-text {
    font-size: 30px;
    line-height: 35px;
    padding-top: 30px;
  }
  body.error-page .error-panel .error-wrapper .error-instruction-text {
    width: 371px;
    bottom: 30px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 64em) {
  body.error-page .error-panel .error-wrapper {
    height: 655px;
  }
  body.error-page .error-panel .error-wrapper .error-text {
    font-size: 40px;
    line-height: 52px;
  }
  body.error-page .error-panel .error-wrapper .error-instruction-text {
    bottom: 55px;
  }
}

/* Standard listing setup */
article a.img-container .icon {
  color: #fff !important;
  background: #8f897c;
  padding: 1rem;
  font-size: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
article a .img-container {
  position: relative;
  overflow: hidden;
}
article a .img-container .icon {
  color: #fff !important;
  background: #8f897c;
  padding: 1rem;
  font-size: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
article a .img-container .article-meta .icon {
  font-size: 0.875rem;
}
article a .img-container .inner {
  position: relative;
}
article a .img-container .gradient {
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  opacity: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000222+99,022222+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 2, 34, 0.64) 99%, rgba(2, 34, 34, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 2, 34, 0.64) 99%, rgba(2, 34, 34, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 2, 34, 0.64) 99%, rgba(2, 34, 34, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6022222", GradientType=0);
}
article a:hover .img-container .gradient {
  opacity: 0.3;
}

/* Media Icons Style */
button,
.message {
  display: block;
  text-align: center;
  background: #8f897c;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.2em;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  padding: 0;
}

.gutter {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.content {
  padding-bottom: 20px;
}
.content iframe {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .content {
    padding-bottom: 40px;
  }
}

.advert img {
  display: block;
  margin: 0 auto;
}

.embed-container,
p[data-embed=facebook-video],
p[data-embed=rte-player],
p[data-embed=iframe],
p[data-embed=youtube] {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1rem;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
p[data-embed=facebook-video] iframe,
p[data-embed=facebook-video] object,
p[data-embed=facebook-video] embed,
p[data-embed=rte-player] iframe,
p[data-embed=rte-player] object,
p[data-embed=rte-player] embed,
p[data-embed=iframe] iframe,
p[data-embed=iframe] object,
p[data-embed=iframe] embed,
p[data-embed=youtube] iframe,
p[data-embed=youtube] object,
p[data-embed=youtube] embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p[data-embed=youtube] {
  margin: 0 !important;
}

.datetime,
.category-name {
  display: inline-block;
  color: #8f897c;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", Sans;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.datetime i,
.category-name i {
  margin-right: 3px;
  font-size: 0.9rem;
}

.sponsor {
  width: 264px;
  height: 55px;
  display: block;
  margin: 0 auto;
}

.sponsor-text {
  display: block;
  font-family: "IBM Plex Sans", Sans;
  font-size: 18px;
  line-height: 29px;
  width: 268px;
  height: 31px;
  margin: 2rem auto 0;
  background: #A3B0C6;
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
}
.sponsor-text .bold {
  font-weight: bold;
}

article.feature a .primary-color {
  color: #0c4c67;
}
article.sponsored a .datetime,
article.sponsored a .category-name {
  color: #f6eae5 !important;
}

.live span.live {
  position: relative;
  margin: 0;
  color: #CE2323;
}
.live span.live:before {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  background-color: #CE2323;
  width: 0.6em;
  height: 0.6em;
  content: "";
  margin: 0 0.2em 0.05em 0;
  vertical-align: initial;
  animation: blinker 1.5s linear 0s infinite normal forwards;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
span.updated,
span.latest {
  color: #8f897c;
}

span.breaking {
  color: #CE2323;
}
span.breaking:before {
  font-size: 0.8em;
  font-family: "icomoon-dotie", sans-serif !important;
  content: "\e917";
}

span.exclusive {
  color: #CE2323;
}

span.sponsored {
  display: inline-block;
  color: #fff;
  background-color: #f6eae5;
  font-size: 0.7rem;
  line-height: 1rem;
  text-transform: uppercase;
  padding: 0.05rem 0.2rem;
  vertical-align: middle;
}

article.sponsored span.underline {
  vertical-align: middle;
}

.marketing-footer {
  padding-top: 3rem;
  background: black;
}
.marketing-footer iframe {
  height: 540px;
}
@media screen and (min-width: 40em) {
  .marketing-footer iframe {
    height: 300px;
  }
}

.dot {
  color: #8f897c;
  cursor: pointer;
}

.pulsate {
  animation: pulsate 1s ease-out 0s infinite normal forwards;
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.btn-group {
  display: inline-block;
}
.btn-group i {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  background: #6b728c;
  margin-left: 0.5rem;
  line-height: 30px;
  font-size: 2.3rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .btn-group i {
    line-height: 30px;
    font-size: 2.5rem;
  }
}
.btn-group i a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.btn-group i.facebook, .btn-group span.facebook {
  margin-left: 0;
  background: #3B5997;
}
.btn-group i.facebook:before, .btn-group span.facebook:before {
  margin-left: -3px;
}
@media screen and (min-width: 64em) {
  .btn-group i.facebook:before, .btn-group span.facebook:before {
    margin-left: -5px;
  }
}
.btn-group i.twitter, .btn-group span.twitter {
  font-size: 30px;
  background: black;
}
.btn-group i.whatsapp, .btn-group span.whatsapp {
  background: #25d366;
  display: inline-block;
}
.btn-group i.whatsapp:before, .btn-group span.whatsapp:before {
  margin-left: 6px;
}
@media screen and (min-width: 64em) {
  .btn-group i.whatsapp, .btn-group span.whatsapp {
    display: none;
  }
}
.btn-group i.whatsapp2, .btn-group span.whatsapp2 {
  background: #fff;
  display: inline-block;
  width: 29px;
  height: 27px;
  margin-top: 1px;
  font-size: 57px;
  color: #25d366;
}
.btn-group i.whatsapp2:before, .btn-group span.whatsapp2:before {
  margin-left: -13px;
}
@media screen and (min-width: 64em) {
  .btn-group i.whatsapp2, .btn-group span.whatsapp2 {
    width: 37px;
    height: 37px;
    margin-left: 0.6rem;
    margin-top: 0.07rem;
  }
  .btn-group i.whatsapp2:before, .btn-group span.whatsapp2:before {
    font-size: 4.6rem;
    margin-left: -17px;
  }
}
@media screen and (min-width: 64em) {
  .btn-group i.whatsapp2, .btn-group span.whatsapp2 {
    display: none;
  }
}
.btn-group i.linkedin, .btn-group span.linkedin {
  background: #007CBB;
}
@media screen and (min-width: 64em) {
  .btn-group i.linkedin, .btn-group span.linkedin {
    line-height: 38px;
  }
}
.btn-group i.linkedin:before, .btn-group span.linkedin:before {
  margin-left: -3px;
}
.btn-group i.envelope {
  background: #A4AEBB;
  font-size: 24px;
}
.btn-group i.envelope:before {
  margin-left: 3px;
}
.btn-group i.anchor {
  font-size: 30px;
}
.btn-group i.anchor:before {
  margin-left: 5px;
}
.btn-group i.youtube {
  font-size: 58px;
  line-height: 38px;
}
.btn-group i.youtube:before {
  margin-left: -10px;
}
.btn-group i.comment {
  font-size: 26px;
  width: 58px;
  border-radius: 24px;
  background: #8F897C;
}
.btn-group i.comment:before {
  padding-left: 0.3rem;
  line-height: 32px;
}
@media screen and (min-width: 64em) {
  .btn-group i.comment {
    font-size: 34px;
    width: 72px;
  }
  .btn-group i.comment:before {
    line-height: 42px;
  }
}
.btn-group i.comment a {
  color: #fff;
  text-align: right;
  font-family: "IBM Plex Sans", Sans;
  font-size: 14px;
  padding: 0 10px;
}
@media screen and (min-width: 64em) {
  .btn-group i.comment a {
    padding: 0 14px;
  }
}
.btn-group i.comment a#cload {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 39.9375em) {
  .share-circle i.whatsapp:before {
    margin-left: 8px;
  }
}

@media screen and (max-width: 39.9375em) {
  .share-circle i.whatsapp2 {
    font-size: 66px;
    line-height: 41px;
  }
  .share-circle i.whatsapp2:before {
    margin-left: -14px;
  }
}
.version-tag {
  color: #bfff00;
  text-align: center;
  padding: 10px 25px;
  font-size: 12px;
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#masthead {
  top: -80px;
  bottom: auto;
  height: auto;
  width: 100%;
  z-index: 999;
  font-family: "IBM Plex Sans", Sans;
  font-weight: 400;
  transition: top 0.5s ease-in-out;
  /* nav-header: Top part of masthead RTE logo and Icons  */
  /* End of top masthead*/
  /* Global Nav */
}
#masthead.nav-down {
  top: 0;
  position: fixed;
}
#masthead .nav-header {
  position: relative;
  text-align: center;
  background-color: #111418;
}
@media screen and (min-width: 40em) {
  #masthead .nav-header {
    text-align: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
#masthead .nav-header > div {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masthead .nav-header > div {
    height: 50px;
  }
}
@media screen and (min-width: 64em) {
  #masthead .nav-header > div {
    height: 80px;
  }
}
@media screen and (max-width: 39.9375em) {
  #masthead .nav-header .logo-container {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 40em) {
  #masthead .nav-header .logo-container {
    left: 0;
    right: 0;
    margin: auto;
  }
}
#masthead .nav-header .primary-nav-container {
  text-align: center;
  width: 100%;
  background-color: transparent;
}
@media screen and (max-width: 39.9375em) {
  #masthead .nav-header .primary-nav-container {
    line-height: 0;
  }
}
@media screen and (min-width: 40em) {
  #masthead .nav-header .primary-nav-container {
    width: auto;
    margin-left: 1rem;
    float: right;
  }
}
#masthead .nav-header .primary-nav-container.visible {
  display: block;
}
#masthead.nav-up {
  top: 0;
  position: fixed;
}
#masthead.nav-up .nav-header {
  background-color: rgba(10, 12, 14, 0.75);
}
#masthead #primary-nav {
  display: inline-block;
  width: 100%;
  z-index: 99998;
}
#masthead #primary-nav ul {
  display: inline-block;
}
@media screen and (max-width: 63.9375em) {
  #masthead #primary-nav ul li {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  #masthead #primary-nav ul li {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masthead #primary-nav {
    height: 50px;
  }
  #masthead #primary-nav ul {
    line-height: 50px;
  }
}
@media screen and (min-width: 64em) {
  #masthead #primary-nav {
    height: 80px;
  }
  #masthead #primary-nav ul {
    line-height: 80px;
  }
}
#masthead #radio-logo {
  display: block;
}
#masthead #radio-logo img {
  height: 23px;
  display: block;
  margin-top: 12px;
  margin-bottom: 6px;
}
#masthead #radio-logo img.doconone-logo, #masthead #radio-logo img.dramaonone-logo {
  height: auto;
  width: 7.9825rem;
  margin-top: 1.25rem;
  margin-bottom: 11.82px;
}
#masthead #radio-logo img.podcasts-logo {
  height: auto;
  width: 8.25rem;
  margin-top: 0.80375rem;
  margin-bottom: 0.65125rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masthead #radio-logo img {
    height: 24px;
    margin-top: 11px;
  }
  #masthead #radio-logo img.doconone-logo {
    width: 133px;
    margin-top: 0.6875rem;
    margin-bottom: 0;
  }
  #masthead #radio-logo img.dramaonone-logo {
    width: auto;
    height: 29px;
    margin-top: 9px;
  }
  #masthead #radio-logo img.podcasts-logo {
    width: 133px;
    margin-top: 0.99125rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  #masthead #radio-logo img {
    height: 35px;
    margin-top: 22px;
  }
  #masthead #radio-logo img.doconone-logo {
    width: 185px;
    margin-top: 1.25rem;
  }
  #masthead #radio-logo img.dramaonone-logo {
    width: auto;
    margin-top: 1.375rem;
    height: 40px;
  }
  #masthead #radio-logo img.podcasts-logo {
    width: 135px;
    margin-top: 1.5625rem;
  }
}
#masthead nav {
  margin: auto;
  position: relative;
}
#masthead nav ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#masthead nav ul li {
  float: left;
  width: auto;
  text-align: left;
}
#masthead nav ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 1.3rem;
  font-size: 15px;
  font-weight: 600;
  /* Hover colors */
}
@media screen and (max-width: 39.9375em) {
  #masthead nav ul li a {
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masthead nav ul li a {
    font-size: 20px;
    line-height: 2.3rem;
  }
}
@media screen and (min-width: 64em) {
  #masthead nav ul li a {
    font-size: 25px;
    padding: 0 12.5px;
    line-height: 80px;
    display: block;
  }
}
#masthead nav ul li a:after {
  display: block;
  content: "";
  transition: opacity 0.5s;
  opacity: 0;
  width: 100%;
  height: 3px;
  margin-top: -3px;
  box-shadow: inset -6px -9px 0px -6px #fff;
}
@media screen and (max-width: 39.9375em) {
  #masthead nav ul li a:after {
    margin-top: 5px;
    height: 2px;
  }
}
#masthead nav ul li a.current:after, #masthead nav ul li a:hover:after {
  opacity: 1;
}
#masthead nav ul li a.first {
  padding-left: 0;
}
#masthead nav ul li a#more-btn {
  padding-right: 0;
}
#masthead nav ul li a#more-btn.active {
  color: #8f897c;
}
#masthead nav ul li:last-child a {
  padding-right: 0;
}

#masthead #searchbox-nav {
  height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #000;
  -moz-transition: visibility 0.3s, height 0.3s, opacity 1s;
  -ms-transition: visibility 0.3s, height 0.3s, opacity 1s;
  -o-transition: visibility 0.3s, height 0.3s, opacity 1s;
  -webkit-transition: visibility 0.3s, height 0.3s, opacity 1s;
  transition: visibility 0.3s, height 0.3s, opacity 1s;
  visibility: hidden;
}
#masthead #searchbox-nav.sticky-nav {
  position: fixed;
  top: 42px;
  height: 0;
  z-index: 99997;
  width: 100%;
}
#masthead #searchbox-nav.active {
  height: 56px;
  visibility: visible;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masthead #searchbox-nav.active {
    height: 62px;
  }
}
@media screen and (min-width: 64em) {
  #masthead #searchbox-nav.active {
    height: 108px;
  }
}
#masthead #searchbox-nav .columns {
  text-align: center;
}
#masthead #searchbox-nav form {
  display: inline-block;
  margin: 0.6rem auto;
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  border-radius: 5px;
  padding-left: 2.3rem;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 40em) {
  #masthead #searchbox-nav form {
    max-width: 537px;
  }
}
@media screen and (min-width: 64em) {
  #masthead #searchbox-nav form {
    margin: 1.25rem auto;
    padding-left: 4rem;
    max-width: 768px;
  }
}
#masthead #searchbox-nav form i.icon.radio-icon_search {
  font-size: 29px;
  top: 19px;
  left: 4px;
  color: #A4AEBB;
  position: absolute;
  line-height: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masthead #searchbox-nav form i.icon.radio-icon_search {
    font-size: 32px;
    top: 21px;
  }
}
@media screen and (min-width: 64em) {
  #masthead #searchbox-nav form i.icon.radio-icon_search {
    font-size: 34px;
    top: 32px;
    left: 15px;
  }
}
#masthead #searchbox-nav form input {
  font-family: "IBM Plex Sans", Sans;
  border: none;
  margin: 0.2rem auto;
  width: 163px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  display: inline-block;
  font-size: 15px;
  line-height: 1.7rem;
}
#masthead #searchbox-nav form input::-webkit-input-placeholder {
  color: #A4AEBB;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masthead #searchbox-nav form input {
    width: 300px;
    margin: 0;
    font-size: 18px;
    line-height: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 64em) {
  #masthead #searchbox-nav form input {
    width: 418px;
    margin: 17px auto 17px;
    font-size: 25px;
    line-height: 30px;
  }
}
#masthead #searchbox-nav form button {
  background: #00A1AD;
  margin: 0;
  font-size: 1rem;
  padding: 0;
  color: #ffffff;
  float: right;
  border-radius: 0 5px 5px 0;
  width: 62px;
  cursor: pointer;
}
#masthead #searchbox-nav form button:hover {
  background-color: #007078;
}
#masthead #searchbox-nav form button span {
  display: inline-block;
  position: relative;
  margin-right: 0.2rem;
  font-weight: 600;
  font-size: 15px;
  line-height: 2.9;
  text-transform: capitalize;
}
#masthead #searchbox-nav form button span.icon-container {
  width: 16px;
}
@media screen and (max-width: 39.9375em) {
  #masthead #searchbox-nav form button span.icon-container {
    margin-left: -7px;
  }
}
#masthead #searchbox-nav form button span.icon-container i {
  line-height: 0;
  font-size: 1.4rem;
  color: #fff !important;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masthead #searchbox-nav form button span.icon-container i {
    font-size: 1.9rem;
    line-height: 0.1;
  }
}
@media screen and (min-width: 64em) {
  #masthead #searchbox-nav form button span.icon-container i {
    font-size: 2rem;
    line-height: 0.6rem;
  }
}
#masthead #searchbox-nav form button span.icon-container i:before {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masthead #searchbox-nav form button {
    width: 100px;
  }
  #masthead #searchbox-nav form button span {
    font-size: 18px;
    line-height: 2.4;
  }
}
@media screen and (min-width: 64em) {
  #masthead #searchbox-nav form button {
    text-align: left;
    width: 100px;
    padding-left: 18px;
  }
  #masthead #searchbox-nav form button span {
    font-size: 25px;
    line-height: 66px;
  }
}
#masthead #searchbox-nav form button.aimsigh {
  width: 95px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masthead #searchbox-nav form button.aimsigh {
    width: 125px;
  }
}
@media screen and (min-width: 64em) {
  #masthead #searchbox-nav form button.aimsigh {
    width: 160px;
  }
}
#masthead #searchbox-nav.slideDown {
  height: 63px;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masthead #searchbox-nav.slideDown {
    height: 62px;
  }
}
@media screen and (min-width: 64em) {
  #masthead #searchbox-nav.slideDown {
    height: 108px;
  }
}

body.rte-radio .masthead #compact-nav {
  background-color: black;
}
body.rte-radio .masthead #compact-nav .nav-header {
  background-color: black;
}
body.rte-radio .masthead #static-nav {
  background-color: black;
}
body.rte-radio .masthead #static-nav .nav-header {
  background-color: black;
}

@media screen and (max-width: 39.9375em) {
  #masthead #radio-logo img.st-radio1 {
    margin-top: 12px;
    margin-bottom: 6px;
  }
  #masthead #radio-logo img.st-2fm {
    margin-top: 13px;
    margin-bottom: 5px;
  }
  #masthead #radio-logo img.st-lyricfm {
    margin-top: 14px;
    margin-bottom: 3px;
  }
  #masthead #radio-logo img.st-rnag {
    margin-top: 10px;
    margin-bottom: 7px;
  }
  #masthead #radio-logo img.st-gold {
    margin-top: 9px;
    margin-bottom: 8px;
  }
  #masthead #radio-logo img.st-pulse {
    margin-top: 12px;
    margin-bottom: 5px;
  }
  #masthead #radio-logo img.st-2xm {
    margin-top: 11px;
  }
  #masthead #radio-logo img.st-rtejrradio {
    margin-top: 14px;
    margin-bottom: 3px;
  }
  #masthead #radio-logo img.st-rte-radio1-extra {
    margin-top: 15px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masthead #radio-logo img.st-radio1 {
    margin-top: 9px;
  }
  #masthead #radio-logo img.st-2fm {
    margin-top: 11px;
  }
  #masthead #radio-logo img.st-lyricfm {
    margin-top: 13px;
  }
  #masthead #radio-logo img.st-rnag {
    margin-top: 9px;
  }
  #masthead #radio-logo img.st-gold {
    margin-top: 7px;
  }
  #masthead #radio-logo img.st-pulse {
    margin-top: 11px;
  }
  #masthead #radio-logo img.st-2xm {
    margin-top: 10px;
  }
  #masthead #radio-logo img.st-rtejrradio {
    margin-top: 12px;
  }
  #masthead #radio-logo img.st-rte-radio1-extra {
    margin-top: 15px;
  }
}
@media screen and (min-width: 64em) {
  #masthead #radio-logo img.st-radio1 {
    margin-top: 20px;
  }
  #masthead #radio-logo img.st-2fm {
    margin-top: 23px;
  }
  #masthead #radio-logo img.st-lyricfm {
    margin-top: 24px;
  }
  #masthead #radio-logo img.st-rnag {
    margin-top: 20px;
  }
  #masthead #radio-logo img.st-gold {
    margin-top: 17px;
  }
  #masthead #radio-logo img.st-pulse {
    margin-top: 23px;
  }
  #masthead #radio-logo img.st-2xm {
    margin-top: 21px;
  }
  #masthead #radio-logo img.st-rtejrradio {
    margin-top: 23px;
  }
  #masthead #radio-logo img.st-rte-radio1-extra {
    margin-top: 29px;
  }
}

#skiptocontent-radio {
  overflow: hidden;
}

#skiptocontent-radio a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0;
  color: #fff;
  border-right: 1px solid #1475d8;
  border-bottom: 1px solid #1475d8;
  border-bottom-right-radius: 8px;
  background: #1475d8;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 999999;
}
#skiptocontent-radio a:focus {
  position: absolute;
  left: 0;
  top: 0;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
==================================================================================
brand for radio 1
==================================================================================
*/
.station-radio1 {
  background-color: #57a9d3 !important;
}

.brand-radio1,
.icon-container i.icon-radio1:before {
  color: #57a9d3 !important;
}

/*
==================================================================================
brand for 2fm
==================================================================================
*/
.station-2fm {
  background-color: #f15a29;
}

.brand-2fm,
.icon-container i.icon-2fm:before {
  color: #f15a29 !important;
}

.station-2fm--light {
  background-color: rgba(241, 90, 41, 0.9) !important;
}
.station-2fm--light .icon-container i:before {
  color: rgba(241, 90, 41, 0.9) !important;
}

.station-2fm--lighter {
  background-color: rgba(241, 90, 41, 0.7) !important;
}
.station-2fm--lighter .icon-container i:before {
  color: rgba(241, 90, 41, 0.7) !important;
}

/*
==================================================================================
brand for lyric fm
==================================================================================
*/
.station-lyricfm {
  background-color: #582e91 !important;
}

.brand-lyricfm,
.icon-container i.icon-lyricfm:before {
  color: #582e91 !important;
}

.station-lyricfm--light {
  background-color: rgba(88, 46, 145, 0.9) !important;
}
.station-lyricfm--light .icon-container i:before {
  color: rgba(88, 46, 145, 0.9) !important;
}

.station-lyricfm--lighter {
  background-color: rgba(88, 46, 145, 0.7) !important;
}
.station-lyricfm--lighter .icon-container i:before {
  color: rgba(88, 46, 145, 0.7) !important;
}

.text-purple-lyricfm {
  color: #582e91 !important;
}
.text-purple-lyricfm .icon-container i:before {
  color: #582e91 !important;
}

/*
==================================================================================
brand for rnag
==================================================================================
*/
.station-rnag {
  background-color: #5a913a !important;
}

.brand-rnag,
.icon-container i.icon-rnag:before {
  color: #5a913a !important;
}

.station-rnag--light {
  background-color: rgba(90, 145, 58, 0.9) !important;
}
.station-rnag--light .icon-container i:before {
  color: rgba(90, 145, 58, 0.9) !important;
}

.station-rnag--lighter {
  background-color: rgba(90, 145, 58, 0.7) !important;
}
.station-rnag--lighter .icon-container i:before {
  color: rgba(90, 145, 58, 0.7) !important;
}

.text-green-rnag {
  color: #5a913a !important;
}

/*
==================================================================================
brand for digital
==================================================================================
*/
.station-digital {
  background-color: #DA1A35;
}

/*
==================================================================================
brand for vodafonex
==================================================================================
*/
.station-vodafone {
  transform: scaleY(-1);
  background: linear-gradient(135.75deg, #FF0000 0%, #FF0087 100%);
}

/*
==================================================================================
brand for 2xm
==================================================================================
*/
.station-2xm {
  background-color: #0f0f0f;
}
.station-2xm .icon-container i:before {
  color: #0f0f0f !important;
}

.carouselWrap {
  background-color: #000;
  font-family: 1.5625rem;
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s, opacity 1s;
  visibility: hidden;
}
.carouselWrap.hidden {
  visibility: hidden;
  transform: none;
}
.carouselWrap.hidden-instantly {
  transition: none;
  opacity: 0;
  max-height: 0;
}
.carouselWrap.slideDown {
  visibility: visible;
  opacity: 1;
  max-height: 250px;
}
@media screen and (max-width: 39.9375em) {
  .carouselWrap.slideDown {
    max-height: 173px;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap.slideDown {
    max-height: 500px;
  }
}
.carouselWrap.slideUp {
  visibility: hidden;
}
.carouselWrap.slideUp .slick-arrow i.icon {
  opacity: 0;
}
.carouselWrap .carousel .loading-overlay {
  display: block;
  position: relative;
  width: 100%;
  height: 144px;
}
@media screen and (max-width: 39.9375em) {
  .carouselWrap .carousel .loading-overlay {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carouselWrap .carousel .loading-overlay {
    height: 169px;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .carousel .loading-overlay {
    height: 215px;
  }
}
.carouselWrap .carousel .loading-overlay i {
  display: block;
  margin: auto;
  width: 79px;
  height: 100%;
  position: relative;
}
.carouselWrap .carousel .loading-overlay div {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.carouselWrap .carousel .loading-overlay div:nth-child(1) {
  left: 8px;
  animation: loading-overlay1 0.6s infinite;
}
.carouselWrap .carousel .loading-overlay div:nth-child(2) {
  left: 8px;
  animation: loading-overlay2 0.6s infinite;
}
.carouselWrap .carousel .loading-overlay div:nth-child(3) {
  left: 32px;
  animation: loading-overlay2 0.6s infinite;
}
.carouselWrap .carousel .loading-overlay div:nth-child(4) {
  left: 56px;
  animation: loading-overlay3 0.6s infinite;
}
@keyframes loading-overlay1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading-overlay3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loading-overlay2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.carouselWrap .carousel.slick-initialized .loading-overlay {
  display: none;
}
.carouselWrap .carousel-prev, .carouselWrap .carousel-next {
  position: absolute;
}
.carouselWrap .radio-icon_arrow_left:before {
  content: "\e913";
}
.carouselWrap .slick-arrow {
  cursor: pointer;
  top: 0;
  width: calc((100% - 1160px) / 2 + 100px);
  height: 100%;
  text-align: left;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000000 67px, #000000 219px);
  border-radius: 0 !important;
  right: 0;
  position: absolute;
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 100;
}
.carouselWrap .slick-arrow i.icon {
  font-size: 4rem;
  position: relative;
  top: 50%;
  color: #ffffff !important;
  margin-left: 30px;
  opacity: 1;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 1160px) {
  .carouselWrap .slick-arrow {
    display: none !important;
  }
}
.carouselWrap.embedded .station-item a:hover .img-container img {
  transform: none;
  filter: none;
}
@media only screen and (min-width: 1120px) {
  .carouselWrap.embedded .slick-arrow {
    display: block !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .carouselWrap.embedded {
    max-height: none;
  }
}
.carouselWrap .carousel-prev {
  left: 0;
  text-align: right;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5607843137) 38px, #000000 76px);
}
.carouselWrap .carousel-prev.slick-disabled {
  opacity: 0;
}
.carouselWrap .carousel-prev i.icon {
  margin-left: 0;
  margin-right: 16px;
}
.carouselWrap .carousel-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.carouselWrap .stations-carousel {
  background-color: #1A1E23;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carouselWrap .stations-carousel {
    padding-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .stations-carousel {
    position: relative;
  }
}
.carouselWrap .stations-wrapper {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (max-width: 39.9375em) {
  .carouselWrap .stations-wrapper {
    padding-right: 0;
  }
}
@media screen and (min-width: 40em) {
  .carouselWrap .stations-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .stations-wrapper {
    z-index: 99;
  }
}
.carouselWrap .station-item {
  width: 122px;
  padding: 0;
  margin-right: 0.625rem;
  float: left;
  position: relative;
  height: 100%;
  margin-bottom: 0;
  display: inline-block;
  color: #000000;
}
.carouselWrap .station-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 40em) {
  .carouselWrap .station-item:last-child {
    margin-right: 99px;
  }
}
.carouselWrap .station-item a .img-container img {
  transition: transform 0.3s;
}
.carouselWrap .station-item a:hover .station-item-header {
  filter: contrast(0.7) brightness(1.2);
}
.carouselWrap .station-item a:hover .progress-bar {
  filter: contrast(0.7) brightness(1.2);
}
.carouselWrap .station-item a:hover .img-container img {
  transform: scale(1.1);
  filter: none;
}
.carouselWrap .station-item a:hover .img-container .gradient {
  opacity: 0;
}
@media screen and (min-width: 40em) {
  .carouselWrap .station-item {
    width: 150px;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .station-item {
    margin-right: 1.25rem;
    width: 200px;
  }
}
.carouselWrap .station-item .station-item-wrapper {
  height: 100%;
}
.carouselWrap .station-item .station-item-wrapper .img-container {
  max-height: 68.63px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carouselWrap .station-item .station-item-wrapper .img-container {
    max-height: 82.38px;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .station-item .station-item-wrapper .img-container {
    max-height: 105px;
  }
}
.carouselWrap .station-item .progress-bar {
  transition: filter 0.3s;
  background-color: #343C47;
}
.carouselWrap .station-item .progress-bar i {
  background: #57a9d3;
  width: 0;
  height: 3px;
  display: block;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carouselWrap .station-item .progress-bar i {
    height: 3px;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .station-item .progress-bar i {
    height: 3.85px;
  }
}
.carouselWrap .station-item .station-item-header {
  transition: filter 0.3s;
  height: 28px;
  padding: 4px 0 4px 4px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carouselWrap .station-item .station-item-header {
    height: 38px;
    padding: 5px 0 5px 5px;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .station-item .station-item-header {
    height: 49px;
    padding: 7px 0 7px 10px;
  }
}
.carouselWrap .station-item .station-item-header .icon-container {
  display: block;
  float: left;
  position: absolute;
  z-index: 10000;
  text-align: center;
}
.carouselWrap .station-item .station-item-header .icon-container svg {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carouselWrap .station-item .station-item-header .icon-container svg {
    height: 27px;
    width: 27px;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .station-item .station-item-header .icon-container svg {
    height: 35px;
    width: 35px;
  }
}
.carouselWrap .station-item .station-item-header .icon-container .icon {
  text-align: center;
  display: block;
  transition: color 1s;
  margin: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  margin-top: calc(50% - 10px) !important;
}
.carouselWrap .station-item .station-item-header .icon-container .icon:before {
  content: "\e90c";
  font-size: 20px;
  line-height: 19px;
  margin-left: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carouselWrap .station-item .station-item-header .icon-container .icon:before {
    font-size: 28px;
    line-height: 19px;
    margin-left: -4px;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .station-item .station-item-header .icon-container .icon:before {
    font-size: 36px;
    line-height: 17px;
    margin-left: -7px;
  }
}
.carouselWrap .station-item .station-item-header .icon-container .icon.radio-icon_video {
  width: 17px;
  height: 19px;
}
.carouselWrap .station-item .station-item-header .station-logo-container {
  padding: 0 0 0 20px;
  float: left;
  text-align: center;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carouselWrap .station-item .station-item-header .station-logo-container {
    margin-left: -5px;
    padding: 0 0 0 33px;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .station-item .station-item-header .station-logo-container {
    margin-left: -10px;
    padding: 4px 0 4px 45px;
  }
}
.carouselWrap .station-item .station-item-header .station-logo-container .station-logo {
  height: auto;
  margin: auto;
}
@media screen and (max-width: 39.9375em) {
  .carouselWrap .station-item .station-item-header .station-logo-container .station-logo {
    height: 16px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carouselWrap .station-item .station-item-header .station-logo-container .station-logo {
    height: 20px;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .station-item .station-item-header .station-logo-container .station-logo {
    height: 25px;
  }
}
.carouselWrap .station-item h3 {
  color: #FFFFFF;
  font-family: "IBM Plex Sans", Sans;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.0625rem;
  margin-top: 9px;
  margin-bottom: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carouselWrap .station-item h3 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .station-item h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .carouselWrap .station-item .station-item-header .station-logo-container.station-radio1 {
    margin-top: -2px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-2fm {
    margin-top: 0;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-lyricfm {
    margin-top: 1px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-rnag {
    margin-top: -2px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-gold {
    margin-top: -3px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-pulse {
    margin-top: 0;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-2xm {
    margin-top: -1px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-rtejrradio {
    margin-top: 0;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-rte-radio1-extra {
    margin-top: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .carouselWrap .station-item .station-item-header .station-logo-container.station-radio1 {
    margin-top: -2px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-2fm {
    margin-top: 0;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-lyricfm {
    margin-top: 1px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-rnag {
    margin-top: -2px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-gold {
    margin-top: -4px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-pulse {
    margin-top: 0;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-2xm {
    margin-top: -1px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-rtejrradio {
    margin-top: 0;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-rte-radio1-extra {
    margin-top: -1px;
  }
}
@media screen and (min-width: 64em) {
  .carouselWrap .station-item .station-item-header .station-logo-container.station-radio1 {
    margin-top: -2px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-2fm {
    margin-top: -1px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-lyricfm {
    margin-top: 2px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-rnag {
    margin-top: -2px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-gold {
    margin-top: -4px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-pulse {
    margin-top: 0;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-2xm {
    margin-top: -2px;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-rtejrradio {
    margin-top: 0;
  }
  .carouselWrap .station-item .station-item-header .station-logo-container.station-rte-radio1-extra {
    margin-top: -3px;
  }
}

:root {
  --blink-animation: blinker 1.5s linear 0s infinite alternate forwards;
  --blink-cursor: pointer;
}

.embeded_stations {
  position: relative;
}
.embeded_stations .header {
  color: #fff;
  margin: 10px 7px;
}
.embeded_stations .header .title-live {
  font-size: 30px;
  font-weight: 600;
}
.embeded_stations .header .title-live .red {
  color: #CE2323;
}
.embeded_stations .header .title-live .red .livedot {
  animation: var(--blink-animation);
  cursor: var(--blink-cursor);
}
.embeded_stations .radio_link {
  color: #fff;
  position: absolute;
  top: 23px;
  right: 17px;
  z-index: 9999;
}
.embeded_stations .radio_link span {
  font-size: 18px;
  font-weight: 600;
}
.embeded_stations .radio_link .icon-container {
  display: inline-block;
}
.embeded_stations .radio_link .icon-container .icon-expand svg {
  height: 13.69px;
  width: 19px;
}
@media screen and (max-width: 39.9375em) {
  .embeded_stations.head .radio_link {
    display: none;
  }
}
.embeded_stations.foot {
  margin: 10px 7px;
}
.embeded_stations.foot .radio_link {
  position: unset;
}
@media screen and (min-width: 40em) {
  .embeded_stations.foot {
    display: none;
  }
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slick-track .radio-card, .shows-wrapper .radio-card {
  cursor: pointer;
}

.radio-card, .clip-card {
  transition: 0.7s;
  animation: fadeIn forwards 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}
.radio-card .img-container img,
.radio-card .img-container .inner img, .clip-card .img-container img,
.clip-card .img-container .inner img {
  transition: transform 0.2s; /* Animation */
}
.radio-card:hover, .clip-card:hover {
  background-color: #333C47;
}
.radio-card:hover .img-container img,
.radio-card:hover .img-container .inner img, .clip-card:hover .img-container img,
.clip-card:hover .img-container .inner img {
  transform: scale(1.05);
}
.radio-card:hover.radio1, .clip-card:hover.radio1 {
  border-bottom-color: #57a9d3;
}
.radio-card:hover.twofm, .clip-card:hover.twofm {
  border-bottom-color: #f15a29;
}
.radio-card:hover.lyric-fm, .radio-card:hover.lyricfm, .clip-card:hover.lyric-fm, .clip-card:hover.lyricfm {
  border-bottom-color: #582e91;
}
.radio-card:hover.raidio-na-gaeltachta, .radio-card:hover.rnag, .clip-card:hover.raidio-na-gaeltachta, .clip-card:hover.rnag {
  border-bottom-color: #5a913a;
}
.radio-card:hover.pulse, .clip-card:hover.pulse {
  border-bottom-color: #DA1A35;
}
.radio-card:hover.gold, .clip-card:hover.gold {
  border-bottom-color: #9f7113;
}
.radio-card:hover.twoxm, .clip-card:hover.twoxm {
  border-bottom-color: #000000;
}
.radio-card:hover.rte-radio1-extra, .clip-card:hover.rte-radio1-extra {
  border-bottom-color: #0D2C61;
}
.radio-card:hover.rtejrradio, .clip-card:hover.rtejrradio {
  border-bottom-color: #B6D334;
}
.radio-card:hover.podcast, .radio-card:hover.podcast-series, .clip-card:hover.podcast, .clip-card:hover.podcast-series {
  border-bottom-color: #00A1AD;
}
.radio-card:hover.doconone, .clip-card:hover.doconone {
  border-bottom-color: #2949F6;
}
.radio-card:hover.dramaonone, .clip-card:hover.dramaonone {
  border-bottom-color: #F28BAB;
}

.radio-card {
  background-color: #1A1E23;
  border-bottom: 1px solid #4D5A6A;
  grid-row: span 1 !important;
  grid-column: span 6;
  height: auto;
  max-width: none;
}
.radio-card .radio-card-wrapper {
  display: block;
  overflow: hidden;
  height: 100%;
}
.radio-card .img-container {
  min-height: 69px;
  height: auto;
  width: 100%;
}
.radio-card .img-container .inner {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.radio-card a.meta-link {
  height: calc(100% - 69px);
}
.radio-card .article-meta {
  padding: 0.1875rem 0.3125rem 0.625rem 0.3125rem;
  font-family: "IBM Plex Sans", Sans;
}
.radio-card .article-meta h3 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  margin: 0;
}
.radio-card .article-meta span {
  color: #C2C9D1;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 4px;
  display: block;
}
@media screen and (min-width: 40em) {
  .radio-card a.img-container {
    height: 118px;
  }
  .radio-card a.meta-link {
    height: calc(100% - 118px);
  }
  .radio-card .article-meta {
    padding: 6px 11px 13px 10px;
  }
  .radio-card .article-meta h3 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
  .radio-card .article-meta span {
    margin-top: 7px;
  }
}
@media screen and (min-width: 64em) {
  .radio-card a.img-container {
    height: 143px;
  }
  .radio-card a.meta-link {
    height: calc(100% - 143px);
  }
  .radio-card .article-meta {
    padding: 0.3125rem 0.625rem 1.25rem 0.625rem;
  }
  .radio-card .article-meta h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .radio-card .article-meta span {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.radio-card.podcast .img-container, .radio-card.podcast .img-container img {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .radio-card.podcast .img-container, .radio-card.podcast .img-container img {
    height: 150px;
  }
}
@media screen and (min-width: 64em) {
  .radio-card.podcast .img-container, .radio-card.podcast .img-container img {
    height: 200px;
  }
}
.radio-card.podcast .article-meta h3 {
  margin-bottom: 0.21875rem;
}
.clips-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .clips-wrapper.most-popular {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-row-gap: 0;
    grid-column-gap: 1rem;
  }
}

.clip-card {
  background-color: #1A1E23;
  border-bottom: 1px solid #4D5A6A;
  grid-row: span 1 !important;
  grid-column: span 12;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.clip-card a {
  display: inline-block !important;
  float: left;
  width: auto !important;
}
.clip-card:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .clip-card:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 64em) {
  .clip-card {
    height: auto;
    max-width: none;
  }
}
.clip-card .top-tag {
  display: none;
}
.clip-card .img-container {
  width: 100px;
  float: left;
}
.clip-card .article-meta-link {
  width: calc(100% - 100px) !important;
}
.clip-card .article-meta-link .article-meta {
  padding: 0.125rem 0.375rem 0.625rem 0.3125rem;
  font-family: "IBM Plex Sans", Sans;
  float: left;
  box-sizing: border-box;
  display: block;
}
.clip-card .article-meta-link .article-meta h3, .clip-card .article-meta-link .article-meta p.description {
  color: #FFFFFF;
  font-family: "IBM Plex Sans", Sans;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
}
.clip-card .article-meta-link .article-meta h3 {
  margin: 0;
  font-weight: 600;
}
.clip-card .article-meta-link .article-meta p.description {
  display: none;
}
.clip-card .article-meta-link .article-meta .clip-info {
  margin: 0;
}
.clip-card .article-meta-link .article-meta .clip-info span {
  color: #C2C9D1;
  display: none;
}
.clip-card.podcast .article-meta-link {
  width: 100% !important;
}
.clip-card.podcast .article-meta-link .article-meta {
  padding: 0.125rem 0.4375rem 0.6875rem 0.3125rem;
}
.clip-card.podcast-series .img-container {
  height: 3.511875rem;
  width: 3.511875rem;
}
.clip-card.most-popular {
  background-color: #000000;
}
.clip-card.most-popular a {
  position: relative;
}
.clip-card.most-popular .top-tag {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10000;
  max-width: 76%;
  overflow: hidden;
  border: 0;
  padding: 3px 4px;
  background-color: #1A1E23;
  width: auto !important;
}
.clip-card.most-popular .top-tag p {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.clip-card.most-popular .img-container {
  height: 66px;
  width: 119px;
}
.clip-card.most-popular .article-meta-link {
  width: calc(100% - 119px) !important;
}
.clip-card.most-popular .article-meta-link .article-meta {
  padding: 0 0.3125rem 0.6875rem 0.3125rem;
}
.clip-card.most-popular .article-meta-link .article-meta h3 {
  margin-bottom: 4px;
}
.clip-card.most-popular .article-meta-link .article-meta p.description {
  display: none;
}
.clip-card.most-popular .article-meta-link .article-meta .clip-info span {
  font-size: 0.75rem;
  line-height: 0.875rem;
  display: block;
}
@media screen and (min-width: 40em) {
  .clip-card .img-container {
    width: 209.14px;
  }
  .clip-card .article-meta-link {
    width: calc(100% - 210px) !important;
  }
  .clip-card .article-meta-link .article-meta {
    padding: 0.375rem 1.058125rem 0 0.6225rem;
    width: 100%;
  }
  .clip-card .article-meta-link .article-meta h3, .clip-card .article-meta-link .article-meta p.description {
    line-height: 1.25rem;
  }
  .clip-card .article-meta-link .article-meta h3 {
    margin-bottom: 5px;
  }
  .clip-card .article-meta-link .article-meta p.description {
    display: block;
    margin: 0 0 6px 0;
  }
  .clip-card .article-meta-link .article-meta .clip-info span {
    display: inline-block;
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  .clip-card.podcast .article-meta-link .article-meta {
    padding: 0.375rem 0.9375rem 0.5rem 0.625rem;
  }
  .clip-card.podcast-series .img-container {
    height: 142px;
    width: 142px;
  }
  .clip-card.most-popular {
    grid-column: span 6;
    margin-bottom: 20px;
  }
  .clip-card.most-popular .article-meta-link .article-meta {
    padding: 0.13375rem 0.375rem 0.6875rem 0.3125rem;
  }
  .clip-card.most-popular .article-meta-link .article-meta h3 {
    font-size: 0.9375rem;
    line-height: 1.0625rem;
  }
}
@media screen and (min-width: 64em) {
  .clip-card .img-container {
    max-height: 142px;
    width: 254px;
    float: left;
  }
  .clip-card .article-meta-link {
    width: calc(100% - 255px) !important;
  }
  .clip-card .article-meta-link .article-meta {
    padding: 0.375rem 0.625rem 0.625rem 0.625rem !important;
    box-sizing: border-box;
    display: block;
  }
  .clip-card .article-meta-link .article-meta.podcast {
    padding: 0.4375rem 1.25rem 0.625rem 0.625rem;
  }
  .clip-card .article-meta-link .article-meta h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .clip-card .article-meta-link .article-meta p.description {
    margin-bottom: 5px;
  }
  .clip-card .article-meta-link .article-meta .clip-info span {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .clip-card .article-meta-link:hover {
    text-decoration: none;
  }
  .clip-card.most-popular .top-tag {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0 6px !important;
  }
  .clip-card.most-popular .img-container {
    height: 100px;
    width: 177px;
  }
  .clip-card.most-popular .article-meta-link {
    width: calc(100% - 177px) !important;
  }
  .clip-card.most-popular .article-meta-link .article-meta {
    padding: 0.375rem 0.6875rem 0.625rem 0.5625rem;
    background-color: #000000;
  }
  .clip-card.most-popular .article-meta-link .article-meta h3 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 0.3125rem;
  }
  .clip-card.most-popular .article-meta-link .article-meta .clip-info span {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ad-container {
  text-align: center;
  background-color: #000000 !important;
}
.ad-container.is-sticky {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.ad-container.is-sticky.smooth-transition {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 63.9375em) {
  .ad-container.is-sticky {
    position: relative !important;
    top: 0 !important;
  }
}
.ad-container .leaderboard.topbanner,
.ad-container .leaderboard.midbanner,
.ad-container .leaderboard.bottombanner {
  display: none;
}
.ad-container .leaderboard.topbanner.show-advert,
.ad-container .leaderboard.midbanner.show-advert,
.ad-container .leaderboard.bottombanner.show-advert {
  display: block;
}

.one-x-one {
  display: none !important;
}

.leaderboard-container, .topcontainer {
  background: #000000;
  z-index: 100000 !important;
}
.leaderboard-container *, .topcontainer * {
  text-align: center;
}

.sticky.is-anchored.is-at-bottom {
  height: 100%;
}

.bottombanner, .midbanner {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.middlecontainer {
  position: relative;
  background: #EEECEC !important;
}

.middlecontainer.empty-advert {
  border-top: none;
  border-bottom: none;
  padding: 0;
}

.midbanner {
  background: #EEECEC !important;
}

#stickyleader {
  background: #000000;
  margin-top: 0 !important;
}

.leaderboard.responsive-advert {
  padding: 0;
}
.leaderboard.responsive-advert div, .leaderboard.responsive-advert iframe {
  width: 100% !important;
  height: 250px;
}

#google_image_div {
  position: relative;
  text-align: center;
}

#gpt-top-leaderboard {
  width: 100%;
  margin: 1rem auto;
}

.advert {
  text-align: center;
  margin: auto;
}
.advert.skin {
  position: absolute;
  width: 1px;
  height: 1px;
}

@media screen and (max-width: 39.9375em) {
  .mpu {
    border: none;
    max-width: 100%;
  }
}
.mpu div {
  display: block;
  width: 300px;
  margin: 30px auto;
}
@media screen and (max-width: 39.9375em) {
  .mpu div {
    margin: 0 auto;
  }
}
@media screen and (min-width: 40em) {
  .mpu.in-article-mpu {
    margin: 0 0.625rem 0.625rem;
  }
}
.mpu.homepage-fluid-advert {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.celtra-advertisement-message,
.celtra-scroll-message {
  width: 100%;
}

.outer_mpu.columns {
  padding: 0;
}

#sidebar_outer .sticky-container {
  min-height: 300px;
}

@media (min-width: 1400px) {
  a.rte-skin-basic {
    display: block !important;
  }
}
a.rte-skin-basic:before {
  display: block;
  margin-top: 100px;
}

#sticky-mpu {
  position: relative;
}

@media screen and (min-width: 64em) {
  .sticky {
    position: absolute;
  }
}
@media screen and (max-width: 63.9375em) {
  .sticky {
    position: relative !important;
    top: 0 !important;
  }
}

@media screen and (min-width: 64em) {
  .stuck {
    position: absolute !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .stuck {
    position: relative !important;
    top: 0 !important;
  }
}

@media screen and (max-width: 63.9375em) {
  #main_inner, #sidebar_outer {
    height: auto !important;
  }
  #sidebar_outer {
    min-height: 100%;
  }
}
body.old-ie .topcontainer {
  position: static !important;
}

/* Ad blocker enabled */
body.ad-blocker-enabled .topcontainer,
body.ad-blocker-enabled .advert,
body.ad-blocker-enabled .ad-container {
  display: none !important;
}
body.ad-blocker-enabled #sidebar_panels {
  top: 0 !important;
}
@media screen and (min-width: 64em) {
  body.ad-blocker-enabled .sidebar_panels.stuck {
    margin-top: 0;
  }
}

/* Temporary Fix for AnPost (F. Ted Ad TakeOver) */
.rad-ext-lightbox ins {
  z-index: 2147483646 !important;
}

/* Change the following values if you change Foundation's version */
.paginator {
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  .paginator {
    padding-bottom: 20px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 40em) {
  .paginator.paginator-controls {
    padding-bottom: 0;
  }
}
.paginator .results {
  color: #000;
  text-align: center;
  display: inline-block;
  padding-bottom: 0;
}
.paginator .results span {
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 63.9375em) {
  .paginator .results span, .paginator .results .page-controls {
    width: 100%;
  }
}
.paginator .results .page-controls {
  overflow: hidden;
  float: left;
  margin-top: 9px;
  padding-right: 0;
}
@media screen and (min-width: 40em) {
  .paginator .results {
    padding-top: 20px;
  }
}
@media screen and (min-width: 64em) {
  .paginator .results {
    padding-top: 40px;
  }
  .paginator .results span {
    display: block;
    margin-top: 3px;
    margin-right: 10px;
    float: left;
  }
  .paginator .results .page-controls {
    margin-top: 0;
  }
}
.paginator .pager {
  margin: 0;
}
@media screen and (max-width: 63.9375em) {
  .paginator .pager {
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
  }
}
.paginator .pager .disabled {
  visibility: hidden;
  display: none;
}
.paginator .pager li {
  display: inline-block;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  color: #FFFFFF !important;
}
.paginator .pager li a {
  color: #FFFFFF !important;
  cursor: pointer !important;
}
.paginator .pager li a i {
  font-size: 20px;
  line-height: 27px;
}
.paginator .pager li a i.dotie-icon_icon-pagination-left {
  margin-left: -6px;
}
.paginator .pager li.page, .paginator .pager li.previous, .paginator .pager li.next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  border-radius: 90px;
  float: left;
  border: 1px solid #4D5A6B;
  background-color: #1A1E24;
}
.paginator .pager li.previous, .paginator .pager li.next {
  line-height: 27px;
  font-weight: 600;
}
.paginator .pager li.current {
  font-weight: 600;
  background: #2949F6;
  color: #fff;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 39.9375em) {
  .paginator .pager li.page:nth-child(7),
  .paginator .pager li.page:nth-child(8),
  .paginator .pager li.page:nth-child(9),
  .paginator .pager li.page:nth-child(10),
  .paginator .pager li.page:nth-child(11) {
    display: none;
  }
}

.paginator-text {
  margin-bottom: 1.5625rem;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .paginator-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 64em) {
  .paginator-text {
    margin-bottom: 2.4375rem;
  }
}
.paginator-text .results {
  color: #000;
}
.paginator-text .results span {
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  display: block;
}
.paginator-text .results strong {
  font-weight: 600;
}
.paginator-text .results .page-controls {
  overflow: hidden;
  float: left;
  margin-top: 9px;
  padding-right: 0;
}
@media screen and (min-width: 64em) {
  .paginator-text .results span {
    display: block;
    margin-right: 10px;
    float: left;
  }
}

/* Change the following values if you change Foundation's version */
.player-container {
  position: relative;
  background-color: #1A1E23;
}
.player-container #adBlockDetector {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1A1E23;
  z-index: 9;
  display: none;
}
.player-container #adBlockDetector .adBlockMessage {
  width: 90%;
  max-width: 570px;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 17px 22px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.player-container #adBlockDetector span.message_header {
  font-size: 16px;
  font-weight: 600;
}
.player-container.allowAds #adBlockDetector.enabled {
  display: block;
}
.player-container .leadin.adPlayingDesc, .player-container .datetime.adPlayingDesc {
  display: none;
}
.player-container #progress-bar-advert {
  display: none;
}
.player-container #progress-bar, .player-container #progress-bar-advert {
  background-color: #4D5A6B;
}
.player-container .img-container.podcast, .player-container .img-container.podcast-episode {
  text-align: right;
}
.player-container .img-container.podcast .inner img, .player-container .img-container.podcast-episode .inner img {
  width: 169px;
  height: 169px;
  float: none;
}
.player-container .img-container .inner {
  padding: 0.625rem 0.625rem 0 0.625rem !important;
}
.player-container .img-container .inner .gradient {
  display: none;
}
.player-container .img-container .inner img {
  float: right;
}
.player-container button#openTab {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .player-container .inner {
    max-height: 10.625rem !important;
    padding: 0.625rem 0.625rem 0 0.625rem !important;
  }
  .player-container .inner a, .player-container .inner a img {
    margin: 0 auto;
  }
  .player-container .inner img {
    margin: 0 auto;
    display: block;
  }
  .player-container .article-meta p.leadin {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  .player-container .img-container, .player-container .article-meta {
    float: right;
  }
  .player-container .img-container {
    width: 50%;
    height: auto !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
  }
  .player-container .img-container .inner a {
    float: right;
  }
  .player-container .img-container.podcast, .player-container .img-container.podcast-episode {
    width: 33.33%;
  }
  .player-container .img-container.podcast .inner, .player-container .img-container.podcast-episode .inner {
    padding: 0 !important;
  }
  .player-container .img-container.podcast .inner img, .player-container .img-container.podcast-episode .inner img {
    width: 199px;
    height: 199px;
    float: right;
  }
  .player-container .img-container:not(.doconone) .inner,
  .player-container .img-container:not(.podcast) .inner,
  .player-container .img-container:not(.podcast-episode) .inner {
    max-height: 12.1875rem;
  }
  .player-container .article-meta {
    width: 50%;
  }
  .player-container .article-meta.podcast, .player-container .article-meta.podcast-episode {
    width: 66.66%;
  }
  .player-container .article-meta .left-metadata {
    width: 100%;
    padding-top: 17px !important;
    padding-bottom: 0 !important;
  }
  .player-container .article-meta .left-metadata h3 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .player-container .img-container {
    width: 41.66667%;
    height: auto !important;
    padding-right: 40px !important;
    padding-top: 40px !important;
  }
  .player-container .img-container .inner img {
    width: 23.3125rem;
    height: auto;
  }
  .player-container .img-container.doconone .inner img {
    height: 13.113125rem;
  }
  .player-container .img-container.podcast .inner img, .player-container .img-container.podcast-episode .inner img {
    height: 13.113125rem;
    width: 13.113125rem;
  }
  .player-container .img-container:not(.doconone) .inner,
  .player-container .img-container:not(.podcast) .inner,
  .player-container .img-container:not(.podcast-episode) .inner {
    max-height: 13.113125rem;
  }
  .player-container .article-meta {
    width: 58.33333%;
  }
  .player-container .article-meta .left-metadata {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .player-container .article-meta .left-metadata .datetime {
    margin-bottom: 12px !important;
  }
  .player-container .img-container, .player-container .img-container img {
    max-height: none;
  }
}
.player-container .listing-meta-wrapper {
  overflow: hidden;
  font-family: "IBM Plex Sans", Sans;
  background-color: #1A1E23;
  padding: 0.625rem 0;
  margin-left: auto;
  margin-right: auto;
}
.player-container .listing-meta-wrapper a {
  color: #FFFFFF;
}
.player-container .listing-meta-wrapper .listing-meta {
  float: left;
}
.player-container .listing-meta-wrapper .listing-meta h3 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0;
}
.player-container .listing-meta-wrapper .listing-meta .datetime {
  color: #C2C9D1;
  font-size: 0.625rem;
  line-height: 0.875rem;
}
.player-container .listing-meta-wrapper .listing-meta p.description {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0.3125rem 0;
}
.player-container .listing-meta-wrapper .listing-image-container img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 40em) {
  .player-container .listing-meta-wrapper {
    padding: 0.9375rem 0 1.25rem 0;
  }
  .player-container .listing-meta-wrapper .left-metadata h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.75rem;
  }
  .player-container .listing-meta-wrapper .left-metadata .datetime {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 64em) {
  .player-container .listing-meta-wrapper {
    padding: 2.5rem 0;
  }
  .player-container .listing-meta-wrapper .listing-meta h3 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    margin-bottom: 0.875rem;
  }
  .player-container .listing-meta-wrapper .listing-meta .datetime {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 10px;
  }
  .player-container .listing-meta-wrapper .listing-meta .on-air {
    color: #CE2323;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 4px;
  }
  .player-container .listing-meta-wrapper .listing-meta .broadcast-time {
    margin-left: 4px;
  }
  .player-container .listing-meta-wrapper .listing-meta p.description {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
  }
}
.player-container .listing-player {
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.player-container .listing-player .player-controls {
  position: relative;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
.player-container .listing-player .player-controls button {
  background: none;
  padding: 0;
  text-align: inherit;
}
.player-container .listing-player .player-controls #volume-bar {
  max-width: 65px;
  top: 10px;
  right: 0;
}
.player-container .listing-player .player-controls .button.share, .player-container .listing-player .player-controls .button.watchlive {
  outline: 0;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  width: 50px;
  border-radius: 5px;
  position: relative;
  padding: 3px 5px;
  margin-top: 19px;
  line-height: 15px;
  transition: filter 0.5s;
}
.player-container .listing-player .player-controls .button.share:hover, .player-container .listing-player .player-controls .button.share:focus, .player-container .listing-player .player-controls .button.watchlive:hover, .player-container .listing-player .player-controls .button.watchlive:focus {
  filter: contrast(0.7) brightness(1.2);
}
@media screen and (min-width: 40em) {
  .player-container .listing-player .player-controls .button.share, .player-container .listing-player .player-controls .button.watchlive {
    width: 107px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 33px;
    padding: 3px 10px;
  }
}
.player-container .listing-player .player-controls .button.share svg, .player-container .listing-player .player-controls .button.watchlive svg {
  display: none;
  width: 38px;
  height: 25px;
  position: absolute;
  bottom: 6px;
  right: 0;
}
@media screen and (min-width: 40em) {
  .player-container .listing-player .player-controls .button.share svg, .player-container .listing-player .player-controls .button.watchlive svg {
    display: block;
  }
}
.player-container .listing-player .player-controls .button.watchlive {
  width: auto;
  display: inline-block;
  margin-left: 10px;
}
.player-container .listing-player .player-controls .button.watchlive a {
  color: #fff;
}
.player-container .listing-player .player-controls .controls-info {
  padding: 0;
}
.player-container .listing-player .player-controls .controls-info p {
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 10px;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 40em) {
  .player-container .listing-player .player-controls .controls-info p {
    line-height: 1rem;
  }
}
.player-container .listing-player .player-controls .audio-controls {
  height: 50px;
  margin: 0 auto;
  transition: filter 0.5s;
  text-align: center;
}
.player-container .listing-player .player-controls .audio-controls:hover, .player-container .listing-player .player-controls .audio-controls:focus {
  filter: contrast(0.7) brightness(1.2);
}
.player-container .listing-player .player-controls .audio-controls .controls-play-button, .player-container .listing-player .player-controls .audio-controls .controls-skip-button {
  outline: 0;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
  transition: color 1s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.player-container .listing-player .player-controls .audio-controls .controls-play-button svg, .player-container .listing-player .player-controls .audio-controls .controls-skip-button svg {
  height: 50px;
  width: 50px;
}
.player-container .listing-player .player-controls .audio-controls .controls-play-button button, .player-container .listing-player .player-controls .audio-controls .controls-skip-button button {
  outline: 0;
}
.player-container .listing-player .player-controls .audio-controls .controls-play-button .icon-pause, .player-container .listing-player .player-controls .audio-controls .controls-skip-button .icon-pause {
  display: none;
}
.player-container .listing-player .player-controls .audio-controls .controls-play-button .icon-play svg, .player-container .listing-player .player-controls .audio-controls .controls-play-button .icon-pause svg, .player-container .listing-player .player-controls .audio-controls .controls-skip-button .icon-play svg, .player-container .listing-player .player-controls .audio-controls .controls-skip-button .icon-pause svg {
  border-radius: 100%;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 67%, rgba(255, 255, 255, 0) 70%);
}
.player-container .listing-player .player-controls .audio-controls .controls-play-button .icon-skip svg, .player-container .listing-player .player-controls .audio-controls .controls-skip-button .icon-skip svg {
  height: 45px;
  width: 45px;
}
@media screen and (min-width: 64em) {
  .player-container .listing-player .player-controls .audio-controls .controls-play-button .icon-skip svg, .player-container .listing-player .player-controls .audio-controls .controls-skip-button .icon-skip svg {
    height: 60px;
    width: 60px;
  }
}
.player-container .listing-player .player-controls .audio-controls .controls-play-button.pause .icon-play, .player-container .listing-player .player-controls .audio-controls .controls-skip-button.pause .icon-play {
  display: none;
}
.player-container .listing-player .player-controls .audio-controls .controls-play-button.pause .icon-pause, .player-container .listing-player .player-controls .audio-controls .controls-skip-button.pause .icon-pause {
  display: inline-block;
}
.player-container .listing-player .player-controls .audio-controls .skip {
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.player-container .listing-player .player-controls .audio-controls.back, .player-container .listing-player .player-controls .audio-controls.foward {
  padding-top: 2px;
}
.player-container .listing-player .player-controls .audio-controls.back {
  text-align: right;
}
.player-container .listing-player .player-controls .audio-controls.back .controls-play-button {
  float: right;
}
.player-container .listing-player .player-controls .audio-controls.foward {
  text-align: left;
  padding-left: 0;
}
.player-container .listing-player .player-controls .audio-controls.foward .controls-play-button {
  float: left;
}
.player-container .listing-player .player-controls .audio-controls.volume {
  position: relative;
  height: 69px;
  display: none;
}
.player-container .listing-player .player-controls .audio-controls.volume div {
  position: absolute;
  right: 0;
  bottom: 0;
}
.player-container .listing-player .player-controls .audio-controls.volume input {
  position: absolute;
  bottom: 0;
}
.player-container .listing-player .player-controls .audio-controls.volume svg {
  width: 25px;
  height: 25px;
  margin-right: 77px;
}
.player-container .listing-player .player-controls .audio-controls.volume svg.muted {
  display: none;
}
.player-container .listing-player .player-controls .audio-controls.volume.muted svg.on {
  display: none;
}
.player-container .listing-player .player-controls .audio-controls.volume.muted svg.muted {
  display: inline;
}
@media screen and (max-width: 39.9375em) {
  .player-container .listing-player .player-controls .audio-controls.back {
    padding-right: 0;
  }
  .player-container .listing-player .player-controls .audio-controls.foward {
    padding-left: 0;
  }
}
@media screen and (min-width: 40em) {
  .player-container .listing-player {
    display: block;
    float: left;
    width: 100%;
    padding-top: 2.4375rem;
    padding-bottom: 1.25rem;
  }
  .player-container .listing-player .player-controls {
    margin-top: 25px;
    overflow: hidden;
    padding: 0;
  }
  .player-container .listing-player .player-controls .controls-info p {
    font-size: 0.9375rem;
    line-height: 0.75rem;
  }
  .player-container .listing-player .player-controls .audio-controls {
    height: 80px;
  }
  .player-container .listing-player .player-controls .audio-controls.back, .player-container .listing-player .player-controls .audio-controls.foward {
    padding-top: 15px;
  }
  .player-container .listing-player .player-controls .audio-controls .controls-play-button svg {
    height: 80px;
    width: 80px;
  }
}
@media screen and (min-width: 64em) {
  .player-container .listing-player {
    padding-bottom: 40px;
  }
  .player-container .listing-player > .column {
    padding-left: 30px;
    padding-right: 30px;
  }
  .player-container .listing-player .player-controls {
    padding: 0;
  }
  .player-container .listing-player .player-controls .audio-controls.volume {
    display: block;
  }
  .player-container .listing-player .player-controls .audio-controls.back, .player-container .listing-player .player-controls .audio-controls.foward {
    padding-top: 7px;
  }
  .player-container .listing-player .player-controls .audio-controls.back {
    padding-right: 0;
  }
  .player-container .listing-player .player-controls .audio-controls.foward {
    padding-left: 0;
  }
  .player-container .listing-player .player-controls .audio-controls.play-pause {
    padding: 0;
  }
}
.player-container .listing-player .range-bar {
  background-color: #4D5A6B;
}
.player-container .listing-player .loading-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1E1E23;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.player-container .listing-player .loading-overlay i {
  display: block;
  margin: auto;
  width: 79px;
  height: 100%;
  position: relative;
}
.player-container .listing-player .loading-overlay div {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.player-container .listing-player .loading-overlay div:nth-child(1) {
  left: 8px;
  animation: loading-overlay1 0.6s infinite;
}
.player-container .listing-player .loading-overlay div:nth-child(2) {
  left: 8px;
  animation: loading-overlay2 0.6s infinite;
}
.player-container .listing-player .loading-overlay div:nth-child(3) {
  left: 32px;
  animation: loading-overlay2 0.6s infinite;
}
.player-container .listing-player .loading-overlay div:nth-child(4) {
  left: 56px;
  animation: loading-overlay3 0.6s infinite;
}
@keyframes loading-overlay1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading-overlay3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loading-overlay2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.player-container .contact-footer {
  display: block;
  float: left;
  width: 100%;
}
.player-container:not(.loading) .loading-overlay {
  opacity: 0;
  visibility: hidden;
}
.player-container.adPlaying .audio-controls.volume {
  display: none !important;
}
.player-container.adPlaying .icon-skip {
  display: none !important;
}
.player-container.adPlaying #progress-bar-advert {
  display: block;
}
.player-container.adPlaying #progress-bar, .player-container.adPlaying #progress-bar-2 {
  display: none !important;
}
@media screen and (min-width: 40em) {
  .player-container.adPlaying #player-description {
    display: none;
  }
  .player-container.adPlaying #adPlayingText1 {
    display: block;
  }
}
@media screen and (max-width: 39.9375em) {
  .player-container.adPlaying #datetimePlayer {
    display: none;
  }
  .player-container.adPlaying #adPlayingText2 {
    display: block;
  }
}

input.range-bar {
  background-color: #4D5A6B;
  height: 5px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}
input.range-bar::-webkit-slider-thumb {
  background-color: #67778d;
  cursor: pointer;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  -webkit-appearance: none;
}
input.range-bar:focus::-webkit-slider-thumb {
  border: #fff 2px solid;
}

input#progress-bar-2::-moz-range-track, input#progress-bar-2::-ms-fill-upper {
  background-color: #4D5A6B;
}

#h4-container {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
#h4-container #h4-subcontainer {
  width: 100%;
  position: relative;
}
#h4-container #h4-subcontainer h4 {
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  color: #fff !important;
  font-size: 12px;
  transform-origin: center -10px;
  transform: translateX(-50%);
  transition: margin-top 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
#h4-container #h4-subcontainer h4 span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  z-index: -1;
}

input:not(:active) + #h4-container h4 {
  opacity: 0;
  margin-top: 100px;
  pointer-events: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2147483647;
  visibility: hidden;
  background-color: rgba(10, 10, 10, 0.7);
  overflow-y: scroll;
  transition: opacity 0.3s, visibility 0.3s;
}
.reveal-overlay.reveal {
  opacity: 1;
  visibility: visible;
}
.reveal-overlay .reveal {
  z-index: 99999;
  padding: 1.7rem 2.5rem;
  border-radius: 0;
  background-color: #1A1E23;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  width: 100%;
  max-width: 380px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .reveal-overlay .reveal {
    top: 195px;
    transform: none;
  }
}
.reveal-overlay .reveal h3 {
  color: #fff;
  font-size: 30px;
  margin-block-start: 0;
  margin-block-end: 0.3em;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (min-width: 40em) {
  .reveal-overlay .reveal h3 {
    font-size: 38px;
  }
}
.reveal-overlay .reveal span.blurb {
  display: inline-block;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
@media screen and (min-width: 40em) {
  .reveal-overlay .reveal span.blurb {
    font-size: 16px;
  }
}
.reveal-overlay .reveal a, .reveal-overlay .reveal button {
  display: block;
  color: #fff;
  background-color: transparent;
  font-size: 15px;
  font-weight: 600;
  padding: 5px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 5px;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  .reveal-overlay .reveal a, .reveal-overlay .reveal button {
    font-size: 20px;
    padding: 12px;
    margin-bottom: 20px;
  }
}
.reveal-overlay .reveal a.full, .reveal-overlay .reveal button.full {
  transition: filter 0.5s;
}
.reveal-overlay .reveal a.full:hover, .reveal-overlay .reveal a.full:focus, .reveal-overlay .reveal button.full:hover, .reveal-overlay .reveal button.full:focus {
  filter: contrast(0.7) brightness(1.2);
}
.reveal-overlay .reveal .reveal-close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
  right: 1rem;
  top: 0.5rem;
  width: auto;
  border: 0;
  padding: 0;
  font-size: 2.3em;
  line-height: 0.6;
  font-weight: 100;
}

body.rte-radio-embedded .row {
  max-width: 571px;
}
body.rte-radio-embedded .contact-footer, body.rte-radio-embedded #cookie-btn {
  display: none;
}
body.rte-radio-embedded .top-story-hero-panel .radio-card-wrapper .article-meta.clip .left-metadata h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0.375rem;
}
body.rte-radio-embedded .top-story-hero-panel .radio-card-wrapper .article-meta.episode .left-metadata, body.rte-radio-embedded .top-story-hero-panel .radio-card-wrapper .article-meta .podcast-episode .left-metadata, body.rte-radio-embedded .top-story-hero-panel .radio-card-wrapper .article-meta.clip .left-metadata {
  padding-top: 6px;
}
@media screen and (min-width: 40em) {
  body.rte-radio-embedded button#openTab {
    display: inline-block;
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 16px;
    padding: 3px 5px;
    margin: 16px 0 16px 6px;
    cursor: pointer;
    font-weight: 600;
  }
  body.rte-radio-embedded .player-container .listing-player .player-controls .audio-controls.volume svg {
    width: 22px;
    height: 26px;
    margin-right: 48px;
  }
  body.rte-radio-embedded .player-container .listing-player .player-controls #volume-bar {
    max-width: 41px;
    top: 10px;
    right: 0;
  }
  body.rte-radio-embedded .top-story-hero-panel .radio-card-wrapper .article-meta.episode .left-metadata h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 7px;
  }
  body.rte-radio-embedded .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata .datetime {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.5625rem;
  }
  body.rte-radio-embedded .player-container .listing-player {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  body.rte-radio-embedded .player-container .listing-player .player-controls .audio-controls .controls-play-button svg {
    height: 50px;
    width: 50px;
  }
  body.rte-radio-embedded .player-container .listing-player .player-controls .audio-controls .controls-play-button .icon-skip svg, body.rte-radio-embedded .player-container .listing-player .player-controls .audio-controls .controls-skip-button .icon-skip svg {
    height: 45px;
    width: 45px;
  }
  body.rte-radio-embedded .player-container .listing-player .player-controls .audio-controls.back, body.rte-radio-embedded .player-container .listing-player .player-controls .audio-controls.foward {
    padding-top: 2px;
  }
  body.rte-radio-embedded .player-container .listing-player .player-controls .audio-controls {
    height: 50px;
  }
  body.rte-radio-embedded .player-container .listing-player .player-controls .button.share, body.rte-radio-embedded .player-container .listing-player .player-controls .button.watchlive {
    width: auto;
    font-size: 15px;
    line-height: 16px;
    padding: 3px 5px;
    margin: 16px 0;
  }
  body.rte-radio-embedded .player-container .listing-player .player-controls .button.share svg, body.rte-radio-embedded .player-container .listing-player .player-controls .button.watchlive svg {
    display: none;
  }
  body.rte-radio-embedded .player-container .listing-player .player-controls {
    margin-top: 8px;
  }
  body.rte-radio-embedded #radioPlayer .left-metadata {
    padding-left: 0;
    padding-top: 16px !important;
    padding-bottom: 0 !important;
  }
  body.rte-radio-embedded .player-container .img-container {
    width: 45.1%;
    height: auto !important;
    padding-right: 0 !important;
    padding-top: 11px !important;
    padding-left: 0 !important;
  }
  body.rte-radio-embedded .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata p.leadin {
    display: none;
  }
  body.rte-radio-embedded .player-container .article-meta {
    width: 54.8%;
  }
  body.rte-radio-embedded .player-container .listing-player > .column {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.rte-radio-embedded .top-story-hero-panel .radio-card-wrapper .article-meta {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.rte-radio-embedded .player-container .img-container .inner {
    padding: 0.625rem 20px 0 17px !important;
  }
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
article article.radio1 a, article article.radioone a {
  color: #57a9d3;
}
article article.twofm a, article article.twofm-news a, article article.css2fm a {
  color: #f15a29;
}
article article.lyric-fm a, article article.lyricfm a {
  color: #582e91;
}
article article.raidio-na-gaeltachta a, article article.rnag a, article article.scealta a {
  color: #5a913a;
}
article article.pulse a {
  color: #DA1A35;
}
article article.gold a {
  color: #9f7113;
}
article article.twoxm a {
  color: #000000;
}
article article.rte-radio1-extra a {
  color: #0D2C61;
}
article article.rtejrradio a {
  color: #B6D334;
}
article article.podcast a, article article.podcast-series a {
  color: #00A1AD;
}
article article.doconone a {
  color: #2949F6;
}
article article.dramaonone a {
  color: #F28BAB;
}

/* Main panels.scsss file, seperated this out as we currently only require these styles in index pages */
/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.panel {
  background: #000;
  position: relative;
  padding-bottom: 20px;
  font-family: "IBM Plex Sans", Sans;
}
.panel .mpu {
  margin-bottom: 1.4rem;
}
.panel .article-meta {
  line-height: 15px;
}
.panel.even {
  background: #f4f6f8;
}
.panel.even.panel-topic-a article {
  border-color: #a7b3c9;
}
.panel.even.panel-topic-a article:not(.top-story) a:after {
  background: #a7b3c9;
}
.panel.even.panel-topic-a article.top-story a {
  border-color: #a7b3c9;
}
.panel.panel-html img {
  width: auto;
}
.panel a {
  display: block;
  color: black;
  width: 100%;
}
.panel img {
  width: 100%;
}
.panel .head-row {
  padding-top: 15px;
  padding-bottom: 14px;
}
.panel .head-row .header-title {
  float: left;
  display: inline-block;
  text-align: left !important;
}
.panel .head-row .header-title .panel-heading {
  margin: 0;
  color: #ffffff;
  font-family: "IBM Plex Sans", Sans;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.panel .head-row .header-title.large {
  padding-top: 17px;
  padding-bottom: 6px;
}
.panel .head-row .header-title.large .panel-heading {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
@media screen and (min-width: 40em) {
  .panel .head-row .header-title .panel-heading {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
  .panel .head-row .header-title.large .panel-heading {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
@media screen and (min-width: 64em) {
  .panel .head-row .header-title .panel-heading {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
  .panel .head-row .header-title.large .panel-heading {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.panel .head-row .header-link {
  float: right;
  display: inline-block;
}
.panel .head-row .header-link .more-trigger {
  margin: 0;
  display: none;
  overflow: hidden;
}
.panel .head-row .header-link .more-trigger .more {
  color: #FFFFFF;
  text-align: left;
  float: left;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.panel .head-row .header-link .more-trigger .icon-container {
  text-align: left;
  float: left;
  margin: 3px 0 0 9px;
}
.panel .head-row .header-link .more-trigger .icon-container .icon-contract {
  display: none;
}
.panel .head-row .header-link .more-trigger .icon-container.expand .icon-expand {
  display: none;
}
.panel .head-row .header-link .more-trigger .icon-container.expand .icon-contract {
  display: block;
}
@media screen and (min-width: 40em) {
  .panel .head-row .header-link .more-trigger {
    display: block;
  }
  .panel .head-row .header-link .more-trigger .more {
    color: #FFFFFF;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .panel .head-row .header-link .more-trigger .icon-container {
    margin: 6px 0 4px 9.5px;
  }
  .panel .head-row .header-link .more-trigger .icon-container, .panel .head-row .header-link .more-trigger .icon-container svg {
    height: 15px;
    width: 15px;
  }
}
@media screen and (min-width: 64em) {
  .panel .head-row .header-link .more-trigger .more {
    margin: 0 0 7px;
  }
}
.panel .head-row.bottom-link {
  padding-top: 7px;
  padding-bottom: 0;
}
@media screen and (min-width: 40em) {
  .panel .head-row.bottom-link {
    padding-top: 9px;
    display: none;
  }
}
.panel .head-row.bottom-link .header-link .more-trigger {
  margin: 0;
  display: block;
  overflow: hidden;
}
.panel .head-row.bottom-link .header-link .more-trigger .more {
  font-size: 0.9375rem;
  line-height: 1.0625rem;
}
.panel .head-row.bottom-link .header-link .more-trigger .more .icon-container, .panel .head-row.bottom-link .header-link .more-trigger .more .icon-container svg {
  height: 11px;
  width: 11px;
}
@media screen and (min-width: 40em) {
  .panel .head-row.bottom-link .header-link .more-trigger .more {
    color: #FFFFFF;
    font-size: 1.25rem;
    line-height: 1.0625rem;
    margin: 8px 0 7px;
  }
  .panel .head-row.bottom-link .header-link .more-trigger .icon-container {
    height: 34px;
    width: 34px;
    padding: 6px;
    margin-left: 7px;
  }
  .panel .head-row.bottom-link .header-link .more-trigger .icon-container svg {
    height: 28px;
    width: 28px;
  }
}
@media screen and (min-width: 40em) {
  .panel .head-row {
    padding-top: 13px;
    padding-bottom: 15px;
  }
  .panel .head-row .header-link .more-trigger {
    float: right;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .panel .head-row {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.panel .more-trigger {
  position: relative;
  width: 100%;
  display: block;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  margin-top: 5px;
}
.panel .more-trigger span {
  cursor: pointer;
  display: block;
  text-align: right;
  margin: auto;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (min-width: 40em) {
  .panel .more-trigger {
    padding-top: 8px;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media screen and (min-width: 64em) {
  .panel .more-trigger {
    padding-top: 21px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.panel .panel-footer .more-trigger {
  position: relative;
  width: 100%;
  display: block;
  font-size: 1.125rem;
  margin: 1rem 0;
  color: #8f897c !important;
}
@media screen and (min-width: 40em) {
  .panel .panel-footer .more-trigger {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .panel .panel-footer .more-trigger {
    margin-top: 1.5rem;
  }
}
.panel .panel-footer .more-trigger span {
  cursor: pointer;
  display: block;
  text-align: center;
  margin: auto;
  position: relative;
  font-weight: bold;
  text-transform: capitalize;
}
.panel .panel-footer .more-trigger span i {
  font-style: normal;
  font-size: 2.3rem;
}
.panel .panel-footer .more-trigger span i:before {
  vertical-align: sub;
}
.panel .panel-footer .gap {
  padding-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .panel .panel-footer.has-contact-strip {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .panel .panel-footer.has-contact-strip {
    margin-bottom: 1.5rem;
  }
}
.panel.panel-top-stories article.sponsored .datetime, .panel.panel-top-stories article.sponsored .category-name {
  background: #a6b3c9 !important;
  color: #ffffff !important;
  padding: 0.05rem 0.2rem;
}
.panel.panel-top-stories article.sponsored .datetime span, .panel.panel-top-stories article.sponsored .category-name span {
  font-weight: bold;
}
.panel .head-row .column,
.panel .head-row .columns {
  text-align: center;
}
.panel .panel-heading-link {
  display: inline-block;
  width: auto;
}
.panel .loader,
.panel .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.panel .loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.panel .gradient {
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #000000;
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-story-hero-panel .contact-footer .radio1.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .radio1.contact-value.back-label:hover {
  color: #57a9d3;
}
.top-story-hero-panel .contact-footer .twofm.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .twofm.contact-value.back-label:hover {
  color: #f15a29;
}
.top-story-hero-panel .contact-footer .lyric-fm.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .lyric-fm.contact-value.back-label:hover, .top-story-hero-panel .contact-footer .lyricfm.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .lyricfm.contact-value.back-label:hover {
  color: #582e91;
}
.top-story-hero-panel .contact-footer .raidio-na-gaeltachta.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .raidio-na-gaeltachta.contact-value.back-label:hover {
  color: #5a913a;
}
.top-story-hero-panel .contact-footer .pulse.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .pulse.contact-value.back-label:hover {
  color: #DA1A35;
}
.top-story-hero-panel .contact-footer .gold.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .gold.contact-value.back-label:hover {
  color: #9f7113;
}
.top-story-hero-panel .contact-footer .twoxm.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .twoxm.contact-value.back-label:hover {
  color: #FFFFFF;
}
.top-story-hero-panel .contact-footer .rte-radio1-extra.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .rte-radio1-extra.contact-value.back-label:hover {
  color: #0D2C61;
}
.top-story-hero-panel .contact-footer .rtejrradio.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .rtejrradio.contact-value.back-label:hover {
  color: #B6D334;
}
.top-story-hero-panel .contact-footer .podcast.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .podcast.contact-value.back-label:hover, .top-story-hero-panel .contact-footer .podcast-series.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .podcast-series.contact-value.back-label:hover {
  color: #00A1AD;
}
.top-story-hero-panel .contact-footer .doconone.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .doconone.contact-value.back-label:hover {
  color: #2949F6;
}
.top-story-hero-panel .contact-footer .dramaonone.footer-label.back-label:hover,
.top-story-hero-panel .contact-footer .dramaonone.contact-value.back-label:hover {
  color: #F28BAB;
}

.top-story-hero-panel {
  position: relative;
  padding: 0;
}
.top-story-hero-panel .radio-card-wrapper {
  background-color: #1A1E23;
}
@media screen and (min-width: 40em) {
  .top-story-hero-panel .radio-card-wrapper {
    padding: 0;
  }
}
.top-story-hero-panel .radio-card-wrapper .row {
  margin-left: auto;
  margin-right: auto;
}
.top-story-hero-panel .radio-card-wrapper .img-container {
  overflow: hidden;
  position: relative;
  display: block;
}
@media screen and (min-width: 40em) {
  .top-story-hero-panel .radio-card-wrapper .img-container {
    padding: 0;
  }
}
.top-story-hero-panel .radio-card-wrapper .img-container .inner {
  max-height: 525px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.top-story-hero-panel .radio-card-wrapper .img-container .inner.player {
  padding-left: initial;
  padding-right: initial;
}
.top-story-hero-panel .radio-card-wrapper .img-container .inner .gradient {
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #000000;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action {
  width: fit-content;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action {
    margin-top: 10px;
  }
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .gradient {
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action a {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .icon-container {
  display: block;
  float: left;
  margin-right: 2px;
  height: 30px;
  width: 30px;
  text-align: center;
  position: relative;
  margin-top: 2px;
  border: 1px solid transparent;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .icon-container i {
  background-image: url(../svg/play-fill.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  background-size: 92%;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .call-to-action-text {
  float: right;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .call-to-action-text.irish {
  transform: translateY(45%);
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .call-to-action-text.irish h1 {
  margin: 0;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .call-to-action-text h1 {
  color: #FFFFFF;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  font-weight: 600;
  margin: 0;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .call-to-action-text span {
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  display: block;
  text-transform: uppercase;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action.subscribe {
  margin-right: 0;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action.subscribe .icon-container {
  margin-left: -36px;
  margin-top: 6px;
  height: 0.625rem;
  width: 0.625rem;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action.subscribe .icon-container i {
  height: 0.625rem;
  width: 0.625rem;
  background-size: 100%;
  background-image: url(../svg/dropdown-arrow-white.svg);
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action.subscribe .call-to-action-text {
  float: left;
}
.top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action:hover .gradient {
  opacity: 0.2;
}
@media screen and (min-width: 40em) {
  .top-story-hero-panel .radio-card-wrapper .img-container {
    height: 387px;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .inner.with-bg {
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 1s; /* Animation */
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .inner.with-bg img {
    opacity: 0;
    min-height: 200px;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .inner.player {
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action {
    padding: 0;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action a {
    padding: 10px;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .icon-container {
    margin: 0 0.5rem 0 0;
    height: 2.25rem;
    width: 2.25rem;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .icon-container i {
    width: 2.25rem;
    height: 2.25rem;
    background-size: 100%;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .call-to-action-text.irish {
    transform: translateY(30%);
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .call-to-action-text h1 {
    font-size: 1.25rem;
    line-height: 1.4rem;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action.subscribe .icon-container {
    margin-left: -11px;
    margin-top: 4px;
    height: 0.9375rem;
    width: 0.9375rem;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action.subscribe .icon-container i {
    height: 0.9375rem;
    width: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .top-story-hero-panel .radio-card-wrapper .img-container {
    max-height: 525px;
    height: auto;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container {
    padding: 0 1.25rem 1.25rem 2.5rem;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action {
    height: 70px;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .icon-container {
    height: 3.25rem;
    width: 3.125rem;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .icon-container i {
    height: 3.125rem;
    width: 3.125rem;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .call-to-action-text.irish {
    transform: translateY(4%);
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .call-to-action-text h1 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin-bottom: 5px;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action .call-to-action-text span {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action.subscribe .icon-container {
    margin: 0.625rem 0 0 0.625rem;
    height: 1.125rem;
    width: 1.125rem;
  }
  .top-story-hero-panel .radio-card-wrapper .img-container .buttons-container .call-to-action.subscribe .icon-container i {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.top-story-hero-panel .radio-card-wrapper .article-meta {
  font-family: "IBM Plex Sans", Sans;
}
.top-story-hero-panel .radio-card-wrapper .article-meta a {
  color: #FFFFFF;
}
.top-story-hero-panel .radio-card-wrapper .article-meta a.blank {
  cursor: default;
}
.top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata {
  float: left;
  padding-top: 5px;
  padding-bottom: 6px;
}
.top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata h3 {
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin: 0 0 4px;
  color: #FFFFFF;
}
.top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata h3.episode, .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata h3.clip {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata .datetime {
  color: #C2C9D1;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 3px;
}
.top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata .datetime .on-air {
  color: #CE2323;
  font-weight: 600;
}
.top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata p.leadin {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin: 0;
  padding-bottom: 3px;
}
.top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata .leadin.adPlayingDesc, .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata .datetime.adPlayingDesc {
  display: none;
}
.top-story-hero-panel .radio-card-wrapper .article-meta.episode .left-metadata, .top-story-hero-panel .radio-card-wrapper .article-meta .podcast-episode .left-metadata, .top-story-hero-panel .radio-card-wrapper .article-meta.clip .left-metadata {
  padding-top: 7px;
  padding-bottom: 2px;
}
.top-story-hero-panel .radio-card-wrapper .article-meta.episode .left-metadata h3, .top-story-hero-panel .radio-card-wrapper .article-meta .podcast-episode .left-metadata h3, .top-story-hero-panel .radio-card-wrapper .article-meta.clip .left-metadata h3 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 0.375rem;
}
.top-story-hero-panel .radio-card-wrapper .article-meta.episode .left-metadata .datetime, .top-story-hero-panel .radio-card-wrapper .article-meta .podcast-episode .left-metadata .datetime, .top-story-hero-panel .radio-card-wrapper .article-meta.clip .left-metadata .datetime {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 40em) {
  .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata h3 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
    margin-bottom: 17px;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata h3.episode, .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata h3.clip {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata .datetime {
    margin-bottom: 13px;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta.episode .left-metadata, .top-story-hero-panel .radio-card-wrapper .article-meta .podcast-episode .left-metadata, .top-story-hero-panel .radio-card-wrapper .article-meta.clip .left-metadata {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta.episode .left-metadata h3, .top-story-hero-panel .radio-card-wrapper .article-meta .podcast-episode .left-metadata h3, .top-story-hero-panel .radio-card-wrapper .article-meta.clip .left-metadata h3 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin-bottom: 15px;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta.episode .left-metadata .datetime, .top-story-hero-panel .radio-card-wrapper .article-meta .podcast-episode .left-metadata .datetime, .top-story-hero-panel .radio-card-wrapper .article-meta.clip .left-metadata .datetime {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 64em) {
  .top-story-hero-panel .radio-card-wrapper .article-meta {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata {
    padding: 0.6875rem 0 0.6rem 1.25rem;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata h3 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    margin-bottom: 11px;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata .datetime {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.5625rem;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta .left-metadata p.leadin {
    padding-bottom: 8px;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta.episode .left-metadata, .top-story-hero-panel .radio-card-wrapper .article-meta .podcast-episode .left-metadata, .top-story-hero-panel .radio-card-wrapper .article-meta.clip .left-metadata {
    padding-bottom: 15px;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta.episode .left-metadata h3, .top-story-hero-panel .radio-card-wrapper .article-meta .podcast-episode .left-metadata h3, .top-story-hero-panel .radio-card-wrapper .article-meta.clip .left-metadata h3 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta.podcast .left-metadata {
    padding-top: 0.75rem;
  }
  .top-story-hero-panel .radio-card-wrapper .article-meta.podcast .left-metadata h3 {
    margin-bottom: 0.75rem;
  }
}
.top-story-hero-panel .radio-card-wrapper .article-meta.station {
  padding: 2.5rem 1.25rem 1.25rem;
}
@media screen and (min-width: 40em) {
  .top-story-hero-panel .radio-card-wrapper.podcast .img-container {
    height: 387px;
  }
}
@media screen and (min-width: 64em) {
  .top-story-hero-panel .radio-card-wrapper.podcast .img-container {
    height: 519px;
  }
}
.top-story-hero-panel .contact-footer {
  background-color: #111417;
  padding-top: 6px;
  padding-bottom: 9px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.top-story-hero-panel .contact-footer.back-nav {
  padding-top: 9px;
  padding-bottom: 12px;
}
.top-story-hero-panel .contact-footer .footer-label,
.top-story-hero-panel .contact-footer .contact-value {
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  margin: 0;
}
.top-story-hero-panel .contact-footer .footer-label a,
.top-story-hero-panel .contact-footer .contact-value a {
  color: inherit !important;
}
.top-story-hero-panel .contact-footer .footer-label p,
.top-story-hero-panel .contact-footer .contact-value p {
  margin: 0 !important;
  color: inherit !important;
}
.top-story-hero-panel .contact-footer .footer-label p a,
.top-story-hero-panel .contact-footer .contact-value p a {
  color: inherit !important;
}
.top-story-hero-panel .contact-footer .footer-label.back-label,
.top-story-hero-panel .contact-footer .contact-value.back-label {
  font-size: 0.9375rem;
  line-height: 1.0625rem;
}
@media screen and (min-width: 64em) {
  .top-story-hero-panel .contact-footer .footer-label.back-label,
  .top-story-hero-panel .contact-footer .contact-value.back-label {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.top-story-hero-panel .contact-footer .contact-item, .top-story-hero-panel .contact-footer .back-button {
  float: left;
}
.top-story-hero-panel .contact-footer .contact-item.social-item {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .top-story-hero-panel .contact-footer .contact-item {
    width: 50%;
    box-sizing: border-box;
    margin-right: 0 !important;
    margin-bottom: 4px !important;
  }
  .top-story-hero-panel .contact-footer .contact-item.social-item {
    display: block;
  }
  .top-story-hero-panel .contact-footer .social-contact {
    display: none;
  }
}
.top-story-hero-panel .contact-footer .contact-item:not(:last-child) {
  margin-right: 40px;
}
.top-story-hero-panel .contact-footer .back-button svg {
  float: left;
  height: 17px;
  width: 17px;
  margin: 1px 10px 0 0;
}
@media screen and (min-width: 40em) {
  .top-story-hero-panel .contact-footer .back-button svg {
    margin-top: 2px;
  }
}
@media screen and (min-width: 64em) {
  .top-story-hero-panel .contact-footer .back-button svg {
    margin-top: 4px;
  }
}
.top-story-hero-panel .contact-footer .back-button .footer-label {
  float: left;
  margin-bottom: 0;
}
.top-story-hero-panel .contact-footer .social-contact-icons {
  overflow: hidden;
  margin-top: 0.25rem;
}
.top-story-hero-panel .contact-footer .social-contact-icons .btn-group {
  display: block;
  overflow: hidden;
}
.top-story-hero-panel .contact-footer .social-contact-icons .social-item {
  float: left;
  height: 1.130625rem;
  width: 1.081875rem;
  margin-right: 0.909375rem;
}
.top-story-hero-panel .contact-footer .social-contact-icons .social-item a {
  height: 100%;
}
.top-story-hero-panel .contact-footer .social-contact-icons .btn-group svg {
  height: 1.130625rem;
  width: 1.081875rem;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 40em) {
  .top-story-hero-panel .contact-footer {
    padding-top: 0.4375rem;
    padding-bottom: 0.65625rem;
  }
  .top-story-hero-panel .contact-footer.back-nav {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .top-story-hero-panel .contact-footer.back-nav .back-button {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .top-story-hero-panel .contact-footer .footer-label,
  .top-story-hero-panel .contact-footer .contact-value {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
  .top-story-hero-panel .contact-footer .footer-label {
    margin-bottom: 0.25rem;
  }
  .top-story-hero-panel .contact-footer .social-contact {
    text-align: right;
  }
  .top-story-hero-panel .contact-footer .social-contact .footer-label,
  .top-story-hero-panel .contact-footer .social-contact .contact-value {
    text-align: right;
  }
  .top-story-hero-panel .contact-footer .social-contact .social-contact-icons {
    margin-top: 0.1875rem;
  }
  .top-story-hero-panel .contact-footer .social-contact .social-contact-icons .social-item {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .top-story-hero-panel .contact-footer {
    padding: 15px 30px;
  }
  .top-story-hero-panel .contact-footer .footer-label,
  .top-story-hero-panel .contact-footer .contact-value {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .top-story-hero-panel .contact-footer .contact-value {
    margin-top: 0.3125rem;
  }
  .top-story-hero-panel .contact-footer .social-contact {
    text-align: right;
  }
  .top-story-hero-panel .contact-footer .social-contact .social-contact-icons {
    margin-top: 0.625rem;
  }
}

#subscribe-overlay .reveal a.button:not(:last-child) {
  background-color: #00A1AD;
}
#subscribe-overlay .reveal a:last-child {
  border: 1px solid #00A1AD;
}
#subscribe-overlay .reveal a:last-child:hover {
  color: #00A1AD;
}

body.francis-macmanus-short-story .buttons-container {
  display: none;
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.schedule-panel {
  position: relative;
  background: #000000;
  padding-bottom: 0;
}
.schedule-panel .schedule-header {
  padding-top: 16.5px;
  padding-bottom: 4.5px;
  display: flex;
  align-items: center;
}
.schedule-panel .schedule-header .header-title {
  padding-bottom: 0.625rem;
}
.schedule-panel .schedule-header .header-title .schedule-date-picker {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.schedule-panel .schedule-header .header-title .schedule-date-picker .panel-heading {
  padding-bottom: 0;
  color: #fff;
}
.schedule-panel .schedule-header .header-title .schedule-date-picker .arrow,
.schedule-panel .schedule-header .header-title .schedule-date-picker .right-arrow {
  height: 15px;
  width: 15px;
  float: left;
  cursor: pointer;
}
.schedule-panel .schedule-header .header-title .schedule-date-picker .right-arrow {
  height: 20px;
}
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev,
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next {
  display: block;
  float: left;
  z-index: 10000;
  text-align: center;
  position: relative;
  height: 25px;
  width: 25px;
}
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev a,
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next a {
  height: 100%;
  width: 100%;
  padding-top: 8px;
  position: relative;
}
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev a .arrow-left, .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev a .arrow-right,
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next a .arrow-left,
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next a .arrow-right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 38%;
  opacity: 0;
}
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev a .arrow-left,
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next a .arrow-left {
  border-right: 7px solid #ffffff;
}
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev a .arrow-right,
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next a .arrow-right {
  border-left: 7px solid #ffffff;
}
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev a svg,
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next a svg {
  display: block;
  height: 9px;
  width: 9px;
  margin: 0 auto;
}
.schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev:hover a .arrow-left, .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev:hover a .arrow-right, .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next:hover a .arrow-left, .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next:hover a .arrow-right {
  opacity: 0.2;
}
@media screen and (min-width: 40em) {
  .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev,
  .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next {
    height: 30px;
    width: 30px;
  }
  .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev a,
  .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next a {
    padding-top: 10px;
  }
  .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev a svg,
  .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next a svg {
    height: 11px;
    width: 11px;
  }
}
@media screen and (min-width: 64em) {
  .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev,
  .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next {
    height: 35px;
    width: 35px;
  }
  .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev a,
  .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next a {
    padding-top: 12px;
  }
  .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-prev a svg,
  .schedule-panel .schedule-header .header-title .schedule-date-picker .datepicker-next a svg {
    height: 14px;
    width: 14px;
  }
}
.schedule-panel .schedule-header .header-title .slide {
  float: left;
}
.schedule-panel .schedule-header .header-title .slide h3.panel-heading {
  float: left;
  padding: 0;
  opacity: 0;
  animation: fadeIn 2s forwards;
  -webkit-animation: fadeIn 2s forwards;
}
.schedule-panel .schedule-header:not(.bottom-link) .more-trigger {
  justify-content: flex-end;
}
.schedule-panel .schedule-header .header-link .more-trigger {
  display: flex;
  align-items: center;
}
.schedule-panel .schedule-header .header-link .more-trigger .more {
  color: #FFFFFF;
  text-align: left;
  float: left;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.schedule-panel .schedule-header .header-link .more-trigger .icon-container, .schedule-panel .schedule-header .header-link .more-trigger .icon-container svg {
  height: 20px;
  width: 20px;
}
.schedule-panel .schedule-header .header-link .more-trigger .icon-container {
  text-align: left;
  float: left;
  margin: 0 9px;
}
.schedule-panel .schedule-header .header-link .more-trigger .icon-container .icon-contract {
  display: none;
}
.schedule-panel .schedule-header .header-link .more-trigger .icon-container.expand .icon-expand {
  display: none;
}
.schedule-panel .schedule-header .header-link .more-trigger .icon-container.expand .icon-contract {
  display: block;
}
@media screen and (min-width: 40em) {
  .schedule-panel .schedule-header .header-link .more-trigger .more {
    color: #FFFFFF;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin: 0;
  }
  .schedule-panel .schedule-header .header-link .more-trigger .icon-container {
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0 0 0 0.5625rem;
  }
  .schedule-panel .schedule-header .header-link .more-trigger .icon-container svg {
    height: 30px;
    width: 30px;
  }
}
@media screen and (min-width: 40em) {
  .schedule-panel .schedule-header {
    padding-top: 0.9375rem;
    padding-bottom: 0.5rem;
  }
  .schedule-panel .schedule-header .header-title {
    padding-bottom: 0;
  }
  .schedule-panel .schedule-header .header-link .more-trigger {
    padding: 0;
  }
  .schedule-panel .schedule-header .header-link .more-trigger .more {
    margin-top: 2px;
  }
}
@media screen and (min-width: 64em) {
  .schedule-panel .schedule-header {
    padding-top: 34px;
    padding-bottom: 18px;
  }
  .schedule-panel .schedule-header .header-title {
    padding-top: 0;
  }
  .schedule-panel .schedule-header .header-link .more-trigger {
    margin-top: 6px;
  }
}
.schedule-panel .schedule-header.bottom-link {
  padding-top: 9px;
  padding-bottom: 0;
}
@media screen and (min-width: 40em) {
  .schedule-panel .schedule-header.bottom-link {
    display: none;
  }
}
.schedule-panel .schedule-header .right-schedule-header {
  display: none;
}
@media screen and (min-width: 40em) {
  .schedule-panel .schedule-header .right-schedule-header {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .schedule-panel .schedule-container > .row {
    padding: 0;
  }
}
.schedule-panel .schedule-container .info-container-loading {
  position: relative;
  min-height: 83px;
}
.schedule-panel .schedule-container .loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #1A1E23;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 0 auto;
}
.schedule-panel .schedule-container .schedule-row {
  overflow: hidden;
}
.schedule-panel .schedule-container .schedule-row .show-container {
  display: block;
  max-height: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: max-height 0.3s;
}
.schedule-panel .schedule-container .schedule-row .show-container .show-wrapper {
  overflow: hidden;
  padding: 0.3125rem 0.625rem 0.625rem;
  position: relative;
}
.schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .gradient {
  background-color: #FFFFFF;
}
.schedule-panel .schedule-container .schedule-row .show-container .show-wrapper a {
  overflow: hidden;
  position: relative;
}
.schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .img-container {
  margin-right: 0.625rem;
  float: left;
}
.schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .img-container img {
  height: 2.045rem;
  width: 3.625rem;
}
.schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .show-status {
  height: 0.9375rem;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  display: block;
  margin-bottom: 0.375rem;
  margin-top: 0.0625rem;
}
.schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .show-info {
  overflow: hidden;
}
.schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .show-info .show-time {
  color: #C2C9D1;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.25rem;
  display: block;
  max-width: 255px;
}
.schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .show-info .show-title {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  margin: 0;
  max-width: 255px;
}
@media screen and (min-width: 40em) {
  .schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .show-status {
    line-height: 1rem;
    margin-top: 0;
  }
  .schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .show-info .show-title {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .img-container {
    margin-right: 1.25rem;
    float: left;
  }
  .schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .img-container img {
    width: 4.875rem;
    height: 2.75rem;
  }
  .schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .show-status {
    line-height: 0.9375rem;
    margin-top: 0.0625rem;
    margin-bottom: 0.4375rem;
  }
  .schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .show-info .show-time {
    margin-bottom: 0.125rem;
  }
  .schedule-panel .schedule-container .schedule-row .show-container .show-wrapper .show-info .show-title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.schedule-panel .schedule-container .schedule-row .show-container:hover .show-wrapper .gradient {
  opacity: 0.1;
}
@media screen and (min-width: 40em) {
  .schedule-panel .schedule-container .schedule-row .show-container {
    float: left;
    margin-left: 0;
    padding: 0;
  }
  .schedule-panel .schedule-container .schedule-row .show-container .show-wrapper {
    padding: 0.375rem 1.25rem 0.625rem 1.25rem;
  }
}
.schedule-panel .schedule-container .schedule-row.active div.show-container {
  transition: max-height 0.6s;
  display: block;
  max-height: 80px;
}
@media screen and (min-width: 40em) {
  .schedule-panel .schedule-container .schedule-row.active div.show-container {
    max-height: 70px;
  }
}
@media screen and (min-width: 64em) {
  .schedule-panel .schedule-container .schedule-row.active div.show-container {
    max-height: 100px;
  }
}
.schedule-panel .active-bg {
  background-color: #1A1E23;
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.find-a-show-panel {
  padding-bottom: 0;
  position: relative;
  padding-top: 0;
  background: #000000;
}
.find-a-show-panel ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A4AEBB;
  opacity: 1; /* Firefox */
}
.find-a-show-panel :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A4AEBB;
}
.find-a-show-panel .head-row {
  padding-top: 1.014375rem;
  padding-bottom: 0.760625rem;
}
.find-a-show-panel .head-row .header-title .panel-heading {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
.find-a-show-panel .find-a-show-container .filter-container:before {
  display: none;
}
.find-a-show-panel .find-a-show-container .filter-container .filter-label {
  color: #FFFFFF;
  font-family: "IBM Plex Sans", Sans;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin: 0;
  text-align: left;
  display: block;
  height: 20px;
}
.find-a-show-panel .find-a-show-container .filter-container select, .find-a-show-panel .find-a-show-container .filter-container input {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #000000;
  font-family: "IBM Plex Sans", Sans;
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
  font-weight: 600;
  letter-spacing: 0;
  border: 0;
  box-sizing: border-box;
  padding-top: 0.47875rem;
  padding-bottom: 0.54375rem;
  margin-bottom: 0.419375rem;
}
.find-a-show-panel .find-a-show-container .filter-container input.search {
  margin-bottom: 0;
  padding-left: 2.1875rem;
  color: #000000;
  background-repeat: no-repeat;
  background-position: left center;
  outline: 0;
  background-image: url(../svg/search-small.svg);
  background-size: 18px 18.76px;
  background-position-x: 10px;
  background-position-y: 0.455625rem;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
}
.find-a-show-panel .find-a-show-container .filter-container select {
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(../svg/dropdown.svg);
  background-size: 18px 18.76px;
  background-position-x: 96.5%;
  background-position-y: 0.4175rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (min-width: 40em) {
  .find-a-show-panel .find-a-show-container .filter-container select {
    background-position-y: 13px;
  }
}
.find-a-show-panel .find-a-show-container .filter-container button {
  height: 32px;
  width: 100%;
  border-radius: 5px;
  background-color: #2949F6;
  padding: 0;
  margin: 10px 0 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
}
.find-a-show-panel .find-a-show-container .filter-container button.filter-button i.radio-icon_search {
  font-size: 25px;
  position: relative;
  top: 4px;
}
.find-a-show-panel .find-a-show-container .filter-container button.filter-button i.filter-icon {
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(../svg/filter.svg);
  background-size: 15px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
  padding-left: 25px;
}
.find-a-show-panel .find-a-show-container .data-container {
  margin-top: 0.595625rem;
}
.find-a-show-panel .find-a-show-container article .article-meta {
  padding: 0.2825rem 0.5rem 0.396875rem 0.25rem;
}
.find-a-show-panel .find-a-show-container article .article-meta span {
  display: block;
}
.find-a-show-panel .find-a-show-container article .article-meta span.uppercase {
  text-transform: uppercase;
}
@media screen and (min-width: 40em) {
  .find-a-show-panel .find-a-show-container .filter-container .filter-label {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin-bottom: 9px;
  }
  .find-a-show-panel .find-a-show-container .filter-container select, .find-a-show-panel .find-a-show-container .filter-container input {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    padding-top: 0.5625rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.908125rem;
  }
  .find-a-show-panel .find-a-show-container .filter-container input.search {
    padding-top: 0.4375rem;
    background-position-y: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .find-a-show-panel .find-a-show-container .filter-container select {
    background-position-y: 13px;
  }
  .find-a-show-panel .find-a-show-container .filter-container input {
    float: left;
    margin-right: 20px;
    padding: 7px 15px 12px 10px;
    font-weight: 400;
  }
  .find-a-show-panel .find-a-show-container .filter-container .doconone-input {
    width: calc(100% - 134px);
  }
  .find-a-show-panel .find-a-show-container .filter-container input, .find-a-show-panel .find-a-show-container .filter-container button {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .find-a-show-panel .find-a-show-container .filter-container button {
    height: 44px;
    width: 114px;
    margin: 0;
  }
  .find-a-show-panel .find-a-show-container .data-container {
    margin-top: 0;
  }
  .find-a-show-panel .find-a-show-container article .article-meta {
    padding: 0.31875rem 0.8525rem 1.056875rem 0.63125rem;
  }
  .find-a-show-panel .find-a-show-container article .article-meta span {
    margin-top: 0.348125rem;
  }
}
@media screen and (min-width: 64em) {
  .find-a-show-panel .find-a-show-container .filter-container select, .find-a-show-panel .find-a-show-container .filter-container input {
    margin-bottom: 0;
  }
  .find-a-show-panel .find-a-show-container .data-container {
    margin-top: 1.25rem;
  }
  .find-a-show-panel .find-a-show-container article .article-meta {
    padding: 0.3125rem 0.625rem 1.0625rem 0.625rem;
  }
  .find-a-show-panel .find-a-show-container article .article-meta span {
    margin-top: 0.375rem;
  }
}
.find-a-show-panel .find-a-show-container .shows-wrapper {
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 0.5rem;
  display: grid;
}
.find-a-show-panel .find-a-show-container .shows-wrapper .radio-card {
  margin-top: 10px;
}
.find-a-show-panel .find-a-show-container .shows-wrapper .radio-card .img-container {
  min-height: 82px;
  height: auto;
}
@media screen and (max-width: 39.9375em) {
  .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card.dramaonone .img-container, .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card.dramaonone .img-container img, .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card.doconone .img-container, .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card.doconone .img-container img {
    min-height: auto;
  }
  .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card.dramaonone .img-container, .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card.dramaonone .img-container img {
    min-height: 82px;
  }
}
@media screen and (min-width: 40em) {
  .find-a-show-panel .find-a-show-container .shows-wrapper {
    grid-column-gap: 1rem;
  }
  .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card {
    margin-top: 20px;
    grid-column: span 4;
  }
  .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card.dramaonone .img-container, .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card.dramaonone .img-container img {
    height: 130.96px;
  }
  .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card span {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}
@media screen and (min-width: 64em) {
  .find-a-show-panel .find-a-show-container .shows-wrapper {
    grid-column-gap: 1.25rem;
  }
  .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card {
    grid-column: span 3;
  }
  .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card.dramaonone .img-container, .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card.dramaonone .img-container img {
    height: 154px;
  }
  .find-a-show-panel .find-a-show-container .shows-wrapper .radio-card span {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.find-a-show-panel .find-a-show-container .shows-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.find-a-show-panel .find-a-show-container .show-more {
  position: relative;
  clear: both;
  padding: 0.625rem 0 0;
}
@media screen and (min-width: 64em) {
  .find-a-show-panel .find-a-show-container .show-more {
    padding-top: 0;
    margin: 20px 0;
  }
}
.find-a-show-panel .find-a-show-container .show-more .contain {
  position: relative;
}
.find-a-show-panel .find-a-show-container .show-more .contain:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
  background: #343C47;
}
.find-a-show-panel .find-a-show-container .show-more button {
  cursor: pointer;
  margin: 0 auto;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding: 0.5rem 1rem;
  background: #4D5A6A;
  border-radius: 2.125rem;
}
@media screen and (min-width: 64em) {
  .find-a-show-panel .find-a-show-container .show-more button {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.find-a-show-panel .find-a-show-container .show-more button:hover {
  background: #52575b;
}
.find-a-show-panel.doconone .head-row {
  padding-top: 1.0625rem;
  padding-bottom: 0.375rem;
}
.find-a-show-panel.doconone .find-a-show-container .data-container {
  margin-top: 1.21875rem;
}
.find-a-show-panel.doconone .find-a-show-container .data-container article .article-meta span {
  margin-top: 0.375rem;
  text-transform: none;
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .find-a-show-panel .head-row {
    padding-top: 0.9375rem;
    padding-bottom: 0.654375rem;
  }
  .find-a-show-panel .head-row .header-title .panel-heading {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
@media screen and (min-width: 64em) {
  .find-a-show-panel {
    padding-bottom: 0;
  }
  .find-a-show-panel .head-row {
    padding-top: 1.875rem;
    padding-bottom: 0.8125rem;
  }
  .find-a-show-panel .head-row .header-title .panel-heading {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clips-panel {
  padding-bottom: 0;
  position: relative;
  background: #000000;
}
@media screen and (min-width: 40em) {
  .clips-panel .row {
    padding: 0;
  }
}
.clips-panel .panel-header {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 40em) {
  .clips-panel .panel-header {
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .clips-panel .panel-header .header-title {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .clips-panel .panel-header {
    padding-top: 34px;
    padding-bottom: 20px;
  }
}
.clips-panel .notes-wrapper {
  margin-top: 6px;
}
.clips-panel .notes-wrapper .description {
  color: #FFFFFF;
}
.clips-panel .notes-wrapper .description p, .clips-panel .notes-wrapper .description p > * {
  color: #FFFFFF;
  font-family: "IBM Plex Sans", Sans;
}
.clips-panel .notes-wrapper .description a {
  color: #FFFFFF !important;
  text-decoration: underline !important;
  display: inline-block;
  width: auto;
}
.clips-panel .notes-wrapper .description p[data-embed=youtube] {
  height: inherit;
}
.clips-panel .notes-wrapper div.collapse[aria-expanded=false] {
  height: 125px !important;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 40em) {
  .clips-panel .notes-wrapper div.collapse[aria-expanded=false] {
    height: 75px !important;
  }
}
@media screen {
  .clips-panel .notes-wrapper div.collapse[aria-expanded=false] {
    height: 85px !important;
  }
}
.clips-panel .notes-wrapper .collapse {
  display: none;
}
.clips-panel .notes-wrapper .collapse.in {
  display: block;
}
.clips-panel .notes-wrapper .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.clips-panel .notes-wrapper div.collapsing[aria-expanded=false] {
  height: 62px !important;
}
.clips-panel .notes-wrapper a.read-more.collapsed:after {
  content: "Read More +";
}
.clips-panel .notes-wrapper a.read-more:not(.collapsed):after {
  content: "Show Less -";
}
.clips-panel .playlist-wrapper {
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 0.5rem;
  display: grid;
  grid-row-gap: 0;
}
@media screen and (min-width: 40em) {
  .clips-panel .playlist-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }
}
.clips-panel .playlist-wrapper .playlist {
  grid-row: span 1 !important;
  grid-column: span 12;
  height: auto;
  max-width: none;
  width: 100%;
  display: block;
  overflow: hidden;
}
.clips-panel .playlist-wrapper .playlist .img-container {
  height: 60px;
  width: 60px;
  float: left;
  margin-top: 10px;
}
.clips-panel .playlist-wrapper .playlist .img-container img {
  width: 100%;
  height: 100%;
}
.clips-panel .playlist-wrapper .playlist .article-meta {
  padding: 0.3125rem 0.625rem 0 0.625rem;
  font-family: "IBM Plex Sans", Sans;
  float: left;
  box-sizing: border-box;
  width: calc(100% - 60px);
  display: block;
}
.clips-panel .playlist-wrapper .playlist .article-meta h3, .clips-panel .playlist-wrapper .playlist .article-meta p.artist, .clips-panel .playlist-wrapper .playlist .article-meta p.info {
  margin: 0;
  font-weight: 400;
  font-family: "IBM Plex Sans", Sans;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.clips-panel .playlist-wrapper .playlist .article-meta h3 {
  color: #FFFFFF;
}
.clips-panel .playlist-wrapper .playlist .article-meta p.artist {
  color: #C2C9D1;
  font-style: italic;
}
.clips-panel .playlist-wrapper .playlist .article-meta p.info a {
  font-weight: 600;
  color: #2949F6;
}
@media screen and (min-width: 40em) {
  .clips-panel .playlist-wrapper .playlist {
    grid-column: span 6;
  }
  .clips-panel .playlist-wrapper .playlist .img-container {
    margin-top: 20px;
  }
  .clips-panel .playlist-wrapper .playlist .article-meta {
    padding-top: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .clips-panel .playlist-wrapper .playlist {
    padding-top: 0;
  }
  .clips-panel .playlist-wrapper .playlist .img-container {
    margin-top: 4px;
  }
  .clips-panel .playlist-wrapper .playlist.credit .article-meta {
    padding-top: 0;
  }
}
.clips-panel .playlist-wrapper.lyricfm-playlist {
  grid-row-gap: 0;
}
.clips-panel .playlist-wrapper.lyricfm-playlist .playlist {
  border-bottom: 1px solid #343C47;
  padding-top: 7px;
  padding-bottom: 10px;
}
.clips-panel .playlist-wrapper.lyricfm-playlist .playlist .timestamp-container {
  float: left;
  width: 20%;
  padding-right: 10px;
}
.clips-panel .playlist-wrapper.lyricfm-playlist .playlist .timestamp-container h2 {
  margin: 0;
  font-weight: 400;
  font-family: "IBM Plex Sans", Sans;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #FFFFFF;
}
.clips-panel .playlist-wrapper.lyricfm-playlist .playlist .article-meta {
  float: left;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.clips-panel .playlist-wrapper.lyricfm-playlist .playlist .article-meta p {
  color: #FFFFFF;
  margin: 0;
  font-weight: 400;
  font-family: "IBM Plex Sans", Sans;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.clips-panel .playlist-wrapper.lyricfm-playlist .playlist .article-meta p strong {
  font-weight: 600;
}
@media screen and (min-width: 40em) {
  .clips-panel .playlist-wrapper.lyricfm-playlist .playlist {
    grid-column: span 12;
    padding-top: 13px;
    padding-bottom: 20px;
  }
  .clips-panel .playlist-wrapper.lyricfm-playlist .playlist .timestamp-container {
    width: 12.5%;
    padding-right: 20px;
  }
  .clips-panel .playlist-wrapper.lyricfm-playlist .playlist .article-meta {
    width: 87%;
  }
}
.clips-panel .playlist-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.clips-panel .clips-wrapper {
  margin-top: 10px;
}
.clips-panel .clips-wrapper.dramaonone .clip-card .img-container {
  height: auto;
}
.clips-panel .clip-card.ng-enter {
  opacity: 0;
  transition: all 0.8s ease;
}
.clips-panel .clip-card.ng-enter-active {
  opacity: 1;
}
@media screen and (min-width: 40em) {
  .clips-panel .notes-wrapper {
    margin-top: 10px;
  }
  .clips-panel .clips-wrapper {
    margin-top: 14px;
  }
}
@media screen and (min-width: 64em) {
  .clips-panel .notes-wrapper {
    margin-top: 17px;
  }
  .clips-panel .playlist-wrapper {
    margin-top: 16px;
  }
  .clips-panel .clips-wrapper {
    margin-top: 20px;
  }
}
.clips-panel .show-more {
  position: relative;
  clear: both;
  margin-top: 10px;
}
.clips-panel .show-more .contain {
  position: relative;
  z-index: 1;
}
.clips-panel .show-more .contain:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
  background: #343C47;
}
.clips-panel .show-more button {
  cursor: pointer;
  margin: 0 auto;
  padding: 0.4375rem;
  border-radius: 0.3125rem;
  position: relative;
}
.clips-panel .show-more button.radio1 {
  background-color: #57a9d3;
}
.clips-panel .show-more button.twofm {
  background-color: #f15a29;
}
.clips-panel .show-more button.lyric-fm, .clips-panel .show-more button.lyricfm {
  background-color: #582e91;
}
.clips-panel .show-more button.raidio-na-gaeltachta, .clips-panel .show-more button.rnag {
  background-color: #5a913a;
}
.clips-panel .show-more button.pulse {
  background-color: #DA1A35;
}
.clips-panel .show-more button.gold {
  background-color: #9f7113;
}
.clips-panel .show-more button.twoxm {
  background-color: #000000;
}
.clips-panel .show-more button.rte-radio1-extra {
  background-color: #0D2C61;
}
.clips-panel .show-more button.rtejrradio {
  background-color: #B6D334;
}
.clips-panel .show-more button.podcast, .clips-panel .show-more button.podcast-series {
  background-color: #00A1AD;
}
.clips-panel .show-more button.doconone {
  background-color: #2949F6;
}
.clips-panel .show-more button.dramaonone {
  background-color: #F28BAB;
}
.clips-panel .show-more button h1 {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.0625rem;
  margin: 0;
}
.clips-panel .show-more button .gradient {
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.clips-panel .show-more button:hover .gradient {
  opacity: 0.2;
}
@media screen and (min-width: 40em) {
  .clips-panel .show-more {
    margin: 20px 0 0 0;
  }
  .clips-panel .show-more button {
    padding: 0.75rem 1.125rem 1.0625rem 1.1875rem;
  }
  .clips-panel .show-more button h1 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  display: flex !important;
  margin-left: 0;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide, .carousel-card {
  display: none;
  float: left;
  opacity: 0;
  transition: 0.7s;
}

[dir=rtl] .slick-slide,
[dir=rtl] .carousel-card {
  float: right;
}

.slick-slide img,
.carousel-card img {
  display: block;
}

.slick-slide.slick-loading img,
.carousel-card.slick-loading img {
  display: none;
}

.slick-slide.dragging img,
.carousel-card.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide,
.swiper-container-initialized .carousel-card {
  display: block;
  opacity: 1;
  transition: 0.7s;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none !important;
}

.panel-carousel, .panel-player-carousel {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  /*** TABLET ***/
  left: 0;
}
.panel-carousel .head-row .header-title .panel-heading, .panel-player-carousel .head-row .header-title .panel-heading {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
@media screen and (min-width: 40em) {
  .panel-carousel .head-row .header-title .panel-heading, .panel-player-carousel .head-row .header-title .panel-heading {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
@media screen and (min-width: 64em) {
  .panel-carousel .head-row .header-title .panel-heading, .panel-player-carousel .head-row .header-title .panel-heading {
    font-size: 40px;
    line-height: 52px;
  }
}
.panel-carousel .carousel-row .carousel-container, .panel-carousel .carousel-row .swiper-container, .panel-player-carousel .carousel-row .carousel-container, .panel-player-carousel .carousel-row .swiper-container {
  position: relative;
}
.panel-carousel .carousel-row .swiper-container, .panel-player-carousel .carousel-row .swiper-container {
  margin-right: -1.25rem;
  background-color: #1A1E23;
  min-height: 133px;
  transition: background-color 0.2s, height 0.1s;
  position: relative;
  overflow: hidden;
}
.panel-carousel .carousel-row .swiper-container:after, .panel-player-carousel .carousel-row .swiper-container:after {
  content: "";
  -webkit-animation: ssc-loading 1.3s infinite;
  animation: ssc-loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.3), transparent);
}
@media screen and (min-width: 64em) {
  .panel-carousel .carousel-row .swiper-container, .panel-player-carousel .carousel-row .swiper-container {
    min-height: 213px;
  }
}
.panel-carousel .carousel-row .swiper-container.swiper-container-initialized, .panel-player-carousel .carousel-row .swiper-container.swiper-container-initialized {
  width: 100%;
  height: auto;
  min-height: auto !important;
  background-color: transparent;
}
.panel-carousel .carousel-row .swiper-container.swiper-container-initialized:after, .panel-player-carousel .carousel-row .swiper-container.swiper-container-initialized:after {
  display: none;
}
.panel-carousel .carousel-row .swiper-container .swiper-wrapper, .panel-player-carousel .carousel-row .swiper-container .swiper-wrapper {
  height: 100% !important;
}
.panel-carousel .carousel, .panel-player-carousel .carousel {
  margin-right: -1.25rem;
  background-color: #1A1E23;
  min-height: 133px;
  transition: background-color 0.2s, height 0.1s;
  position: relative;
  overflow: hidden;
}
.panel-carousel .carousel:after, .panel-player-carousel .carousel:after {
  content: "";
  -webkit-animation: ssc-loading 1.3s infinite;
  animation: ssc-loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.3), transparent);
}
@media screen and (min-width: 64em) {
  .panel-carousel .carousel, .panel-player-carousel .carousel {
    min-height: 213px;
  }
}
.panel-carousel .carousel.slick-initialized, .panel-player-carousel .carousel.slick-initialized {
  min-height: auto !important;
  background-color: transparent;
}
.panel-carousel .carousel.slick-initialized:after, .panel-player-carousel .carousel.slick-initialized:after {
  display: none;
}
.panel-carousel .slick-slide, .panel-carousel .carousel-card, .panel-player-carousel .slick-slide, .panel-player-carousel .carousel-card {
  margin-right: 0.625rem;
  width: 40.67%;
  box-sizing: border-box;
}
@media screen and (max-width: 320px) {
  .panel-carousel .slick-slide:not(.podcast) .inner, .panel-carousel .carousel-card:not(.podcast) .inner, .panel-player-carousel .slick-slide:not(.podcast) .inner, .panel-player-carousel .carousel-card:not(.podcast) .inner {
    max-height: 4.349375rem;
  }
}
.panel-carousel .slick-track > .slick-slide:last-child,
.panel-carousel .swiper-wrapper > .carousel-card:last-child, .panel-player-carousel .slick-track > .slick-slide:last-child,
.panel-player-carousel .swiper-wrapper > .carousel-card:last-child {
  margin-right: 20px !important;
}
@media screen and (min-width: 64em) {
  .panel-carousel .slick-track > .slick-slide:last-child,
  .panel-carousel .swiper-wrapper > .carousel-card:last-child, .panel-player-carousel .slick-track > .slick-slide:last-child,
  .panel-player-carousel .swiper-wrapper > .carousel-card:last-child {
    margin-right: 80px !important;
  }
}
.panel-carousel .carousel-wrapper, .panel-player-carousel .carousel-wrapper {
  position: relative;
}
.panel-carousel .slick-disabled, .panel-player-carousel .slick-disabled {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.panel-carousel .carousel-prev, .panel-carousel .carousel-next, .panel-carousel .swiper-button-prev, .panel-carousel .swiper-button-next, .panel-player-carousel .carousel-prev, .panel-player-carousel .carousel-next, .panel-player-carousel .swiper-button-prev, .panel-player-carousel .swiper-button-next {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100px;
  font-size: 2.5rem;
  cursor: pointer;
  height: 100%;
  text-align: left;
  border-radius: 0 !important;
  transition: 0.7s;
}
.panel-carousel .carousel-prev, .panel-carousel .carousel-next, .panel-player-carousel .carousel-prev, .panel-player-carousel .carousel-next {
  display: none;
}
.panel-carousel .carousel-prev i.icon, .panel-carousel .carousel-next i.icon, .panel-player-carousel .carousel-prev i.icon, .panel-player-carousel .carousel-next i.icon {
  color: #FFF !important;
}
.panel-carousel .carousel-prev i.icon, .panel-carousel .carousel-next i.icon, .panel-player-carousel .carousel-prev i.icon, .panel-player-carousel .carousel-next i.icon {
  font-size: 4rem;
  position: relative;
  top: 30%;
  color: #fdf2f2 !important;
  right: 0;
}
@media screen and (max-width: 74.9375em) {
  .panel-carousel .carousel-prev, .panel-carousel .carousel-next, .panel-player-carousel .carousel-prev, .panel-player-carousel .carousel-next {
    display: none !important;
  }
}
.panel-carousel .swiper-button-prev, .panel-carousel .swiper-button-next, .panel-player-carousel .swiper-button-prev, .panel-player-carousel .swiper-button-next {
  margin-top: 0;
  right: 0;
  display: none;
}
@media screen and (min-width: 64em) {
  .panel-carousel .swiper-button-prev, .panel-carousel .swiper-button-next, .panel-player-carousel .swiper-button-prev, .panel-player-carousel .swiper-button-next {
    display: block;
  }
}
.panel-carousel .swiper-button-prev.swiper-button-disabled, .panel-carousel .swiper-button-next.swiper-button-disabled, .panel-player-carousel .swiper-button-prev.swiper-button-disabled, .panel-player-carousel .swiper-button-next.swiper-button-disabled {
  display: none;
}
.panel-carousel .carousel-prev, .panel-carousel .swiper-button-prev, .panel-player-carousel .carousel-prev, .panel-player-carousel .swiper-button-prev {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0px, #000000 71px);
  left: 0;
  top: -1px;
}
.panel-carousel .carousel-prev i.icon, .panel-carousel .swiper-button-prev i.icon, .panel-player-carousel .carousel-prev i.icon, .panel-player-carousel .swiper-button-prev i.icon {
  margin-left: -18px;
}
.panel-carousel .carousel-next, .panel-carousel .swiper-button-next, .panel-player-carousel .carousel-next, .panel-player-carousel .swiper-button-next {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0px, #000000 85px, #000000 219px);
}
.panel-carousel .swiper-button-prev:after,
.panel-carousel .swiper-button-next:after, .panel-player-carousel .swiper-button-prev:after,
.panel-player-carousel .swiper-button-next:after {
  font-family: "rte-icons", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 4rem;
  color: #fdf2f2 !important;
  position: absolute;
  top: 30%;
}
.panel-carousel .swiper-button-prev:after, .panel-player-carousel .swiper-button-prev:after {
  content: "\e913";
}
.panel-carousel .swiper-button-next:after, .panel-player-carousel .swiper-button-next:after {
  content: "\e922";
  margin-left: 30px;
}
@media screen and (min-width: 40em) {
  .panel-carousel .head-row .panel-heading, .panel-player-carousel .head-row .panel-heading {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
  .panel-carousel .carousel-row, .panel-carousel .carousel-container, .panel-player-carousel .carousel-row, .panel-player-carousel .carousel-container {
    padding-right: 0;
  }
  .panel-carousel .slick-slider, .panel-player-carousel .slick-slider {
    margin: auto;
  }
  .panel-carousel .slick-slide, .panel-carousel .carousel-card, .panel-player-carousel .slick-slide, .panel-player-carousel .carousel-card {
    margin-right: 20px;
    width: 210px;
  }
  .panel-carousel .slick-slide.podcast, .panel-carousel .carousel-card.podcast, .panel-player-carousel .slick-slide.podcast, .panel-player-carousel .carousel-card.podcast {
    width: 150px !important;
  }
  .panel-carousel .slick-slide:not(.podcast) .inner, .panel-carousel .carousel-card:not(.podcast) .inner, .panel-player-carousel .slick-slide:not(.podcast) .inner, .panel-player-carousel .carousel-card:not(.podcast) .inner {
    max-height: 7.38rem;
  }
  .panel-carousel .slick-arrow, .panel-player-carousel .slick-arrow {
    top: 0;
    width: calc((100% - 1160px) / 2 + 100px);
    bottom: 0;
  }
  .panel-carousel .slick-arrow.carousel-next, .panel-player-carousel .slick-arrow.carousel-next {
    padding-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .panel-carousel .head-row .panel-heading, .panel-player-carousel .head-row .panel-heading {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
  .panel-carousel .slick-slide, .panel-carousel .carousel-card, .panel-player-carousel .slick-slide, .panel-player-carousel .carousel-card {
    width: 254px !important;
  }
  .panel-carousel .slick-slide.podcast, .panel-carousel .carousel-card.podcast, .panel-player-carousel .slick-slide.podcast, .panel-player-carousel .carousel-card.podcast {
    width: 200px !important;
  }
  .panel-carousel .slick-slide:not(.podcast) .inner, .panel-carousel .carousel-card:not(.podcast) .inner, .panel-player-carousel .slick-slide:not(.podcast) .inner, .panel-player-carousel .carousel-card:not(.podcast) .inner {
    max-height: 8.9425rem;
  }
}

/**
 * Swiper 6.5.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons, sans-serif;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contributor-panel {
  padding: 0;
}
.contributor-panel .contributor-container {
  background-color: #1A1E23;
  padding-top: 5px;
}
.contributor-panel .contributor-container .contributor-image {
  margin-top: 0.375rem;
}
@media screen and (max-width: 39.9375em) {
  .contributor-panel .contributor-container .contributor-meta-container {
    padding-top: 10px;
  }
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta {
  padding: 0 !important;
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  margin: 0 0 7px 0;
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta span.title {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 6px;
  display: block;
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta div.bio {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta div.bio p, .contributor-panel .contributor-container .contributor-meta-container .contributor-meta div.bio p > * {
  color: #FFFFFF;
  font-family: "IBM Plex Sans", Sans;
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta div.bio a {
  color: #2949F6;
  font-family: "IBM Plex Sans", Sans;
  text-decoration: underline;
  display: inline;
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta .read-more {
  font-weight: 600;
  cursor: pointer;
  color: #2949F6;
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta div.collapse[aria-expanded=false] {
  height: 55px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 40em) {
  .contributor-panel .contributor-container .contributor-meta-container .contributor-meta div.collapse[aria-expanded=false] {
    height: 78px !important;
  }
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta .collapse {
  display: none;
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta .collapse.in {
  display: block;
  border-top: 1px solid transparent;
  margin-top: -1px;
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta div.collapsing[aria-expanded=false] {
  height: 62px !important;
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta a.read-more.collapsed:after {
  content: "Read More +";
}
.contributor-panel .contributor-container .contributor-meta-container .contributor-meta a.read-more:not(.collapsed):after {
  content: "Show Less -";
}
@media screen and (min-width: 40em) {
  .contributor-panel .contributor-container {
    padding: 0.625rem 0.625rem 1.25rem 0.625rem;
  }
  .contributor-panel .contributor-container .contributor-image {
    margin-top: 0.625rem;
  }
  .contributor-panel .contributor-container .contributor-meta-container .contributor-meta h3 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
  .contributor-panel .contributor-container .contributor-meta-container .contributor-meta span.title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .contributor-panel .contributor-container .contributor-meta-container .contributor-meta div.bio {
    font-size: 16px;
    line-height: 20px;
  }
}
.contributor-episodes-panel .head-row .header-title .panel-heading {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
@media screen and (min-width: 40em) {
  .contributor-episodes-panel .head-row .header-title {
    padding-left: 0;
  }
  .contributor-episodes-panel .head-row .header-title .panel-heading {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
@media screen and (min-width: 64em) {
  .contributor-episodes-panel {
    padding-bottom: 0;
  }
  .contributor-episodes-panel .head-row {
    padding-bottom: 25px;
  }
  .contributor-episodes-panel .head-row .header-title .panel-heading {
    font-size: 40px;
    line-height: 52px;
  }
}
.contributor-episodes-panel .info-container-loading {
  position: relative;
  min-height: 83px;
}
.contributor-episodes-panel .results-container {
  transition: background-color 0.2s, height 0.1s;
}
.contributor-episodes-panel .results-container.loading {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.contributor-episodes-panel .results-container.loading:after {
  content: "";
  -webkit-animation: ssc-loading 1.3s infinite;
  animation: ssc-loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.3), transparent);
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 39.9375em) {
  #searchbox, #searchbox-nav {
    height: 55px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #searchbox, #searchbox-nav {
    height: 62px;
  }
}
#searchbox .radio-icon_search, #searchbox-nav .radio-icon_search {
  color: #8f897c;
}

.search-radio {
  /* Google Custom Search */
}
.search-radio #masthead #searchbox-nav {
  height: 108px;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 39.9375em) {
  .search-radio #masthead #searchbox-nav {
    height: 55px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .search-radio #masthead #searchbox-nav {
    height: 62px;
  }
}
.search-radio #masthead.nav-up #searchbox-nav {
  height: 0;
}
.search-radio .ct-content {
  margin-top: 15px;
}
.search-radio .gs-result a.gs-visibleUrl,
.search-radio .gs-result .gs-visibleUrl {
  color: #00bff3 !important;
}
.search-radio .ct-sidenav .ct-search input {
  color: #fff;
}
.search-radio #searchForm input[type=submit] {
  background-color: #00A7E8;
  color: #fff;
  border: none;
}
.search-radio #output a.searchLink {
  font-weight: bold;
  color: #0079c2;
}
.search-radio #lnkPrev, .search-radio #lnkNext {
  font-weight: bold;
  display: none;
}
.search-radio article {
  overflow: hidden;
}
.search-radio article .article-meta span {
  text-transform: none;
}
.search-radio .img-container, .search-radio .article-meta {
  float: left;
  display: block;
}
.search-radio .active {
  text-decoration: none !important;
}
.search-radio .content {
  padding-top: 0;
}
.search-radio .content .panel .summary {
  font-family: "IBM Plex Sans", Sans;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.search-radio .content .panel .summary .index-heading {
  margin: 10px 0;
}
@media screen and (min-width: 40em) {
  .search-radio .content .panel .summary {
    padding: 0 10px;
  }
}
.search-radio .content .panel .summary em {
  font-weight: 600;
  font-style: normal;
}
.search-radio .content .panel .summary .results-and-query {
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
}
.search-radio .content .panel .summary .results-and-query span.search-results-text.empty-result {
  display: none !important;
}
.search-radio .content .panel .summary .results-and-query #spelling-correction {
  font-family: "IBM Plex Sans", Sans;
  margin-left: 1.25rem;
}
.search-radio .content .panel .summary .results-and-query #spelling-correction a {
  color: #FFF;
  font-weight: bold;
  display: initial;
}
.search-radio .content .panel .summary .results-and-query .query:before {
  content: "‘";
}
.search-radio .content .panel .summary .results-and-query .query:after {
  content: "’";
}
.search-radio .content .panel .summary .results-and-query .order {
  font-weight: 600;
  text-decoration: underline;
  color: #FFFFFF;
  display: inline;
}
.search-radio .content .panel .summary .results-and-query .order.active {
  cursor: text;
  color: inherit;
  text-decoration: none;
}
.search-radio .content .panel .summary .results-and-query i.separator {
  display: inline-block;
  margin: 0 3px;
}
.search-radio .content .panel .summary .results-and-query i.separator:before {
  content: "❘";
  font-style: normal;
  font-size: 1.2rem;
  vertical-align: middle;
}
.search-radio .content .panel .summary .content.showing-page .results-and-query > span,
.search-radio .content .panel .summary .content.loading-req-page .results-and-query > span,
.search-radio .content .panel .summary .content.spelling-mistake .results-and-query > span {
  visibility: visible !important;
}
.search-radio .content .panel #top-summary .header-title .panel-heading {
  margin: 17px 0 10px 0;
  font-size: 1.875rem;
  line-height: 2.1875rem;
}
@media screen and (min-width: 40em) {
  .search-radio .content .panel #top-summary .header-title .panel-heading {
    margin: 15px 0 20px;
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
  .search-radio .content .panel #top-summary .search-options {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 64em) {
  .search-radio .content .panel #top-summary .header-title .panel-heading {
    margin: 19px 0 17px;
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
  .search-radio .content .panel #top-summary .search-options {
    margin-bottom: 36px;
  }
}
.search-radio .content .panel #results-container {
  font-family: "IBM Plex Sans", Sans;
  margin-top: 0;
  border-bottom: 0;
}
.search-radio .content .panel #results-container #searchPage {
  padding-left: 10px;
  padding-right: 10px;
}
.search-radio .content .panel #results-container #searchPage a {
  text-decoration: none;
}
.search-radio .content .panel #results-container #searchPage .results-table {
  margin-top: 1.5625rem;
  margin-bottom: 20px;
}
.search-radio .content .panel #results-container #searchPage .results-table > .page, .search-radio .content .panel #results-container #searchPage .results-table > .page-wrapper {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .search-radio .content .panel #results-container #searchPage .results-table > .page, .search-radio .content .panel #results-container #searchPage .results-table > .page-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.search-radio .content .panel #results-container #searchPage .results-table > .page.active, .search-radio .content .panel #results-container #searchPage .results-table > .page-wrapper.active {
  display: block;
}
.search-radio .content .panel #results-container #searchPage .results-table .results-container {
  overflow: hidden;
}
.search-radio .content .panel #results-container #searchPage .results-table .results-container .panel-header {
  padding-top: 0;
}
@media screen and (max-width: 39.9375em) {
  .search-radio .content .panel #results-container #searchPage .results-table .results-container .panel-header {
    margin-left: auto;
    margin-right: auto;
  }
}
.search-radio .content .panel #results-container #searchPage .results-table .results-container .clips-wrapper {
  grid-row-gap: 0 !important;
}
.search-radio .content .panel #results-container #searchPage .page-controls {
  cursor: default;
  text-align: center;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
}
.search-radio .content .panel #results-container #searchPage .page-controls .prev-page,
.search-radio .content .panel #results-container #searchPage .page-controls .next-page,
.search-radio .content .panel #results-container #searchPage .page-controls .page-numbers {
  visibility: hidden;
  display: none;
  cursor: pointer;
  font-weight: 400;
}
.content.showing-page .prev-page,
.content.showing-page .next-page,
.content.showing-page .page-numbers, .content.loading-req-page .prev-page,
.content.loading-req-page .next-page,
.content.loading-req-page .page-numbers {
  visibility: visible !important;
  display: inline-block !important;
}

.search-radio .content .panel #results-container #searchPage .page-controls .prev-page {
  margin-right: 0.5rem;
}
.content.showing-page.show-page-0 .prev-page,
.content.showing-page.only-page .prev-page {
  visibility: hidden !important;
  display: none !important;
}

.search-radio .content .panel #results-container #searchPage .page-controls .next-page {
  margin-left: 0.5rem;
}
.content.showing-page.last-page .next-page,
.content.showing-page.only-page .next-page {
  visibility: hidden !important;
  display: none !important;
}

.search-radio .content .panel #results-container #searchPage .page-controls .page-numbers, .search-radio .content .panel #results-container #searchPage .page-controls .page-controls {
  display: inline-block;
  float: left;
}
.search-radio .content .panel #results-container #searchPage .page-controls .page-numbers a, .search-radio .content .panel #results-container #searchPage .page-controls .page-controls a {
  display: inline-block;
  color: #fff !important;
  width: 26px;
  margin: 0 5px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #4D5A6B;
  background-color: #1A1E24;
  float: left;
  padding: 2px 0;
  border-radius: 50%;
}
@media screen and (max-width: 39.9375em) {
  .search-radio .content .panel #results-container #searchPage .page-controls .page-numbers a:nth-child(n+6), .search-radio .content .panel #results-container #searchPage .page-controls .page-controls a:nth-child(n+6) {
    display: none;
  }
}
.search-radio .content .panel #results-container #searchPage .page-controls .page-numbers a.active, .search-radio .content .panel #results-container #searchPage .page-controls .page-controls a.active {
  font-weight: 600;
  background-color: #02a7b3;
  color: #fff !important;
  cursor: pointer;
  border: 1px solid #02a7b3;
}
.search-radio .content .panel #results-container #searchPage .page-controls .page-numbers a p, .search-radio .content .panel #results-container #searchPage .page-controls .page-controls a p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.search-radio .content .panel #results-container #searchPage .page-controls .prev-page, .search-radio .content .panel #results-container #searchPage .page-controls .next-page {
  display: inline-block;
  color: #fff !important;
  width: 26px;
  height: 26px;
  margin: 0 5px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #4D5A6B;
  background-color: #1A1E24;
  float: left;
  padding: 0;
  border-radius: 50%;
}
.search-radio .content .panel #results-container #searchPage .page-controls .prev-page i, .search-radio .content .panel #results-container #searchPage .page-controls .next-page i {
  font-size: 24px;
  line-height: 23px;
}
.search-radio .content .panel #results-container #searchPage .page-controls .prev-page i, .search-radio .content .panel #results-container #searchPage .page-controls .next-page i {
  margin-right: 1px;
}
.search-radio .content .panel #results-container #searchPage .page-controls .prev-page i {
  margin-left: -2px;
}
.search-radio .content .panel #results-container #searchPage .page-controls .next-page i {
  margin-left: 1px;
}
.content.showing-page.only-page .page-numbers {
  visibility: hidden !important;
}

@media screen and (min-width: 40em) {
  .search-radio .content .panel #results-container #searchPage .results-table {
    margin-top: 10px;
  }
  .search-radio .content .panel #results-container #searchPage .results-table .results-container .panel-header {
    padding-bottom: 14px;
  }
  .search-radio .content .panel #results-container #searchPage .page-controls .page-numbers, .search-radio .content .panel #results-container #searchPage .page-controls .page-controls {
    display: inline-block;
    float: left;
  }
  .search-radio .content .panel #results-container #searchPage .page-controls .page-numbers a, .search-radio .content .panel #results-container #searchPage .page-controls .page-numbers .prev-page, .search-radio .content .panel #results-container #searchPage .page-controls .page-numbers .next-page, .search-radio .content .panel #results-container #searchPage .page-controls .page-controls a, .search-radio .content .panel #results-container #searchPage .page-controls .page-controls .prev-page, .search-radio .content .panel #results-container #searchPage .page-controls .page-controls .next-page {
    width: 30px;
    padding: 4px 0;
  }
}
@media screen and (min-width: 64em) {
  .search-radio .content .panel {
    padding-top: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .search-radio .clips-container .panel-header {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sidebar-panel .ad-container {
  display: none;
}
@media screen and (min-width: 64em) {
  .sidebar-panel .ad-container {
    display: block;
  }
  .sidebar-panel .ad-container .advert {
    margin: 36px 37px;
  }
}
.sidebar-panel .panel-most-popular {
  background-color: #1A1E24;
  padding-bottom: 0;
  margin-right: -20px;
  padding-right: 20px;
}
.sidebar-panel .panel-most-popular .heading {
  font-family: "IBM Plex Sans", Sans;
  font-weight: 600;
  text-transform: none;
  border-bottom: 0;
  font-size: 1.875rem;
  line-height: 34px;
  margin: 0;
  padding-top: 13px;
  padding-bottom: 14px;
}
@media screen and (max-width: 63.9375em) {
  .sidebar-panel .panel-most-popular {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sidebar-panel .panel-most-popular {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 64em) {
  .sidebar-panel .panel-most-popular {
    margin-top: 130%;
    margin-right: -20px;
    padding-right: 20px;
  }
  .sidebar-panel .panel-most-popular .heading {
    padding: 16px 0 20px 14px;
  }
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.article.sponsorship .sponsorship_sponsor_info {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0;
}
body.article.sponsorship .sponsorship_sponsor_info .center {
  margin: 0 auto;
}
body.article.sponsorship .sponsorship_sponsor_info .text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  color: #C2744F;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  padding-right: 10px;
}
body.article.sponsorship .sponsorship_sponsor_info img {
  max-height: 40px;
}
body.article.sponsorship .panel .panel-heading {
  padding-top: 1rem;
}
body.article.sponsorship .panel-author {
  background: black;
}

/* Main Article */
article.radio-highlights {
  font-family: "IBM Plex Sans", Sans;
  color: #fff;
}
article.radio-highlights .content {
  background-color: #fff;
}
@media screen and (min-width: 40em) {
  article.radio-highlights {
    padding-top: 0;
  }
}
article.radio-highlights h2, article.radio-highlights h3 {
  font-family: "IBM Plex Sans", Sans;
  font-weight: 600;
}
article.radio-highlights h2 {
  font-size: 1.3em;
}
@media screen and (min-width: 64em) {
  article.radio-highlights h2 {
    font-size: 1.5em;
  }
}
article.radio-highlights h3 {
  font-size: 1em;
}
@media screen and (min-width: 40em) {
  article.radio-highlights h3 {
    font-size: 1.17em;
  }
}
article.radio-highlights b, article.radio-highlights strong {
  font-weight: 600;
}
article.radio-highlights .primary-color.radio1, article.radio-highlights .primary-color.radioone {
  color: #57a9d3;
}
article.radio-highlights .primary-color.twofm, article.radio-highlights .primary-color.twofm-news {
  color: #f15a29;
}
article.radio-highlights .primary-color.lyric-fm, article.radio-highlights .primary-color.lyricfm {
  color: #582e91;
}
article.radio-highlights .primary-color.raidio-na-gaeltachta, article.radio-highlights .primary-color.scealta {
  color: #5a913a;
}
article.radio-highlights .primary-color.pulse {
  color: #DA1A35;
}
article.radio-highlights .primary-color.gold {
  color: #9f7113;
}
article.radio-highlights .primary-color.twoxm {
  color: #FFFFFF;
}
article.radio-highlights .primary-color.rte-radio1-extra {
  color: #0D2C61;
}
article.radio-highlights .primary-color.rtejrradio {
  color: #B6D334;
}
article.radio-highlights .primary-color.podcast, article.radio-highlights .primary-color.podcast-series {
  color: #00A1AD;
}
article.radio-highlights .primary-color.doconone {
  color: #2949F6;
}
article.radio-highlights .primary-color.dramaonone {
  color: #F28BAB;
}
article.radio-highlights.radio1 a, article.radio-highlights.radioone a {
  color: #57a9d3;
}
article.radio-highlights.twofm a, article.radio-highlights.twofm-news a, article.radio-highlights.css2fm a {
  color: #f15a29;
}
article.radio-highlights.lyric-fm a, article.radio-highlights.lyricfm a {
  color: #582e91;
}
article.radio-highlights.raidio-na-gaeltachta a, article.radio-highlights.rnag a, article.radio-highlights.scealta a {
  color: #5a913a;
}
article.radio-highlights.pulse a {
  color: #DA1A35;
}
article.radio-highlights.gold a {
  color: #9f7113;
}
article.radio-highlights.twoxm a {
  color: #000000;
}
article.radio-highlights.rte-radio1-extra a {
  color: #0D2C61;
}
article.radio-highlights.rtejrradio a {
  color: #B6D334;
}
article.radio-highlights.podcast a, article.radio-highlights.podcast-series a {
  color: #00A1AD;
}
article.radio-highlights.doconone a {
  color: #2949F6;
}
article.radio-highlights.dramaonone a {
  color: #F28BAB;
}
article.radio-highlights .highlights-content-container header {
  margin-top: 4px;
  margin-bottom: 5px;
}
article.radio-highlights .highlights-content-container header .headline {
  font-family: "IBM Plex Sans", Sans;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0;
}
article.radio-highlights .highlights-content-container header .headline p {
  margin: 0;
}
article.radio-highlights .highlights-content-container header .headline span.updated {
  display: none;
}
article.radio-highlights .highlights-content-container .article-meta {
  display: block;
  margin-bottom: 10px;
}
article.radio-highlights .highlights-content-container .article-meta .modified-date {
  padding-left: 0;
  margin-bottom: 10px;
}
article.radio-highlights .highlights-content-container .article-meta .modified-date span {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #A4AEBB;
  display: block;
}
article.radio-highlights .highlights-content-container .article-meta .modified-date span strong {
  font-weight: 400;
}
article.radio-highlights .highlights-content-container .article-meta .social-btn-container {
  padding: 0;
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container .article-meta .social-btn-container {
    text-align: right;
  }
}
article.radio-highlights .highlights-content-container .article-meta .social-btn-container .btn-group {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  article.radio-highlights .highlights-content-container .article-meta .social-btn-container .btn-group {
    margin-top: 3px;
  }
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container .article-meta .social-btn-container .btn-group {
    width: max-content;
    float: right;
  }
}
article.radio-highlights .highlights-content-container .article-meta .social-btn-container .btn-group i:not(.whatsapp2) {
  color: #fff !important;
}
article.radio-highlights .highlights-content-container .article-meta .social-btn-container .btn-group i.whatsapp2 {
  font-size: 55px !important;
  margin-top: 0;
  height: 28px;
  width: 28px;
  line-height: 28px !important;
}
article.radio-highlights .highlights-content-container .article-meta .social-btn-container .btn-group i.linkedin {
  font-size: 37px !important;
  line-height: 28px !important;
}
article.radio-highlights .highlights-content-container .article-meta .social-btn-container .btn-group i a {
  background: transparent !important;
}
article.radio-highlights .highlights-content-container .article-meta .social-btn-container .btn-group i.radio-icon_print {
  display: none;
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container .article-meta .social-btn-container .btn-group i.radio-icon_print {
    display: block;
  }
}
article.radio-highlights .highlights-content-container .article-meta.with-author .modified-date {
  padding-top: 0;
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container .article-meta.with-author .columns.social-btn-container {
    padding-top: 2.3rem;
  }
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container header {
    margin-top: 9px;
    margin-bottom: 8px;
  }
  article.radio-highlights .highlights-content-container header .headline {
    line-height: 2.5rem;
  }
  article.radio-highlights .highlights-content-container .article-meta {
    margin-bottom: 20px;
  }
  article.radio-highlights .highlights-content-container .article-meta .modified-date {
    margin-top: 7px;
  }
  article.radio-highlights .highlights-content-container .article-meta .modified-date span {
    line-height: 1rem;
  }
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container header {
    margin-top: 26px;
    margin-bottom: 12px;
  }
  article.radio-highlights .highlights-content-container header .headline {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
  article.radio-highlights .highlights-content-container .article-meta {
    margin-bottom: 25px;
  }
  article.radio-highlights .highlights-content-container .article-meta .modified-date {
    margin-top: 3px;
  }
  article.radio-highlights .highlights-content-container .article-meta .modified-date span {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
article.radio-highlights .highlights-content-container figure {
  position: relative;
  margin: 0;
}
article.radio-highlights .highlights-content-container figure.no-caption {
  border-bottom: 0;
}
article.radio-highlights .highlights-content-container figure img {
  width: 100%;
}
article.radio-highlights .highlights-content-container figure figcaption {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #C2C9D1;
  text-align: center;
  padding: 6px;
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container figure figcaption {
    line-height: 16px;
    padding: 10px;
  }
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container figure figcaption {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 0 5px;
  }
}
article.radio-highlights .highlights-content-container figure figcaption.gutter {
  border-bottom: 1px solid #DBD9D4;
  color: #A4AEBB;
}
@media screen and (max-width: 39.9375em) {
  article.radio-highlights .highlights-content-container figure#main-article-image > div {
    margin: 0 -10px;
  }
}
article.radio-highlights .highlights-content-container figure#main-article-image .overlay {
  width: 100%;
  height: 92%;
  background: url("../ghost-optimized.html") no-repeat;
  opacity: 0.5;
  display: block;
  position: absolute;
  background-size: cover;
}
article.radio-highlights .highlights-content-container figure .main-article-overlay {
  position: absolute;
  z-index: 10000;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-color: #eeecec;
  text-align: center;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  height: 3.125rem !important;
  width: 3.125rem !important;
}
article.radio-highlights .highlights-content-container figure .main-article-overlay i {
  color: #000000;
}
article.radio-highlights .highlights-content-container figure .main-article-overlay i:before {
  font-size: 1.975rem !important;
  line-height: 47px !important;
}
article.radio-highlights .highlights-content-container figure .main-article-overlay i.radio-icon_video:before {
  font-size: 2.45rem !important;
  line-height: 47px !important;
  margin-left: 6px !important;
}
article.radio-highlights .highlights-content-container figure .main-article-overlay i.radio-icon_audio:before {
  font-size: 1.875rem !important;
  line-height: 47px !important;
  margin-left: 0 !important;
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container figure .main-article-overlay {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  article.radio-highlights .highlights-content-container figure .main-article-overlay i.radio-icon_video:before, article.radio-highlights .highlights-content-container figure .main-article-overlay i.radio-icon_audio:before, article.radio-highlights .highlights-content-container figure .main-article-overlay i.radio-icon_recipe:before {
    font-size: 2.675rem !important;
    line-height: 60px !important;
  }
  article.radio-highlights .highlights-content-container figure .main-article-overlay i.radio-icon_gallery:before {
    font-size: 2.675rem !important;
    line-height: 60px !important;
  }
}
article.radio-highlights .highlights-content-container .widget-container p[data-embed=rte-player] {
  margin-bottom: 0;
}
article.radio-highlights .highlights-content-container .author-source-container {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #DBD9D4;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta {
  display: table-cell;
  vertical-align: middle;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link {
  display: inline-block;
  color: #FFFFFF;
  padding-top: 0;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.radio1, article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.radioone {
  color: #57a9d3;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.twofm, article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.twofm-news {
  color: #f15a29;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.lyric-fm, article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.lyricfm {
  color: #582e91;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.raidio-na-gaeltachta, article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.scealta {
  color: #5a913a;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.pulse {
  color: #DA1A35;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.gold {
  color: #9f7113;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.twoxm {
  color: #FFFFFF;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.rte-radio1-extra {
  color: #0D2C61;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.rtejrradio {
  color: #B6D334;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.podcast, article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.podcast-series {
  color: #00A1AD;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.doconone {
  color: #2949F6;
}
article.radio-highlights .highlights-content-container .author-source-container .article-meta .byline-link span.primary-color.dramaonone {
  color: #F28BAB;
}
article.radio-highlights .highlights-content-container .author-source-container p {
  color: #C2C9D1;
  margin: 0 55px 0 0;
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container .author-source-container {
    font-size: 15px;
    line-height: 20px;
  }
  article.radio-highlights .highlights-content-container .author-source-container .article-meta {
    padding-top: 5px;
  }
  article.radio-highlights .highlights-content-container .author-source-container p {
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container .author-source-container {
    font-size: 16px;
  }
  article.radio-highlights .highlights-content-container .author-source-container .article-meta {
    height: auto;
    padding-top: 10px;
  }
}
article.radio-highlights .highlights-content-container .author-source-container .bio {
  color: #6b728c;
  padding-left: 82px;
}
@media screen and (max-width: 39.9375em) {
  article.radio-highlights .highlights-content-container .author-source-container .bio {
    padding: 0;
    text-align: center;
  }
}
article.radio-highlights .highlights-content-container .author-source-container .author_lite {
  min-height: 50px;
}
article.radio-highlights .highlights-content-container .author-source-container .author_lite .byline-image {
  display: block;
  float: left;
  overflow: hidden;
  border-radius: 40px;
  margin: 0 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
}
article.radio-highlights .highlights-content-container .author-source-container .author_lite .byline-image img {
  width: 50px;
  height: 50px;
  display: none;
}
@media screen and (max-width: 63.9375em) {
  article.radio-highlights .highlights-content-container .author-source-container .author_lite .byline-image {
    margin: 0 0.5rem 0 0;
  }
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container .author-source-container .author_lite {
    float: left;
    width: 50%;
    display: table;
  }
  article.radio-highlights .highlights-content-container .author-source-container .author_lite .byline-image {
    width: 50px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
  }
  article.radio-highlights .highlights-content-container .author-source-container .author_lite .byline-image img {
    width: 50px;
    height: 50px;
  }
  article.radio-highlights .highlights-content-container .author-source-container .author_lite.no-sponsor {
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container .author-source-container .author_lite .byline-image {
    width: 60px;
    height: 60px;
  }
  article.radio-highlights .highlights-content-container .author-source-container .author_lite .byline-image img {
    width: 60px;
    height: 60px;
  }
}
article.radio-highlights .highlights-content-container .author-source-container .sponsor_info,
article.radio-highlights .highlights-content-container .author-source-container .sponsor_info * {
  font-size: 15px;
  line-height: 20px;
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container .author-source-container .sponsor_info,
  article.radio-highlights .highlights-content-container .author-source-container .sponsor_info * {
    font-size: 1rem;
  }
}
article.radio-highlights .highlights-content-container .author-source-container .sponsor_info {
  display: block;
  color: #FFFFFF;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(151, 151, 151, 0.3019607843);
}
article.radio-highlights .highlights-content-container .author-source-container .sponsor_info img {
  display: block;
  margin: 0;
  max-width: 50%;
  max-height: 50px;
  float: right;
}
article.radio-highlights .highlights-content-container .author-source-container .sponsor_info div {
  float: left;
  max-width: 50%;
}
article.radio-highlights .highlights-content-container .author-source-container .sponsor_info div p {
  margin: 0;
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container .author-source-container .sponsor_info {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    text-align: right;
    float: right;
  }
  article.radio-highlights .highlights-content-container .author-source-container .sponsor_info img {
    max-width: 100%;
    margin: 0 0 0 10px;
  }
  article.radio-highlights .highlights-content-container .author-source-container .sponsor_info div {
    max-width: 100%;
    margin-top: 6px;
  }
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container .author-source-container .sponsor_info div {
    margin-top: 8px;
  }
}
article.radio-highlights .highlights-content-container .article-body,
article.radio-highlights .highlights-content-container .article-footer {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container .article-body,
  article.radio-highlights .highlights-content-container .article-footer {
    width: 83%;
  }
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container .article-body,
  article.radio-highlights .highlights-content-container .article-footer {
    width: 75%;
  }
}
@media screen and (max-width: 39.9375em) {
  article.radio-highlights .highlights-content-container .article-body.columns {
    padding-left: 0;
    padding-right: 0;
  }
}
article.radio-highlights .highlights-content-container .article-body a:hover {
  text-decoration: underline;
}
article.radio-highlights .highlights-content-container .article-body p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}
article.radio-highlights .highlights-content-container .article-body p b, article.radio-highlights .highlights-content-container .article-body p strong {
  font-weight: 600;
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container .article-body p {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin: 24px 0;
  }
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container .article-body p {
    margin: 31px 0;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
article.radio-highlights .highlights-content-container .article-body p img {
  max-width: 100%;
}
article.radio-highlights .highlights-content-container .article-body p::selection {
  background: #8f897c;
  color: #ffffff;
}
article.radio-highlights .highlights-content-container .article-body p::-moz-selection {
  background: #8f897c;
  color: #fff;
}
article.radio-highlights .highlights-content-container .article-body ul {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-left: 1.1875rem;
  list-style: disc;
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container .article-body ul {
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container .article-body ul {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
article.radio-highlights .highlights-content-container .article-body ol {
  font-size: 1rem;
  line-height: 1.5rem;
  list-style: decimal;
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container .article-body ol {
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container .article-body ol {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
article.radio-highlights .highlights-content-container .article-body img[alt="The Conversation"] {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}
article.radio-highlights .highlights-content-container .article-body span[data-pin-log=embed_pin] {
  display: block !important;
  margin: auto !important;
}
article.radio-highlights .highlights-content-container .article-footer.tags-container {
  margin-top: 25px;
  margin-bottom: 29px;
}
article.radio-highlights .highlights-content-container .article-footer.tags-container h4 {
  text-align: left;
}
article.radio-highlights .highlights-content-container .article-footer.tags-container ul.tags li {
  float: left;
  margin-right: 5px;
  margin-left: 0;
}
article.radio-highlights .highlights-content-container .article-footer.tags-container ul.tags li a {
  border-left: 0;
  padding: 0 0.3125rem 0 0;
  border-right: 1px solid #A4AEBB;
}
article.radio-highlights .highlights-content-container .article-footer.tags-container ul.tags li:last-child a {
  border: 0;
}
@media screen and (min-width: 40em) {
  article.radio-highlights .highlights-content-container .article-footer.tags-container {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 64em) {
  article.radio-highlights .highlights-content-container .article-footer {
    max-width: 1160px;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
  }
}
article.radio-highlights .columns.social-btn-container.bottom {
  float: none;
  text-align: center;
  margin-bottom: 1rem;
}
article.radio-highlights .columns.social-btn-container.bottom i {
  width: 8rem;
}
article.radio-highlights #share-on-select {
  position: absolute;
  display: none;
}
article.radio-highlights #share-on-select i.twitter {
  background: #55acee;
  margin-left: 0;
}
article.radio-highlights #share-on-select span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: hotpink;
  border-radius: 30px;
}
article.radio-highlights .twitter-tweet {
  margin: 1rem auto;
}

.gallery #main-article-image {
  margin-bottom: 2rem;
}

.after {
  position: relative;
  z-index: 1;
}

.source, .source * {
  font-size: 1rem;
  line-height: 1.7rem;
}

.pswp--open {
  z-index: 9999999999 !important; /* This makes the gallery go over the ad */
}

.pswp__caption__center {
  font-family: "IBM Plex Sans", Sans;
  font-size: 1rem !important;
  line-height: 1.4rem !important;
}
@media screen and (min-width: 64em) {
  .pswp__caption__center {
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
  }
}

/* Flipable image */
/* entire container, keeps perspective */
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
  -webkit-perspective: 1000px;
  cursor: pointer;
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg) !important;
}
.flip-container .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flip-container img {
  margin-left: 0 !important;
}
.flip-container .front, .flip-container .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-container .front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.flip-container .back {
  transform: rotateY(180deg);
}

/* Change the following values if you change Foundation's version */
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.watch-live #top-summary {
  padding: 0;
}
body.watch-live #top-summary .embed-player {
  text-align: left;
  background-color: #1A1E23;
  padding: 10px 14px;
}
body.watch-live #top-summary .embed-player .iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
body.watch-live #top-summary .embed-player .iframe-wrapper .no_show {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333C47;
  opacity: 0;
}
body.watch-live #top-summary .embed-player .iframe-wrapper .no_show .message-box {
  background-color: #000;
  color: #fff;
  padding: 17px;
  text-align: center;
  max-width: 570px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  width: 90%;
  border-radius: 5px;
}
body.watch-live #top-summary .embed-player .iframe-wrapper .no_show .message-box span {
  font-size: 16px;
  font-weight: 600;
}
body.watch-live #top-summary .embed-player .iframe-wrapper .no_show .message-box p {
  font-size: 13px;
  margin: 10px 0 0 0;
}
body.watch-live #top-summary .embed-player .iframe-wrapper.initial {
  opacity: 0;
}
body.watch-live #top-summary .embed-player .iframe-wrapper.nosignal iframe {
  opacity: 0;
}
body.watch-live #top-summary .embed-player .iframe-wrapper.nosignal .no_show {
  opacity: 1;
}
body.watch-live #top-summary .embed-player .panel-heading {
  margin: 4px 0 14px 0;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  color: white;
  font-weight: 600;
}
body.watch-live #top-summary .embed-player iframe#radioVideoPlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.watch-live #top-summary .embed-player .clip_meta {
  color: #fff;
}
body.watch-live #top-summary .embed-player .clip_meta .title {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 600;
  margin: 4px 0 4px;
}
body.watch-live #top-summary .embed-player .clip_meta .date {
  font-size: 0.875rem;
  color: #C2C9D1;
  margin-bottom: 2px;
}
body.watch-live #top-summary .embed-player .clip_meta .desc {
  font-size: 0.9375rem;
  line-height: 17px;
}
body.watch-live #top-summary .watch-schedule {
  background-color: #000;
  color: #fff;
  text-align: left;
}
body.watch-live #top-summary .watch-schedule .schedule {
  white-space: nowrap;
  overflow-x: auto;
}
body.watch-live #top-summary .watch-schedule .schedule .meta-wrapper {
  display: table;
}
body.watch-live #top-summary .watch-schedule h4 {
  margin: 14px 0;
  font-size: 1.5625rem;
  font-weight: 600;
}
body.watch-live #top-summary .watch-schedule .item {
  display: inline-block;
  background-color: #1A1E24;
  border-bottom: 1px #4D5A6B solid;
  position: relative;
  white-space: normal;
  max-width: 122px;
  padding-bottom: 10px;
  margin-right: 6px;
}
body.watch-live #top-summary .watch-schedule .item .thumbnail {
  position: relative;
  width: 122px;
  height: 68.69px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
body.watch-live #top-summary .watch-schedule .item .title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 17px;
  padding: 5px;
}
body.watch-live #top-summary .watch-schedule .item .meta {
  font-size: 0.75rem;
  line-height: 16px;
  color: #C2C9D1;
  padding: 0 5px;
}
body.watch-live #top-summary .watch-schedule .item .meta:after {
  content: " ";
  display: table;
  clear: both;
}
body.watch-live #top-summary .watch-schedule .item.playing {
  border-color: #00A1AD;
  cursor: pointer;
}
body.watch-live #top-summary .watch-schedule .item.playing:before {
  content: "";
  display: block;
}
body.watch-live #top-summary .watch-schedule .item.playing .thumbnail:after {
  content: "PLAYING NOW";
  display: block;
  position: absolute;
  background-color: rgba(0, 161, 173, 0.41);
  width: 100%;
  height: 100%;
  top: 0;
  padding: 40px 0;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  body.watch-live #top-summary .watch-schedule .item.playing .thumbnail:after {
    font-size: 12px;
    padding: 24px 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body.watch-live #top-summary .watch-schedule .item.playing .thumbnail:after {
    font-size: 15px;
  }
}
@media screen and (max-width: 39.9375em) {
  body.watch-live #top-summary .embed-player {
    padding: 10px 10px;
  }
  body.watch-live #top-summary .watch-schedule {
    padding: 0 10px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body.watch-live #top-summary .embed-player {
    padding: 10px 19px;
  }
  body.watch-live #top-summary .watch-schedule {
    padding: 0 19px;
  }
  body.watch-live #top-summary .watch-schedule .item {
    max-width: 210px;
  }
  body.watch-live #top-summary .watch-schedule .item .thumbnail {
    width: 210px;
    height: 118px;
  }
  body.watch-live #top-summary .watch-schedule .item .title {
    padding: 10px;
  }
  body.watch-live #top-summary .watch-schedule .item .meta {
    padding: 0 10px 10px 10px;
  }
  body.watch-live #top-summary .watch-schedule .item.playing .thumbnail:after {
    padding: 49px 0;
  }
}
@media screen and (min-width: 64em) {
  body.watch-live #top-summary {
    padding: 0;
  }
  body.watch-live #top-summary .embed-player {
    text-align: left;
    background-color: #1A1E23;
    padding: 14px 40px;
  }
  body.watch-live #top-summary .embed-player .iframe-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  body.watch-live #top-summary .embed-player .panel-heading {
    margin: 17px 0 37px 0;
    font-size: 2.5rem;
    line-height: 2.1875rem;
    color: white;
    font-weight: 600;
  }
  body.watch-live #top-summary .embed-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body.watch-live #top-summary .embed-player .clip_meta {
    color: #fff;
  }
  body.watch-live #top-summary .embed-player .clip_meta .title {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    font-weight: 600;
    margin: 15px 0 16px;
  }
  body.watch-live #top-summary .embed-player .clip_meta .date {
    font-size: 0.875rem;
    color: #C2C9D1;
    margin-bottom: 12px;
  }
  body.watch-live #top-summary .embed-player .clip_meta .desc {
    font-size: 0.9375rem;
    line-height: 20px;
    margin-bottom: 44px;
  }
  body.watch-live #top-summary .watch-schedule {
    background-color: #000;
    color: #fff;
    text-align: left;
    padding: 0 20px;
    height: 551px;
    overflow-y: scroll;
    /* width */
    /* Handle */
    /* Handle on hover */
  }
  body.watch-live #top-summary .watch-schedule::-webkit-scrollbar {
    width: 10px;
  }
  body.watch-live #top-summary .watch-schedule::-webkit-scrollbar-thumb {
    background: #4D5A6B;
  }
  body.watch-live #top-summary .watch-schedule::-webkit-scrollbar-thumb:hover {
    background: #616f83;
  }
  body.watch-live #top-summary .watch-schedule h4 {
    margin: 10px 0;
    font-size: 1.875rem;
  }
  body.watch-live #top-summary .watch-schedule .schedule .meta-wrapper {
    display: block;
  }
  body.watch-live #top-summary .watch-schedule .item {
    display: block;
    background-color: #1A1E24;
    border-bottom: 1px #4D5A6B solid;
    padding-right: 10px;
    margin-bottom: 20px;
    max-width: none;
    padding-bottom: 0;
  }
  body.watch-live #top-summary .watch-schedule .item .thumbnail {
    float: left;
    width: 178px;
    height: 100px;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.watch-live #top-summary .watch-schedule .item .title {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 20px;
    padding-top: 10px;
  }
  body.watch-live #top-summary .watch-schedule .item .meta {
    font-size: 0.75rem;
    line-height: 16px;
    color: #C2C9D1;
  }
  body.watch-live #top-summary .watch-schedule .item .meta:after {
    content: " ";
    display: table;
    clear: both;
  }
}

/*# sourceMappingURL=style.css.map */
