#banner > img {
	opacity: 1;
}




#n--pager {
	text-align: center;
}

#n--pager a {
	display: inline-block;
	margin: 0 5px;
	padding: 0 10px;
	border: solid 1px #ccc;
	border-radius: 3px;
	color: #333;
	font-size: 12px;
	line-height: 30px;
}

#n--pager a.active {
	border-color: #008ef7;
	color: #008ef7;
}

#n--pager a[href="#"] {
	opacity: 0.5;
	pointer-events: none;
}






img#n--bg {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
}






#n--articles-section {
	padding: 100px 0 600px;
}

#n--articles {
	margin: 0 auto;
	width: 1140px
}

.n--article {
	display: flex;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: solid 1px #ccc;
}

.n--article-cover {
	margin-right: 30px;
	width: 260px;
	height: 195px;
	background: #eee;
}

.n--article-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.n--article-info {
	flex: 1;
}

.n--article-title {
	margin-bottom: 10px;
	color: black;
	font-size: 1.2em;
	font-weight: bold;
}

.n--article-date {
	margin-bottom: 10px;
	color: #555;
	font-size: 0.85em;
}

.n--article-summary {
	font-size: 0.9em;
	line-height: 2em;
}

@media all and (max-width: 1200px) {

	#n--articles-section {
		padding: 100px 0 400px;
	}

	#n--articles {
		margin: 0 30px;
		width: auto;
	}

}

@media all and (max-width: 1020px) {

	#n--articles-section {
		padding: 70px 0 300px;
	}

}

@media all and (max-width: 760px) {

	.n--article-cover {
		margin-right: 20px;
		width: 160px;
		height: 120px;
	}
}

@media all and (max-width: 600px) {

	.n--article {
		display: block;
	}

	.n--article-cover {
		margin: 0 0 20px;
		width: auto;
		height: 200px;
	}
}





/*#n--honors-section {*/
/*	padding: 100px 0 600px;*/
/*}*/






#n--tabs {
	margin: 0 30px 50px;
	text-align: center;
}

.n--tab {
	display: inline-block;
	margin-right: 30px;
	padding-right: 30px;
	border-right: solid 1px #ccc;
	font-size: 24px;
	cursor: pointer;
}

.n--tab:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.n--tab span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 2px;
}

.n--tab.active {
	color: #2d5ca9;
	font-weight: bold;
}

.n--tab.active span:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #2d5ca9;
}

@media all and (max-width: 1020px) {

	#n--tabs {
		text-align: left;
	}

	.n--tab {
		margin: 0 20px 20px 0;
		padding: 0;
		border: none;
	}

}





#n--honors {
	margin: 0 auto;
	width: 1140px;
}

.n--honor {
	display: none;
	cursor: pointer;
}

.n--honor.active {
	display: flex;
}

.n--honor-timeline {
	position: relative;
	width: 100px;
}

.n--honor-timeline:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #ccc;
}

/*.n--honor.active:first-child .n--honor-timeline:before {*/
/*	background: linear-gradient(to top, #ccc, #ccc 50%, #fff);*/
/*}*/

/*.n--honor.active:last-child .n--honor-timeline:before {*/
/*	background: linear-gradient(to bottom, #ccc, #ccc 50%, #fff);*/
/*}*/

.n--honor-timeline-dot {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	background: white;
	border: solid 3px #ccc;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.n--honor-info {
	display: flex;
	align-items: center;
	flex: 1;
	margin: 10px 0;
	padding: 30px;
	/*border: solid 1px #ccc;*/
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	color: #333;
}

.n--honor-date {
	width: 100px;
	font-size: 1.1em;
	font-weight: bold;
}

.n--honor-title {
	flex: 1;
}

.n--honor:hover .n--honor-timeline-dot {
	border-color: #0059d2
}

.n--honor:hover .n--honor-info {
	color: #0059d2;
	box-shadow: 0 0 10px rgba(0,89,210,0.3);
}

@media all and (max-width: 1200px) {

	#n--honors {
		margin: 0 30px;
		width: auto;
	}

	.n--honor-timeline {
		width: 80px;
	}

}

@media all and (max-width: 760px) {

	#n--honors {
		margin: 0 30px 0 10px;
	}

	.n--honor-info {
		display: block;
		padding: 20px;
	}

	.n--honor-date {
		margin: 0 0 10px;
	}

}