.sub-title,
.topic-sidebar-container .widget-twitter-body label {
  margin: 0;
}

.faded {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.center {
  display: table;
  margin: 0 auto;
}

sna-video {
  display: block;
  position: relative;
  background: url("/static/web-rev/img/default_img.jpg");
  background-size: cover;
  transition: height 0.5s;
  will-change: height;
  overflow: hidden;
}

sna-video a.video-postload-overaly {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

sna-video a.video-postload-overaly .v-play {
  opacity: 1;
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 10px;
  fill: #fff;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

@media only print, screen and (min-width: 768px) {
  sna-video a.video-postload-overaly .v-play {
    width: 80px;
    height: 80px;
  }
}

sna-video a.video-postload-overaly .v-play-icon {
  width: 100%;
  height: 100%;
}

sna-video a.video-postload-overaly {
  display: none;
}

sna-video
  .inline-video.post-load-player.player-not-loaded-for-one-time
  .video-postload-overaly {
  display: block;
}

sna-video
  .inline-video.post-load-player.player-not-loaded-for-one-time
  [id^="videoPlayerContainer"] {
  visibility: hidden;
}

sna-video .videoImgWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

sna-video .main-image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media only print, screen and (max-width: 767px) {
  sna-video .main-image {
    width: auto;
    height: 100%;
    object-fit: contain;
  }
}

@media only print, screen and (max-width: 767px) {
  sna-video.portrait .main-image {
    width: 100%;
    height: auto;
  }
}

sna-video::before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}

@media only print, screen and (max-width: 1279px) and (orientation: landscape) {
  sna-video,
  .v_content {
    max-height: 75vh;
  }
}

.autoplay_unmute_overlay {
  height: 50px;
  background: rgba(33, 33, 33, 0.4);
  position: absolute;
  color: white;
  z-index: 1;
  top: 12px;
  right: 12px;
  cursor: pointer;
  display: none;
}

@media only print, screen and (min-width: 768px) {
  .autoplay_unmute_overlay {
    top: 20px;
    right: 20px;
  }
}

.autoplay_unmute_overlay svg {
  height: 30px;
  width: 30px;
  fill: #fff;
  margin: 10px;
}

sna-video.sna_teaser_active_cont
  .not_interacted
  .jwplayer.jw-state-buffering
  ~ .autoplay_unmute_overlay,
sna-video.sna_teaser_active_cont
  .not_interacted
  .jwplayer.jw-state-playing
  ~ .autoplay_unmute_overlay {
  display: block;
}

.sub-title,
.sub-title .h2,
.topic-sidebar-container .widget-twitter-body label {
  white-space: nowrap;
  margin-bottom: 0;
  line-height: normal;
}

.sub-title,
.topic-sidebar-container .widget-twitter-body label {
  display: inline-block;
  background: #fff;
  color: #06243c;
  padding: 0.25rem 1.25rem;
}

@media only print, screen and (min-width: 768px) {
  .sub-title,
  .topic-sidebar-container .widget-twitter-body label {
    display: table;
    padding: 0.3125rem 1.25rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .sub-title,
  .topic-sidebar-container .widget-twitter-body label {
    padding: 0.25rem 1.25rem;
  }
}

.sub-title *,
.topic-sidebar-container .widget-twitter-body label * {
  color: #06243c;
}

.sub-title,
.sub-title * {
  font-size: 1.625rem;
}

@media only print, screen and (min-width: 768px) {
  .sub-title,
  .sub-title * {
    font-size: 1rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .sub-title,
  .sub-title * {
    font-size: 1.125rem;
  }
}

.widget-holder,
.latest-blog-widget {
  margin-bottom: 1.25rem;
}

.widget-body {
  padding: 1.25rem;
  background: #fff;
}

.widgets .sub-title,
.widgets .sub-title .h2,
.widgets.topic-sidebar-container .widget-twitter-body label {
  font-size: 1.875rem;
}

@media only print, screen and (min-width: 768px) {
  .widgets .sub-title,
  .widgets .sub-title .h2,
  .widgets.topic-sidebar-container .widget-twitter-body label {
    font-size: 1rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .widgets .sub-title,
  .widgets .sub-title .h2,
  .widgets.topic-sidebar-container .widget-twitter-body label {
    font-size: 1.125rem;
  }
}

.widgets .sub-title {
  padding: 0.5rem 1.25rem;
}

@media only print, screen and (min-width: 768px) {
  .widgets .sub-title {
    padding: 0.375rem 1.25rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .widgets .sub-title {
    padding: 0.3125rem 1.25rem;
  }
}

.widgets * {
  font-family: HelveticaNeueReg, HelveticaNeueLight, Arial, sans-serif;
}

.widgets .h3,
.widgets .h4,
.widgets h3,
.widgets h4 {
  margin: 0;
  color: #fff;
  line-height: 1.5;
}

@media only print, screen and (min-width: 1280px) {
  .widgets .h3,
  .widgets .h4,
  .widgets h3,
  .widgets h4 {
    line-height: 1.5;
  }
}

.widgets .h4,
.widgets h4 {
  line-height: 1.75;
}

@media only print, screen and (min-width: 1280px) {
  .widgets .h4,
  .widgets h4 {
    line-height: 1.6;
  }
}

.article-tags {
  margin-top: 1.25rem !important;
}

.article-tags a {
  display: inline-block;
  white-space: nowrap;
  margin-left: 10px;
  margin-bottom: 1.25rem;
  background: #eee;
  padding: 0.5rem 0.225rem;
}

@media only print, screen and (min-width: 768px) {
  .article-tags a {
    padding: 0.5rem 0.625rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .article-tags a {
    padding: 0.5rem 0.625rem;
  }
}

.article-tags a:last-child {
  margin-left: 0;
}

.article-tags a .tags {
  color: #888;
  font-size: 16px;
  line-height: 1;
}

@media only print, screen and (min-width: 768px) {
  .article-tags a .tags {
    font-size: 16px;
  }
}

@media only print, screen and (min-width: 1280px) {
  .article-tags a .tags {
    font-size: 17px;
  }
}

@media only print, screen and (min-width: 1600px) {
  .article-tags a .tags {
    font-size: 18px;
  }
}

@media only print, screen and (min-width: 1280px) {
  .article-tags a:hover,
  .article-tags a:focus,
  .article-tags a:active {
    background: #d8d8d8;
  }

  .article-tags a:hover .tags,
  .article-tags a:focus .tags,
  .article-tags a:active .tags {
    color: #888;
  }
}

sna-inline-image-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.ig_aspect_16_9 {
  position: relative;
}

.ig_aspect_16_9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.ig_aspect_16_9 > .aspect_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

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

sna-share {
  display: inline-block;
  width: 100%;
  height: 30px;
}

@media only print, screen and (max-width: 767px) {
  sna-share {
    height: 38px;
  }
}

.svg-icons {
  display: none;
}

.normalStateMenuSocialIcon {
  display: none;
}

.share-social-container {
  width: 100%;
  height: auto;
}

@media only print, screen and (max-width: 767px) {
  .share-social-container {
    height: auto;
  }
}

.share-social-container .social-icon-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.share-social-container .social-icon-list li {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  margin-left: 20px;
}

@media only print, screen and (min-width: 768px) {
  .share-social-container .social-icon-list li {
    width: 30px;
    height: 30px;
  }
}

@media only print, screen and (min-width: 1280px) {
  .share-social-container .social-icon-list li {
    width: 30px;
    height: 30px;
  }
}

@media only print, screen and (min-width: 768px) {
  .share-social-container .social-icon-list li {
    margin-left: 20px;
  }
}

@media only print, screen and (min-width: 1280px) {
  .share-social-container .social-icon-list li {
    margin-left: 20px;
  }
}

.share-social-container .social-icon-list li:last-child {
  margin-left: 0;
}

.share-social-container .social-icon-list li .share_svg_cont {
  display: block;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.share-social-container .social-icon-list li .share_svg_cont svg {
  width: 100%;
  height: 100%;
}

.pswp__share-tooltip
  .share-social-container
  .social-icon-list
  .normalStateMenuSocialIcon {
  display: none;
}

.pswp__share-tooltip
  .share-social-container
  .social-icon-list
  .hoverStateMenuSocialIcon {
  display: inline;
}

.pswp__share-tooltip .share-social-container .social-icon-list .emailActive {
  display: none;
}

.pswp__share-tooltip .share-social-container .social-icon-list .emailInactive {
  display: inline;
}

.pswp__share-tooltip
  .share-social-container
  .social-icon-list
  .whatsapp_inactive {
  display: none;
}

.pswp__share-tooltip
  .share-social-container
  .social-icon-list
  .whatsapp_active {
  display: inline;
}

.pswp__share-tooltip .share-social-container .social-icon-list li a {
  padding: 0;
}

.no-share-link {
  cursor: pointer !important;
}

.sna_content_head_date_and_share {
  align-items: baseline !important;
}

.native-share-icon svg {
  color: #fff;
  fill: #4a464d;
}

.sna_content_head_cont {
  font-family: HelveticaNeueBold, "Times New Roman";
}

@media only print, screen and (max-width: 767px) {
  .sna_content_head_cont {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.article-list-item:not(.first-article-list-item) .sna_content_head_cont {
  border-top: 1px solid rgba(35, 35, 35, 0.2);
  margin-top: 0;
  padding-top: 10px;
}

@media only print, screen and (min-width: 768px) {
  .article-list-item:not(.first-article-list-item) .sna_content_head_cont {
    padding-top: 30px;
    margin-top: 30px;
  }
}

@media only print, screen and (min-width: 1280px) {
  .article-list-item:not(.first-article-list-item) .sna_content_head_cont {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.sna_content_heading {
  padding-bottom: 0.625rem;
}

@media only print, screen and (min-width: 768px) {
  .sna_content_heading {
    padding-bottom: 0.9375rem;
  }
}

.sna_content_head_date_and_share {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 1.25rem;
  align-items: center;
}

@media only print, screen and (max-width: 1279px) {
  .sna_content_head_date_and_share {
    padding-bottom: 0.625rem;
  }
}

@media only print, screen and (max-width: 767px) {
  .sna_content_head_date_and_share {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sna_content_head_date_and_share > sna-share {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: auto;
  width: auto;
}

@media only print, screen and (max-width: 767px) {
  .sna_content_head_date_and_share > sna-share {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.sna_content_head_date {
  flex: 1 0 auto;
  -ms-grid-row-align: center;
  align-self: center;
}

.sna_content_heading {
  padding-right: 0 !important;
  font-size: 1.4rem;
}

@media only print, screen and (max-width: 375px) {
  .sna_content_heading {
    font-size: 1.4rem;
  }
}

@media only print, screen and (min-width: 768px) {
  .sna_content_heading {
    font-size: 1.9rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .sna_content_heading {
    font-size: 2rem;
  }
}

.sna_content_head_date_icon {
  font-family: "sna-icons";
  padding-left: 4px;
  color: #232323;
  font-size: 0.75rem;
  display: inline-block;
}

@media only print, screen and (min-width: 768px) {
  .sna_content_head_date_icon {
    font-size: 0.875rem;
  }
}

.sna_content_head_date {
  color: #232323;
  font-size: 0.875rem;
  display: inline-block;
}

@media only print, screen and (min-width: 768px) {
  .sna_content_head_date {
    font-size: 0.95rem;
  }
}

.content_from_title {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #ac0000;
  color: #fff;
  padding: 3px 8px;
  font-size: 0.75rem;
}

@media only print, screen and (max-width: 375px) {
  .content_from_title {
    font-size: 0.75rem;
  }
}

@media only print, screen and (min-width: 768px) {
  .content_from_title {
    font-size: 0.8125rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .content_from_title {
    font-size: 0.875rem;
  }
}

@media only print, screen and (min-width: 768px) {
  .content_from_title {
    padding: 3px 8px;
  }
}

@media only print, screen and (min-width: 1280px) {
  .content_from_title {
    padding: 3px 8px;
  }
}

.on_content_top {
  padding: 0 0;
  display: inline-block;
  margin-top: 0px;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  top: 0;
  left: 0;
  background: none;
  right: 0;
}

.on_content_top:before {
  content: "";
  position: absolute;
  width: 3px;
  background: #ac0000;
  height: calc(100% - 5px);
  margin-left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

@media only print, screen and (max-width: 767px) {
  .on_content_top:before {
    height: calc(100% - 5px);
  }
}

.on_content_top.on_content_bottom {
  margin-right: 0;
}

.content_title_encloser {
  font-family: HelveticaNeueBold, "Times New Roman";
  padding-right: 6px;
  color: #232323;
  display: block;
}

@media only print, screen and (max-width: 767px) {
  .content_title_encloser {
    padding-right: 8px;
  }
}

.content_from_title.live_story {
  padding-right: 24px;
}

.content_from_title.live_story:after {
  position: absolute;
  background-color: #fff;
  content: "";
  border-radius: 50%;
  animation: lst_blink 1s infinite alternate;
  line-height: 1;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  right: 8px;
  width: 7px;
  height: 7px;
}

@media (prefers-reduced-motion: reduce) {
  .content_from_title.live_story:after {
    animation: none;
  }
}

.content_from_title.live_story::before {
  content: " ";
  border-radius: 50%;
  position: absolute;
  width: 13px;
  height: 13px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 1px solid #fff;
}

.content_from_title.on_content_top.live_story {
  background: #ac0000;
  padding: 1px 24px 3px 8px;
}

.on_content_top.live_story::after {
  right: 8px;
  width: 7px;
  height: 7px;
}

.on_content_top.live_story::before {
  width: 13px;
  height: 13px;
}

.on_content_top.live_story .content_title_encloser {
  color: #fff;
  padding-right: 0;
  font-family: HelveticaNeueReg, HelveticaNeueLight, Arial, sans-serif;
}

@-webkit-keyframes lst_blink {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lst_blink {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.content_rel_items_cont {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

@media only print, screen and (min-width: 1280px) {
  .content_rel_items_cont {
    margin: 0 -10px;
  }
}

.content_list_item {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  margin: 0;
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .content_list_item {
    width: calc(25% - 10px);
    margin: 0 5px 10px 5px;
  }
}

@media only print, screen and (min-width: 1280px) {
  .content_list_item {
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
  }
}

.content_list_item > a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 1.5px 3px 0 rgba(0, 35, 64, 0.05);
  margin: 0 5px;
  height: 100%;
}

.content_list_item > a.dat_bot {
  padding: 0 0 10px;
}

@media only print, screen and (min-width: 768px) {
  .content_list_item > a {
    padding: 0;
    height: 100%;
    align-content: flex-start;
    margin: 0;
  }

  .content_list_item > a.dat_bot {
    height: 100%;
    padding-bottom: 40px;
    align-content: flex-start;
  }

  .content_list_item > a.dat_bot .content_list_item_date_cont {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
}

.dark_content_list_item.content_list_item > a {
  background-color: #2d2d2d;
}

@media only print, screen and (max-width: 767px) {
  .mobile_big_list .content_list_item > a {
    padding: 0 0 10px;
  }
}

.content_list_item_date_cont {
  color: rgba(35, 35, 35, 0.75);
  font-size: 0.8125rem;
  padding: 5px 10px 0 0;
}

@media only print, screen and (min-width: 768px) {
  .content_list_item_date_cont {
    font-size: 14px;
  }
}

.content_list_item_date_icon {
  font-family: "sna-icons";
  display: inline-block;
}

.comp_1_item_date {
  color: rgba(35, 35, 35, 0.75);
  font-size: 0.8125rem;
  padding-top: 5px;
}

@media only print, screen and (min-width: 768px) {
  .comp_1_item_date {
    font-size: 14px;
  }
}

.content_list_item_headline {
  color: #000;
}

.content_list_item_headline {
  padding: 5px 10px;
  font-size: 1rem;
}

@media only print, screen and (min-width: 768px) {
  .content_list_item_headline {
    font-size: 1.125rem;
  }
}

.content_list_item_headline h3 {
  font-size: 1rem;
}

.content_list_item_media {
  position: relative;
}

@media only print, screen and (max-width: 767px) {
  .related_contents_cont,
  .more_news_with_carousel_in_mobile_cont {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.no_tags .related_contents_cont {
  padding-top: 0;
}

@media only print, screen and (min-width: 768px) {
  .no_tags .related_contents_cont {
    padding-top: 20px;
  }
}

@media only print, screen and (min-width: 1280px) {
  .no_tags .related_contents_cont {
    padding-top: 30px;
  }
}

.sna_title_1 {
  font-size: 22px;
  padding: 0px 20px;
  padding-right: 6px;
  min-height: 32px;
  line-height: 32px;
  font-family: HelveticaNeueBold;
}

@media only print, screen and (min-width: 1280px) {
  .sna_title_1 {
    font-size: 24px;
    padding-right: 8px;
  }
}

.sna_title_1 a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.sna_title_1:before {
  content: " ";
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  background-clip: content-box;
  width: 6px;
  height: 100%;
  background: #ac0000;
}

.sna_title_1:after {
  display: none;
}

.sna_title_1 {
  position: relative;
}

.sna_title_1 .sna_title_1_text {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  color: #232323;
}

.sna_title_1_arrow_end {
  padding-left: 0;
}

.sna_title_1_arrow_end .sna_title_1_text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: max-content;
}

.sna_title_1_arrow_end .sna_title_1_text::after {
  content: " ";
  width: 32px;
  background-image: url(./assets_main/images/content_go_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 15px;
  margin-right: 10px;
}

.sna_title_1 {
  margin-bottom: 10px;
}

@media only print, screen and (min-width: 1280px) {
  .sna_title_1 {
    margin-bottom: 20px;
  }
}

.content_list_item {
  position: relative;
}

@media only print, screen and (max-width: 767px) {
  .content_list_item {
    padding-bottom: 10px;
  }
}

@media only print,
  screen and (min-width: 1280px) and (any-pointer: fine) and (any-hover: hover) {
  .content_list_item:hover:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: auto;
    height: 5px;
    width: 100%;
    border-bottom: 5px solid #ac0000;
    z-index: 1;
  }
}

.content_list_media_indicator_svg_cont {
  font-size: 0;
}

.content_list_media_indicator {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(172, 0, 0, 0.75);
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 3px 6px;
}

@media only print, screen and (min-width: 48em) {
  .content_list_media_indicator {
    padding: 1px 6px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .content_list_media_indicator {
    padding: 3px 5px;
  }
}

.content_list_media_indicator.bottom_right {
  top: auto;
  left: auto;
  bottom: 10px;
  right: 10px;
}

@media only print, screen and (max-width: 47.9375em) {
  .content_list_media_indicator.bottom_right.mi_small_m {
    display: none;
  }
}

@media only print,
  screen and (min-width: 79.9377em) and (max-width: 99999999em) {
  .content_list_media_indicator.bottom_right.mi_small_d {
    display: none;
  }
}

.content_list_media_indicator.bottom_right .content_list_media_indicator_text {
  padding-left: 0;
  padding-right: 0;
}

.content_list_media_indicator_text {
  color: #fff;
  line-height: 1;
  padding-left: 6px;
  position: relative;
  font-size: 0.9rem;
}

@media only print, screen and (min-width: 48em) {
  .content_list_media_indicator_text {
    font-size: 0.8125rem;
    padding-left: 6px;
    padding-right: 5px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .content_list_media_indicator_text {
    -webkit-font-smoothing: antialiased !important;
  }
}

.content_list_media_indicator_svg {
  width: 25px;
  height: 25px;
}

@media only print, screen and (max-width: 47.9375em) {
  .content_list_media_indicator.mi_small_m .content_list_media_indicator_svg {
    width: 16px;
    height: 16px;
  }
}

@media only print, screen and (min-width: 768px) and (max-width: 819px) {
  .content_list_media_indicator.mi_small_t {
    padding: 2px 6px;
  }

  .content_list_media_indicator.mi_small_t .content_list_media_indicator_svg {
    width: 16px;
    height: 16px;
  }
}

@media only print, screen and (min-width: 820px) and (max-width: 1279px) {
  .content_list_media_indicator.mi_small_l {
    padding: 2px 6px;
  }

  .content_list_media_indicator.mi_small_l .content_list_media_indicator_svg {
    width: 16px;
    height: 16px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .content_list_media_indicator.mi_small_d .content_list_media_indicator_svg {
    width: 16px;
    height: 16px;
  }
}

.play_icon {
  background-color: rgba(172, 0, 0, 0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px 5px;
  width: 40px;
  height: 40px;
}

@media only print, screen and (min-width: 48em) {
  .play_icon {
    padding: 5px 5px;
    width: 40px;
    height: 40px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .play_icon {
    padding: 5px 5px;
    width: 40px;
    height: 40px;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .play_icon.mi_small_m {
    width: 35px;
    height: 35px;
  }
}

@media only print, screen and (min-width: 768px) and (max-width: 819px) {
  .play_icon.mi_small_t {
    width: 35px;
    height: 35px;
  }

  .play_icon.mi_large_t {
    width: 65px;
    height: 65px;
  }
}

@media only print, screen and (min-width: 820px) and (max-width: 1279px) {
  .play_icon.mi_small_l {
    width: 35px;
    height: 35px;
  }

  .play_icon.mi_large_l {
    width: 65px;
    height: 65px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .play_icon.mi_small_d {
    width: 35px;
    height: 35px;
  }

  .play_icon.mi_large_d {
    width: 75px;
    height: 75px;
  }
}

.play_icon .play_icon_svg {
  height: 100%;
  width: 100%;
}

.article-tags {
  margin-top: 10px !important;
  clear: both;
}

@media only print, screen and (min-width: 79.9377em) {
  .article-tags {
    margin-top: 20px !important;
  }
}

.article-tags a {
  display: inline-block;
  white-space: nowrap;
  margin-left: 10px;
  margin-bottom: 1.25rem;
  background-color: #fff;
  padding: 0.5rem 0.225rem;
  color: #232323;
  border-right: 4px solid #ac0000;
}

@media only print, screen and (min-width: 48em) {
  .article-tags a {
    padding: 0.5rem 0.625rem;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article-tags a {
    padding: 0.5rem 0.625rem;
  }
}

.article-tags a:last-child {
  margin-left: 0;
}

.article-tags a .tags {
  color: #232323;
  font-size: 16px;
  line-height: 1;
}

@media only print, screen and (min-width: 48em) {
  .article-tags a .tags {
    font-size: 16px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article-tags a .tags {
    font-size: 17px;
  }
}

@media only print, screen and (min-width: 100em) {
  .article-tags a .tags {
    font-size: 18px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article-tags a:hover,
  .article-tags a:focus,
  .article-tags a:active {
    background-color: #ac0000;
  }

  .article-tags a:hover .tags,
  .article-tags a:focus .tags,
  .article-tags a:active .tags {
    color: #fff;
  }
}

.content_from_title {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #ac0000;
  color: #fff;
  padding: 3px 8px;
  font-size: 0.75rem;
}

@media only print, screen and (max-width: 375px) {
  .content_from_title {
    font-size: 0.75rem;
  }
}

@media only print, screen and (min-width: 48em) {
  .content_from_title {
    font-size: 0.8125rem;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .content_from_title {
    font-size: 0.875rem;
  }
}

@media only print, screen and (min-width: 48em) {
  .content_from_title {
    padding: 3px 8px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .content_from_title {
    padding: 3px 8px;
  }
}

.on_content_top {
  padding: 0 0;
  display: inline-block;
  margin-top: 0px;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  top: 0;
  left: 0;
  background: none;
  right: 0;
}

.on_content_top:before {
  content: "";
  position: absolute;
  width: 3px;
  background: #ac0000;
  height: calc(100% - 5px);
  margin-left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

@media only print, screen and (max-width: 47.9375em) {
  .on_content_top:before {
    height: calc(100% - 5px);
  }
}

.on_content_top.on_content_bottom {
  margin-right: 0;
}

.content_title_encloser {
  font-family: HelveticaNeueBold, "Times New Roman";
  padding-right: 6px;
  color: #232323;
  display: block;
}

@media only print, screen and (max-width: 47.9375em) {
  .content_title_encloser {
    padding-right: 8px;
  }
}

.content_from_title.live_story {
  padding-right: 24px;
}

.content_from_title.live_story:after {
  position: absolute;
  background-color: #fff;
  content: "";
  border-radius: 50%;
  animation: lst_blink 1s infinite alternate;
  line-height: 1;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  right: 8px;
  width: 7px;
  height: 7px;
}

@media (prefers-reduced-motion: reduce) {
  .content_from_title.live_story:after {
    animation: none;
  }
}

.content_from_title.live_story::before {
  content: " ";
  border-radius: 50%;
  position: absolute;
  width: 13px;
  height: 13px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 1px solid #fff;
}

.content_from_title.on_content_top.live_story {
  background: #ac0000;
  padding: 1px 24px 3px 8px;
}

.on_content_top.live_story::after {
  right: 8px;
  width: 7px;
  height: 7px;
}

.on_content_top.live_story::before {
  width: 13px;
  height: 13px;
}

.on_content_top.live_story .content_title_encloser {
  color: #fff;
  padding-right: 0;
  font-family: HelveticaNeueReg, HelveticaNeueLight, Arial, sans-serif;
}

@-webkit-keyframes lst_blink {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lst_blink {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .article-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only print, screen and (min-width: 48em) {
  .article_content_rev_cont {
    max-width: 83.333333%;
    margin: 0 auto;
  }
}

@media only print, screen and (min-width: 48em) and (max-width: 79.9376em) {
  .article_content_rev_cont {
    min-width: 728px;
  }
}

@media screen and (min-width: 1350px) {
  .article_content_rev_cont {
    max-width: calc(1280px - 40px);
    margin: 0 auto;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article_content_rev_cont {
    max-width: 1280px;
    padding: 0 20px;
  }
}

.article_rev_sec_cont {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}

.article_rev_sec_right_cont {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 820px;
}

@media only print, screen and (min-width: 79.9377em) {
  .article_rev_sec_right_cont {
    width: calc(100% - 360px);
    padding-left: 20px;
  }
}

.article_rev_sec_left_cont {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media only print, screen and (max-width: 79.9376em) {
  .article_rev_sec_left_cont {
    display: none;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article_rev_sec_left_cont {
    width: 360px;
    padding-right: 20px;
  }
}

.content-list-ajax-loader {
  padding-top: 0px;
  margin-bottom: 10px;
}

@media only print, screen and (min-width: 48em) {
  .content-list-ajax-loader {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .content-list-ajax-loader {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.article-list-ajax-loader-img {
  text-align: center;
  width: 2.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .article-list-ajax-loader-img {
    width: 30 px;
  }
}

@media screen and (max-width: 480px) {
  .article-list-ajax-loader-img {
    width: 25 px;
  }
}

@media screen and (max-width: 320px) {
  .article-list-ajax-loader-img {
    width: 20 px;
  }
}

@media only print, screen and (min-width: 48em) {
  .article-list-ajax-loader-img {
    width: 2.5rem;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article-list-ajax-loader-img {
    width: 2.5rem;
  }
}

@media only print, screen and (min-width: 100em) {
  .article-list-ajax-loader-img {
    width: 2.5rem;
  }
}

.rel_article_cont {
  border-top: 1px solid rgba(35, 35, 35, 0.2);
  border-bottom: 1px solid rgba(35, 35, 35, 0.2);
  padding-top: 7px;
  padding-bottom: 10px;
  clear: both;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 680px) {
  .rel_article_cont {
    margin-bottom: 15 px;
  }
}

@media screen and (max-width: 480px) {
  .rel_article_cont {
    margin-bottom: 12.5 px;
  }
}

@media screen and (max-width: 320px) {
  .rel_article_cont {
    margin-bottom: 10 px;
  }
}

@media only print, screen and (min-width: 48em) {
  .rel_article_cont {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .rel_article_cont {
    padding-top: 5px;
  }
}

.rel_article_cont_l1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rel_article_group_title {
  color: #232323;
  padding-bottom: 10px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  font-size: 1.1rem;
  font-family: HelveticaNeueBold;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media only print, screen and (min-width: 48em) {
  .rel_article_group_title {
    font-size: 1.3rem;
  }
}

@media only print, screen and (min-width: 48em) {
  .rel_article_group_title {
    font-size: 1.2rem;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .rel_article_group_title {
    font-size: 1rem;
    line-height: 1rem;
  }
}

.rel_article_group {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only print, screen and (min-width: 48em) {
  .single_related_article {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .single_related_article .rel_article_group_title {
    width: 100%;
    padding-bottom: 0;
  }

  .single_related_article .rel_article_group {
    width: 100%;
  }
}

.rel_article_item {
  background-color: #fff;
  box-shadow: 0 1.5px 3px 0 rgba(0, 35, 64, 0.05);
  text-decoration: none !important;
  color: black !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 10px 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.rel_article_item:hover,
.rel_article_item:active,
.rel_article_item:focus {
  text-decoration: none !important;
  color: black !important;
}

@media only print, screen and (min-width: 48em) {
  .rel_article_item {
    width: calc(50% - 15px);
    margin: 7.5px 0;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .rel_article_item {
    margin-bottom: 0;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .rel_article_item:first-child {
    margin-top: 0;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .rel_article_item:last-child {
    margin-bottom: 0;
  }
}

@media only print, screen and (min-width: 48em) {
  .rel_article_1_item .rel_article_item {
    width: 100%;
  }
}

@media only print, screen and (min-width: 48em) {
  .rel_article_3_item .rel_article_item {
    width: calc(50% - 7.5px);
  }

  .rel_article_3_item .rel_article_item:nth-child(1) {
    margin-left: 7.5px;
  }

  .rel_article_3_item .rel_article_item:nth-child(2) {
    margin-right: 7.5px;
  }

  .rel_article_3_item .rel_article_item:last-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media only print, screen and (min-width: 48em) {
  .rel_article_4_item .rel_article_item,
  .rel_article_2_item .rel_article_item {
    width: calc(50% - 7.5px);
    margin-top: 0;
  }

  .rel_article_4_item .rel_article_item:nth-child(odd),
  .rel_article_2_item .rel_article_item:nth-child(odd) {
    margin-left: 7.5px;
  }

  .rel_article_4_item .rel_article_item:nth-child(even),
  .rel_article_2_item .rel_article_item:nth-child(even) {
    margin-right: 7.5px;
  }
}

.rel_article_media {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 28%;
  padding-left: 5px;
}

@media only print, screen and (min-width: 48em) {
  .rel_article_media {
    width: 140px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .rel_article_media {
    width: 140px;
  }
}

.rel_article_title {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 72%;
  padding: 5px 5px 0px 10px;
  font-size: 1rem;
}

@media only print, screen and (min-width: 48em) {
  .rel_article_title {
    font-size: 1rem;
    width: calc(100% - 140px);
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .rel_article_title {
    width: calc(100% - 140px);
    font-size: 1rem;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .rel_article_title {
    font-size: 1rem;
    padding: 5px;
  }
}

@media screen and (max-width: 375px) {
  .rel_article_title {
    font-size: 0.8rem;
  }
}

.rel_article_title .content_from_title.on_content_top.live_story {
  margin-right: 0;
  padding: 1px 19px 1px 8px;
  background-color: transparent;
}

.rel_article_title .content_from_title.on_content_top.live_story:before {
  border: 1px solid #ac0000;
  background-color: #fff;
  right: 0;
}

.rel_article_title .content_from_title.on_content_top.live_story:after {
  background-color: #ac0000;
  right: 3px;
}

.rel_article_title
  .content_from_title.on_content_top.live_story
  .content_title_encloser {
  color: #ac0000 !important;
  font-family: HelveticaNeueBold, "Times New Roman";
  font-size: 0.75rem;
}

@media only print, screen and (max-width: 375px) {
  .rel_article_title
    .content_from_title.on_content_top.live_story
    .content_title_encloser {
    font-size: 0.75rem;
  }
}

@media only print, screen and (min-width: 48em) {
  .rel_article_title
    .content_from_title.on_content_top.live_story
    .content_title_encloser {
    font-size: 0.8125rem;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .rel_article_title
    .content_from_title.on_content_top.live_story
    .content_title_encloser {
    font-size: 0.875rem;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .more_news_with_carousel_in_mobile_cont {
    position: relative;
  }

  .more_news_with_carousel_in_mobile_cont
    .more_news_with_carousel_in_mobile_slick_not_init
    .content_rel_items_cont {
    overflow-x: auto;
  }

  .more_news_with_carousel_in_mobile_cont .content_rel_items_cont {
    flex-wrap: nowrap;
  }

  .more_news_with_carousel_in_mobile_cont .content_list_item {
    width: 100%;
    padding-bottom: 0;
  }

  .more_news_with_carousel_in_mobile_cont .content_list_item > a {
    position: relative;
  }

  .more_news_with_carousel_in_mobile_cont .play_icon {
    top: 0;
    transform: translate(0);
    left: 0;
  }

  .more_news_with_carousel_in_mobile_cont .content_list_item_headline {
    position: absolute;
    color: white;
    bottom: 0;
    padding-bottom: 35px;
    background-image: linear-gradient(
      0deg,
      #000,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0)
    );
    width: 100%;
  }

  .more_news_with_carousel_in_mobile_cont .content_list_item_headline h3 {
    font-family: HelveticaNeueBold;
    font-size: 1.2rem;
  }
}

@media only print, screen and (min-width: 48em) {
  .more_news_with_carousel_in_mobile_cont .content_list_item:nth-child(n + 5) {
    display: none;
  }
}

.more_news_with_carousel_in_mobile_slide_indicator {
  position: absolute;
  display: flex;
  bottom: 0;
  width: calc(100% - 25px);
  left: 50%;
  transform: translateX(-50%);
  height: 35px;
}

.more_news_with_carousel_in_mobile_slide_indicator li {
  width: calc(100% / 5);
  display: flex;
  align-items: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 6px;
  justify-content: center;
}

.more_news_with_carousel_in_mobile_slide_indicator li button {
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  border-radius: 5px;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: initial;
  height: 3px;
}

.more_news_with_carousel_in_mobile_slide_indicator li button:focus {
  outline: none;
}

.more_news_with_carousel_in_mobile_slide_indicator li.slick-active button {
  background-color: #f5f8f8;
}

@media only print, screen and (max-width: 47.9375em) {
  .sna_orientation_portrait .more_news_with_carousel_in_mobile_cont {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  .sna_orientation_landscape .more_news_with_carousel_in_mobile_cont {
    -webkit-text-size-adjust: 105%;
    -moz-text-size-adjust: 105%;
    -ms-text-size-adjust: 105%;
  }
}

@media only print, screen and (min-width: 48em) and (max-width: 79.9376em) {
  .article-page .content-block,
  .article-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.inline-image-set img {
  width: 100%;
}

.article-media sna-video,
.inline-video sna-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article-container .inline-video a:not(.video-postload-overaly),
.article-container .inline-image-set {
  position: relative;
  display: block;
}

.article-container .article-content table {
  width: 100%;
}

.article-container .article-content table tr td,
.article-container .article-content table tr td *,
.article-container .article-content table tr th,
.article-container .article-content table tr th * {
  font-size: 4.07vw;
  line-height: 1.5;
}

@media only print, screen and (min-width: 48em) {
  .article-container .article-content table tr td,
  .article-container .article-content table tr td *,
  .article-container .article-content table tr th,
  .article-container .article-content table tr th * {
    font-size: 2.09vw;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article-container .article-content table tr td,
  .article-container .article-content table tr td *,
  .article-container .article-content table tr th,
  .article-container .article-content table tr th * {
    font-family: HelveticaNeueLight, Arial, sans-serif;
    font-size: 1.125vw;
  }
}

@media only print, screen and (min-width: 100em) {
  .article-container .article-content table tr td,
  .article-container .article-content table tr td *,
  .article-container .article-content table tr th,
  .article-container .article-content table tr th * {
    font-size: 18px;
  }
}

.article-container .article-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.article-container .article-body h1,
.article-container .article-body h2,
.article-container .article-body h3,
.article-container .article-body h4,
.article-container .article-body h5,
.article-container .article-body h6 {
  margin-bottom: 1.25rem;
}

.article-container .article-body h2,
.article-container .article-body h3,
.article-container .article-body h4,
.article-container .article-body h5,
.article-container .article-body h6,
.article-container .article-body p,
.article-container .article-body a,
.article-container .article-body span:not(.jw-text) {
  color: #000;
  line-height: 1.6;
}

@media only print, screen and (min-width: 48em) {
  .article-container .article-body h2,
  .article-container .article-body h3,
  .article-container .article-body h4,
  .article-container .article-body h5,
  .article-container .article-body h6,
  .article-container .article-body p,
  .article-container .article-body a,
  .article-container .article-body span:not(.jw-text) {
    line-height: 1.8;
  }
}

.article-container .article-body strong {
  color: #063e7b;
  margin-top: 1.25rem;
  clear: both;
  font-size: 1.2rem;
}

@media only print, screen and (max-width: 375px) {
  .article-container .article-body strong {
    font-size: 1.2rem;
  }
}

@media only print, screen and (min-width: 48em) {
  .article-container .article-body strong {
    font-size: 1.55rem;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article-container .article-body strong {
    font-size: 1.6rem;
  }
}

.article-container .article-body b {
  font-family: HelveticaNeueBold;
}

.article-container .article-body a {
  color: #063e7b;
  text-decoration: none;
}

.article-container .article-body p {
  text-align: right;
}

.article-container .article-body p > a {
  border-bottom: 1px solid #063e7b;
}

.article-container .article-body ol li {
  list-style: decimal;
  list-style-position: inside;
}

.article-container .article-summary-container .article-summary {
  font-family: HelveticaNeueBold, "Times New Roman";
  clear: both;
  display: block;
  margin-top: 20px;
}

.article_image_heading_bg {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}

.article_image_heading_bg .article_image_heading {
  color: #fff;
  font-family: HelveticaNeueBold;
  padding: 5px 10px;
  font-size: 0.8rem;
}

@media only print, screen and (min-width: 48em) {
  .article_image_heading_bg .article_image_heading {
    font-size: 18px;
  }
}

.inline-video-headline {
  z-index: 1;
  background-color: #000;
  border-top: 1px solid #2f2f2f;
  position: relative;
}

.inline-video-headline.article_image_heading_bg .article_image_heading {
  font-family: HelveticaNeueReg;
}

.article-body sna-youtube-video {
  clear: both;
}

.article-body sna-youtube-video .inline-video {
  padding: 0;
}

sna[reftype="video"] > div,
sna[reftype="social_video"] > div,
sna[reftype="program_episode"] > div {
  position: relative;
}

sna[reftype="video"] > div sna-video,
sna[reftype="social_video"] > div sna-video,
sna[reftype="program_episode"] > div sna-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

sna[reftype="video"] > div sna-video .inline-video,
sna[reftype="social_video"] > div sna-video .inline-video,
sna[reftype="program_episode"] > div sna-video .inline-video {
  margin-top: 0;
  margin-bottom: 0;
}

.article-container .article-body p.mceNonEditable {
  clear: both;
}

.body-div-for-inread .teads-inread {
  position: relative;
  z-index: 4;
}

.article-list-item:not(.first-article-ssr-list-item):not(:nth-child(10))
  .more-articles.article_content_rev_cont {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

@media only print, screen and (min-width: 79.9377em) {
  .article-list-item:not(.first-article-ssr-list-item):not(:nth-child(10))
    .more-articles.article_content_rev_cont {
    margin-bottom: 0;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .article-list-item .article-container {
    padding: 0;
  }
}

.article-sub-heading {
  color: #232323;
  font-size: 16px;
  clear: both;
  display: block;
  margin-top: 10px;
}

@media only print, screen and (min-width: 48em) {
  .article-sub-heading {
    font-size: 16px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article-sub-heading {
    margin-top: 20px;
    font-size: 16px;
  }
}

.article-list-item
  .article-container
  .article-summary-container
  .article-summary {
  font-size: 1.2rem;
}

@media only print, screen and (max-width: 375px) {
  .article-list-item
    .article-container
    .article-summary-container
    .article-summary {
    font-size: 1.2rem;
  }
}

@media only print, screen and (min-width: 48em) {
  .article-list-item
    .article-container
    .article-summary-container
    .article-summary {
    font-size: 1.2rem;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article-list-item
    .article-container
    .article-summary-container
    .article-summary {
    font-size: 1.275rem;
  }
}

.article-list-item .article-container .article-body p {
  font-family: "HelveticaNeueReg";
  padding-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .article-list-item .article-container .article-body p {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .article-list-item .article-container .article-body p {
    padding-bottom: 12.5px;
  }
}

@media screen and (max-width: 320px) {
  .article-list-item .article-container .article-body p {
    padding-bottom: 10px;
  }
}

.article-list-item .justify-flex-start {
  justify-content: flex-start;
}

@media only print, screen and (max-width: 47.9375em) {
  .article-list-item .article-media {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw !important;
  }
}

.comp_5_img_gallery_indicator_cont {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  z-index: 1;
  background-color: rgba(172, 0, 0, 0.75);
  display: flex;
  align-items: center;
  -webkit-font-smoothing: auto !important;
}

@media only print, screen and (min-width: 48em) and (max-width: 79.9376em) {
  .comp_5_img_gallery_indicator_cont {
    padding: 5px;
    left: 0;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .comp_5_img_gallery_indicator_cont {
    padding: 5px;
    left: 0;
  }
}

.comp_5_img_gallery_indicator {
  position: relative;
  width: 32px;
  height: 32px;
  top: 0;
  z-index: 1;
}

@media only print, screen and (min-width: 48em) and (max-width: 79.9376em) {
  .comp_5_img_gallery_indicator {
    width: 32px;
    height: 32px;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .comp_5_img_gallery_indicator {
    width: 26px;
    height: 26px;
  }
}

.comp_5_img_gallery_indicator_count {
  color: white !important;
  font-family: HelveticaNeueBold;
  font-size: 18px;
  padding-left: 5px;
  -webkit-font-smoothing: auto !important;
}

@media only print, screen and (max-width: 47.9375em) {
  .comp_5_img_gallery_indicator_count {
    font-size: 18px;
  }
}

[sna-image-viewer] [data-image-view-index] {
  cursor: pointer;
}

.comp_5_img_secondary_img_count_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp_5_img_secondary_img_count {
  color: white;
  font-size: 50px;
}

@media only print, screen and (min-width: 48em) and (max-width: 79.9376em) {
  .comp_5_img_secondary_img_count {
    font-size: 44px;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .comp_5_img_secondary_img_count {
    font-size: 34px;
  }
}

.ig_inner_item {
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 2px);
}

@media only print, screen and (min-width: 48em) {
  .ig_inner_item {
    width: calc(100% - 2px);
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .ig_inner_item {
    width: calc(100% - 2px);
  }
}

.ig_inner_item .ig_img_placeholder {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.ig_3_img_cont,
.ig_2_img_cont {
  background-color: white;
}

.ig_3_img_cont:after,
.ig_2_img_cont:after {
  content: "";
  display: table;
  clear: both;
}

.ig_2_img_item_1,
.ig_2_img_item_2,
.ig_3_img_item_1,
.ig_3_img_item_2,
.ig_3_img_item_3 {
  float: right;
}

.ig_3_img_item_2 {
  width: 28.125%;
}

.ig_3_img_item_2 .ig_inner_item {
  margin-right: 2px;
  margin-bottom: 2px;
  height: calc(100% - 2px);
}

@media only print, screen and (min-width: 48em) {
  .ig_3_img_item_2 .ig_inner_item {
    margin-right: 2px;
    margin-bottom: 2px;
    height: calc(100% - 2px);
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .ig_3_img_item_2 .ig_inner_item {
    margin-right: 2px;
    margin-bottom: 2px;
    height: calc(100% - 2px);
  }
}

.ig_3_img_item_3 {
  width: 28.125%;
}

.ig_3_img_item_3 .ig_inner_item {
  margin-right: 2px;
  margin-top: 2px;
  height: calc(100% - 2px);
}

@media only print, screen and (min-width: 48em) {
  .ig_3_img_item_3 .ig_inner_item {
    margin-right: 2px;
    margin-top: 2px;
    height: calc(100% - 2px);
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .ig_3_img_item_3 .ig_inner_item {
    margin-right: 2px;
    margin-top: 2px;
    height: calc(100% - 2px);
  }
}

.ig_3_img_item_1 {
  width: 71.875%;
}

.ig_3_img_item_1 .ig_inner_item {
  margin-left: 2px;
}

@media only print, screen and (min-width: 48em) {
  .ig_3_img_item_1 .ig_inner_item {
    margin-left: 2px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .ig_3_img_item_1 .ig_inner_item {
    margin-left: 2px;
  }
}

.ig_2_img_item_2 {
  width: 28.125%;
}

.ig_2_img_item_2 .ig_inner_item {
  margin-right: 2px;
}

@media only print, screen and (min-width: 48em) {
  .ig_2_img_item_2 .ig_inner_item {
    margin-right: 2px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .ig_2_img_item_2 .ig_inner_item {
    margin-right: 2px;
  }
}

.ig_2_img_item_1 {
  width: 71.875%;
}

.ig_2_img_item_1 .ig_inner_item {
  margin-left: 2px;
}

@media only print, screen and (min-width: 48em) {
  .ig_2_img_item_1 .ig_inner_item {
    margin-left: 2px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .ig_2_img_item_1 .ig_inner_item {
    margin-left: 2px;
  }
}

.ig_small_img_outer_cont {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -2px;
}

@media only print, screen and (min-width: 48em) {
  .ig_small_img_outer_cont {
    margin: 0 -2px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .ig_small_img_outer_cont {
    margin: 0 -2px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .ig_small_img_outer_cont {
    margin: 0 -2px;
  }
}

.ig_small_img_outer_cont .ig_small_img_cont {
  padding: 4px 2px 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

@media only print, screen and (min-width: 48em) {
  .ig_small_img_outer_cont .ig_small_img_cont {
    padding: 4px 2px 0;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .ig_small_img_outer_cont .ig_small_img_cont {
    padding: 4px 2px 0;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .ig_small_img_outer_cont .ig_small_img_cont {
    padding: 4px 2px 0;
  }
}

.article_title {
  font-family: HelveticaNeueBold, "Times New Roman";
  color: #000;
  font-size: 1.1rem;
  line-height: 2.056;
  display: inline-block;
  margin-bottom: 5px;
}

@media only print, screen and (max-width: 375px) {
  .article_title {
    font-size: 1.1rem;
  }
}

@media only print, screen and (min-width: 48em) {
  .article_title {
    font-size: 1.1rem;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article_title {
    font-size: 1.6rem;
  }
}

@media only print, screen and (max-width: 375px) {
  .article_title {
    margin-bottom: 5px;
  }
}

@media only print, screen and (min-width: 48em) {
  .article_title {
    margin-bottom: 5px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article_title {
    margin-bottom: 10px;
  }
}

[sna-image-viewer][single-image="true"] {
  cursor: pointer;
}

@media only print,
  screen and (min-width: 79.9377em) and (max-width: 99999999em) {
  .article-container .article-body h1 {
    font-size: 1.875vw;
  }

  .article-container .article-body h2 {
    font-size: 1.8vw;
  }

  .article-container .article-body h3 {
    font-size: 1.58vw;
  }

  .article-container .article-body h4 {
    font-size: 1.5vw;
  }

  .article-container .article-body h5 {
    font-size: 1.45vw;
  }

  .article-container .article-body h6 {
    font-size: 1.4vw;
  }
}

@media only print, screen and (min-width: 48em) and (max-width: 79.9376em) {
  .article-container .article-body h1 {
    font-size: 2.87vw;
  }

  .article-container .article-body h2 {
    font-size: 2.7vw;
  }

  .article-container .article-body h3 {
    font-size: 2.6vw;
  }

  .article-container .article-body h4 {
    font-size: 2.45vw;
  }

  .article-container .article-body h5 {
    font-size: 2.4vw;
  }

  .article-container .article-body h6 {
    font-size: 2.3vw;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .article-container .article-body h1 {
    font-size: 5.64vw;
  }

  .article-container .article-body h2 {
    font-size: 5.25vw;
  }

  .article-container .article-body h3 {
    font-size: 5vw;
  }

  .article-container .article-body h4 {
    font-size: 4.75vw;
  }

  .article-container .article-body h5 {
    font-size: 4.5vw;
  }

  .article-container .article-body h6 {
    font-size: 4.25vw;
  }
}

@media only print, screen and (min-width: 100em) {
  .article-container .article-body h1 {
    font-size: 30px;
  }

  .article-container .article-body h2 {
    font-size: 28px;
  }

  .article-container .article-body h3 {
    font-size: 26px;
  }

  .article-container .article-body h4 {
    font-size: 23px;
  }

  .article-container .article-body h5 {
    font-size: 22px;
  }

  .article-container .article-body h6 {
    font-size: 21px;
  }
}

p.inline-space-paragraph {
  display: none;
}

.exclusive-headline-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
}

.exclusive-headline-container .exclusive-headline {
  background: #032c67;
  color: #fff;
  padding: 3px 8px;
  margin-left: 5px;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

@media only print, screen and (max-width: 375px) {
  .exclusive-headline-container .exclusive-headline {
    font-size: 1.1rem;
  }
}

@media only print, screen and (min-width: 48em) {
  .exclusive-headline-container .exclusive-headline {
    font-size: 1.1rem;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .exclusive-headline-container .exclusive-headline {
    font-size: 1.6rem;
  }
}

@media only print, screen and (max-width: 375px) {
  .exclusive-headline-container .exclusive-headline {
    margin-bottom: 5px;
  }
}

@media only print, screen and (min-width: 48em) {
  .exclusive-headline-container .exclusive-headline {
    margin-bottom: 5px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .exclusive-headline-container .exclusive-headline {
    margin-bottom: 10px;
  }
}

.exclusive-headline-container .exclusive-headline.isBreaking {
  background: #000;
  color: #f8eb20;
}

.exclusive-headline-container span:last-child {
  width: 100%;
}

.in_match_summary {
  margin-top: 10px;
  padding: 10px 10px 15px;
  background-color: #edf0f6;
  border-top: 5px solid #bec2cd;
  display: block;
  text-decoration: none;
  color: #2f353e;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.in_match_summary:hover,
.in_match_summary:active,
.in_match_summary:focus {
  text-decoration: none;
  color: #2f353e;
}

@media only print, screen and (min-width: 48em) {
  .in_match_summary {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding: 10px 8% 20px;
  }
}

.in_match_comp_name_stage_cont {
  padding-bottom: 14px;
}

@media only print, screen and (min-width: 48em) {
  .in_match_comp_name_stage_cont {
    padding-bottom: 10px;
  }
}

.in_match_comp_name,
.in_match_comp_stage {
  font-size: 14px;
  text-align: center;
}

@media only print, screen and (min-width: 48em) {
  .in_match_comp_name,
  .in_match_comp_stage {
    font-size: 16px;
  }
}

.in_match_result_row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.in_match_team_cont {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50% - (85px / 2));
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

@media only print, screen and (min-width: 48em) {
  .in_match_team_cont {
    width: 37.5%;
  }
}

.in_match_mid_cont {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
}

@media only print, screen and (min-width: 48em) {
  .in_match_mid_cont {
    font-size: 30px;
    width: 25%;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .in_match_mid_cont {
    font-size: 36px;
  }
}

.in_match_team_a_logo,
.in_match_team_b_logo {
  max-width: 100%;
  height: auto;
}

.in_match_comp_stage {
  font-size: 14px;
  padding-top: 5px;
  color: #757d95;
}

.in_match_team_b_logo_cont,
.in_match_team_a_logo_cont {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

@media only print, screen and (min-width: 48em) {
  .in_match_team_b_logo_cont,
  .in_match_team_a_logo_cont {
    width: 70px;
    height: 70px;
  }
}

.in_match_team_b_name,
.in_match_team_a_name {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: calc(100% - 40px);
  font-family: HelveticaNeueBold;
}

@media only print, screen and (min-width: 48em) {
  .in_match_team_b_name,
  .in_match_team_a_name {
    font-size: 20px;
    font-family: HelveticaNeueReg;
    width: calc(100% - 70px);
  }
}

.in_match_team_b_name {
  justify-content: flex-start;
  text-align: right;
  padding-right: 5px;
}

@media only print, screen and (min-width: 48em) {
  .in_match_team_b_name {
    padding-right: 20px;
  }
}

.in_match_team_a_name {
  justify-content: flex-end;
  text-align: left;
  padding-left: 5px;
}

@media only print, screen and (min-width: 48em) {
  .in_match_team_a_name {
    padding-left: 20px;
  }
}

.in_match_score_team_b,
.in_match_score_team_a {
  background: #1d2029;
  color: white;
  display: inline-block;
  text-align: center;
  line-height: 1;
  min-height: 35px;
  min-width: 35px;
  padding: 9px 8px;
}

@media only print, screen and (min-width: 48em) {
  .in_match_score_team_b,
  .in_match_score_team_a {
    min-width: 50px;
    min-height: 50px;
    padding: 10px 8px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .in_match_score_team_b,
  .in_match_score_team_a {
    padding: 6px 8px;
  }
}

@media only print, screen and (min-width: 48em) {
  .in_match_score_postponed,
  .in_match_score_cancelled {
    font-size: 20px;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .in_match_score_postponed,
  .in_match_score_cancelled {
    font-size: 20px;
  }
}

.in_match_score_time {
  background: #1d2029;
  color: white;
  padding: 5px 8px;
  font-size: 16px;
  min-width: 60px;
  text-align: center;
  display: inline-block;
}

@media only print, screen and (min-width: 48em) {
  .in_match_score_time {
    min-width: 85px;
    font-size: 26px;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .in_match_team_score_text {
    font-family: HelveticaNeueBold;
  }
}

.in_match_live {
  color: #eb1515;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 14px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
  font-family: HelveticaNeueBold;
}

@media only print, screen and (min-width: 48em) {
  .in_match_live {
    font-size: 15px;
    padding-top: 10px;
  }
}

.in_match_live:before {
  content: " ";
  display: inline-block;
  background-color: #eb1515;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: ripple2 1s cubic-bezier(0.39, 0.58, 0.57, 1) infinite alternate;
}

.in_match_live_text {
  padding-right: 7px;
}

@keyframes ripple2 {
  0% {
    box-shadow: 0 0 0 0px rgba(235, 21, 21, 0.3);
  }

  100% {
    box-shadow: 0 0 0 3px rgba(235, 21, 21, 0.3);
  }
}

.in_match_team_b_logo.sna_default_img + .in_match_team_b_logo,
.in_match_team_a_logo.sna_default_img + .in_match_team_a_logo {
  background-color: #edf0f6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.article-body .inline-video,
.article-body .inline-image-gallery,
.article-body .inline-poll,
.article-body .inline-quote {
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
}

@media only print, screen and (min-width: 48em) {
  .article-body .inline-video,
  .article-body .inline-image-gallery,
  .article-body .inline-poll,
  .article-body .inline-quote {
    margin-top: 0.3125rem;
    margin-bottom: 0;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .article-body .inline-video,
  .article-body .inline-image-gallery,
  .article-body .inline-poll,
  .article-body .inline-quote {
    margin-top: 0.3125rem;
    margin-bottom: 0;
  }
}

sna-quote {
  display: none !important;
}

sna-poll {
  visibility: hidden !important;
}

.article-bottom-share-text {
  font-family: HelveticaNeueBold;
  font-size: 18px;
  padding-bottom: 15px;
}

.article-bottom-share-cont {
  margin-bottom: 20px;
}

@media only print, screen and (min-width: 79.9377em) {
  .article-bottom-share-cont {
    margin-bottom: 30px;
  }
}

.infographicDetailPage .article-bottom-share-cont {
  margin-top: 20px;
}

.sub-title,
.topic-sidebar-container .widget-twitter-body label {
  margin: 0;
}

.faded {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.center {
  display: table;
  margin: 0 auto;
}

.related_contents_cont.second_related {
  margin-top: 20px;
}

.related_contents_cont + .related_contents_cont {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media only print, screen and (min-width: 768px) {
  .related_contents_cont + .related_contents_cont {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.article_rev_sec_left_cont,
.lp_content_right,
.search-filter {
  position: relative;
}

.article_rev_sec_left_cont .sticky,
.lp_content_right .sticky,
.search-filter .sticky {
  position: fixed;
  width: 300px;
  max-width: 300px;
  top: 10px;
}

.article_rev_sec_left_cont .sticky.bottom,
.lp_content_right .sticky.bottom,
.search-filter .sticky.bottom {
  position: absolute;
  bottom: 0;
  top: auto;
  top: initial;
}

@media only print, screen and (max-width: 767px) {
  .episodeDetialPage .article-widget-holder,
  .video_detail_page .article-widget-holder {
    margin-bottom: 10px;
  }
}

.article-widget-holder {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media only print, screen and (max-width: 1279px) {
  .article-widget-holder.sidebar-banner {
    text-align: center;
  }
}

@media only print, screen and (min-width: 1280px) {
  .article-widget-holder {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

@media only print, screen and (max-width: 767px) {
  .article-widget-holder {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
}

.article-widget-holder .article-widget-title {
  margin-bottom: 10px;
  font-size: 22px;
}

@media only print, screen and (max-width: 375px) {
  .article-widget-holder .article-widget-title {
    font-size: 22px;
  }
}

@media only print, screen and (min-width: 768px) {
  .article-widget-holder .article-widget-title {
    font-size: 22px;
  }
}

@media only print, screen and (min-width: 1280px) {
  .article-widget-holder .article-widget-title {
    font-size: 26px;
  }
}

.article-widget-holder .more-content {
  text-align: center;
  padding-bottom: 20px;
  margin-top: 10px;
}

.article-widget-holder .more-content .more-link {
  text-decoration: none;
  min-width: auto;
  margin-top: 20px;
  border: 2px solid #000;
  padding: 8px 20px;
  color: #000;
  border-radius: 7px;
  display: inline-block;
  font-size: 1.2rem;
}

@media only print, screen and (max-width: 375px) {
  .article-widget-holder .more-content .more-link {
    font-size: 1.2rem;
  }
}

@media only print, screen and (min-width: 768px) {
  .article-widget-holder .more-content .more-link {
    font-size: 1.1rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .article-widget-holder .more-content .more-link {
    font-size: 16px;
  }
}

.article-widget-holder .more-content .more-link:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: #000;
}

@media only print, screen and (max-width: 1279px) {
  .article-widget-holder .more-content {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

.article-widget-holder .button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.2rem;
}

@media only print, screen and (max-width: 375px) {
  .article-widget-holder .button {
    font-size: 1.2rem;
  }
}

@media only print, screen and (min-width: 768px) {
  .article-widget-holder .button {
    font-size: 1.1rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .article-widget-holder .button {
    font-size: 1.275rem;
  }
}

.article-widget-holder .poll-widget .widget-body {
  padding: 0;
}

.whatsapp_widget {
  text-align: center;
}

.editor-choice-widget {
  text-decoration: none;
}

@media only print, screen and (min-width: 1280px) {
  .editor-choice-widget {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.editor-choice-widget .editor-choice-widget-content .main-article {
  padding-top: 10px;
}

.editor-choice-widget
  .editor-choice-widget-content
  .main-article
  .main-article-img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  position: relative;
}

.editor-choice-widget
  .editor-choice-widget-content
  .main-article
  .main-headline {
  color: black;
  font-size: 1.2rem;
}

@media only print, screen and (max-width: 375px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .main-article
    .main-headline {
    font-size: 1.2rem;
  }
}

@media only print, screen and (min-width: 768px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .main-article
    .main-headline {
    font-size: 1.1rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .main-article
    .main-headline {
    font-size: 1.275rem;
  }
}

.editor-choice-widget
  .editor-choice-widget-content
  .main-article
  .on_content_top {
  display: none;
}

.editor-choice-widget .editor-choice-widget-content .other-editor-choice li {
  margin-bottom: 10px;
}

.editor-choice-widget
  .editor-choice-widget-content
  .other-editor-choice
  li:last-child {
  padding-bottom: 0;
}

@media only print, screen and (min-width: 1280px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a {
    padding: 0;
  }
}

.editor-choice-widget .editor-choice-widget-content .other-editor-choice li a {
  background-color: #fff;
  box-shadow: 0 1.5px 3px 0 rgba(0, 35, 64, 0.05);
  text-decoration: none;
  padding: 10px 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: black;
  position: relative;
}

.editor-choice-widget
  .editor-choice-widget-content
  .other-editor-choice
  li
  a
  .editor-choice-img {
  position: relative;
  width: 25%;
}

@media only print, screen and (max-width: 767px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-img {
    width: 40%;
  }
}

.editor-choice-widget
  .editor-choice-widget-content
  .other-editor-choice
  li
  a
  .editor-choice-img
  img {
  max-width: 100%;
}

.editor-choice-widget
  .editor-choice-widget-content
  .other-editor-choice
  li
  a
  .editor-choice-img
  img.squar_img {
  display: none;
}

.editor-choice-widget
  .editor-choice-widget-content
  .other-editor-choice
  li
  a
  .editor-choice-headline {
  width: 75%;
  font-size: 1.1rem;
  padding-right: 10px;
}

@media only print, screen and (max-width: 767px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-headline {
    width: 60%;
    padding-right: 10px;
  }
}

.editor-choice-widget
  .editor-choice-widget-content
  .other-editor-choice
  li
  a
  .editor-choice-headline
  .editor-choice-headline_text {
  font-size: 1rem;
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-headline
    .editor-choice-headline_text {
    padding: 5px 0;
  }
}

@media only print, screen and (min-width: 768px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-headline
    .editor-choice-headline_text {
    font-size: 1rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-headline
    .on_content_top {
    margin-right: 0;
  }
}

@media only print, screen and (max-width: 375px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-headline {
    font-size: 1.1rem;
  }
}

@media only print, screen and (min-width: 768px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-headline {
    font-size: 1.1rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-headline {
    font-size: 1rem;
  }
}

@media only print, screen and (min-width: 1280px) and (max-height: 799px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:nth-child(4) {
    display: none;
  }
}

@media only print, screen and (min-width: 1280px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    .content_from_title.on_content_top {
    display: none;
  }
}

@media only print, screen and (min-width: 1280px) and (max-height: 1000px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:nth-child(5) {
    display: none;
  }
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    a
    .editor-choice-headline {
    padding-top: 10px;
  }
}

@media only print, screen and (min-width: 1280px) and (max-height: 799px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child {
    padding-top: 0;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a {
    padding: 10px 10px;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a
    .editor-choice-img
    .play_icon {
    width: 30px;
    height: 30px;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a
    .editor-choice-img
    img.squar_img {
    display: inline;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a
    .editor-choice-img
    img.img_16_9 {
    display: none;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a
    .editor-choice-img
    .content_list_media_indicator_text {
    display: none;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    .editor-choice-headline_text {
    color: #000;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    .content_from_title {
    display: none;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    .content_from_title.on_content_top {
    display: block;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    .content_from_title.on_content_top.live_story,
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    .content_from_title.on_content_top.exclusive-coverage {
    display: inline-block;
  }
}

@media only print, screen and (min-width: 1280px) and (min-height: 800px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child {
    padding-top: 0;
  }
}

@media only print,
  screen and (min-width: 1280px) and (min-height: 800px) and (min-width: 1280px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media only print, screen and (min-width: 1280px) and (min-height: 800px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a {
    display: block;
    position: relative;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a
    .editor-choice-img {
    width: 100%;
    height: auto;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a
    .editor-choice-img
    img:not(.content_list_media_indicator_svg) {
    width: 100%;
  }
}

@media only print,
  screen and (min-width: 1280px) and (min-height: 800px) and (min-width: 1280px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a
    .editor-choice-img
    img {
    padding-bottom: 0;
  }
}

@media only print, screen and (min-width: 1280px) and (min-height: 800px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a
    .editor-choice-headline {
    width: 100%;
    padding-right: 0;
    padding-top: 10px;
    font-size: 1.2rem;
  }
}

@media only print,
  screen and (min-width: 1280px) and (min-height: 800px) and (max-width: 375px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a
    .editor-choice-headline {
    font-size: 1.2rem;
  }
}

@media only print,
  screen and (min-width: 1280px) and (min-height: 800px) and (min-width: 768px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a
    .editor-choice-headline {
    font-size: 1.1rem;
  }
}

@media only print,
  screen and (min-width: 1280px) and (min-height: 800px) and (min-width: 1280px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a
    .editor-choice-headline {
    font-size: 1.275rem;
  }
}

@media only print,
  screen and (min-width: 1280px) and (min-height: 800px) and (min-width: 1280px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li:first-child
    a
    .editor-choice-headline {
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    color: white;
    font-weight: bold;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
    font-size: 1.1rem;
  }
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .editor-choice-widget .editor-choice-widget-content .other-editor-choice {
    margin-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }

  .editor-choice-widget .editor-choice-widget-content .other-editor-choice li {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    border-bottom: 0;
    padding: 0 5px 0;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a {
    display: block;
    color: black;
    position: relative;
    padding: 0;
    height: 100%;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-img
    img:not(.content_list_media_indicator_svg) {
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
}

@media only print,
  screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 768px) and (max-width: 1279px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-img
    img:not(.content_list_media_indicator_svg) {
    padding-bottom: 0;
  }
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-headline {
    width: 100%;
    padding: 10px 10px;
    font-size: 1.1rem;
  }
}

@media only print,
  screen and (min-width: 768px) and (max-width: 1279px) and (max-width: 375px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-headline {
    font-size: 1.1rem;
  }
}

@media only print,
  screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 768px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-headline {
    font-size: 1.1rem;
  }
}

@media only print,
  screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1280px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    li
    a
    .editor-choice-headline {
    font-size: 1rem;
  }
}

@media only print,
  screen and (min-width: 768px) and (max-width: 1279px) and (max-width: 1279px) {
  .editor-choice-widget
    .editor-choice-widget-content
    .other-editor-choice
    :last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.sna_title_1.breaking {
  background-color: #232323;
  padding: 0px 10px 0px 10px;
}

.sna_title_1.breaking:before {
  background: #f8eb20;
  margin: 4px 10px 0 0;
  height: calc(100% - 8px);
}

.sna_title_1.breaking .sna_title_1_text {
  color: #f8eb20;
  padding: 0 20px;
}

.breaking_news_cont {
  text-align: right;
  max-width: 100%;
  font-size: 1.1rem;
}

@media only print, screen and (max-width: 375px) {
  .breaking_news_cont {
    font-size: 1.1rem;
  }
}

@media only print, screen and (min-width: 768px) {
  .breaking_news_cont {
    font-size: 1.1rem;
  }
}

@media only print, screen and (min-width: 1280px) {
  .breaking_news_cont {
    font-size: 1rem;
  }
}

.breaking_news_cont .breaking_news_list_item {
  padding-bottom: 10px;
  position: relative;
}

.breaking_news_cont .breaking_news_list_item:last-child {
  padding-bottom: 0;
}

.breaking_news_cont .breaking_news_list_item .breaking_news_list_item_date {
  background-color: #232323;
  color: #f8eb20;
}

.breaking_news_cont
  .breaking_news_list_item
  .breaking_news_list_item_date
  .breaking_news_list_item_date_content {
  padding: 2px 18px 2px 10px;
}

.breaking_news_cont
  .breaking_news_list_item
  .breaking_news_list_item_date
  .breaking_news_list_item_date_content.now {
  font-size: 18px;
}

.breaking_news_cont
  .breaking_news_list_item
  .breaking_news_list_item_date.breaking_news_list_item_date_now {
  background: #f8eb20;
  font-family: "HelveticaNeueBold";
}

.breaking_news_cont .breaking_news_list_item .breaking_news_list_item_message {
  background: #dde1ec;
  padding: 10px 10px 10px 10px;
  box-shadow: 0 1.5px 3px 0 rgba(0, 35, 64, 0.05);
}

.breaking_news_cont
  .breaking_news_list_item.now
  .breaking_news_list_item_message {
  background-color: #f8eb20;
}

.breaking_news_cont
  .breaking_news_list_item
  .breaking_news_list_item_message.breaking_news_list_item_link {
  padding-bottom: 10px;
  cursor: pointer !important;
  text-decoration: none !important;
  color: #000 !important;
  display: block !important;
}

.breaking_news_cont
  .breaking_news_list_item
  .breaking_news_list_item_message.breaking_news_list_item_link
  .breaking_message {
  padding-left: 5px;
  display: inline;
}

.breaking_news_cont
  .breaking_news_list_item
  .breaking_news_list_item_message.breaking_news_list_item_link
  .breaking_news_list_item_message_link_wrap {
  text-align: left;
  display: block;
  margin: 5px 0 0;
}

.breaking_news_cont
  .breaking_news_list_item
  .breaking_news_list_item_message.breaking_news_list_item_link
  .breaking_news_list_item_message_link_wrap
  .breaking_news_list_item_message_link {
  color: #f8eb20;
  background-color: #232323;
  padding: 5px 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}

@media only print, screen and (max-width: 1279px) {
  .breaking_news_cont {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .editor-choice-headline .on_content_top {
    margin-right: 0;
  }
}

.article-widget-holder .apester-element {
  margin-top: 0;
  margin-bottom: 0;
}

@media only print, screen and (min-width: 1280px) {
  .sna-pos-sticky #articleSidebarFixed {
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    z-index: 1;
  }

  @supports (-ms-ime-align: auto) {
    .sna-pos-sticky #articleSidebarFixed {
      position: static;
    }
  }

  .sna-pos-sticky [data-ng-controller="contentSidebarController"] {
    height: 100%;
  }

  html.sna-pos-sticky {
    overflow-x: initial;
  }

  .sna-pos-sticky body.mostPopularPage,
  .sna-pos-sticky body.recommendedPage {
    overflow-y: initial;
  }
}

.comp_21 {
  position: relative;
}

.body_content .comp_21 {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  padding: 0 10px;
}

@media only print, screen and (max-width: 1279px) {
  .body_content .comp_21 {
    padding: 0 10px;
    width: 100%;
  }
}

@media only print, screen and (max-width: 767px) {
  .body_content .comp_21 {
    width: 100%;
  }
}

.comp_21_group_header {
  margin-bottom: 20px;
}

.comp_21_group_header a {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.comp_21_match_group_by_date {
  margin-bottom: 5px;
}

.comp_21_match_date {
  display: flex;
  justify-content: center;
  padding: 4px 10px;
  color: #fff;
  background-color: #1d2029;
  margin-bottom: 0px;
}

@media only print, screen and (max-width: 767px) {
  .comp_21_match_date {
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .comp_21_match_date {
    font-size: 1.1rem;
  }
}

.comp_21_match_item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #c1c4cf;
  text-decoration: none;
  color: black;
  background-color: #fff;
}

.comp_21_match_item:last-child {
  border-bottom: none;
}

@media only print, screen and (min-width: 1280px) {
  .comp_21_match_item:hover {
    background-color: #e6e8ec;
  }

  .comp_21_match_item:hover .comp_21_match_item_team_logo_cont {
    background-color: #e0e2e6;
  }
}

.comp_21_match_item_team_logo_cont {
  width: 50px;
  background-color: #e9eff0;
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .comp_21_match_item_team_logo_cont {
    width: 55px;
  }
}

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

.comp_21_match_item_team {
  display: flex;
  justify-content: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50% - (55px / 2));
}

.comp_21_match_item_team.comp_21_match_item_team_1 {
  justify-content: flex-start;
}

.comp_21_match_item_team.comp_21_match_item_team_2 {
  justify-content: flex-end;
}

.comp_21_match_item_center {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 55px;
}

.comp_21_match_item_center.score .comp_21_match_item_center_score,
.comp_21_match_item_center.live .comp_21_match_item_center_score {
  padding: 3px 7px;
  display: flex;
  justify-content: center;
  background-color: #5e6071;
  text-align: center;
  color: white;
  font-size: 14px;
}

@media only print, screen and (max-width: 767px) {
  .comp_21_match_item_center.score .comp_21_match_item_center_score,
  .comp_21_match_item_center.live .comp_21_match_item_center_score {
    font-size: 14px;
    min-width: 50px;
  }
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .comp_21_match_item_center.score .comp_21_match_item_center_score,
  .comp_21_match_item_center.live .comp_21_match_item_center_score {
    font-size: 1.1rem;
  }
}

.comp_21_match_item_center.score .comp_21_match_item_center_fixture,
.comp_21_match_item_center.live .comp_21_match_item_center_fixture {
  display: none;
}

.comp_21_match_item_center.live .comp_21_match_item_center_score {
  background-color: #ac0000;
  color: white;
}

.comp_21_match_item_center.fixture .comp_21_match_item_center_score,
.comp_21_match_item_center.spl_status .comp_21_match_item_center_score {
  display: none;
}

.comp_21_match_item_center.fixture .comp_21_match_item_center_fixture,
.comp_21_match_item_center.fixture .comp_21_match_item_center_spl_status,
.comp_21_match_item_center.spl_status .comp_21_match_item_center_fixture,
.comp_21_match_item_center.spl_status .comp_21_match_item_center_spl_status {
  padding: 3px 7px;
  display: flex;
  justify-content: center;
  background-color: #1d2029;
  color: white;
  font-size: 14px;
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .comp_21_match_item_center.fixture .comp_21_match_item_center_fixture,
  .comp_21_match_item_center.fixture .comp_21_match_item_center_spl_status,
  .comp_21_match_item_center.spl_status .comp_21_match_item_center_fixture,
  .comp_21_match_item_center.spl_status .comp_21_match_item_center_spl_status {
    font-size: 1.1rem;
  }
}

@media only print, screen and (max-width: 767px) {
  .comp_21_match_item_center.fixture .comp_21_match_item_center_fixture,
  .comp_21_match_item_center.fixture .comp_21_match_item_center_spl_status,
  .comp_21_match_item_center.spl_status .comp_21_match_item_center_fixture,
  .comp_21_match_item_center.spl_status .comp_21_match_item_center_spl_status {
    font-size: 14px;
    min-width: 50px;
  }
}

.comp_21_match_item_team_logo_cont {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 18px 10px;
}

.comp_21_match_item_team_name {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media only print, screen and (max-width: 767px) {
  .comp_21_match_item_team_name {
    font-size: 14px;
  }
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .comp_21_match_item_team_name {
    font-size: 1.1rem;
  }
}

.featured_match_loader_cont {
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp_21_match_item_team_logo_cont {
  position: relative;
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar_featured_match_comp {
    margin-top: 40px;
  }
}

.comp_21_match_item_team_logo:not(.sna_default_img) {
  position: absolute;
  height: auto;
  z-index: 1;
  background-color: #e9eff0;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only print, screen and (min-width: 768px) {
  .comp_21_match_item_team_logo:not(.sna_default_img) {
    width: 35px;
  }
}

@media only print, screen and (min-width: 1280px) {
  .comp_21_match_item_team_logo:not(.sna_default_img) {
    width: 30px;
  }
}

.sidebar_featured_match_comp.article-widget-holder .more-content {
  padding: 0;
}

.sidebar_featured_match_comp.article-widget-holder .more-content .more-link {
  margin: 0;
}

.audioclip-widget .sna_title_1 img {
  width: 35px;
  padding: 2px 0;
}

.audioclip-widget .audioclip-widget-content {
  padding: 10px;
  background-color: #dbdfe8;
  box-shadow: 0 1.5px 3px 0 rgba(0, 35, 64, 0.05);
}

.audioclip-widget .audio-clips li {
  background-color: #fff;
}

.audioclip-widget .audio-clips li:not(:last-child) {
  margin-bottom: 10px;
}

.audioclip-widget .audio-clips li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  color: #000;
}

.audioclip-widget .audio-clips li a .audioclip-headline-holder {
  width: 75%;
  padding: 5px;
  border-left: 2px solid #e8ecf1;
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .audioclip-widget .audio-clips li a .audioclip-headline-holder {
    width: 85%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.audioclip-widget .audio-clips li a .audioclip-headline-holder h3 {
  font-size: 1rem;
}

.audioclip-widget .audio-clips li a .audioclip-headline-holder span,
.audioclip-widget .audio-clips li a .audioclip-headline-holder i {
  color: rgba(35, 35, 35, 0.75);
  font-size: 0.875rem;
}

@media only print, screen and (max-width: 1279px) {
  .audioclip-widget .audio-clips li a .audioclip-headline-holder span,
  .audioclip-widget .audio-clips li a .audioclip-headline-holder i {
    font-size: 0.875rem;
  }
}

.audioclip-widget .audio-clips li a .audioclip-duration-holder {
  padding: 5px;
  width: 25%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media only print, screen and (min-width: 768px) and (max-width: 1279px) {
  .audioclip-widget .audio-clips li a .audioclip-duration-holder {
    width: 15%;
  }
}

.audioclip-widget .audio-clips li a .audioclip-duration-holder .play-icon {
  width: 40px;
  height: 40px;
  fill: #fff;
  background-color: rgba(172, 0, 0, 0.75);
  padding: 9px;
}

@media only print, screen and (max-width: 1279px) {
  .audioclip-widget .audio-clips li a .audioclip-duration-holder .play-icon {
    width: 40px;
    height: 40px;
  }
}

.audioclip-widget .audio-clips li a .audioclip-duration-holder span {
  color: #232323;
  font-size: 0.875rem;
  margin-top: 5px;
}

@media only print, screen and (max-width: 1279px) {
  .audioclip-widget .audio-clips li a .audioclip-duration-holder span {
    font-size: 0.875rem;
  }
}

.sna-facebook-post {
  margin-bottom: 20px;
}

@media only print, screen and (min-width: 1280px) {
  .sna-facebook-post {
    width: 500px;
    min-height: 400px;
    margin: 0 auto;
  }
}

.sna-tweet {
  margin-bottom: 20px;
}

@media only print, screen and (min-width: 1280px) {
  .sna-tweet {
    width: 500px;
    min-height: 250px;
    margin: 0 auto;
  }
}

.content_from_title.exclusive-coverage {
  background-color: #032c67;
  color: #fff;
}

@media only print, screen and (max-width: 767px) {
  .content_from_title.exclusive-coverage {
    padding: 3px 8px;
  }
}

@media only print, screen and (min-width: 768px) {
  .content_from_title.exclusive-coverage {
    padding: 1px 8px;
  }
}

.content_from_title.exclusive-coverage:before {
  display: none;
}

.content_from_title.exclusive-coverage .content_title_encloser {
  color: #fff;
  padding-right: 0;
  font-family: HelveticaNeueReg, HelveticaNeueLight, Arial, sans-serif;
}

.exclusive-label {
  background-color: #032c67;
  color: #fff;
  font-size: 94%;
  font-family: HelveticaNeueBold, "Times New Roman";
  border-radius: 5px;
  padding: 3px 8px;
  display: inline-table;
}

@media only print, screen and (min-width: 768px) {
  .exclusive-label {
    padding: 3px 8px;
  }
}

@media only print, screen and (min-width: 1280px) {
  .exclusive-label {
    padding: 3px 8px;
  }
}

.special-coverage {
  background: #032c67 !important;
}

.sub-title,
.topic-sidebar-container .widget-twitter-body label {
  margin: 0;
}

.faded {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.center {
  display: table;
  margin: 0 auto;
}

sna-audio-clip {
  display: block;
  position: relative;
  z-index: 0;
}

.sna_audio_radio_detail {
  background-color: #232323;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 5px 30px;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_radio_detail {
    padding: 10px 10px 30px;
  }
}

.sna_audio_radio_detail .sna_audio_img_cont {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 55px;
  display: flex;
  align-items: center;
  margin-right: 5px;
  margin-top: 10px;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_radio_detail .sna_audio_img_cont {
    margin-top: 0;
    margin-right: 10px;
    width: 72px;
  }
}

.sna_audio_radio_detail .sna_audio_img_cont_l1 {
  position: relative;
  background-color: #ac0000;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.sna_audio_radio_detail .sna_audio_img_cont_l1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.sna_audio_radio_detail .sna_audio_img_cont_l1 > .aspect_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.sna_audio_radio_detail .sna_audio_player_wave_cont {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 69px - -14px - 5px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 0;
  padding-right: 10px;
  margin-top: 10px;
  padding-left: 5px;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_radio_detail .sna_audio_player_wave_cont {
    padding-left: 0;
    margin-top: 0;
    width: calc(100% - 72px - 10px);
  }
}

.sna_audio_radio_detail .sna_audio_wave_cont {
  width: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_radio_detail .sna_audio_wave_cont {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.sna_audio_radio_detail .sna_audio_player_cont {
  width: 100%;
  padding-top: 0;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_radio_detail .sna_audio_player_cont {
    padding-top: 0;
  }
}

@media only print, screen and (min-width: 79.9377em) {
  .sna_audio_radio_detail .sna_audio_player_cont {
    padding-top: 0;
  }
}

.sna_audio_radio_detail .sna_audio_title_cont {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  font-size: 20px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_radio_detail .sna_audio_title_cont {
    font-size: 28px;
    padding-bottom: 7px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .sna_audio_radio_detail .sna_audio_title_cont {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.sna_audio_radio_detail .sna_audio_title {
  -webkit-font-smoothing: auto !important;
  font-family: HelveticaNeueBold, "Times New Roman";
}

@media only print, screen and (max-width: 47.9375em) {
  .sna_audio_radio_detail .sna_audio_title {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100%);
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .sna_audio_radio_detail .sna_audio_summary_toggle_btn_cont {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-self: flex-start;
    position: relative;
  }
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_radio_detail .sna_audio_summary_toggle_btn_cont {
    display: none !important;
  }
}

.sna_audio_radio_detail .sna_audio_summary_toggle_btn_cont_l1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

.sna_audio_radio_detail .sna_audio_summary_toggle_btn {
  fill: #ac0000;
  width: 25px;
  height: 25px;
  -webkit-transform: translate(-100%) rotate(0deg);
  transform: translate(-100%) rotate(0deg);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  will-change: transform;
  position: relative;
}

.sna_audio_radio_detail .sna_audio_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sna_audio_radio_detail .sna_audio_state_icon_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sna_audio_radio_detail .sna_audio_state_icon {
  width: 70%;
  height: 70%;
  fill: #fff;
  padding: 3px;
}

.sna_audio_radio_detail .sna_audio_state_play_icon {
  display: block;
}

.sna_audio_radio_detail .sna_audio_state_pause_icon {
  display: none;
}

.sna_audio_radio_detail .sna_audio_state_buffering_icon {
  display: none;
}

.sna_audio_radio_detail .play_icon_to_show .sna_audio_state_play_icon {
  display: block;
}

.sna_audio_radio_detail .play_icon_to_show .sna_audio_state_pause_icon {
  display: none;
}

.sna_audio_radio_detail .play_icon_to_show .sna_audio_state_buffering_icon {
  display: none;
}

.sna_audio_radio_detail .pause_icon_to_show .sna_audio_state_pause_icon {
  display: block;
}

.sna_audio_radio_detail .pause_icon_to_show .sna_audio_state_play_icon {
  display: none;
}

.sna_audio_radio_detail .pause_icon_to_show .sna_audio_state_buffering_icon {
  display: none;
}

.sna_audio_radio_detail .buffer_icon_to_show {
  -webkit-animation: jw-spin 2s linear infinite;
  animation: jw-spin 2s linear infinite;
}

.sna_audio_radio_detail .buffer_icon_to_show .sna_audio_state_buffering_icon {
  display: block;
  border-radius: 50%;
}

.sna_audio_radio_detail .buffer_icon_to_show .sna_audio_state_pause_icon {
  display: none;
}

.sna_audio_radio_detail .buffer_icon_to_show .sna_audio_state_play_icon {
  display: none;
}

@-webkit-keyframes jw-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes jw-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sna_audio_player_summary_cont {
  overflow: hidden;
  font-size: 14px;
  display: none;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 5px 5px;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_player_summary_cont {
    display: block !important;
    font-size: 18px;
    padding: 0 10px 25px;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .sna_audio_player_summary_cont_opened .sna_audio_summary_toggle_btn {
    -webkit-transform: translate(-100%) rotate(180deg);
    transform: translate(-100%) rotate(180deg);
  }
}

.jw-error-msg.jw-info-overlay {
  display: none !important;
}

.sna_audio_clip_content.sna_audio_clip .sna_audio_radio_detail {
  background: transparent;
  padding: 0 0;
}

.sna_audio_clip_content.sna_audio_clip
  .sna_audio_radio_detail
  span:not(.jw-text) {
  color: #232323;
}

.sna_audio_clip_content.sna_audio_clip .sna_audio_directive_cont {
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 1.5px 3px 0 rgba(0, 35, 64, 0.05);
  max-width: 100%;
  padding: 10px 10px 10px;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_clip_content.sna_audio_clip .sna_audio_directive_cont {
    max-width: 87%;
    padding: 15px 20px 20px;
  }
}

.sna_audio_clip_content.sna_audio_clip .sna_audio_title_cont {
  padding: 0 0 10px 0;
  font-size: 16px;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_clip_content.sna_audio_clip .sna_audio_title_cont {
    font-size: 22px;
  }
}

.sna_audio_clip_content.sna_audio_clip .sna_audio_clip_media_cont {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.sna_audio_clip_content.sna_audio_clip .sna_audio_clip_media_inner_cont:after {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: " ";
  --c1: rgba(255, 255, 255, 0.6);
  --c2: rgba(255, 255, 255, 0);
  background-image: linear-gradient(
    to top,
    white,
    white 29px,
    var(--c1),
    var(--c2) 79px
  );
  background-image: linear-gradient(
    to top,
    white,
    white 29px,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0) 79px
  );
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_clip_content.sna_audio_clip
    .sna_audio_clip_media_inner_cont:after {
    background-image: linear-gradient(
      to top,
      white,
      white 32px,
      var(--c1),
      var(--c2) 82px
    );
    background-image: linear-gradient(
      to top,
      white,
      white 32px,
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0) 82px
    );
  }
}

.sna_audio_clip_content.sna_audio_clip .sna_audio_player_wave_cont {
  padding-right: 10px;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_clip_content.sna_audio_clip .sna_audio_player_wave_cont {
    padding-right: 0;
  }
}

.sna_audio_clip_content.sna_audio_clip .sna_audio_img_cont,
.sna_audio_clip_content.sna_audio_clip .sna_audio_player_wave_cont {
  margin-top: -69px;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_clip_content.sna_audio_clip .sna_audio_img_cont,
  .sna_audio_clip_content.sna_audio_clip .sna_audio_player_wave_cont {
    margin-top: -72px;
  }
}

.sna_audio_clip_content.sna_audio_clip .jw-skin-sna_audio_clip .jw-text {
  color: #000 !important;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_clip_content.sna_audio_clip
    .jw-skin-sna_audio_clip
    .jw-text-duration {
    padding-top: 4px;
  }
}

.sna_audio_clip_content.sna_audio_clip
  .jw-skin-sna_audio_clip
  .jw-text-elapsed {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_clip_content.sna_audio_clip
    .jw-skin-sna_audio_clip
    .jw-text-elapsed {
    padding-top: 4px;
    padding-left: 12px !important;
  }
}

.sna_audio_clip_content.sna_audio_clip
  .jw-skin-sna_audio_clip
  .jw-button-container {
  justify-content: flex-start !important;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_clip_content.sna_audio_clip
    .jw-skin-sna_audio_clip
    .jw-slider-container {
    height: 10px !important;
  }
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_clip_content.sna_audio_clip
    .jw-skin-sna_audio_clip
    .jw-slider-time {
    height: 10px !important;
  }
}

@media only print, screen and (max-width: 47.9375em) {
  .sna_audio_clip_content.sna_audio_clip
    .jw-skin-sna_audio_clip.jw-flag-audio-player {
    height: 29px !important;
  }
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_clip_content.sna_audio_clip
    .jw-skin-sna_audio_clip.jw-flag-audio-player {
    height: 32px !important;
  }
}

.sna_audio_clip_content.sna_audio_clip .jw-skin-sna_audio_clip .jw-text-alt {
  display: none !important;
}

@media only print, screen and (min-width: 48em) {
  .ie_edge
    .sna_audio_clip_content.sna_audio_clip
    .jw-skin-sna_audio_clip.jw-flag-audio-player
    .jw-text-elapsed,
  .ie11
    .sna_audio_clip_content.sna_audio_clip
    .jw-skin-sna_audio_clip.jw-flag-audio-player
    .jw-text-elapsed {
    width: 45px;
  }
}

.sna_audio_directive_cont_ssr .sna_audio_wave_cont {
  height: 40px;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_directive_cont_ssr .sna_audio_wave_cont {
    height: 40px;
  }
}

.sna_audio_directive_cont_ssr .sna_audio_player_cont {
  height: 29px;
}

@media only print, screen and (min-width: 48em) {
  .sna_audio_directive_cont_ssr .sna_audio_player_cont {
    height: 32px;
  }
}

@media only print, screen and (min-width: 48em) {
  .liveStoryPage
    .lsp:not(.lsp_shared):not(.lsp_pinned)
    .sna_audio_clip_content.sna_audio_clip
    .sna_audio_directive_cont {
    max-width: 100%;
  }
}

.liveStoryPage
  .lsp:not(.lsp_shared):not(.lsp_pinned)
  .sna_audio_clip_content.sna_audio_clip
  .sna_audio_img_cont,
.liveStoryPage
  .lsp:not(.lsp_shared):not(.lsp_pinned)
  .sna_audio_clip_content.sna_audio_clip
  .sna_audio_player_wave_cont {
  margin-top: -79px;
}

@media only print, screen and (min-width: 48em) {
  .liveStoryPage
    .lsp:not(.lsp_shared):not(.lsp_pinned)
    .sna_audio_clip_content.sna_audio_clip
    .sna_audio_img_cont,
  .liveStoryPage
    .lsp:not(.lsp_shared):not(.lsp_pinned)
    .sna_audio_clip_content.sna_audio_clip
    .sna_audio_player_wave_cont {
    margin-top: -82px;
  }
}

.share-btn-bottom-left-on .share-btn-bottom-left {
  display: flex;
}

.share-btn-bottom-left {
  background-color: #ac0000;
  display: none;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  height: 50px;
  width: 50px;
  left: 15px;
}

@media only print, screen and (max-width: 47.9375em) {
  .share-btn-bottom-left {
    height: 50px;
    width: 50px;
    bottom: 30px;
  }
}

.share-btn-bottom-left .share-btn-bottom-left-svg {
  cursor: pointer;
  width: 35px;
  height: 35px;
  color: #fff;
  fill: #ac0000;
}

@media only print,
  screen and (min-width: 79.9377em) and (max-width: 99999999em) {
  .share-btn-bottom-left .share-btn-bottom-left-svg {
    max-width: 40px;
  }
}

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;

  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;

  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;

  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;

  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

b {
  font-weight: bold;
}
