/*body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}*/
.nrc_header, .nrc_body, .nrc_footer {
	min-width: 1024px;
}
.nrc_header, .nrc_body, .footer-container {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
.footer-container {
	z-index: 1;
}
p {
	margin: 0 0 20px 0;
}

/* Bookmarks */
.bookmark-anchor-text { display: none; }


/* ************************************************************************* */
/* Begin Header ************************************************************ */
/* ************************************************************************* */
/* Override Ribbon style from /Style Library/CSS/ribbon.css */
DIV#ribbonArrow {
    margin-left: auto;
    width: auto;
}
/* End of Header *********************************************************** */


/* ************************************************************************* */
/* Begin Footer ************************************************************ */
/* ************************************************************************* */
@media only screen and (min-width: 769px) {
	.nrc_footer .tabs {
		width: 75%;
		float: left;
		border-right: 2px solid #fff;
		height: 305px;
	}
	.nrc_footer .fixed-tab {
		float: right;
		width: 25%;
	}
}
/*end of (min-width: 769px)*/

@media only screen and (max-width: 768px) {
	.nrc_footer .tabs,
	.nrc_footer .tabs * {
		display: none;
	}
	.nrc_footer .fixed-tab {
		float: none;
		width: 100%;
	}
}
/* end of (max-width: 768px) */

.nrc_footer {
	position: relative;
	background: url('../images/footer-background.png') repeat-x scroll left -1px #001871;
	width: 100%;
	min-height: 305px;
	margin-bottom: -35px;
	margin-top: 1em;  
}
.nrc_footer, .nrc_footer a {
	color: #fff;
}
.screen-reader-only {
	margin-left: -99999px;
}


/*----- Tab Links -----*/
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}
.tab-links {
    margin: 0 0 -14px 0px;
    border: 1px solid #c69214;
	border-left: none;
    padding-left: 125px;
	background-color: #F2EDE2;
	height:35px;
}
.tab-links li {
	display: inline-block;
	list-style: none;
	margin-right: 30px;
	min-height: 25px;
    padding: 0 0.5em;
    position: relative;
    top: 5px;
    white-space: nowrap;    
}
.tab-links a:hover {
    text-decoration: none;
} 
.tab-links .active a, .tab-links .active button {
	background-color: #007367;
	color: #ffffff;
}
.tab-links .active a:before, .tab-links .active button:before {
	/*make down arrow*/
	border: 10px solid #007367;
	border-color: #007367 transparent transparent transparent;
	content: "";
	display: block;
	left: calc((100% - 20px) / 2);
	position: absolute;
	top: 100%;
	width: 0; 
}
.tab-links li a, .tab-links li button {
	background-color: transparent;
	border: 0;	
	color: #007367;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	margin-top: -6px;
	outline: none;
	text-align: center;
	/*padding: 6px 1em 4px 1em;*/
	padding: 6px 20px 4px 20px;
	text-transform: uppercase;
}
.tab-links li button {
    border-bottom: 3px solid transparent;
}
.tab-links li.tab1.active button:hover {
    border-color: transparent;
}
.tab-links li button:hover {
    border-color: #007367;
}
.fixed-tab .tab-link {
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	padding: 6px 1.2em 6px 1.7em;
	text-transform: uppercase;
	background-color: #001871;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	border-top:none;
}
.container-footer-bg-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 35px;
    background-color: #F2EDE2;
    border: 1px solid #c69214;
}
.container-footer-bg-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 35px;
    background-color: #001871;
    border-bottom: 1px solid #fff;
}

