.topic-tabs .tabset {
	padding: 0;
	text-align: justify;
	border: 1px solid #eeeeee;
	height: 60px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.topic-tabs .tabset li:before {
	display: none;
	margin: 0;
}

.topic-tabs .tabset li {
	height: 100%;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	position: relative;
	border-left: 1px solid #eeeeee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	text-align: center;
	margin: 0;
	font: normal 16px/1.2em "source sans pro", Arial, sans-serif;
}

.topic-tabs .tab-content ul li:before {
	display: none;
}

.topic-tabs .tabset li:first-child {
	border: none;
}

.topic-tabs .tabset li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #707070 !important;
	background: #f5f5f5;
	font: 600 15px/60px 'source sans pro', Arial, sans-serif;
}

.topic-tabs .tabset li:hover a,
.topic-tabs .tabset li a.active {
	color: #00a651 !important;
	background: #fff;
}

.topic-tabs .tabset li:first-child {
	border: none;
}

.topic-tabs .tab-content {
	background: #fff;
	width: 100%;
	border: 1px solid #eeeeee;
	border-top: none;
	margin: 0 0 10px;
	height: 438px;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.topic-tabs .tab-content.alt .content-holder {
	padding: 30px 5%;
	border-bottom: 1px solid #eee;
}

.topic-tabs .tab-content.alt .content-holder .more {
	float: none;
	font-size: 12px;
	color: #00a651 !important;
	font-weight: 400;
}

.topic-tabs .tab-content.alt .content-holder .more:after {
	width: 11px;
	height: 11px;
	background-size: 11px 11px;
	margin: -6px 10px 0 0;
}

.topic-tabs .tab-content.alt .content-holder .more:hover {
	color: #2ebb37 !important;
}

.topic-tabs .tab-content.alt .list-simple {
	padding: 30px 5%;
}

.topic-tabs .tab-content.alt .list-simple li {
	border: none;
	padding: 0;
	width: 50%;
	float: left;
}

.topic-tabs .tab-content.alt {
	height: auto;
}

.topic-tabs .tab-content.alt .list-simple li a {
	color: #111111 !important;
	line-height: 1.3em;
}

.topic-tabs .tab-content.alt .list-simple li a:hover {
	color: #00a651 !important;
}

.topic-tabs .tab-content.alt .list-simple li:after {
	display: none;
}

.noscroll .topic-tabs .tab-content {
	padding: 0;
}

.topic-tabs h2 {
	margin: 0;
	margin-bottom: 30px;
	color: #00a651;
}

.topic-tabs h2 span {
	display: block;
	color: #111111;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

@media screen and (max-width: 1218px) {
	.news-section .topic-tabs .tab-content {
		height: auto !important;
	}
}

@media screen and (max-width: 747px) {
	.topic-tabs .tabset {
		display: table;
		height: 40px;
	}

	.topic-tabs .tabset li {
		width: 50%;
		height: 40px;
		line-height: 38px;
	}

	.topic-tabs .tabset li a {
		line-height: 40px;
	}

	.topic-tabs .tab-content.alt li {
		margin: 0 0 3px 0;
	}

	.topic-tabs .tab-content.alt li a {
		font: normal 14px/1.2em "source sans pro", Arial, sans-serif;
	}

	.topic-tabs .tab-content.alt p {
		font-size: 14px;
		line-height: 1.4em;
	}

	.topic-tabs .tab-content.alt .content-holder {
		padding: 10px;
	}

	.topic-tabs .tab-content.alt .list-simple {
		padding: 10px;
	}
}
