/* Cards */
.cards .swiper-button-next,
.cards .swiper-button-prev,
.cards-autoplay .swiper-button-next,
.cards-autoplay .swiper-button-prev {
  color: var(--bs-primary);
}

.cards .swiper-pagination-bullet,
.cards-autoplay .swiper-pagination-bullet {
  background: var(--bs-dark);
}

.cards .swiper-pagination-bullet-active,
.cards-autoplay .swiper-pagination-bullet-active {
  background: var(--bs-primary);
}
/* Cards END */

/* Heroes */
.heroes .swiper-button-next,
.heroes .swiper-button-prev,
.heroes-fade .swiper-button-next,
.heroes-fade .swiper-button-prev {
  color: var(--bs-white);
}

.heroes .swiper-pagination-bullet,
.heroes .swiper-pagination-bullet-active,
.heroes-fade .swiper-pagination-bullet,
.heroes-fade .swiper-pagination-bullet-active {
  background: var(--bs-white);
}
/* Heroes END */

.sc_slider_wrapper{
	position: relative
}

.sc_slider_wrapper .swiper-slide .btPostImageHolder {
	height: 100%;
}

.sc_slider_wrapper .swiper-slide .btSingleItemColumn {
	height: 450px;
}

.sc_slider_wrapper .swiper-slide .bt_bb_headline_tag {
	font-weight: bold;
	font-size: 20px
}

.sc_slider_wrapper .swiper-slide .bt_src_load {
	object-fit: cover;
	height: 100%;
}

.sc_slider_wrapper .swiper-button-prev {
	left: -80px;
	color: #003e92
}

.sc_slider_wrapper .swiper-button-next {
	right: -80px;
	color: #003e92
}

.sc_slider_wrapper .btArticleCategories{
	padding: 10px 0;
}


.btArticleDate:not(:last-child):after,
.btArticleAuthor:not(:last-child):after,
.btArticleComments:not(:last-child):after,
.btArticleCategories:not(:last-child):after,
.btArticleReadingTime:not(:last-child):after,
.btArticleViewCount:not(:last-child):after,
.btArticleStarRating:not(:last-child):after{
	content: " - " !important;
}

.sc_slider_wrapper .btArticleCategories ul {
	list-style: none;
	margin: 6px 0 0 0;
	padding: 0;
	width: auto;
	display: inline-block
}

.sc_slider_wrapper .bt_bb_headline_subline .btArticleCategories li {
	margin: 0;
	display: inline-block;
}

.sc_slider_wrapper .btArticleCategories a {
	margin: 0;
	display: inline-block;
	color: #fff;
}

.sc_slider_wrapper .bt_bb_headline_subline{
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	padding-bottom: 10px;
	font-size: 12px;
}