/*----- Content of Tabs -----*/
.tab-content {
    clear: both;
    background-color: #001871;
}
.tabs .tab-content li {
	list-style: none;
	background: url('../images/goldBullet.png') transparent no-repeat scroll left 0.4em;
	margin: 0.5em 0 0.5em -1em;
	padding-left: 1.5em;
}
.tabs .tab-content {
	position: relative;
	top: 35px;
	padding-top: 12px;
}
.tab {
    display: none;
    padding: 0 1em 1em 2em;
}
.tab.active {
    display: block;
}
.fixed-tab .tab-content {
	display: block;
	padding-top:28px;
}
.nrc_footer .nde-logo {
	margin-top: -1.1em;
}
.nde-data-filter-content {
	float: right;
	width: 615px;
}
.nde-data-filter-content p {
	font-size: 1.1em;
}
.nde-data-filter { 
	background: url('../images/footer-down-arrow-icon.png') no-repeat right #fff; 
	border: #001871 1px solid;
	float:right;
	width: 210px;
   	height: 31px;
   	margin: 0.7em .0 0 0;
    position: relative;
    z-index: 100;
}
.nde-data-filter select {
	cursor: pointer;
	left: -1px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
}
.nde-data-filter select:focus {
    outline: none;
}
.select-default {
	float: left;
	white-space: nowrap;
	margin-top: 4px;
}
.nde-data-filter option, .select-default {
	color: #333;
    cursor: pointer;
	font-size: 1em;	
	padding: 0 0.5em;
}
.nde-data-filter.subject {
	width: 19.3em;
	float:left;
}
.nde-data-filter.grade {
	width: 10.5em;
}
.nde-data-filter.jurisdiction {
	width: 13em;
	margin-left: .55em;	
}
.nde-data-filter.variable {
	width: 18.8em;
}
.nde-data-filter.statistic {
	width: 18em; 
	margin-left: .55em;
}
.nrc_bodyContainer .button {
	background-color: #f2ede2;
	border: 0.5px solid #c69214;
	color: #007367;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 2em 4px 2em;
}
.nrc_bodyContainer .button:hover {
	/*text-decoration: underline;*/
    background-color: #007367;
    border-color: #007367;
	color: #fff;
	text-decoration: none;
}
/* tab 1 */
.tab-content .tab1 ul {
	margin-bottom: 1em;
	padding-left: 15px;
}
.nrc_footer .tab-content .tab1 .nde-data-filter.subject {
	width: 22em;
	margin-right: 1.4em;
}
.nrc_footer .btn-download-table {
	float: left;
    padding-top: .9em; 
}
.nrc_footer .btn-download-table .button:first-child {
    margin-right: 1em;
}
/* tab 2 */
.nrc_footer .tab2 .btn-customize-table {
	float: right;
    padding-top: 2em;
}
/* related links */
.nrc_footer .fixed-tab .tab-content ul {
	padding: 0;
}
.nrc_footer .fixed-tab .tab-content li {
	list-style: none;
	margin-bottom: 0.5em;
}
/* End of Footer *********************************************************** */


/* ************************************************************************* */
/* Begin override bootstrapt style ***************************************** */
/* ************************************************************************* */
.row {	
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5em;
}
#s4-bodyContainer {
    padding: 0;
}
/* End of override bootstrapt style **************************************** */


/* ************************************************************************* */
/* Begin content *********************************************************** */
/* ************************************************************************* */
.nrc_body {
	clear: both;
}
.nrc_body a {
	color: #007367;
	font-size: 14px;
	text-decoration: underline;
}
.nrc_body a:hover {
	text-decoration: none;
}
.social img {
	height: 42px;
	width: 55px;
}
.social a {
	outline: none;
}
.social div {
	float: right;
}
.social .icon-email img {
	background: #001871 url('../images/email-icon.png') no-repeat center top;
}
.social .icon-print img {
	background: #001871 url('../images/print-icon.png') no-repeat center top;
}
.social .icon-twitter img  {
	background: #001871 url('../images/twitter-icon.png') no-repeat center top;
}
.social .icon-facebook img  {
	background: #001871 url('../images/facebook-icon.png') no-repeat center top;
}

/*-----Begin NRC Redesign 2015 Two Column Blue templates ----- */
.blue-row {
	background-color: #001871;
	border-bottom: 4px solid #00a795;
	padding: 2em;	
	margin-bottom: 1em;
}
.blue-row .left-col {
	color: #fff;
	min-height: 200px;
    padding-bottom: 3em;
    padding-left: 0;
    padding-right: 2em;
    width: 30%;
}
.blue-row .right-col {
	background: url('../images/blue-background-arrow.png') no-repeat left center #fff;
	color: #333;
	min-height: 200px;
	overflow: hidden;
	padding: 1em 2em 1em 3em;
	width: 70%;	
}
.blue-2col .social {
	float: left;
    margin-top: -6em;
    padding-left: 1em;
}
.blue-2col .main-content, .blue-2col .main-content .col-xs-12 {
	padding: 0;
}
/*----- End of NRC Redesign 2015 Two Column Blue templates -----*/

/*-----BEGIN News Room  ----- */
#imgGapKey {
	padding: 13px 0 0 0;
}
/*----- end of accordion -----*/

