
	.module-news-listing{margin-left: 2rem;margin-bottom: 5rem;}
	.module-news-listing:last-child{margin-bottom: 0;}
	.module-news-listing .item{margin-bottom: 2rem; border-bottom: 2px solid #f2e7b4; transition: border-color 0.3s ease;}
	.module-news-listing .item h3{margin-bottom: 0;transition: color 0.3s ease;}
	.news-info{font-size: 0.875rem;}
	.news-info span:after{
		content: '|';
    margin-left: 0.5rem;
    margin-right: 0.5rem;
		color: #232328;
	}
	.news-info span:last-child::after{display: none;}

	.module-news-listing .item:hover{border-color: #00563b;}
	.module-news-listing .item:hover h3{color: #00563b;}

	.side-search-block{margin-bottom: 2rem;}
	.side-search-block .search-button {
		background: none;
    height: 53px;
    width: 53px;
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    box-sizing: border-box;
    padding: 0;
    border: none;
    font-size: 1.125rem;
    transition: color 0.3s ease;
	}
	.side-search-block .search-button:hover{color: #00563b;}

	.side-search-block .search-input::-ms-clear {display:none;}

	.tags-block{margin-bottom: 2rem;}
	.tags-block:last-child{margin-bottom: -0.5rem;}
	.tags-block .tag {
	  display: inline-block;
	  color: #232328;
	  padding: 0.4375rem 1.813rem;
	  background-color: #fcfaf0;
		margin-right: 0.5rem;
		margin-bottom: 0.5rem;
	  transition: background-color 0.3s ease;
	}
	.tags-block .tag:last-child{margin-right: 0;}
	.tags-block .tag:hover, .tags-block .tag:focus, .tags-block .tag.active{background-color: #f2e7b4; text-decoration: none;}

	.side-block .tags-block + .more-link{display: block; margin-top: -1.5rem; color: #00563b; text-align: right;}
	.side-block .tags-block + .more-link:after{display: none;}

	.news-nav-block{margin-bottom: 0.5rem;}
	.news-nav .more-link{color: #00563b; margin-right: 2rem;}
	.news-nav .more-link:last-child{margin-right: 0;}
	.news-nav .more-link.prev::after{display: none;}
	.news-nav .more-link.prev::before{
		content: "\f100  ";
    font-family: 'fontawesome';
    font-weight: normal;
	}

	.share-block{display: flex; align-items: center;}
	.share-block:not(:last-child){margin-bottom: 2rem;}
	.share-block>span{margin-right: 1.5rem;}
	.share-block .social-block a{height: 1.875rem; width: 1.875rem; font-size: 1.125rem; margin-right: 0.5rem;}
	.share-block .social-block a:last-child{margin-right: 0;}

	.related-content h4{background-color: #fcfaf0; padding: 1rem 1.5rem;}
	.related-content .related-links{margin-left: 2rem;}
	.related-content .related-links .more-link{display: block; margin-bottom: 1rem;color: #00563b;}
	.related-content .related-links .more-link:last-child{margin-bottom: 0;}
	.related-content .related-links .more-link::after{display: none;}
	.related-content .related-links .more-link:before{
		content: "\f101  ";
		font-family: 'fontawesome';
		font-weight: normal;
	}

	@media (max-width: 991px) {
		.module-news-listing{margin-bottom: 4rem;}
	}
	@media (max-width: 479px) {
	.module-news-listing{margin-left: 0;}
	.inline-header{flex-direction: column; align-items: flex-start; justify-content: flex-start;}
	.inline-header >:first-child{margin-right: 0; margin-bottom: 1rem;}
	.news-nav-block{flex-direction: column-reverse;}
	.news-nav-block >:first-child{margin-bottom: 0;}
	.news-nav-block .news-nav{margin-bottom: 1rem;}
	}
