/* Inline style block 1 */
.video-item.active {
    background-color: rgba(0, 0, 0, 0.1); /* Highlight background */
    border: 2px solid #007bff; /* Blue border */
    transition: background-color 0.3s ease;
}
.video-item {
    position: relative;
    overflow: hidden;
}

.video-item.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Black blur effect */
    z-index: 1;
    transition: background-color 0.3s ease-in-out;
}

.video-item.active img {
    filter: brightness(50%); /* Dim the image */
    z-index: 2;
    position: relative;
}

.video-item.active h3,
.video-item.active .article-title {
    color: white; /* Highlighted text color */
    z-index: 3;
    position: relative;
}
/* Inline style block 2 */
@-webkit-viewport{width:device-width}@-moz-viewport{width:device-width}@-ms-viewport{width:device-width}@-o-viewport{width:device-width}@viewport{width:device-width}
/* Inline style block 3 */
@font-face{font-family:'Roboto';src:url(/templates/ja_teline_v/fonts/Roboto/Roboto-Light.woff2) format('woff2');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Roboto';src:url(/templates/ja_teline_v/fonts/Roboto/Roboto-LightItalic.woff2) format('woff2');font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:'Roboto';src:url(/templates/ja_teline_v/fonts/Roboto/Roboto-Regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Roboto';src:url(/templates/ja_teline_v/fonts/Roboto/Roboto-Italic.woff2) format('woff2');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:'Roboto';src:url(/templates/ja_teline_v/fonts/Roboto/Roboto-Bold.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Roboto';src:url(/templates/ja_teline_v/fonts/Roboto/Roboto-BoldItalic.woff2) format('woff2');font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoCondensed-Light.woff2) format('woff2');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoCondensed-LightItalic.woff2) format('woff2');font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoCondensed-Regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoCondensed-Bold.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoCondensed-BoldItalic.woff2) format('woff2');font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:'Roboto Slab';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoSlab-Regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Slab';src:url(/templates/ja_teline_v/fonts/Roboto/RobotoSlab-Bold.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap}
/* Inline style block 4 */
.col-md-8 .page-header h1, .page-title {
    font-family: "Roboto Slab", Cambria, Georgia, "Times New Roman", Times, serif !important;
margin-bottom:10px;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .videos-featured .player-wrap #ja-main-player {
        padding-bottom: 0;
        height: auto;
    }
}

.article-content-main blockquote p {
    background: transparent;
}
#t3-content .article-main p.img-caption{
display:none;
}


a{
text-decoration: none !important;
}
.subheading-category {
    color: #000000;
    font-weight: bold;
}
