/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --font-sans: Helvetica, sans-serif;
  --font-serif: Georgia, serif;
  --main-page-titles-font: Georgia, serif;
  --primary: #fa9000;
  --secondary: #2a3062;
  --danger: #d71c22;
  --background: #fff;
  --body-background: #f6f5fa;
  --text-primary: #000;
  --text-secondary: #6c757d;
  --header-background: var(--background);
  --header-color: var(--text-primary);
  --header-search-background: var(--gray-200);
  --header-search-color: var(--gray-500);
  --header-nav-item: var(--gray-700);
  --header-nav-item-nested: var(--gray-600);
  --footer-background: var(--black);
  --footer-color: var(--white);
  --footer-social-background: var(--gray-900);
  --footer-social-color: var(--gray-500);
  --footer-list-heading: var(--gray-600);
  --footer-list-item: var(--gray-600);
  --top-news-section-background: var(--black);
  --top-news-section-headline: var(--white);
  --top-news-section-description: var(--gray-500);
  --top-news-section-titles: var(--gray-200);
  --multiple-articles-background: var(--white);
  --multiple-articles-heading: var(--black);
  --single-article-background: var(--background);
  --single-article-title: var(--text-primary);
  --single-article-description: var(--gray-600);
  --single-video-background: var(--text-primary);
  --single-video-title: var(--background);
  --single-video-description: var(--gray-600);
  --opinion-section-background: var(--white);
  --opinion-section-heading: var(--text-primary);
  --opinion-section-author-name: var(--gray-500);
  --carousel-background: transparent;
  --carousel-title: var(--text-primary);
  --opinion-carousel-background: transparent;
  --opinion-carousel-title: var(--text-primary);
  --trending-background: var(--white);
  --trending-title: var(--text-primary);
  --trending-numbers: var(--gray-500);
  --tags-background: transparent;
  --tags-color: var(--gray-500);
  --more-news-background: var(--gray-100);
  --more-news-heading: var(--gray-700);
  --more-news-title: var(--black);
  --more-news-time: var(--gray-600);
  --video-slider-background: var(--black);
  --video-slider-title: var(--white);
  --video-slider-playlist-background: var(--gray-900);
  --video-slider-playlist-selected-background: var(--gray-800);
  --about-the-author-heading: var(--text-primary);
  --about-the-author-name: var(--text-primary);
  --about-the-author-description: var(--gray-900);
  --read-next-heading: var(--text-primary);
  --read-next-title: var(--text-primary);
  --read-next-description: var(--gray-800);
  --news-detail-background: var(--background);
  --news-detail-caption: var(--gray-600);
  --news-detail-label: var(--gray-500);
  --news-detail-title: var(--text-primary);
  --news-detail-description: var(--gray-700);
  --article-detail-background: var(--background);
  --article-detail-caption: var(--gray-600);
  --article-detail-label: var(--gray-500);
  --article-detail-title: var(--text-primary);
  --article-detail-description: var(--gray-700);
  --author-detail-background: var(--body-background);
  --author-detail-name: var(--text-primary);
  --author-detail-about: var(--gray-900);
  --author-detail-article-title: var(--text-primary);
  --author-detail-article-description: var(--gray-600);
  --category-background: var(--body-background);
  --category-heading: var(--text-primary);
  --white: #fff;
  --gray-100: #f6f5fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #a8a8a8;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --black: #000
}

@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 600;
  src: url(HelveticaNeueLTPro-Bd.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 500;
  src: url(HelveticaNeueLTPro-Md.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: url(HelveticaNeueLTPro-Roman.woff) format("woff")
}

@font-face {
  font-family: "fontello";
  src: url(fontello.eot);
  src: url(fontello.eot#iefix) format("embedded-opentype"), url(fontello.woff2) format("woff2"), url(fontello.woff) format("woff"), url(fontello.ttf) format("truetype"), url(fontello.svg#fontello) format("svg");
  font-weight: normal;
  font-style: normal
}

[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-play:before {
  content: ""
}

.icon-volume:before {
  content: ""
}

.icon-down-dir:before {
  content: ""
}

.icon-up-dir:before {
  content: ""
}

.icon-right-dir:before {
  content: ""
}

.icon-left-dir:before {
  content: ""
}

.icon-comment:before {
  content: ""
}

.icon-search:before {
  content: ""
}

.icon-cancel:before {
  content: ""
}

.icon-twitter:before {
  content: ""
}

.icon-facebook:before {
  content: ""
}

.icon-rss:before {
  content: ""
}

.icon-menu:before {
  content: ""
}

.icon-comment-empty:before {
  content: ""
}

.icon-play-circled:before {
  content: ""
}

.icon-youtube:before {
  content: ""
}

.icon-snapchat:before {
  content: ""
}

.icon-podcast:before {
  content: ""
}

.icon-whatsapp:before {
  content: ""
}

body {
  background: var(--body-background);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat";
  padding-top: 60px
}

body a {
  text-decoration: none
}

body ul, body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  padding: 0
}

.main-page .single-article__title {
  font-family: var(--main-page-titles-font)
}

header.header {
  background: var(--header-background);
  padding: 15px;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%
}

header.header .live-button {
  color: #a8222c;
  font-weight: 600;
  position: absolute;
  right: 60px;
  top: -18px;
  padding: 20px 15px;
  text-transform: capitalize
}

header.header .live-button .icon {
  font-size: 22px;
  position: relative;
  right: -6px;
  top: 1px
}

header.header .nav-menu-toggle {
  color: var(--header-color);
  font-size: 20px;
  height: 20px;
  width: 30px;
  position: absolute;
  right: 15px;
  top: -15px;
  padding: 20px 15px
}

header.header .nav-menu-toggle .icon-cancel {
  display: none
}

header.header .nav-menu-toggle.active .icon-menu {
  display: none
}

header.header .nav-menu-toggle.active .icon-cancel {
  display: block
}

#logo {
  display: inline-block
}

h1.logo {
  font-size: 16px;
  height: 30px;
  margin: 0
}

h1.logo span {
  display: inline-block;
  vertical-align: middle
}

h1.logo span:first-child {
  margin-top: -5px
}

h1.logo span:first-child svg {
  height: 40px;
  max-width: 100%;
  width: auto
}

h1.logo span:last-child {
  color: var(--secondary);
  display: inline-block;
  font-weight: bolder;
  letter-spacing: -0.015em;
  padding-top: .65em
}

.nav-menu {
  background: var(--header-background);
  height: auto;
  min-width: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 99;
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 450ms cubic-bezier(0.5, 1, 0.89, 1);
  -o-transition: all 450ms cubic-bezier(0.5, 1, 0.89, 1);
  -moz-transition: all 450ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 450ms cubic-bezier(0.5, 1, 0.89, 1)
}

.nav-menu.in {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: calc(100vh - 60px);
  overflow-y: scroll;
}

.nav-menu ul {
  list-style: none
}

.nav-menu ul .nav-menu__dropdown-menu {
  padding-left: 10px
}

.nav-menu__navbar {
  height: calc(100% - 10px);
  overflow-y: scroll
}

.nav-menu__search {
  background: var(--header-search-background);
  color: var(--header-search-color);
  padding: 10px
}

.nav-menu__search .icon {
  font-size: 20px
}

.nav-menu__field-search {
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--header-search-color);
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0 15px 10px;
  width: calc(100% - 50px)
}

