<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 960px){
	::-webkit-scrollbar {
	    width: 6px;
	}
	::-webkit-scrollbar-thumb {
	    background: #dc2430;
	}
	::-webkit-scrollbar-track {
	    background: #455a64;
	}
}

@media (max-width: 960px){
	.content-body{
		margin-right: 0;
	}
	.content-sidebar{
		display: none !important;
	}
	.main-content-wrapper{
		margin: 0 10px;
	}
	.search-input-wrapper{
		left: 10px;
		right:50px;
	}
	.search-close{
		right: 10px;
	}
	.hide-on-tablet{
		display: none;
	}
	
}


@media (max-width: 767px){
	.header-menu{
		display: none;
	}
	#mobileMenu{
		display: block;
	}
	.header-right .header-navigation &gt; li &gt; a &gt; span{
		display: none;
	}
	.highlight-carousel{
		padding: 0;
	}
	.hide-on-mobile{
		display: none;
	}
	.m-modal-content{
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
		overflow: auto;
		-webkit-transform: translate(0,0);
	    -khtml-transform: translate(0,0);
	    transform: translate(0,0);
	    width: auto !important;
	}
	.timeline-post-image, .timeline-post-content{
		display: table-row;
	}
	.timeline-post-image img{
		width: 100%;
	}
	.timeline-category-name{
		margin-top: 10px;
	}
	.timeline-post-title{
		font-size: 18px;
	}
	.slider-carousel .post-overlay{
		padding-right: 30px;
	}
	.slider-carousel .post-title{
		font-size: 22px;
	}
	.post-list-title{
		font-size: 14px;
	}
}
</pre></body></html>