.pagination { margin-top:20px; padding-top: 20px; border-top: 1px dotted #ccc; }
.pagination .pageNum input { display: inline; text-align: center; width: 20px; }
.pagination .newer, .pagination .older { float: left; width: 33%; }
.pagination .pageNum { text-align:center; float: left; width: 34%; }
.pagination .right { float: right; }
.hide { display: none; }

.slick-prev:before, .slick-next:before { color: #6091ba; }
.slick-prev:hover:before,.slick-next:hover:before{ color:#008cba; }
.slick-prev, .slick-next{ top: 20px; }		
.slick-prev{ left:auto; right:40px; }
.slick-next{ right:15px; }
.no-bottom-margin { margin-bottom: 0; }
.small-bottom-margin { margin-bottom: 5px; }
.subscribe { font-size: 29px; color: #F04124; float: right; border: 1px solid; padding: 0px 4px; border-radius: 4px; }
.subscribe:hover { color: #F07D41; }

/*small screens*/
@media only screen and (max-width: 40em) {
	.breadcrumbs > *:before {
		margin: 0 0.25rem;
	}
	.breadcrumbs li.current {
		max-width: 117px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.post-desc::after {
  content: "\2026"
}
.section-title
{
	font-size: 28px;
	font-weight: 700;
	color: #000000;
	padding-bottom: 10px;
	white-space: nowrap;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}
.section-title::after
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #000000;
	content: '';
}
.tag-list li {
	break-inside: avoid-column;
}
.article-image {
	background-repeat: no-repeat;
	background-size: auto;
/* 	height: 200px; */
	background-size:cover;
	background-position:center center;
}
@media only screen and (max-width:767px) {
	.article-image {
		height: 200px;
	}
}
.latest-article-image {
	height: 300px;
}
.post-image {
	max-width: 350px
}

/***
* Float image /leftright on desktop, center on mobile
***/
.img-left {
	float: left;
	margin: 5px 15px 5px 15px;
	display: inline;
	max-width: 100%;
    height: auto;
} 

@media (max-width: 1199px) {
	.img-left {
		float:none;
		display:table;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}
.img-right {
	float: right;
	margin: 5px 15px 5px 15px;
	display: inline;
	max-width: 100%;
    height: auto;
} 

@media (max-width: 1199px) {
	.img-right {
		float:none;
		display:table;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}