.nav-menu__field-search:focus {
  outline: none
}

.nav-menu__field-search::placeholder {
  color: var(--header-search-color)
}

.nav-menu__field-search::selection {
  background: #a8222c;
  color: var(--background)
}

.nav-menu__item a {
  color: var(--header-nav-item);
  font-weight: 600;
  display: block;
  padding: 9px 15px
}

.nav-menu__item a:hover, .nav-menu__item a:active, .nav-menu__item a:focus, .nav-menu__item a.active {
  color: #a8222c
}

.nav-menu__dropdown-menu {
  display: none
}

.nav-menu__dropdown-menu.dropped {
  display: block
}

.nav-menu__dropdown-menu .nav-menu__item a {
  color: var(--header-nav-item-nested);
  font-weight: 400
}

footer.footer {
  background: var(--footer-background);
  color: var(--footer-color)
}

footer.footer h1.logo {
  background: var(--footer-social-background);
  padding: 15px 15px 0
}

footer.footer h1.logo span:first-child {
  background-image: url(news-hollow.svg);
  opacity: .6
}

footer.footer h1.logo span:last-child {
  color: var(--footer-social-color)
}

.footer__nav-social {
  background: var(--footer-social-background);
  padding: 15px
}

.footer__nav-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  left: -12px
}

.footer__nav-social ul li {
  display: inline-block;
  font-size: 30px
}

.footer__nav-social ul li:first-child a {
  padding-left: 0
}

.footer__nav-social ul li a {
  color: var(--footer-social-color);
  padding: 5px
}

.footer__nav-links::after {
  display: block;
  clear: both;
  content: ""
}

.footer__nav-list {
  box-sizing: border-box;
  float: left;
  min-height: 355px;
  padding: 15px;
  width: 50%
}

.footer__nav-list h3 {
  color: var(--footer-list-heading);
  font-size: 18px
}

.footer__nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.footer__nav-list ul li a {
  color: var(--footer-list-item);
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0
}

.footer__copyright {
  color: var(--footer-list-item);
  font-size: 14px;
  text-align: right;
  padding: 15px
}

.ads {
  margin: 15px 0;
  text-align: center
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #343a40;
  z-index: 800;
  height: 100%;
  width: 100%;
  display: table
}

.no-js #preloader, .oldie #preloader {
  display: none
}

#loader {
  display: table-cell;
  text-align: center;
  vertical-align: middle
}

.line-scale {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  float: left
}

@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  50% {
    -webkit-transform: scaley(0.7);
    transform: scaley(0.7)
  }
  100% {
    -webkit-transform: scaley(1.2);
    transform: scaley(1.2)
  }
}

@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  50% {
    -webkit-transform: scaley(0.7);
    transform: scaley(0.7)
  }
  100% {
    -webkit-transform: scaley(1.2);
    transform: scaley(1.2)
  }
}

.top-news-section {
  margin-top: -60px
}

.top-news-section__headline {
  position: relative
}

.top-news-section__headline img {
  max-width: 100%;
  height: auto
}

.top-news-section__headline a {
  color: var(--top-news-section-headline)
}

.top-news-section__headline:after {
  background: -webkit-linear-gradient(transparent, var(--top-news-section-background));
  background: -o-linear-gradient(transparent, var(--top-news-section-background));
  background: -ms-linear-gradient(transparent, var(--top-news-section-background));
  background: -moz-linear-gradient(transparent, var(--top-news-section-background));
  background: linear-gradient(transparent, var(--top-news-section-background));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--top-news-section-background));
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.top-news-section__content {
  padding: 7.5% 15px 15px;
  position: absolute;
  bottom: -9%;
  z-index: 2
}

.top-news-section__label {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.1667em;
  padding: 4px 11px 1px 12px;
  text-transform: uppercase
}

.top-news-section__title {
  font-family: var(--main-page-titles-font);
  font-size: 36px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 20px;
  margin-right: 10%
}

.top-news-section__desc {
  color: var(--top-news-section-description);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.21em
}

.top-news-section__articles {
  background: var(--top-news-section-background);
  padding: 20px 15px
}

.top-news-section__articles a {
  border-bottom: 1px solid var(--gray-800);
  color: var(--top-news-section-titles);
  display: block;
  padding: 5px 0
}

.top-news-section__articles a:last-child {
  border: none
}

.top-news-section__articles a h2 {
  font-family: var(--main-page-titles-font);
  font-size: 18px;
  line-height: 1.2em;
  margin: 10px 0
}

.single-article {
  background: var(--background);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .05);
  margin: 15px;
  position: relative
}

.single-article__img a {
  display: block
}

.single-article__img a img {
  max-width: 100%;
  height: auto
}

.single-article__content {
  background: var(--single-article-background);
  padding: 6px 11px 7px 11px;
  margin-top: -2.75em
}

.single-article__content .single-article__title {
  font-size: 24px;
  margin: -8px 0 15px 0
}

.single-article__content .single-article__title a {
  color: var(--single-article-title)
}

.single-article__content .single-article__label {
  display: inline-block;
  font-size: 12px;
  padding: 6px 11px 7px 11px;
  position: relative;
  left: -11px;
  text-transform: uppercase
}

.single-article__content .single-article__label a {
  color: inherit;
  font-weight: 600
}

.single-article__content .single-article__desc {
  color: var(--single-article-description);
  font-size: 16px;
  line-height: 1.5em
}

