#PageBody #naepShell #NAEPNewsList{
	background-color:#fff;
	padding:20px 20px 10px 20px;
	box-shadow:0 10px 10px 0 rgba(0,0,0,.2);
}
#PageBody #naepShell .naep-news-head{
	display:flex;
	flex-flow:	row nowrap;
	justify-content:space-between;
	justify-content:space-between;
}	
#PageBody #naepShell .naep-news-head .naep-news-right{
	margin-left:10px;
	width: 180px;
}	
#PageBody #naepShell .naep-news-head .naep-news-info{
	margin-left:10px;
	display:inline-block;
	position:relative;
}		
#PageBody #naepShell .naep-news-head .naep-news-info img{

}	
#PageBody #naepShell .naep-news-head .naep-news-info .naep-news-tooltip{
	position:absolute;
	overflow:visible;
	visibility:hidden;		
	width:240px;
	padding:15px;
	color: #0074c2;
	border:1px solid #0074c2;
	border-radius:5px;
	background-color: #fef6e9;
	text-align: center;
	right:0;
	top:100%;
	z-index:100;		
}
#PageBody #naepShell .naep-news-head .naep-news-info:focus .naep-news-tooltip{
	visibility:visible;
}	
#PageBody #naepShell .naep-news-head .naep-news-info:hover .naep-news-tooltip{
	visibility:visible;
}	
#PageBody #naepShell .naep-news-head .naep-news-infos:after{
	content:"Use the mouse wheel to scroll news items left or right";
	position: absolute;
	visibility:hidden;
	width:240px;
	padding:15px;
	color: #0074c2;
	border:1px solid #0074c2;
	border-radius:5px;
	background-color: #fef6e9;
	text-align: center;
	right:0;
	top:100%;
	z-index:100;
}
#PageBody #naepShell .naep-news-head .naep-news-infos:hover:after{
	visibility:visible;
}
#PageBody #naepShell .naep-news-title{
	color:#171C66;
	font-size:1.5em;
	font-weight:700;
}
#PageBody #naepShell .naep-news-title #checkHidden{
	display: none;
}
#PageBody #naepShell .naep-news-title label{
	display: none;
}	
#PageBody #naepShell .naep-news-archive:link,
#PageBody #naepShell .naep-news-archive:visited{
	color:#004C97;
	font-weight:700;
	text-decoration:none;
}	
#PageBody #naepShell .naep-news-archive:hover{
	background-color:#fff;
	text-decoration:underline;
}
#PageBody #naepShell .naep-news-items-container{
	padding-bottom:10px;
	width:100%;
	overflow-x:scroll;
	overflow-y:hidden;
	white-space:nowrap;
	transform: all 0.2s;
	will-change:transform;
}
#PageBody #naepShell .naep-news-items-container.active{
	cursor:grabbing;
	cursor: -webkit:grabbing;
}
#PageBody #naepShell .naep-news-items-container.hidden{
	height:0;
}	
#PageBody #naepShell .naep-news-items{
	position:relative;
}
#PageBody #naepShell .naep-news-items-container{
	scrollbar-color: #0077c8 #acd3ed ;
	scrollbar-width: thin;
}
#PageBody #naepShell .naep-news-items-container::-webkit-scrollbar{
	height:10px;
	background-color:#f7f7f7;
	outline: none;	
	z-index:10;
}	
#PageBody #naepShell .naep-news-items-container::-webkit-scrollbar-track{
	background-color:#acd3ed;
}
#PageBody #naepShell .naep-news-items-container::-webkit-scrollbar-thumb{
	background-color:#0077c8;
}
#PageBody #naepShell .naep-news-items-container::-webkit-scrollbar-thumb:hover {
	background-color:#001871;
}
#PageBody #naepShell .naep-news-item{
	width:23%;
	min-width:23%;
	border-right:2px solid #b3b3b3;
	color:#000;
	display:inline-flex;
	flex-flow:column nowrap;
	padding:10px;
	z-index:5;
}
#PageBody #naepShell .naep-news-item:last-child{
	border-right:none;
}
#PageBody #naepShell .naep-news-item:link,
#PageBody #naepShell .naep-news-item:visited{
	color:#000;
	text-decoration:none;
}
#PageBody #naepShell .naep-news-item:hover{
	background-color:#fff;
	text-decoration:underline;
}
#PageBody #naepShell .naep-news-items .outlet{
	color:#333333;
	font-weight:800;
	font-size:12px;
	line-height:1.1;		
}
#PageBody #naepShell .naep-news-items .date{
	font-size:12px;
	font-weight:600;
}
#PageBody .naep-news-item .headline{
	color:#004C97;
	font-weight:700;
	font-size:14px;
	line-height:20px;		
	max-width: 100%;
	-webkit-line-clamp: 2;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top:10px;
}	
#PageBody #naepShell .naep-news-archive-container .naep-news-item{
	width:90%;
	min-width:90%;
	border-right:none;
	border-top:2px solid #b3b3b3;
	color:#000;
	display:inline-flex;
	flex-flow:column nowrap;
	padding:10px;
	z-index:5;
}
#PageBody #naepShell #NAEPNewsList.naepnews-archive{
	background-color:#fff;
	padding:0px 20px 10px 20px;
	box-shadow:none;
}
#PageBody #naepShell .naep-news-disclaimer {
	display: block;
	color: black;
	font-size: 12px;
	font-style: italic;
	margin: 10px 0 20px 0;
}
	
