/* NAEP 2016 Public Site Design: Sitewide Content Styling ----------------------------
	(Styles for the overall page shell is in naep2016-shell.css; naep2016-supp.css covers
	supplemental, special-purpose, and legacy styles.) */
#PageBody #MainContent #ContentArea_base {
	width:100%;
}
	
	
#PageBody #MainContent h1 {
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #363636;
	font-weight: normal;
	margin-bottom: 24px;

}

#PageBody #MainContent h2 {
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #363636;
	font-weight: normal;
	margin-bottom:20px;
}

#PageBody #MainContent h3 {
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 24px;
	line-height:24px;
	color: #363636;
	font-weight: normal;
	margin-bottom: 10px;	
}
#PageBody #MainContent h4 {
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 20px;
	line-height:20px;
	color: #363636;
	font-weight: normal;
}
#PageBody #MainContent p {
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 16px;
	line-height: 27px;
	color: #363636;
	font-weight: normal;
}

#PageBody #MainContent h1:first-child,
#PageBody #MainContent h2:first-child,
#PageBody #MainContent h3:first-child,
#PageBody #MainContent p:first-child {
	margin-top: 0;
}

#PageBody #MainContent li {
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 16px;
	line-height: 27px;
	color: #363636;
	font-weight: normal;
}

#PageBody #MainContent table,
#PageBody #MainContent table p,
#PageBody #MainContent table li,
#PageBody #MainContent caption {
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #363636;
	font-weight: normal;
}

#PageBody #MainContent caption {
	font-weight: bold;
/*	margin-top: 1em; */ /* Commented 1/12/2017, probably only needed in old design when the table appeared directly under an H2 without a bottom margin. */
}

#PageBody #MainContent .pageupdated, 
#PageBody #MainContent .pageupdated  span {
	font-family: "Open Sans", Verdana, sans-serif;
	color: #666666;
	font-size: 12px;
	font-style: italic;
	margin-top: 12px ;
	padding-bottom:22px;
	clear: both;
	}
#PageBody #MainContent .pageupdated hr{
		margin-top:50px;
		margin-bottom:10px;
		border:0 none;
		background-color:#a7a9ac;
		height:1px;
	}

#PageBody #MainContent table td p:first-child {
	margin-top: 0;
}

#PageBody #MainContent a:link,
#PageBody #MainContent a:visited {
	color: #004c97;
	text-decoration: underline;
	o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}
#PageBody #MainContent .clearfix:after { 
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

#PageBody #MainContent a:hover,
#PageBody #MainContent a:active {

	background-color: #f2ede2
}

/* heading-prefix: for prefixes on main headings to identify the publication to which the page belongs
       Usage: <h1><span class="heading-prefix">2015 Blah Report</span><br />Page Heading</h1>
       Usage: <caption><span class="heading-prefix">2015 Blah Report</span><br />Page Heading</caption>
*/
#PageBody #MainContent span.heading-prefix {
       font-size: 20px;
       text-transform: uppercase;
       display: block;
	   color:#001871;
}

#PageBody #MainContent caption span.heading-prefix {
       font-weight: normal;
       margin-bottom: 0.5em;
}

/* Style for the graphical headings on some of the landing pages. */
#PageBody #MainContent .graphical-heading {
	text-align: center;
}

#PageBody #MainContent a.glossary_link:link,
#PageBody #MainContent a.glossary_link:visited,
#PageBody #MainContent a.ref_link:link,
#PageBody #MainContent a.ref_link:visited {
	color: #0078c8;
	text-decoration:none;
	border-bottom:1px dashed #0077c8;
	line-height:1.1em;
}
#PageBody #MainContent a:not([href]) {
	color:#363636;
}

/* The following scroll-wrapper classes apply only to divs that are generated automatically
	by the adjustTableDimensions function. Do not apply these classes to elements explicitly.
	
	DW: removed max-width:880px;    19 Dec 2017
*/
#PageBody #MainContent .scroll-wrapper {
	overflow: auto;
	width: 100%;

	height: 35em;
}

#PageBody #MainContent .scroll-wrapper-vertical {
	overflow-y: auto;
	width: 100%;

	height: 35em;
}

#PageBody #MainContent .scroll-wrapper-horizontal {
	overflow-x: auto;
	width: 100%;
	
}

.BackToTop
{
	width: 100%;
	text-align: right;
}

.BackToTop a
{
	padding-left: 15px;
	background: url(/icons/UpArrow.gif) no-repeat left;
}

.BackToTop a:visited
{
	color: blue ! important;
}

.BackToTop a:hover
{
	color: red ! important;
}

#PageBody #MainContent .accordion-panel{
	margin-bottom:20px;
	transition: transform .4s ease-out;
	width:880px;
	position:relative;
}
#PageBody #MainContent .accordion-panel input {
	  position: absolute;
	  opacity: 0;
	  z-index: -1;
}

/* accrdion panel link colors (these might need to be global)*/

 #PageBody #MainContent a:visited {
	color:#5c068c;
}

/* Style the buttons that are used to open and close the accordion panel */
#PageBody #MainContent .accordion-panel label.tab-index {
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	background: #dbe2e9;
	color: #363636;
	font-size: 24px;
	line-height: 2em;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #8e9fbc;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#PageBody #MainContent .accordion-panel label:before,