.single-article__stories ul {
  padding: 0 30px 15px
}

.single-article__stories ul li {
  color: #a8222c;
  font-size: 24px;
  line-height: .75em;
  list-style-type: disc;
  margin-bottom: 5px
}

.single-article__stories ul li a {
  color: var(--single-article-title);
  font-size: 16px;
  font-weight: 500
}

.single-article--video {
  padding-bottom: 15px
}

.single-article--video .single-article__img {
  position: relative;
  overflow: hidden
}

.single-article--video .single-article__img a {
  position: relative;
  z-index: 3
}

.single-article--video .single-article__img a:before, .single-article--video .single-article__img a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.single-article--video .single-article__img a:before {
  background: var(--black);
  opacity: .3;
  height: calc(100% - .35em);
  width: 100%;
  z-index: 1
}

.single-article--video .single-article__img a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--single-video-title);
  content: "";
  font-size: 46px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-75%, -50%);
  -o-transform: translate(-75%, -50%);
  -ms-transform: translate(-75%, -50%);
  -webkit-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%);
  z-index: 2
}

.single-article--video .single-article__duration {
  background: var(--single-video-background);
  color: var(--single-video-title);
  font-size: 14px;
  padding: 3px 7px;
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 3
}

.single-article--video .single-article__content {
  background: var(--single-video-background);
  margin-top: -0.4em;
  padding: 0 18px 9px
}

.single-article--video .single-article__label {
  background: var(--single-video-background);
  left: -10px
}

.single-article--video .single-article__title a {
  color: var(--single-video-title)
}

.single-article--video .single-article__desc {
  color: var(--single-video-description)
}

.opinion-section {
  background: var(--background);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .05);
  margin: 15px;
  position: relative;
  background: var(--opinion-section-background);
  font-size: 0;
  padding: 20px 15px 25px 15px
}

.opinion-section__heading {
  margin: 0 0 35px 0
}

.opinion-section__heading a {
  color: var(--opinion-section-heading);
  font-size: 18px;
  font-weight: 600;
  position: relative
}

.opinion-section__heading a:before {
  border-bottom: 4px solid var(--opinion-section-heading);
  content: "";
  position: absolute;
  top: 21px;
  width: 42px;
  z-index: 3
}

.opinion-section__article {
  margin: 20px 0 10px
}

.opinion-section__author-image {
  display: inline-block;
  margin-top: 8px
}

.opinion-section__author-image img {
  border-radius: 100%;
  height: 62px;
  width: 62px
}

.opinion-section__desc {
  display: inline-block;
  padding: 8px 0 0 15px;
  vertical-align: top;
  width: calc(100% - 77px)
}

.opinion-section__author-name {
  position: relative
}

.opinion-section__author-name:before {
  content: "“";
  color: #a8222c;
  font-size: 36px;
  position: absolute;
  top: -2px;
  left: -2px
}

.opinion-section__author-name a {
  color: var(--opinion-section-author-name);
  font-size: 14px;
  font-weight: 600;
  padding-left: 14px
}

.opinion-section__title {
  margin-top: 6px
}

.opinion-section__title a {
  color: var(--opinion-section-heading);
  font-size: 16px;
  font-weight: 500
}

.carousel {
  background: var(--carousel-background)
}

.carousel__heading {
  margin: 15px
}

.carousel__heading a {
  border-bottom: 3px solid var(--carousel-title);
  color: var(--carousel-title);
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 6px;
  text-transform: uppercase
}

.carousel__wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap
}

.carousel__item {
  display: inline-block;
  margin-left: 15px;
  width: 60%
}

.carousel__item:last-child {
  margin-right: 15px
}

.carousel__item img {
  max-width: 100%;
  height: auto
}

.carousel__caption {
  background: var(--background);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .05);
  margin: 15px;
  position: relative;
  height: 96px;
  margin-top: -40px;
  padding: 12px;
  position: relative;
  text-align: center;
  white-space: normal
}

.carousel__label {
  font-size: 12px;
  font-weight: 600;
  margin: 5px 0 0
}

.carousel__label a {
  border-bottom: 1px solid var(--gray-400);
  padding-bottom: 5px;
  text-transform: uppercase
}

.carousel__title {
  font-size: 16px;
  line-height: 1.125em;
  margin: 0;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: calc(50% + 14px);
  width: calc(100% - 20px);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.carousel__title a {
  color: var(--carousel-title);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.multiple-articles {
  background: var(--background);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .05);
  margin: 15px;
  position: relative;
  background: var(--multiple-articles-background)
}

.multiple-articles__heading {
  color: var(--multiple-articles-heading);
  font-size: 18px;
  font-weight: 600;
  padding: 18px 15px 10px;
  position: relative
}

.multiple-articles__heading:before {
  border-bottom: 4px solid var(--multiple-articles-heading);
  content: "";
  position: absolute;
  top: 40px;
  width: 42px;
  z-index: 3
}

.multiple-articles .single-article {
  box-shadow: none
}

.multiple-articles .single-article__title {
  font-size: 18px
}

.multiple-articles.editors-picks .single-article__label {
  font-size: 14px
}

.multiple-articles.editors-picks .single-article__title {
  font-family: var(--main-page-titles-font)
}

.triple-articles__title {
  font-family: var(--main-page-titles-font)
}

.trending {
  background: var(--background);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .05);
  margin: 15px;
  position: relative;
  background: var(--trending-background)
}

.trending__heading {
  color: var(--trending-title);
  font-size: 18px;
  font-weight: 600;
  padding: 18px 15px 10px;
  position: relative
}

.trending__heading:before {
  border-bottom: 4px solid var(--trending-title);
  content: "";
  position: absolute;
  top: 40px;
  width: 42px;
  z-index: 3
}

.trending__latest-news {
  color: var(--trending-numbers);
  list-style: none;
  padding: 0 40px 15px
}

.trending__latest-news li {
  counter-increment: custom;
  margin-bottom: 10px;
  position: relative
}

