	.newsTitle{
		color:#666;
		font-weight:bold;
		font-family: "Merriweather";
		font-size:24px;
		font-weight: 300;
		line-height: 130%;
		padding-bottom: 18px;
		margin-bottom: 0px;
		padding-right: 150px;
		margin-top: 0;
	}
	.sep{
		display: inline-block;
		width: 90px;
		height: 1px;
		background-color: #000;
	}
	.newsTitle a{
		color: inherit;
		text-decoration: none;
	}

	.article_cnt{
		display: table;
		width: 100%;
	}
	.article_cnt>div{
		display: table-cell;
	}
	.newsTitle a{
		color: inherit;
		text-decoration: none;
	}
	.newsTitle a:hover{
		border: none !important;
		text-decoration: none;

	}
	.newsLead{
		color:#000;
		font-family: neusa_next_proregular;
		font-size:18px;
	}
	.newsLead p:first-child{
		margin-top: 0px;
	}
	.lead_image{
		display: inline-block;
		float: right;
	}
	.newsDate{
		display: inline;
		color:#3D505D;
		font-weight:normal;
		font-family: neusa_next_prolight;
		font-size:12px;
	}
	.topic2 .newsDate{
		display: none;
	}
	.article{
		margin-bottom: 35px;
	}
	#content .inner .button {
		background-color: #CFDCD3;
		color: var(--color_dark_green);
		font-size: 18px;
		text-align: center;
		 display: inline-block;
		width: 170px;
		position: relative;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		margin-top: 15px;
		/*height: 32px;*/
		padding-top: 2px;
		padding: 8px;
		padding-right: 10px;
		cursor: pointer;
		transition: all 200ms ease-in-out;
		border: none;

	}
	#content .inner .button:hover{
		background-color: var(--color_dark_green);
		color: #fff;
		transition: all 200ms ease-in-out;
		border: none !important;
	}
	#content .inner .button:hover .arrow{
		border-color: #fff;
		transition: all 200ms ease-in-out;
	}
	#content .inner .button>span:first-child {
		position: relative;
		font-family: neusa_next_proregular;
		font-size: 18px;
		display: inline-block;
		padding-left: 10px;
		padding-top: 3px;
	}
	#content .inner .button>span>span{
		margin-left: 8px;
	}
	#content .inner .button.prev>span>span{
		margin-left: 0px;
		margin-right: 8px;
	}
	#content .inner .button.prev{
		padding-right:20px;

	}

	.stepper_cnt{
		width: 100%;
		text-align: center;
	}
	.stepper{
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}
	.stepper .item{
		width: 35px;
		height: 35px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	.stepper .pagecurrent{
		background-color: #F2F2F2;

	}
	.stepper .item span{
		display: inline-block;
		padding-top: 6px;
	}
	.stepper .pagelink{
		background-color: #CFDCD3;
		color: var(--color_dark_green);
		transition: all 200ms ease-in-out;
	}
	.stepper .pagelink:hover{
		color: #fff;
		background-color: var(--color_dark_green);
		transition: all 200ms ease-in-out;
	}