.featured-category {
  padding:16px;
  background-color:#fff;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  -o-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  -ms-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  -moz-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  -khtml-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  -webkit-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12)
}
.featured-category__date {
  font-size:10px;
  line-height:12px;
  color:#212121;
  display:flex;
  align-items:center;
  margin:0
}
.featured-category__date p {
  margin:0
}
.featured-category__image img {
  object-fit:cover;
  min-height:100%;
  min-width:100%
}
@keyframes opacityLoop {
  0% {
    opacity:1
  }
  50% {
    opacity:.2
  }
  100% {
    opacity:1
  }
}
.featured-category {
  margin-bottom:16px;
  text-align:center;
  padding:0 0 16px 0;
  position:relative
}
@media(min-width: 10px)and (max-width: 768px) {
  .featured-category {
    margin-bottom:0;
    border-radius:0;
    -o-box-shadow:none;
    -ms-box-shadow:none;
    -moz-box-shadow:none;
    -khtml-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none
  }
  .featured-category:after {
    content:"";
    border-bottom:1px solid #e9e9e9;
    width:calc(100% - 32px);
    display:block;
    margin:-1px auto 0;
    bottom:0;
    height:1px;
    left:16px;
    position:absolute
  }
}
.featured-category__header {
  font-size:24px;
  line-height:24px;
  font-family:"proximanova-bold",sans-serif;
  color:#212121;
  margin:0;
  padding:16px 76px 16px 16px;
  text-align:left
}
.featured-category__header a {
  color:#212121
}
.featured-category__header img {
  display:inline-block;
  max-height:20px
}
.featured-category--container {
  position:relative;
  min-height:121px;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  margin:0 16px;
  padding:16px 0;
  border-bottom:1px solid #e2e2e2;
  text-align:left
}
.featured-category--url:last-child>div {
  border-bottom:0
}
.featured-category__title {
  font-size:16px;
  line-height:21px;
  color:#212121;
  font-family:"proximanova-bold",sans-serif;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-bottom:24px;
  flex:1
}
.featured-category__synopsis {
  display:flex;
  flex-direction:column;
  position:relative
}
.featured-category__live-title {
  display:inline-flex;
  align-items:center;
  position:relative;
  margin-right:8px;
  top:-2px;
  font-size:10px;
  font-family:"proximanova-bold",sans-serif;
  text-transform:uppercase;
  color:#dd1f26
}
.featured-category__live-title:before {
  content:"";
  width:12px;
  height:12px;
  background-color:#dd1f26;
  animation:opacityLoop 2s infinite;
  margin-right:4px;
  -webkit-border-radius:100%;
  -khtml-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%
}
.featured-category__image {
  width:88px;
  height:88px;
  flex:0 0 auto;
  margin-left:8px;
  position:relative;
  background-color:#f5f5f5;
  overflow:hidden;
  -webkit-border-radius:6px;
  -khtml-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px
}
.featured-category__image--preloader img {
  width:50px;
  height:50px;
  min-height:50px;
  min-width:50px
}
.featured-category__image--no-image img {
  width:50px;
  height:50px;
  min-height:50px;
  min-width:50px
}
.featured-category__prime {
  width:114px;
  height:17px;
  overflow:hidden;
  margin-bottom:4px;
  font-size:0;
  display:flex;
  background-image:url("/images/forsubscribers/tagnew.svg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain
}
.featured-category .breaking-news,
.featured-category .exclusive-news {
  display:block;
  height:17px;
  width:auto;
  margin-bottom:2px;
  background-size:contain;
  background-repeat:no-repeat
}
.featured-category .breaking-news {
  width:105px;
  background-image:url("/images/nova/assets/tag-breakingnews.svg")
}
.featured-category__read-more {
  font-size:15px;
  background-color:#212121;
  color:#fff;
  font-family:"proximanova-regular",sans-serif;
  padding:0 24px;
  display:inline-block;
  cursor:pointer;
  height:40px;
  line-height:40px;
  -webkit-border-radius:25px;
  -khtml-border-radius:25px;
  -moz-border-radius:25px;
  -ms-border-radius:25px;
  -o-border-radius:25px;
  border-radius:25px;
  -webkit-transition:background-color .2s ease,color .2s ease;
  -moz-transition:background-color .2s ease,color .2s ease;
  -o-transition:background-color .2s ease,color .2s ease;
  transition:background-color .2s ease,color .2s ease;
  margin:16px 16px 0;
  display:block
}
.featured-category__read-more:hover,
.featured-category__read-more:focus,
.featured-category__read-more:active {
  background-color:#080808;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline:0
}
.featured-category__read-more:disabled,
.featured-category__read-more [disabled=disabled] {
  opacity:.5;
  cursor:not-allowed;
  pointer-events:none
}
.featured-category .swiper-button-next {
  top:-20px;
  right:16px;
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg)
}
.featured-category .swiper-button-prev {
  top:-20px;
  right:49px;
  left:inherit;
  -webkit-transform:rotate(0);
  -ms-transform:rotate(0);
  transform:rotate(0)
}
.featured-category .swiper-slide {
  min-height:121px
}
.featured-category--slider-container {
  position:relative
}
.featured-category--container {
  min-height:121px
}
.featured-category .swiper-slide {
  min-height:121px
}
.featured-category__prime {
  display:none
}