.trending__latest-news li:before {
  content: counter(custom) " ";
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  left: -20px;
  top: 5px;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.trending__latest-news li:first-child {
  counter-reset: custom
}

.trending__topic a {
  color: var(--trending-title);
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0
}

.trending.with-tabs .trending__tabs::after {
  display: block;
  clear: both;
  content: ""
}

.trending.with-tabs .trending__tab {
  float: left;
  width: 50%;
  text-align: center
}

.trending.with-tabs .trending__tab a {
  border-bottom: 3px solid transparent;
  color: var(--trending-title);
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 15px 10px
}

.trending.with-tabs .trending__tab a.active {
  border-color: var(--trending-title)
}

.trending.with-tabs .trending__tab-content {
  display: none
}

.trending.with-tabs .trending__tab-content.show {
  display: block
}

.trending.with-tabs .trending__tab-content ul {
  padding: 15px 15px 30px;
  list-style: none
}

.trending.with-tabs .trending__tab-content ul li {
  margin-bottom: 10px
}

.trending.with-tabs .trending__tab-content ul li a {
  color: var(--gray-800)
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0
}

.plyr video, .plyr audio, .plyr iframe {
  display: block;
  height: 100%;
  width: 100%
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto
}

.plyr:focus {
  outline: 0
}

.plyr--full-ui {
  box-sizing: border-box
}

.plyr--full-ui *, .plyr--full-ui *::after, .plyr--full-ui *::before {
  box-sizing: inherit
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation
}

.plyr__badge {
  background: var(--plyr-badge-background, #4a5464);
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none
}

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%
}

.plyr__captions span:empty {
  display: none
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2)
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px)
  }
}

.plyr--captions-active .plyr__captions {
  display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4))
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap
}

.plyr__caption div {
  display: inline
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all .3s ease
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
  outline: 0
}

.plyr__control.plyr__tab-focus {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #a8222c));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px
}

a.plyr__control {
  text-decoration: none
}

a.plyr__control::after, a.plyr__control::before {
  display: none
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, .plyr__control.plyr__control--pressed .label--not-pressed {
  display: none
}

.plyr--full-ui ::-webkit-media-controls {
  display: none
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0
}

.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4)
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4)
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0
}

.plyr__controls:empty {
  display: none
}

.plyr [data-plyr=captions], .plyr [data-plyr=pip], .plyr [data-plyr=airplay], .plyr [data-plyr=fullscreen] {
  display: none
}

.plyr--captions-enabled [data-plyr=captions], .plyr--pip-supported [data-plyr=pip], .plyr--airplay-supported [data-plyr=airplay], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block
}

.plyr__menu {
  display: flex;
  position: relative
}

.plyr__menu .plyr__control svg {
  transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none
}

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, #4a5464);
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height .35s cubic-bezier(0.4, 0, 0.2, 1), width .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
  top: 100%;
  width: 0
}

.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7)
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  user-select: none;
  width: 100%
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%
}

.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4)
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2))
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, .1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease, opacity .3s ease;
  width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, #a8222c))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, .1)
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, #a8222c));
  display: block;
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow .3s ease;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all .2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2) * -1)
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow .3s ease;
  user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all .2s ease;
  width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow .3s ease;
  user-select: none;
  color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow .3s ease;
  user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow .3s ease;
  user-select: none;
  background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all .2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none
}

.plyr--full-ui input[type=range]:focus {
  outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #a8222c));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #a8222c));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #a8222c));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width: calc(768px - 1)) {
  .plyr__time + .plyr__time {
    display: none
  }
}

.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2
}

.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2
}

.plyr .plyr__control:hover .plyr__tooltip, .plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7))
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%)
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1)
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2
}

.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%
}

.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto
}

.plyr--audio {
  display: block
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, #a8222c));
  color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
}

.plyr--video {
  background: #000;
  overflow: hidden
}

.plyr--video.plyr--menu-open {
  overflow: visible
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  z-index: 3
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5)
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #a8222c));
  color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #a8222c));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative
}