/*-----BEGIN News Room  ----- */
.newsroom .social {	
	text-align: right;
	padding-top: .8em;
    line-height: 3.5em;       
}
.newsroom .naeptwitterbody {
  	background-color: #001871;
	line-height: 83px;   
}
.newsroom .naeptwitterheader {
	color: #FFFFFF;
	font-size: 28px;
	vertical-align: middle;
	padding-left: 15px;	
}	
.newsroom .naeptwitterborder {
 	width: 433px;
 	height: 445px;
 	border-left: 1px solid #001871;			
	border-right: 1px solid #001871;			
	border-bottom: 13px solid #001871;			
}
.newsroom .row, .single-column .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.newsroom .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.newsroom .col-xs-4 {
	padding-left: 0 !important;
}	
.newsroom .two-col {
	margin-top: 23px;
}
.newsroom .last-col {
	margin-top: 17px;
	margin-bottom: 3px;
}
.newsroom .left-col {
	float: left;
	width: 433px;
	margin-right: 24px;
}
.newsroom .right-col {
	float: left;
	width: 557px;
}
.newsroom .top-bluerow {  
	background-color: #001871;
	border-bottom: 4px solid #c6912c;
	min-height: 70px;
	text-align: left;
	color: #ffffff;
	vertical-align: middle;
	margin-bottom: 23px;

}
.newsroom #contentWrapperEdit .top-bluerow {     
    height:100px;                    
}
/*-----End News Room  ----- */

/*-----Begin NRC Redesign 2015 Single Column templates*/
.single-column .top-bluerow {	
	background-color: #001871;
	border-bottom: 4px solid #c6912c;
	min-height: 70px;
	text-align: left;
	color: #ffffff;
	vertical-align: middle;
	margin-bottom: 23px;
}

#contentWrapperEdit .single-column .top-bluerow {	
	height:100px;		
}
/*-----End NRC Redesign 2015 Single Column templates ----- */

/*-----Begin NRC Redesign 2015 News Room and Single Column templates SHARED*/
.newsroom .top-bluerow p, .single-column .top-bluerow p {
	color: #fff;
    font-size: 28px;
    margin-top: 12px;
}
.newsroom .social, .single-column .social {
	float: right;
    padding-top: 13px;
    margin-right: -10px;
}			
/*-----End NRC Redesign 2015 News Room and Single Column templates SHARED*/

/*-----Begin NRC Redesign Icons -----*/
.icon_footer_twitter {
	background-color: #fff;
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;
	padding: 5px 2px 7px 2px;
}
.icon_footer_facebook {
    background-color: white;
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
    padding: 5px 9px 7px 9px;
}
a.icon_footer_twitter:hover,
a.icon_footer_facebook:hover,
a.icon_footer_facebook:focus ,
a.icon_footer_twitter:focus {
  opacity: 0.8;
}
.chart__share__achievementgap {
	position:relative;
	padding-left: 50px;
}
.chart__share {
  background: #f1efed;
  display: inline-block;
  left: 0;
  margin: 15px 0 5px -30px;
  padding-left: 5px;
  position: relative;
  top: 0;
  z-index: 200;
  float:left;
}
.chart__share2 {
  position:absolute;
  top:5px;
  margin-left: 0px; 
  margin-right:5px;
}
.chart__share:before {
  color: #a19788;
  content: 'SHARE';
  font-size: 14px;
  font-weight: 700;
  left: 0px;
  padding: 0px;
  position: absolute;
  top: -20px;
}	
.chart__share .share__drawer {
  display: none;
  float:right;
  width: 0px;
  top: -5px;
  left: -37px;
  position: relative;
  background-position: center;
}
.chart__share > a {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  margin: 5px 5px 5px 0;
  text-indent: -999em;
  width: 32px;
  background-image: url('../images/icon-share.png');
}
.chart__share a:hover,
.chart__share a:focus {
  opacity: .8;
}
.share__drawer a.share__facebook {
  background-color: #166290;
  background-image: url('../images/icon-facebook.png');
  background-position:center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  margin: 5px 5px 0 0;
  text-indent: -999em;
  width: 32px;
}
.share__drawer a.share__twitter{
  background-color: #00b7ec;
  background-image: url('../images/icon-twitter.png');
  background-position:center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  margin: 5px 5px 0 0;
  text-indent: -999em;
  width: 32px;
}
.share__drawer a.share__email{
  background-color: #c69214;
  background-image: url('../images/icon-envelope.png');
  background-position:center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  margin: 5px 5px 0 0;
  text-indent: -999em;
  width: 32px;
}
.share__drawer a.share__link{
  background-color: #c69214;
  background-image: url('../images/icon-link.png');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  margin: 5px 5px 0 0;
  text-indent: -999em;
  width: 32px;
}
.chart__share .share__permalink-popup {
  display: none;
  margin: 5px 0 0 0;
}
.chart__share .share__permalink-popup input {
  font-size: 14px;
  min-width: 500px;
  padding: 5px;
}
/*-----End NRC Redesign Icons -----*/

/* End of content ********************************************************** */