.sidebar{ 
	position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.sidebar-widget h2 {
    background: #000;
	/**background-image: linear-gradient(to right, #0B6BA7 , #CD191C);**/
    padding: 10px;
    font-size: 22px;
    color: #fff;
}

.sidebar-widget {
    border: 1px solid #000;
    margin-bottom: 20px;
}
.sidebar-content {
    padding: 10px 10px 15px 10px;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}
ul.social-links {
    margin: 0;
    padding: 0;
}
.social-links li {
    display: inline-block;
	margin-right: 10px;
}
.social-links li a {
    color: #fff;
    font-size: 20px;
    padding: 9px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: normal;
    display: block;
}
.pagination .page-link {
    width: auto;
    border:0 !important;
}
.banner{
	margin-bottom: 1rem;
}
.newsticker {
    height: 37px;
    background: #fff;
    border: 1px solid #000;
}
.newsticker .title span, .newsticker .title {
    height: 35px;
    line-height: 35px;
    width: 180px;
}
.newsticker .content ul li::after {
    right: 0px;
	top:0
}
.newsticker .title span{	
    padding-left: 5px;
}
.newsticker .content {
    height: 35px;
	overflow:hidden
}
.newsticker .content ul li a {
    width: auto;
	color:#000;
	font-weight: bold;
}
.newsticker .content ul li:hover a {
	color:#fff;
}
@media (max-width: 500px){
span#run-ticker, .newsticker .title {
    width: 145px;
    font-size: 12px;
}
}

#carouselGoogleFactCheck {
	background: #fff;
	margin-bottom: 15px;
	min-height: 220px;
	background-image: url(/assets/img/factcheck/fact-check-badge1.png);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: 98% 100%;
	border: 1px solid #000;
}
#carouselGoogleFactCheck h2 {
	font-size: 22px;
	padding: 10px;
	background: #000;
	color: #fff;
}
#carouselGoogleFactCheck p {
	color:#000;
}
.carousel-inner {
	text-align: center;
	padding: 0px 10px 10px 10px;
}
#carouselGoogleFactCheck .carousel-control-next-icon, #carouselGoogleFactCheck .carousel-control-prev-icon {
	
}
#carouselGoogleFactCheck .carousel-control-prev {
	top: 0;
	left: -20px;
	padding: 0;
	width:auto;
}
#carouselGoogleFactCheck .carousel-control-next {
	top: 0;
	right: -20px;
	padding: 0;
	width:auto;
}