.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:fullscreen video {
  height: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-webkit-full-screen video {
  height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-moz-full-screen video {
  height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-ms-fullscreen video {
  height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000
}

.plyr--fullscreen-fallback video {
  height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3
}

.plyr__ads::after:empty {
  display: none
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  z-index: 2
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1)
}

.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, .55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%
}

.plyr--no-transition {
  transition: none !important
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.plyr [hidden] {
  display: none !important
}

.plyr__volume {
  min-width: auto;
  width: auto
}

.video-slider {
  background: var(--video-slider-background);
  padding: 15px
}

.video-slider__heading {
  border-bottom: 4px solid var(--video-slider-title);
  color: var(--video-slider-title);
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 0 5px;
  position: relative
}

.video-slider__title {
  margin: 0;
  padding: 0
}

.video-slider__title a {
  color: #a8222c;
  display: block;
  font-size: 12px;
  padding: 16px 0 8px;
  text-transform: uppercase
}

.video-slider__feature {
  margin: 0;
  padding: 0
}

.video-slider__feature a {
  color: var(--video-slider-title);
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px
}

.video-slider__playlist {
  padding: 15px 0
}

.video-slider__playlist ul {
  background: var(--video-slider-playlist-background);
  height: 280px;
  list-style: none;
  padding: 5px 0;
  overflow-y: scroll
}

.video-slider__playlist ul::-webkit-scrollbar {
  width: 5px
}

.video-slider__playlist ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(var(--video-slider-title), 0.2)
}

.video-slider__playlist ul::-webkit-scrollbar-thumb {
  background-color: #a8222c
}

.video-slider__playlist ul li {
  padding: 15px
}

.video-slider__playlist ul li::after {
  display: block;
  clear: both;
  content: ""
}

.video-slider__playlist ul li.now-playing {
  background: var(--video-slider-playlist-selected-background)
}

.video-slider__playlist__image, .video-slider__playlist__desc {
  float: left
}

.video-slider__playlist__image {
  position: relative;
  overflow: hidden;
  width: 41.6666%
}

.video-slider__playlist__image img {
  max-width: 100%;
  height: auto
}

.video-slider__playlist__desc {
  width: 58.3333%
}

.video-slider__playlist__desc > div {
  line-height: 1.4285em;
  padding: 0 10px
}

.video-slider__playlist__duration {
  background: var(--video-slider-background);
  color: var(--video-slider-title);
  font-size: 12px;
  padding: 3px 3px 1px;
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 3
}

.video-slider__playlist__title {
  color: #a8222c;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase
}

.video-slider__playlist__feature {
  color: var(--video-slider-title);
  font-size: 15px;
  font-weight: 400;
  margin-top: 2px
}

.news-detail {
  background: var(--news-detail-background)
}

.news-detail__header {
  padding: 25px 15px 10px
}

.news-detail__header .news-detail__player, .news-detail__header .news-detail__image {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -40px
}

.news-detail__header .news-detail__player.fixed-ratio, .news-detail__header .news-detail__image.fixed-ratio {
  width: calc(100% + 30px)
}

.news-detail__header .news-detail__player.fixed-ratio__old-tv, .news-detail__header .news-detail__image.fixed-ratio__old-tv {
  padding-top: calc(75% + 50px)
}

.news-detail__header .news-detail__player.fixed-ratio__wide, .news-detail__header .news-detail__image.fixed-ratio__wide {
  padding-top: calc(56.5% + 50px)
}

.news-detail__header .news-detail__caption {
  background: var(--news-detail-background);
  position: relative;
  bottom: -10px;
  z-index: 2
}

.news-detail__image {
  padding: 15px 0 7px
}

.news-detail__image img {
  max-width: 100%;
  height: auto
}

.news-detail__caption {
  color: var(--news-detail-caption);
  font-size: 14px;
  padding: 5px 15px 0
}

.news-detail__label {
  margin-top: 10px
}

.news-detail__label ul {
  list-style: none
}

.news-detail__label ul li {
  color: var(--news-detail-label);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  position: relative
}

.news-detail__label ul li a {
  color: var(--news-detail-label);
  padding: 0 .5em;
  text-transform: uppercase
}

.news-detail__label ul li:first-child a {
  padding-left: 0
}

.news-detail__label ul li:before {
  content: "/";
  position: absolute;
  top: 0;
  right: -0.375em
}

.news-detail__label ul li:last-child a {
  color: #a8222c
}

.news-detail__label ul li:last-child:before {
  content: none
}

.news-detail__title {
  color: var(--news-detail-title);
  font-size: 26px;
  line-height: 1.14em;
  margin: 8px 0
}

.news-detail__desc {
  color: var(--news-detail-description);
  font-family:"Montserrat";
  font-size: 18px;
  font-style: italic;
  line-height: 1.4em;
  margin: 0 0 15px
}

.news-detail__date {
  color: var(--news-detail-label);
  display: inline-block;
  font-size: 14px;
  font-weight: 700
}

.news-detail__share {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: 2px
}

.news-detail__share ul {
  list-style: none
}

.news-detail__share ul li {
  display: inline-block
}

.news-detail__share .icon-facebook {
  color: #3b5998;
  font-size: 22px
}

.news-detail__share .icon-twitter, .news-detail__share .icon-whatsapp {
  color: #00aced;
  font-size: 26px
}

.news-detail__share .icon-whatsapp {
  color: #6dc162;
  font-size: 24px
}

.news-detail__content {
  margin-bottom: 15px
}

.news-detail__content p {
  font-family:"Montserrat";
  font-size: 18px;
  line-height: 1.7em;
  margin: 0;
  padding: 7px 15px
}

.news-detail__content h2, .news-detail__content h3, .news-detail__content h4, .news-detail__content h5, .news-detail__content h6 {
  font-family: "Montserrat";
  font-size: 22px;
  margin-top: 30px;
  padding: 7px 15px
}

.news-detail__content h2 {
  font-size: 24px
}

.news-detail__content__more {
  display: none
}

.news-detail__content .news-detail__player {
  margin: 15px
}

.news-detail__content .news-detail__player .news-detail__caption {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  padding: 15px 0 0
}

.news-detail__content .news-detail__image {
  padding: 15px 15px 7px
}

.news-detail__content .news-detail__image .news-detail__caption {
  padding: 5px 0 0
}

.news-detail__content .floated-link {
  float: right
}

.news-detail__content .floated-link__img {
  display: inline-block;
  position: relative
}

.news-detail__content .floated-link__img:before, .news-detail__content .floated-link__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.news-detail__content .floated-link__img:before {
  background: rgba(var(--text-primary), 0.3);
  height: calc(100% - 10px);
  width: 100%;
  z-index: 1
}

.news-detail__content .floated-link__img:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--news-detail-background);
  content: "";
  font-size: 46px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-75%, -50%);
  -o-transform: translate(-75%, -50%);
  -ms-transform: translate(-75%, -50%);
  -webkit-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%);
  z-index: 2
}

.news-detail__content .floated-link__caption {
  color: var(--text-primary);
  display: block;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  line-height: 1.15em;
  margin-bottom: 15px;
  max-width: 150px
}

.news-detail__read-more-button {
  color: var(--secondary);
  font-size: 16px;
  text-decoration: underline
}

.news-detail__embed {
  background: var(--gray-200);
  padding: 7px 15px;
  margin: 10px 0
}

.news-detail__source {
  color: var(--gray-600);
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  text-transform: uppercase
}

.news-detail__source span {
  color: var(--text-primary);
  margin-left: 5px
}

.news-detail__latest {
  font-family:"Montserrat";
  font-size: 18px;
  padding: 15px
}

.news-detail__latest p {
  line-height: 1.7em;
  padding: 7px 0
}

.news-detail__heading {
  font-family: "Montserrat";
  margin-bottom: 10px;
  margin-top: 25px
}

.tags {
  margin-bottom: 15px;
  padding: 15px 15px 30px
}

.tags ul {
  list-style: none
}

.tags ul::after {
  display: block;
  clear: both;
  content: ""
}

.tags ul li {
  float: left
}

.tag {
  background: var(--tags-background);
  border: 1px solid var(--tags-color);
  color: var(--tags-color);
  display: block;
  padding: 6px 8px 3px;
  margin-bottom: 5px;
  margin-right: 5px
}

.more-news {
  background: var(--more-news-background);
  margin: 15px 0 15px 15px;
  padding: 15px 30px 15px 15px
}

.more-news__heading {
  color: var(--more-news-heading);
  font-size: 16px;
  margin: 5px 0 20px;
  text-transform: uppercase
}

.more-news__heading a {
  color: #a8222c;
  font-size: 14px;
  position: relative;
  top: -1px
}

.more-news__list {
  list-style: none
}

.more-news__list li {
  font-weight: 500;
  margin-bottom: 20px
}

.more-news__list li:last-child {
  margin-bottom: 0
}

.more-news__list li a {
  color: var(--more-news-title)
}

