/* Common CSS Starts */
.DFlex {
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.DFColumn {
	flex-direction: column;
}
.Margin0 {
	margin: 0px !important;
}
#BannerTitle {
	margin-top: 6%;
	padding: 60px 15px;
	text-align: center;
	background-color: #f4f8fb;
}
#BannerTitle img {
	margin-bottom: 15px;
}
.RedBGTitle {
	font-family: 'Flama Condensed';
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 0 3px;
    background-color: #dd1a32;
    color: #ffffff;
}
.RedTitle {
	color: #dd1a32 !important;
}
@media (max-width: 767px) {
	.RedBGTitle {
		font-size: 24px;
	}
}
/* Common CSS Ends */
/* Media Page CSS Starts */
.MediaTitleBanner {
	padding-bottom: 150px !important;
}
#MediaBanner {
	margin-top: -100px;
}
.MediaBannerBG {
	padding: 0px 100px;
	background-image:url(../images/media/Media-Banner.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.MediaBannerContent {
	padding: 30px 20px;
	max-width: 290px;
	position: relative;
}
.MediaBannerContent:before {
	content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F11F35;
    mix-blend-mode: multiply;
}
.MediaBanTitle {
	font-family: 'Flama Condensed';
	font-size: 38px;
	font-weight: 600;
	line-height: 1.4;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
}
.MediaBanContent {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff;
	position: relative;
}
.PubBy {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #ffffff;
	position: relative;
}
.MediaBanReadmore {
	margin-top: 30px;
}
.MediaBanReadmore a {
	background-color: #ffc945;
	font-family: 'Flama Condensed';
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	position: relative;
	padding: 5px 35px;
}
.MediaTitle {
	margin: 40px 0;
	text-align: center;
}
.MediaTitle h2 {
	font-family: 'Flama Condensed';
	font-size: 38px;
	font-weight: 600;
	line-height: 1.4;
	color: #f11f35;
}
.MediaBox {
	margin-bottom: 25px;
}
.MediaBoxDiv {
	background-color: #f4f8fb;
	border-radius: 8px;
	margin-bottom: 25px;
	flex: 1;
}
.MediaBoxDiv img {
	width: 100%;
}
.MediaBoxIcon {
	text-align: center;
	margin-top: -30px;
}
.MediaBoxIcon img {
	max-width: 65px;
}
.MediaBoxInfo {
	padding: 15px;
}
.MediaBoxTitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	color: #000000;
	margin: 0;
}
.MediaBoxMore {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #f11f35;
	word-break: break-word;
}
#MediaPartners {
    margin-bottom: 50px;
}
.PartnerLogos {
    text-align: center;
}
.PartnerLogos img {
    max-width: 200px;
}
@media (max-width: 767px) {
	.MediaBannerBG {
	    padding: 30px;
	    background-size: cover;
	}
}
/* Media Page CSS Ends */
/* Media Detail Page CSS Starts */
#MediaStrip {
	margin-top: 6%;
	background-color: #f11f35;
    padding: 50px 0px 200px 0px;
}
.BreadcrumbTxt {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 1rem !important;
}
.BreadcrumbTxt a {
	color: #ffffff;
	text-decoration: none;
}
.BreadcrumbTxt a:hover {
	text-decoration: underline;
}
.BCSeparator {
	margin: 0px 20px;
}
#MediaContent {
	margin-top: -175px; 
	margin-bottom: 30px;
}
.MediaImg img {
	width: 100%;
}
.MediaDetTitle {
	font-family: 'Flama Condensed';
	font-size: 38px;
	font-weight: 600;
	color: #f11f35;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.MediaPub {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #676767;
	margin-bottom: 25px;
}
.MediaContent {
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	color: #676767;
}
.BackMedia {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #f11f35;
}
.BackMedia i {
	margin-right: 10px;
    vertical-align: bottom;
}
.BackMedia i:before {
	font-size: 24px;
}
.RelatedMediaHeading {
	font-family: 'Flama Condensed';
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.RelatedMediaHeading {
		color: #f11f35;
		margin-top: 25px;
	}
}
/* Media Detail Page CSS Starts */
.MediaDetInfo p {
	margin-bottom: 1rem;
 }
 #NewStories .embla__slide {
    width: 30%;
}
#blogs .article-showcase-card,#NewStories .article-showcase-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    background: #f4f8fb;
		text-align: center;
		min-height: 348.14px;
}
.new-stories-media .article-showcase-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    background: #f4f8fb;
		text-align: center;
		min-height: 348.14px;
}
#blogs img.article-parent-website--icon, 
#NewStories img.article-parent-website--icon {
	margin-top: -2rem;
}
#blogs img.article-parent-website--icon{ max-width:65px;border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; }
@media screen and (max-width:550px){

#NewStories .embla__slide{
	width: 90%;
}}
.new-stories-media .article-showcase-card img:first-child {
    width: 100%;
}
.new-stories-media{
	padding-right: 30px;
}
section.new-stories-media .slick-slide,section.blogsslider .slick-slide {
	margin: 0 20px;
}

@media screen and (max-width:550px){
	.new-stories-media {
		display:grid;
		grid-template-columns:1fr 1 1fr;
		max-width:100vw;
		align-items: center;
	}
	.new-stories-media .slick-next{
		width:38px;height:38px;
		right: 0;
	}
	.new-stories-media .slick-prev{
		width:38px;height:38px;
		left:0;
	} 
	.article-showcase-card p.article-snippet {
    font-weight: 500;
    color: #000000;
    font-size: 1.2rem;
	}
	body .new-stories-media .img.slick-arrow{
		width:38px;
		height:38px;
	}
}
.PartnerLogos img:hover{
	box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}
.article-showcase-card p.article-snippet{
	min-height:6.6rem;
}
.podcastlink img{
	height:3rem;
}
.custom_podcast_container{
	display: grid;
}
@media screen and (max-width:550px){
	.custom_podcast_container img{
		margin-top: 1rem;
	}
	.custom_podcast_container{
		display: flex;
		width:100%;
		flex-direction:column;
	}
}