.filter_categories{
	list-style-type: none;
	padding: 0 15%;
	text-align: center;
	margin-bottom: 40px;
}
.filter_categories > li{
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 10px;
}
.news-content-v2 .news-headline{
    font-size: 36px;
	line-height: 40px;
    font-weight: 600;
	color: #007a3b;
}
.news-content-v2 .news-text-content{
padding-bottom: 40px;
}
.news-textContent{
padding-bottom: 20px;
border-bottom: 2px solid #007a3b;
}
.news-textContent p{
	line-height: 24px;
	margin-bottom: 15px;
}

.TextBlockSubHeadline{
	color: #007a3b;
	font-weight: 600;
}
#share-buttons{
margin-top: 30px;
margin-bottom: 20px;
display: block;
float: left;
width: 100%;
}
.share-tilte{
	font-weight: 600;
color: #007a3b;
margin-right: 15px;
line-height: 7px;
font-size: 18px;
}
.share-tilte-line{
font-weight: 700;
color: #007a3b;
margin-right: 15px;
font-size: 18px;
}
.date-cat{
font-size: 13px;
}
.date-cat span:last-child > .separator{
display: none;
}
.quote-box{
text-align: center;
padding: 30px;
margin-bottom: 15px;
}
.quote-content{
font-size: 34px;
line-height: 44px;
color: #007a3b;
font-weight: 600;
margin-bottom: 10px;
display: block;
font-style: italic;
}
.quote-author{
font-size: 12px;
}
.news-section a {
    font-weight: 600;
}
.news-section .fact-box a {
    color: #fff;
	text-decoration: underline;
}
.fact-box{
	background-color: #007a3b;
	color: #fff;
	padding: 15px 20px 10px;
	margin-bottom: 30px;
}
.fact-box-title{
font-weight: 700;
font-size: 18px;
}
.news-textContent .fact-box-content p{
color: #fff;
}
.embeded-video-box{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin: 30px auto 40px;
}
.embeded-video-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.read-also-box {
    display: flex;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
	margin: 30px auto 40px;
}
.read-also-picture{
position: relative;
float: left;
width: 30%;
background-size: cover;
background-position: center;
}
.read-also-picture img{
max-height: 100%;
max-width: 100%;
}
.read-also-text{
width: 70%;
float: left;
padding: 10px;
}
.read-also-title{
color: #007a3b;
font-weight: 600;
font-style: italic;
}
.news-related ul{
padding: 0;
list-style-type: none;
}
.news-related h4{
	font-size: 16px;
	color: #007a3b;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 15px;
}
.news-related ul li{
padding: 15px;
border-top: 1px solid #dedede;
}
.news-related ul li a{
	font-weight: 400;
    color: #424242;
	padding-right: 15px;
	position: relative;
	display: block;
}
.news-related ul li a:after{
	content:">";
	position: absolute;
	right: 0;
	color: #007a3b;
	top: 50%;
	margin-top: -11px;
}
.filter_categories li a:hover, .filter_categories li a:active, .filter_categories li a:focus{
	color: #007a3b;
}
.filter_categories .filter_selected > a{
	color: #007a3b;
	text-shadow: 0.5px 0.5px 0px #007a3b;
}

@media only screen and (max-width: 1200px){
    .news-content-v2 .news-headline {
    font-size: 26px;
    line-height: 28px;
}
	.news-textContent p {
    line-height: 20px;
	font-size: 14px;	
}
	.TextBlockHeadline {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}
	.embeded-video-box {
    margin: 10px auto 25px;
}
	.read-also-box {
    margin: 10px auto 25px;
}
	.quote-content {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}
	.quote-box {
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 15px;
}
	.fact-box-title {
    font-size: 16px;
}
	.fact-box {
    padding: 15px 15px 10px;
    margin-bottom: 15px;
}
	.share-tilte, .share-tilte-line {
    margin-right: 10px;
    font-size: 14px;
}
	.news-textContent {
    padding-bottom: 15px;
    border-bottom: 1px solid #007a3b;
}
	#share-buttons {
    margin-top: 25px;
    margin-bottom: 15px;
}
.filter_categories {
    padding: 0 30px;
}
}

@media only screen and (max-width: 767px){
	.news-text-content {
    padding: 30px 15px 100px;
}
.read-also-box {
    display: block;
    width: 100%;
    border-bottom: none;
    margin: 10px auto 20px;
    float: left;
    padding: 0 15px;
}
	.read-also-picture {
    width: 100%;
}
	.read-also-text {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}
	.quote-box {
    padding: 10px 0px;
}
	.quote-content {
    font-size: 20px;
    line-height: 26px;
}
	.news-related{
    padding: 0;
    margin: 10px auto 15px;
}
	.filter_categories {
    padding: 0 15px;
}
	.filter_categories {
    margin-bottom: 20px;
}
	.filter_categories > li {
    padding: 0 10px;
	}
}

.slick-dots li button::before {
    font-size: 20px;
    line-height: 20px;
}