.more-news__list li time {
  display: block;
  color: var(--more-news-time);
  font-size: 12px;
  padding: 5px 0
}

.article-detail {
  background: var(--article-detail-background)
}

.article-detail__header {
  padding: 15px 15px 10px
}

.article-detail__header .article-detail__player, .article-detail__header .article-detail__image {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -40px
}

.article-detail__image {
  padding: 15px 0 7px
}

.article-detail__image img {
  max-width: 100%;
  height: auto
}

.article-detail__caption {
  color: var(--article-caption-color);
  font-size: 14px;
  padding: 5px 15px 0
}

.article-detail__label ul {
  list-style: none
}

.article-detail__label ul li {
  color: var(--article-detail-label);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  position: relative
}

.article-detail__label ul li a {
  color: var(--article-detail-label);
  padding: 0 .5em;
  text-transform: uppercase
}

.article-detail__label ul li:first-child a {
  padding-left: 0
}

.article-detail__label ul li:before {
  content: "/";
  position: absolute;
  top: 0;
  right: -0.375em
}

.article-detail__label ul li:last-child a {
  color: #a8222c
}

.article-detail__label ul li:last-child:before {
  content: none
}

.article-detail__title {
  color: var(--article-detail-title);
  font-size: 26px;
  line-height: 1.14em;
  margin: 8px 0
}

.article-detail__desc {
  color: var(--article-detail-description);
  font-family:"Montserrat";
  font-size: 18px;
  font-style: italic;
  line-height: 1.4em;
  margin: 0 0 15px
}

.article-detail__author {
  display: inline-block
}

.article-detail__author__img, .article-detail__author__name {
  display: inline-block
}

.article-detail__author__img {
  position: relative;
  top: 7px
}

.article-detail__author__img img {
  border-radius: 50%
}

.article-detail__author__name {
  margin-left: 5px
}

.article-detail__author__name span, .article-detail__author__name time {
  display: block
}

.article-detail__author__name span {
  color: var(--text-primary);
  font-size: 14px
}

.article-detail__author__name span a {
  color: var(--text-primary);
  font-weight: 600
}

.article-detail__author__name time {
  color: var(--article-detail-label);
  display: inline-block;
  font-size: 14px;
  font-weight: 700
}

.article-detail__share {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: -10px
}

.article-detail__share ul {
  list-style: none
}

.article-detail__share ul li {
  display: inline-block
}

.article-detail__share .icon-facebook {
  color: #3b5998;
  font-size: 22px
}

.article-detail__share .icon-twitter, .article-detail__share .icon-whatsapp {
  color: #00aced;
  font-size: 26px
}

.article-detail__share .icon-whatsapp {
  color: #6dc162;
  font-size: 24px
}

.article-detail__content {
  margin-bottom: 15px
}

.article-detail__content p {
  font-family:"Montserrat";
  font-size: 18px;
  line-height: 1.7em;
  margin: 0;
  padding: 7px 15px
}

.article-detail__content__more {
  display: none
}

.about-the-author {
  padding: 18px 15px 10px
}

.about-the-author::after {
  display: block;
  clear: both;
  content: ""
}

.about-the-author__heading {
  color: var(--about-the-author-heading);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 18px 0 10px;
  position: relative;
  text-transform: uppercase
}

.about-the-author__heading:before {
  border-bottom: 4px solid var(--about-the-author-heading);
  content: "";
  position: absolute;
  top: 38px;
  width: 26px;
  z-index: 3
}

.about-the-author__img {
  float: left;
  width: 80px
}

.about-the-author__img a {
  display: block
}

.about-the-author__img a img {
  border-radius: 50%;
  border: 1px solid var(--gray-100)
}

.about-the-author__desc {
  color: var(--about-the-author-description);
  float: left;
  width: calc(100% - 80px)
}

.about-the-author__name {
  font-size: 18px;
  font-weight: 600
}

.about-the-author__name a {
  color: var(--about-the-author-name)
}

.about-the-author__about {
  font-size: 16px;
  line-height: 1.5em
}

.read-next__heading {
  color: var(--read-next-heading);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 18px 15px 10px;
  position: relative
}

.read-next__heading:before {
  border-bottom: 4px solid var(--read-next-heading);
  content: "";
  position: absolute;
  top: 48px;
  width: 44px;
  z-index: 3
}

.read-next__article {
  border-bottom: 1px solid var(--gray-300);
  margin: 20px 15px
}

.read-next__label {
  font-size: 14px;
  font-weight: 600
}

.read-next__label a {
  color: #a8222c
}

.read-next__title {
  font-size: 20px;
  line-height: 1.18em;
  margin-top: 15px
}

.read-next__title a {
  color: var(--read-next-title)
}

.read-next__desc {
  float: left;
  width: calc(100% - 120px);
  padding-right: 15px
}

.read-next__img {
  float: right;
  margin-top: -20px;
  width: 105px
}

.read-next p {
  color: var(--read-next-description);
  font-size: 16px;
  line-height: 1.28em
}

.author {
  background: var(--author-detail-background)
}

.author__info {
  padding: 30px 15px
}

.author__info::after {
  display: block;
  clear: both;
  content: ""
}

.author__img {
  float: left;
  width: 80px
}

.author__img a {
  display: block
}

.author__img a img {
  border-radius: 50%;
  border: 1px solid #f6f5fa
}

.author__desc {
  color: var(--author-detail-about);
  float: left;
  padding-left: 10px;
  width: calc(100% - 90px)
}

.author__name {
  color: var(--author-detail-name);
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 18px 0 10px;
  position: relative
}

.author__name:before {
  border-bottom: 4px solid #000;
  content: "";
  position: absolute;
  top: 48px;
  width: 40px;
  z-index: 3
}

.author__about {
  font-size: 14px;
  line-height: 1.4em
}

.author__article {
  background: var(--background);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .05);
  margin: 15px;
  position: relative;
  padding: 10px 15px 15px
}

.author__label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px
}

.author__label a {
  color: #a8222c;
}

.author__label time {
  color: #a8a8a8;
  margin-left: 5px
}

.author__title {
  color: var(--author-detail-article-title);
  font-size: 16px;
  line-height: 1.225em;
  margin-bottom: 5px
}

.author__title a {
  color: #000
}

.author__paragraph {
  color: var(--author-detail-article-description);
  font-size: 14px;
  line-height: 1.275em;
  margin: 0
}