#PageBody #MainContent .accordion-panel label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: white;
  transition: transform 0.25s ease-out, visibility .25s ease-out;
}

#PageBody #MainContent .accordion-panel label:before {
  top: 15px;
  right: 25px;
  width: 2px;
  height: 20px;
  background: #363636;
}

#PageBody #MainContent .accordion-panel label:after {
  top: 50%;
  right: 15px;
  width: 23px;
  height: 2px;
  background: #363636;
}

#PageBody #MainContent .accordion-panel input[type=checkbox]:focus + label {
	position:relative;
	outline:3px solid #c69214;

}
#PageBody #MainContent .accordion-panel input[type=checkbox]:checked + label,
#PageBody #MainContent .accordion-panel input[type=checkbox] + label:hover  {
  background-color:#8e9fbc;
}
#PageBody #MainContent .accordion-panel input[type=checkbox]:checked + label:before {
  transform: rotate(90deg);
  visibility: hidden;
}

#PageBody #MainContent .accordion-panel input[type=checkbox]:checked + label:after {
  transform: rotate(180deg);

}

#PageBody #MainContent .accordion-panel input[type=checkbox] + label.link:after,
#PageBody #MainContent .accordion-panel input[type=checkbox] + label.link:before {
  display: none;
}
/* Style the accordion panel. Note: hidden by default */
#PageBody #MainContent .accordion-panel .tab-content {
    border: 1px solid #8e9fbc;
    display: block;
	padding-left:20px;          
	overflow-y: hidden;
	-webkit-transition: max-height 0.4s ease-in-out;
	-moz-transition: max-height 0.4s ease-in-out;
	-o-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#PageBody #MainContent .accordion-panel .tab-content {
	width:880px;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
#PageBody #MainContent .accordion-panel .tab-content.closed {
	max-height:0 !important;
}
#PageBody #MainContent .accordion-panel .tab-content.hidden {
	display:none;
}
#PageBody #MainContent .accordion-panel .tab-content ul {
	list-style-type:none;
	padding:0;
	margin-left:0px;

}
#PageBody #MainContent .accordion-panel .tab-content li{
	font-size:18px;
	color:#363636;
	margin-bottom:15px;
}
#PageBody #MainContent .accordion-panel .tab-content ul ul li{
	font-size:14px;
	color:#363636;
	padding-left:10px;
	margin-bottom:0px;
	line-height:25px;
}
#PageBody #MainContent .accordion-panel .tab-content li a,
#PageBody #MainContent .accordion-panel .tab-content li a:link,
#PageBody #MainContent .accordion-panel .tab-content li a:active
{
	text-decoration:none;
	color:#363636;
}

	#PageBody #MainContent .accordion-panel .tab-content li a:visited {
		color: #5c068c;
	}
	
	
	
	
	
	#PageBody #MainContent .accordion-panel .tab-content li a:hover {
		text-decoration: underline;
		color: #000;
	}


#PageBody #MainContent .accordion-panel .tab-content li a:focus {
	outline:3px solid #c69214;
}
#PageBody #MainContent .accordion h2{
	background-image:none !important;
	background-color:#dbe2e9 !important;
}
#PageBody #MainContent .accordion h2:focus,
#PageBody #MainContent .accordion:hover h2,
#PageBody #MainContent .accordion:active h2 {
	background-image:none !important;
	background-color:#8e9fbc !important;
}

/* Width changed for responsive viewports.  DW */
#PageBody #MainContent .flex-viewport {
	width:780px;
	width:100%;
}

.fancybox-opened {
	overflow: visible ! important;
}
#PageBody #MainContent .ui-widget-content {
	color: #363636;
}



/* Parents Letter */
#PageBody #MainContent .tab_header{
	width:100%;
	background-color:#c5e09b;
	border-top:1px solid #00a950;
	border-bottom:1px solid #00a950;
	color:#687e5f;
	font-family:arial, helvetica, clean, sans-serif;

	height:24px;
}
#PageBody #MainContent .tab_outer {
	display:inline-block;
	background:url(../images/ncestab/tab-divider.png) transparent no-repeat right 3px;
	height:20px;
	padding-top:5px;
	padding-right:10px;
	font-weight:bold;	
	font-size:14px;
}
#PageBody #MainContent .tab_outer .TabLabelSelectedStyle{
	background:url(../images/ncestab/tab-arrow.png) transparent no-repeat 0px 3px;
}
#PageBody #MainContent .tab_outer .TabLabelDefaultStyle{
	padding-right:3px;
}
#PageBody #MainContent .tab_outer a:hover{
	color:#051300;
}
#PageBody #MainContent a.tabnormal{
	color:#687e5f;
	padding-left:12px;
}
#PageBody #MainContent a.tabnormal:link{	
	text-decoration:none;
}
#PageBody #MainContent a.tabhighlighted{
	padding-left:12px;
	color:#1b5a00;		
}
#PageBody #MainContent a.tabhighlighted:link {
	text-decoration:none;	
}


::selection {
	background: #001871; 
	color:#fff;
	text-shadow:0 2px 0 #000;
}

::-moz-selection {
	background: #001871; 
	color: #fff;
	text-shadow: 0 2px 0 #000;
}


.info-content-box {
	border: 2px double #f8e356;
	background-color: #fcfdc4;
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.float-right {
	float: right;
	margin-left: 20px;
	width: 70%;
}



@media screen and (max-width: 767px) {
}