/* ************************************************ */	
/* *   NAEP in the News Page                      * */
/* ************************************************ */
#PageBody #MainContent .naep-news-panel .naep-news-head{
	display:none;
}
#PageBody #MainContent .naep-news-panel #NAEPNewsList{
	box-shadow:none;
	padding:0;
}
#PageBody #naepShell .naep-news-panel .naep-news-items-container{
	scrollbar-color: unset ;
	scrollbar-width: unset;
	padding-bottom:0;
	overflow:auto;
}
#PageBody #naepShell .naep-news-panel .naep-news-items-container::-webkit-scrollbar{
	all:unset;
}	
#PageBody #naepShell .naep-news-panel .naep-news-items-container::-webkit-scrollbar-track{
	background-color:unset;
}	

#PageBody #naepShell .naep-news-panel .naep-news-items-container::-webkit-scrollbar-thumb{
	background-color:unset;
}
#PageBody #naepShell .naep-news-panel .naep-news-items-container::-webkit-scrollbar-thumb:hover {
	background-color:unset;
}
#PageBody #MainContent .naep-news-panel .naep-news-items{
	display:flex;
	flex-flow:column nowrap;
}
#PageBody #MainContent .naep-news-panel a:link{
	text-decoration:none;
}
#PageBody #MainContent .naep-news-panel .naep-news-item{
	display:flex;
	flex-flow:column nowrap;	
	width:100%;
	margin:20px 0 0 0;
	padding-bottom:20px;
	border-bottom:1px solid #ececec;
	border-right:none;
}
#PageBody #MainContent .naep-news-panel .naep-news-item:last-child{
	border-bottom:none;
}
#PageBody #MainContent .naep-news-panel .naep-news-item:hover{
	background-color:#fff;
}
#PageBody #MainContent .naep-news-panel .naep-news-item .outlet{
	color: #000;
	font-weight:700;
}

#PageBody #MainContent .naep-news-panel .naep-news-item .date{
	color:#000;
	font-size:.9em;
}
#PageBody #MainContent .naep-news-panel .naep-news-item .headline{
	color: #001871;
	font-weight:700;
	padding-top:10px;
}	
	
@media screen and (max-width: 767px) {
	#PageBody #naepShell .naep-news-item{
		width:30%;
		min-width:30%;
	}
}
@media screen and (max-width: 600px) {
	#PageBody #naepShell .naep-news-item{
		width:45%;
		min-width:45%;	
	}
}
@media screen and (max-width: 500px) {
	#PageBody #naepShell .naep-news-item{
		width:90%;
		min-width:90%;	
	}
}