.author .latest-news {
  background: #e9ecef
}

.button {
  border: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 15px 20px 10px
}

.button.orange {
  background: #a8222c;
  color: var(--white)
}

.button.blue {
  background: var(--secondary);
  color: var(--white)
}

.button.red {
  background: var(--danger);
  color: var(--white)
}

.opinion-carousel {
  background: var(--opinion-carousel-background)
}

.opinion-carousel__heading {
  margin: 45px 15px 25px
}

.opinion-carousel__heading a {
  color: var(--opinion-carousel-title);
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 18px 0 10px;
  position: relative
}

.opinion-carousel__heading a:before {
  border-bottom: 4px solid var(--opinion-carousel-title);
  content: "";
  position: absolute;
  top: 48px;
  width: 40px;
  z-index: 3
}

.opinion-carousel__wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap
}

.opinion-carousel__item {
  background: var(--background);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .05);
  margin: 15px;
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-left: 15px;
  padding: 20px 15px;
  white-space: normal;
  width: 60%
}

.opinion-carousel__item:last-child {
  margin-right: 15px
}

.opinion-carousel__title {
  font-size: 18px;
  height: 3.375em;
  line-height: 1.125em;
  margin: 0;
  overflow: hidden
}

.opinion-carousel__title a {
  color: var(--opinion-carousel-title);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.opinion-carousel__author {
  margin-top: 10px
}

.opinion-carousel__author img {
  margin-right: 5px
}

.opinion-carousel__author span, .opinion-carousel__author a {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  top: -15px
}

.opinion-carousel__author span {
  color: var(--gray-500)
}

.opinion-carousel__author a {
  color: #a8222c
}

.search {
  padding: 15px
}

.search__heading {
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 18px 0 10px;
  position: relative;
  text-transform: uppercase
}

.search__heading:before {
  border-bottom: 4px solid #000;
  content: "";
  position: absolute;
  top: 48px;
  width: calc(100% - 30px);
  z-index: 3
}

.search__form {
  margin-bottom: 30px;
  position: relative
}

.search__form .button {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 0
}

.search__input {
  border: 1px solid transparent;
  padding: 12px 35px 9px 15px;
  width: calc(100% - 100px)
}

.search__input:focus, .search__input:active {
  outline: none;
  border-color: #a8222c
}

.search__dropdown a {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase
}

.search__dropdown a .icon {
  font-size: 16px;
  position: relative;
  top: 1px
}

.search__dropdown__list {
  background: var(--background);
  display: none;
  list-style: none;
  margin: 10px -15px 0;
  padding: 15px
}

.search__dropdown__list.dropped {
  display: block
}

.search__dropdown__list li h4 {
  font-size: 18px;
  margin-bottom: 10px
}

.search__dropdown__list li input[type=checkbox] + label {
  display: inline-block;
  font-size: 18px;
  padding: 5px 0
}

.search__dropdown__list li input[type=checkbox]:checked + label {
  font-weight: 600
}

.search__sortby {
  color: #6c757d;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0
}

.search__sortby a {
  color: #6c757d;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 0 0
}

.search__sortby a.active {
  border-bottom: 2px solid #000;
  color: #000;
  display: inline-block
}

.search__results {
  margin: 15px 0
}

.search__results__list {
  list-style: none
}

.search__results__list li {
  background: var(--background);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .05);
  margin: 15px;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  padding: 15px
}

.search__results__list li.bg-black {
  background: var(--black)
}

.search__results__label {
  color: #a8222c;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase
}

.search__results__date {
  color: #6c757d;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px
}

.search__results__title {
  font-size: 16px;
  margin: 10px 0 5px
}

.search__results__desc {
  color: #6c757d;
  font-size: 14px;
  margin: 0
}

.search__results .bg-black .search__results__title {
  color: #fff
}

.category {
  background: var(--category-background)
}

.category__banner img {
  max-width: 100%;
  height: auto
}

.category__heading {
  margin: 15px 15px 25px
}

.category__heading a {
  color: var(--category-heading);
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 18px 0 10px;
  position: relative;
  text-transform: uppercase
}

.category__heading a:before {
  border-bottom: 4px solid var(--category-heading);
  content: "";
  position: absolute;
  top: 48px;
  width: 40px;
  z-index: 3
}

.category__heading--sub {
  margin: 60px 15px 15px
}

.category__heading--sub a {
  font-size: 17px
}

.category__heading--sub a:before {
  top: 38px;
  width: 38px
}

.category__article {
  background: var(--background);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .05);
  margin: 15px;
  position: relative;
  margin: 10px 0;
  padding: 20px 15px 5px
}

.category__others .category__article {
  background: transparent
}

.category__label {
  font-size: 14px;
  font-weight: 600;
  position: relative
}

.category__label:before {
  content: "“";
  color: #a8222c;
  font-size: 36px;
  position: absolute;
  top: -2px;
  left: -2px
}

.category__label a {
  color: #a8222c;
  padding-left: 18px
}

.category__title {
  font-size: 18px;
  line-height: 1.18em;
  margin-top: 15px
}

.category__title a {
  color: var(--text-primary)
}

.category__desc {
  float: left;
  font-size: 18px;
  width: calc(100% - 100px);
  padding-right: 15px
}

.category__img {
  float: right;
  margin-top: -20px;
  width: 85px
}

.category__img img {
  max-width: 100%;
  height: auto
}

.category p {
  color: var(--gray-800);
  font-size: 16px;
  line-height: 1.28em
}

.category .opinion-carousel {
  margin-bottom: 45px
}

.category .opinion-carousel__heading a {
  font-size: 18px
}

.category .opinion-carousel__heading a:before {
  top: 40px;
  width: 100%;
  border-bottom-width: 3px
}

.category .carousel {
  margin-bottom: 45px
}

.category__about {
  background: var(--gray-900);
  color: var(--white);
  padding: 30px 15px
}

.category__about__title {
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  padding-left: 15px
}

.category__about__social-media {
  float: right;
  list-style: none;
  position: relative;
  top: -7px
}

.category__about__social-media li {
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  overflow: hidden
}

.category__about__social-media li:last-child {
  margin-right: 15px
}

.category__about__social-media li a {
  color: var(--white);
  display: block;
  height: 30px;
  width: 30px
}

.category__about__social-media li.facebook {
  background: #3b5998
}

.category__about__social-media li.twitter {
  background: #00aced
}

