#newsletter_cnt {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1030px;
	padding: 70px 15px 70px 15px;
	margin: 0px auto !important;
}



.nl_block {
	display: block;
	position: relative;
	padding: 0px 0px 49px 0px;
}
.nl_block.nl_block_articles {
	padding: 0px 0px 20px 0px;
}

.nl_block_img img {
	width:auto;
	height:auto;
	max-width:100%;
	float:left;
	clear:both;
}

.nl_text {
	font-family: 'Arial';
	font-size: 19px;
}

.nl_text * {
	font:inherit;
	color:inherit;
	font-size:inherit;
	font-family: inherit;
}
.nl_text .fa {
	font-family:'FontAwesome' !important;
}

.nl_text h1 {
	font-size: 33px;
	font-weight: 600;
}

.nl_text h2 {
	font-size: 29px;
	font-weight: 600;
}


.nl_text h3 {
	font-size:26px;
	font-weight: 600;
}


.nl_text h4 {
	font-size: 23px;
	font-weight: 600;
}


.nl_text h5 {
	font-size: 21px;
	font-weight: 600;
}


.nl_text h6 {
	font-size: 19px;
	font-weight: 600;
}






.nl_text b,
.nl_text strong {
	font-family: 'bold';
}
.nl_text i,
.nl_text em {
	font-style: italic;
}
.nl_text a {
	color: #28a44a;
}
.nl_text a:hover {
	text-decoration: underline;
}
a.button:hover {
	text-decoration: none !important;
}
.nl_text ol {
	list-style: decimal outside; 
	padding:0px 0px 0px 20px;
}
.nl_text ol li {
	padding:0px 0px 0px 1px;
}
.nl_text ol ol {
	padding:0px 0px 0px 16px;
}
.nl_text ul {
	list-style:disc outside none;
	padding:0px 0px 0px 20px;
}
.nl_text ul li {
	padding:0px 0px 0px 1px;
}
.nl_text ul ul {
	list-style:circle outside none;
	padding:0px 0px 0px 16px;
}
.nl_text img {
	display:inline-block;
	width:auto;
	height:auto;
	max-width:100%;
}
.nl_text img.aligncenter {
	display: block;
	margin:0 auto !important;
	text-align:center;
}
.nl_text img.alignleft {
	float:left;
	margin:0px 27px 20px 0px;
}
.nl_text img.alignright {
	float:right;
	margin:0px 0px 20px 27px;
}
.nl_text a img {
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}
.nl_text a:hover img {
	opacity: 0.8;
}
.nl_text iframe {
	display: block;
	position: relative;
	overflow: hidden;
	width:100% !important;
	height: auto;
	padding: 0px 0px 0px 0px !important;
}
.nl_text hr {
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: rgba(0,0,0,0.2);	
	color:rgba(0,0,0,0.2);
	box-shadow: none;
	border: none;
	margin: 8px 0px 9px 0px;
}
.nl_text hr {
	opacity: 0.7;
}






body.single-nl .sharing_links_cnt {
	max-width: 999px;
	margin: 0px auto !important;
}



.nl_articles_feed {
	display: block;
	position: relative;
	overflow: hidden;
}
.nl_articles_feed > div {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px -20px 0px -20px;
}
.nl_articles_feed > div > div {
	display: block;
	position: relative;
	overflow: hidden;
	width: 33.33333%;
	float: left;
	padding: 0px 20px 30px 20px;
}
.nl_articles_feed > div > div:nth-child(1),
.nl_articles_feed > div > div:nth-child(4),
.nl_articles_feed > div > div:nth-child(7),
.nl_articles_feed > div > div:nth-child(10),
.nl_articles_feed > div > div:nth-child(13),
.nl_articles_feed > div > div:nth-child(16),
.nl_articles_feed > div > div:nth-child(19),
.nl_articles_feed > div > div:nth-child(22) {
	clear: both;
}

.nl_articles_feed .nl_article_img,
.nl_articles_feed .nl_article_img * {
	line-height: 1em;
}
.nl_articles_feed .nl_article_img {
	display: block;
	position: relative;
	width: 100%;
	border: 1px solid #eeeeee;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 50%;
	-moz-border-radius-bottomleft: 0;
	border-radius: 50%;
	border-bottom-left-radius: 0;
}
.nl_articles_feed .nl_article_img img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}
.nl_articles_feed .nl_article_img:hover {
	opacity: 0.8;
}

.nl_articles_feed small {
	display: block;
	position: relative;
	line-height: 1em;
	font-size: 14px;
	font-weight: 600;
	color: #777;
	padding: 15px 0px 15px 0px;
}
.nl_articles_feed p {
	display: block;
	position: relative;
}

.nl_articles_feed p a {
	display: inline-block;
	color: #006d3c;
	font-size: 16px;
	line-height: 1.5em;
}
.nl_articles_feed p a:hover {
	color: #89c765;
}

















@media (max-width:799px) {
	
	.nl_articles_feed > div > div {
		width: 50%;
	}
	
	.nl_articles_feed > div > div:nth-child(1),
	.nl_articles_feed > div > div:nth-child(4),
	.nl_articles_feed > div > div:nth-child(7),
	.nl_articles_feed > div > div:nth-child(10),
	.nl_articles_feed > div > div:nth-child(13),
	.nl_articles_feed > div > div:nth-child(16),
	.nl_articles_feed > div > div:nth-child(19),
	.nl_articles_feed > div > div:nth-child(22) {
		clear: none;
	}
	
	.nl_articles_feed > div > div:nth-child(1),
	.nl_articles_feed > div > div:nth-child(3),
	.nl_articles_feed > div > div:nth-child(5),
	.nl_articles_feed > div > div:nth-child(7),
	.nl_articles_feed > div > div:nth-child(9),
	.nl_articles_feed > div > div:nth-child(11),
	.nl_articles_feed > div > div:nth-child(13),
	.nl_articles_feed > div > div:nth-child(15),
	.nl_articles_feed > div > div:nth-child(17),
	.nl_articles_feed > div > div:nth-child(19),
	.nl_articles_feed > div > div:nth-child(21) {
		clear: both;
	}
}







@media (max-width:757px) {
	
	
	.nl_articles_feed > div {
		margin: 0px 0px 0px 0px;
	}
	
	.nl_articles_feed > div > div {
		width: 100%;
		max-width: 375px;
		clear: both !important;
		float: none;
		margin: 0px auto !important;
		padding: 0px 0px 45px 0px;
	}
	
	
}




.nl_social {
	display: block;
	padding: 0px 0px 45px 0px;
}
.nl_social small {
	display: inline-block;
	float: left;
	margin: 0px 20px 0px 0px;
}
.nl_social a {
	display: inline-block;
	float: left;
	margin: 0px 18px 0px 0px;
}
.nl_social img {
	display: inline-block;
	border: none;
	width: auto;
	height: 29px;
}
.nl_social a:hover {
	opacity: 0.8;
}

.nl_legal,
.nl_legal * {
	font-size: 13px;
	color: #a4a4a4;
}































































