<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content_box img {
	width: 100% !important;
	height: 100% !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
	margin-left: 15px;
}

.carousel-showmanymoveone .carousel-control.right {
	margin-right: 15px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
	display: none;
}

@media all and (min-width: 768px) {
	.carousel-showmanymoveone .carousel-inner&gt;.active.left,
	.carousel-showmanymoveone .carousel-inner&gt;.prev {
		left: -50%;
	}
	.carousel-showmanymoveone .carousel-inner&gt;.active.right,
	.carousel-showmanymoveone .carousel-inner&gt;.next {
		left: 50%;
	}
	.carousel-showmanymoveone .carousel-inner&gt;.left,
	.carousel-showmanymoveone .carousel-inner&gt;.prev.right,
	.carousel-showmanymoveone .carousel-inner&gt;.active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
		display: block;
	}
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner&gt;.item.active.right,
	.carousel-showmanymoveone .carousel-inner&gt;.item.next {
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner&gt;.item.active.left,
	.carousel-showmanymoveone .carousel-inner&gt;.item.prev {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner&gt;.item.left,
	.carousel-showmanymoveone .carousel-inner&gt;.item.prev.right,
	.carousel-showmanymoveone .carousel-inner&gt;.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

@media all and (min-width: 992px) {
	.carousel-showmanymoveone .carousel-inner&gt;.active.left,
	.carousel-showmanymoveone .carousel-inner&gt;.prev {
		left: -25%;
	}
	.carousel-showmanymoveone .carousel-inner&gt;.active.right,
	.carousel-showmanymoveone .carousel-inner&gt;.next {
		left: 25%;
	}
	.carousel-showmanymoveone .carousel-inner&gt;.left,
	.carousel-showmanymoveone .carousel-inner&gt;.prev.right,
	.carousel-showmanymoveone .carousel-inner&gt;.active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3 {
		display: block;
	}
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner&gt;.item.active.right,
	.carousel-showmanymoveone .carousel-inner&gt;.item.next {
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner&gt;.item.active.left,
	.carousel-showmanymoveone .carousel-inner&gt;.item.prev {
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner&gt;.item.left,
	.carousel-showmanymoveone .carousel-inner&gt;.item.prev.right,
	.carousel-showmanymoveone .carousel-inner&gt;.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

.page_margin_top {
	margin-top: 3px;
}

.divider.page_margin_top {
	margin-top: 3px;
}

.divider {
	background: #F0F0F0;
	border: none;
	height: 1px;
	margin: 0;
}

.latestPostsCarousel .article_title,
.relatedPostsCarousel .article_title {
	margin-top: 10px;
	font-size: 18px;
	line-height: 140%;
}

.latestPostsCarousel .article_posted {
	margin-top: 10px;
	font-size: 18px;
	line-height: 140%;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

hr.adSeparator {
	border: none;
	margin: 10px 0px 10px 0px;
}

.box_header {
	background: #F0F0F0;
	border-left: 3px solid #ff5a5f;
	padding: 8px 15px 11px;
}

.share_box {
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	padding: 20px 0;
    margin-bottom: 15px;
}

.post_title {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2em;
	letter-spacing: normal;
	text-align: left;
	color: #334150;
	margin-bottom: 20px;
}

ol,
ul {
	padding-inline-start: 0px;
}

.text p {
	line-height: 2em;
}

#postContent .img-responsive {
	width: 100%;
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
}

#postContent .text img {
	width: 100%;
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
}

#postContent .text {
	color: #334150 !important;
	margin-top: 10px !important;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: normal;
	text-align: left;
}

.video-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.video-container::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* anchor links */

a.primaryLink:link,
a.primaryLink:visited,
a.primaryLink:active {
	color: #000;
}

a.primaryLink:hover {
	color: #ff5a5f;
	text-decoration: none;
}

/* side bar Content */

.sideContent a:hover,a:focus{
	text-decoration: none;
}

.sideContent .title{
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.4;
	margin-top: 10px;
}
.sideContent .newsText{
	font-size: 14px;
  color: #ee82eeb8;
	text-transform: uppercase;
}

.sideContent .firstTitle{
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
	margin-top: 10px;
}
.sideContent .firstTitle a,
.sideContent .title a{
	color: #000;
}
.sideContent .heading {
    font-size: 18px;
		color: #333 ;
		font-weight: 600;
}
.sideContent .quickLinksHeading{
	font-size: 20px;
	color:  #004369;
	font-weight: 600;
}
.sideContent .quickLinks {
    font-size: 18px;
    color: #334150 !important;
    line-height: 1.8;
}
.sideContent .gridContent{
	border-top: 3px solid #004369;
	margin-top: 10px;
}
.sideContent .allVideoText{
	font-size: 18px;
  color: #ee82eeb8;
}
</pre></body></html>