.category__about__social-media li.youtube {
  background: #d41d15
}

.category__about__social-media li .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.category__about__desc {
  background: var(--gray-700);
  border-radius: 2px;
  margin: 15px 0;
  padding: 10px 15px
}

.category__about__desc p {
  color: var(--gray-500);
  font-size: 14px;
  margin: 5px 0
}

.category__about__schedule {
  text-align: right
}

.category__about__schedule a {
  color: var(--white);
  font-size: 14px
}

.category__follow-on {
  border-bottom: 1px solid rgba(0, 0, 0, .6);
  margin-bottom: 15px
}

.category__follow-on::after {
  display: block;
  clear: both;
  content: ""
}

.category-video {
  background: var(--background)
}

.category-video .category__heading {
  margin-bottom: 0
}

.category-video .category__heading a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 5px
}

.category-video .category__heading a:before {
  content: none
}

.category-video .single-article--video {
  background: transparent;
  box-shadow: none
}

.category-video .single-article--video .single-article__content {
  background: var(--background);
  margin-top: 0;
  padding: 0
}

.category-video .single-article--video .single-article__img a:before {
  height: calc(100% - 6px)
}

.category-video .single-article--video .single-article__title {
  font-size: 20px;
  margin: 0 0 5px;
  padding-top: 15px
}

.category-video .single-article--video .single-article__title a {
  color: var(--text-primary)
}

.category-video .single-article--video .single-article__desc {
  font-size: 14px;
  line-height: 1.2em;
  margin: 0
}

.category-video .single-article--video .single-article__meta {
  color: var(--gray-600);
  font-size: 12px;
  margin-top: 10px
}

.category-video .single-article--video .single-article__meta a {
  color: var(--secondary)
}

.opinions .single-article {
  margin: 10px 0
}

.opinions .single-article__content {
  margin: 0
}

.opinions .single-article__label {
  font-size: 14px;
  font-weight: 600;
  left: auto;
  position: relative;
  padding: 0
}

.opinions .single-article__label:before {
  content: "“";
  color: #a8222c;
  font-size: 36px;
  position: absolute;
  top: 9px;
  left: 0
}

.opinions .single-article__label a {
  color: #a8222c;
  padding-left: 18px
}

.news-card {
  box-sizing: border-box;
  background: var(--background);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, .05);
  margin: 15px;
  position: relative
}

.news-card::after {
  display: block;
  clear: both;
  content: ""
}

.news-card__image {
  display: block;
  float: left;
  height: 100px;
  width: 100px
}

.news-card__image img {
  max-width: 100%;
  height: auto
}

.news-card__desc {
  box-sizing: border-box;
  float: left;
  width: calc(100% - 100px);
  padding: 5px 15px
}

.news-card__label {
  font-size: 12px;
  font-weight: 600
}

.news-card__label a {
  color: #a8222c;
  padding-bottom: 5px
}

.news-card__label time {
  color: var(--gray-500);
  margin-left: 10px
}

.news-card__title {
  font-size: 16px;
  font-weight: 600;
  margin: 3px 0
}

.news-card__title a {
  color: var(--text-primary);
  display: -webkit-box;
  line-height: 1.15em;
  overflow: hidden;
  white-space: pre-wrap;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.news-card__author {
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: -2px;
  margin-top: -1px
}

.news-card__author a {
  color: #a8222c
}

.news-card__info {
  color: var(--gray-600) !important;
  font-size: 14px !important;
  margin: 5px 0 2px
}

.news-card.text-only .news-card__desc {
  float: none;
  padding-top: 15px;
  width: 100%
}

.news-card.text-only .news-card__title {
  margin-top: 5px
}

.single-video {
  padding: 15px;
  margin-bottom: 15px
}

.single-video__img a {
  display: block;
  position: relative
}

.single-video__img a:before, .single-video__img a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0
}

.single-video__img a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 24px;
  left: 10px;
  color: rgba(255, 255, 255, .8);
  content: "";
  font-size: 26px;
  z-index: 2
}

.single-video__img a:before {
  background: rgba(0, 0, 0, .8);
  height: 58px !important;
  width: 58px;
  z-index: 1
}

.single-video__img a img {
  max-width: 100%;
  height: auto
}

.single-video__content {
  background: var(--background);
  margin-top: 0;
  padding: 0
}

.single-video__img a:before {
  height: calc(100% - 6px)
}

.single-video__title {
  font-size: 16px;
  letter-spacing: .04em;
  margin: 0 0 5px;
  padding-top: 5px
}

.single-video__title a {
  color: var(--text-primary)
}

.single-video p {
  color: var(--text-primary);
  font-size: 14px;
  line-height: 1.4em;
  margin: 0
}

.single-video__meta {
  color: #6c757d;
  margin-top: 10px
}

.single-video__meta a {
  color: var(--secondary);
  font-size: 12px
}

.color-orange {
  color: #a8222c
}

.color-primary {
  color: #a8222c
}

.color-blue {
  color: var(--secondary)
}

.color-secondary {
  color: var(--secondary)
}

.color-white {
  color: var(--white)
}

.color-light {
  color: var(--background)
}

.color-black {
  color: var(--black)
}

.color-dark {
  color: var(--text-primary)
}

.color-red {
  color: var(--danger)
}

.bg-orange {
  background: #a8222c
}

.bg-blue {
  background: var(--secondary)
}

.bg-white {
  background: var(--white)
}

.bg-light {
  background: var(--background)
}

.bg-black {
  background: var(--black)
}

.bg-dark {
  background: var(--text-primary)
}

.bg-red {
  background: var(--danger)
}

.container {
  margin: 0 auto;
  max-width: 576px;
  position: relative
}

.container::after {
  display: block;
  clear: both;
  content: ""
}

hr.clearfix {
  border: none;
  border-bottom: 1px solid var(--black);
  opacity: .3
}

hr.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.center {
  text-align: center
}

.fixed-ratio {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%
}

.fixed-ratio img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.fixed-ratio__old-tv {
  padding-top: 75%
}

.fixed-ratio__wide {
  padding-top: 56.5%
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .bigvideo_data {
    max-width: 323px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .bigvideo_data {
    max-width: 415px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .bigvideo_data {
    max-width: 415px !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .bigvideo_data {
    max-width: 415px !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .bigvideo_data {
    max-width: 415px !important;
  }
}
