body {
	background: #fff;
	color: #555;
	font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400px;
	text-align: left;
}

/*-------------------------
2a. Typography
--------------------------*/
h1 {
	color: #a5ad67;
	font-size: 36px;
	font-weight: 400;
	margin: 8px 0 10px;
}

h2 {
	color: #a5ad67;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 1.4em;
	text-transform: none;
}

h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0 0 5px;
}

h4 {
	color: #a5ad67;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45em;
	margin: 0;
}

h6 {
	font-size: 13px;
	font-weight: 400;
	margin: 13px 0 6px;
	text-transform: uppercase;
}

p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.58em;
	margin: 0 0 10px 0;
}

strong {
	font-weight: 600;
}

.lead {
	color: #555;
	font-size: 16px;
	line-height: 1.56em;
	padding: 4px 0 0;
	font-weight: 400;
}

/*-------------------------
2c. Lists
--------------------------*/
ul {
	color: #555;
	font-weight: 400;
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 20px;
}

ol {
	list-style-type: decimal;
	margin: 0 0 0 0px;
	padding: 0 0 0 18px;
}

ol li {
	font-weight: 400;
	padding: 0 0 12px 0;
	vertical-align: middle;
}

ul li {
	padding: 0 0 6px 0;
	vertical-align: middle;
}

ul li ul {
	margin: 6px 0 0;
}

ul li ol {
	margin: 6px 0 0 6px;
}

ul.links {
	margin: 0 0 30px;
	padding: 0;
}

ul.links li {
	border-bottom: #f1f1f1 2px solid;
	list-style-type: none;
	list-style-image: none;
	padding: 6px 18px;
	font-size: 13px;
}

ul.quicklinks {
	max-height: 400px;
	overflow-y: scroll;
}

ul.quicklinks::-webkit-scrollbar {
	-webkit-appearance: none;
}

ul.quicklinks::-webkit-scrollbar:vertical {
	width: 11px;
}

ul.quicklinks::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid white;
	/* should match background, can't be transparent */
	background-color: rgba(0, 0, 0, 0.5);
}

ul.quicklinks::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 8px;
}

ul.calendar {
	margin: 0;
	padding: 0;
}

ul.calendar li {
	list-style: none;
	padding: 8px 10px 8px 18px;
	clear: both;
	min-height: 30px;
	font-size: 13px;
	overflow: hidden;
}

ul.calendar li td {
	vertical-align: middle;
	height: 34px;
}

.calendar .date {
	border: #eeddd4 1px solid;
	font-size: 13px;
	width: 75px;
	float: left;
	height: 30px;
	padding: 4px 0;
	text-align: center;
	margin: 2px 8px 0 0;
}

.calendarMore {
	padding-bottom: 12px;
}

/*-------------------------
2b. Links
--------------------------*/
a {
	color: #1476a3;
	font-weight: 400;
}

a:hover {
	color: #1476a3;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a.hover:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.container {
	min-width: 1170px !important;
	width: 1170px !important;
}

.header {
	padding: 0 30px 10px;
	border-bottom: 3px solid #ededed;
}

.header .left {
	padding-top: 10px;
}

.header .logoBox {
	display: block;
	width: 415px;
	height: 80px;
	background: url("/img/logo1x.png") top left no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.header .logoBox {
		background: url("/img/logo2x.png") top left no-repeat;
		background-size: contain;
	}
}

.topNav {
	background: #465860;
	border-radius: 0 0 9px 9px;
	padding: 12px 12px;
	margin: 0 20px;
	overflow: hidden;
}

.topNav ul {
	float: left;
	padding: 0;
	margin: 0;
}

.topNav ul li {
	float: left;
	padding: 0 14px;
	list-style-type: none;
}

.topNav ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
}

.topNav ul li a:hover {
	color: #cedada;
}

input[type="search"] {
	background-color: #7d9dae;
	border-color: #c1ced6;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	-webkit-box-shadow: inset 1px 1px 1px #7595a5;
	-moz-box-shadow: inset 1px 1px 1px #7595a5;
	box-shadow: inset 1px 1px 1px #7595a5;
}

input,
textarea,
select,
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid #ddd;
	color: #666;
	font-size: 13px;
	font-weight: 400px;
	display: inline-block;
	padding: 4px;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #aaaaaa;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #aaaaaa;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaaaaa;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #aaaaaa;
}

.topNav ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ffffff;
}

.topNav :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff;
	opacity: 1;
}

.topNav ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff;
	opacity: 1;
}

.topNav :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ffffff;
}

/*-------------------------
3d. Main Navigation
--------------------------*/
.nav {
	border-bottom: #ededed 3px solid;
}

.nav .menu>ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.nav .menu>ul>li {
	list-style-type: none;
	display: inline;
	position: relative;
}

.nav .menu>ul>li>a {
	color: #676767;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	padding: 21px 36px;
}

.nav .menu>ul>li:hover>a,
.nav .menu>ul>li>a:hover {
	background: #c97748;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.nav .menu>ul>li>a.selected {
	border-bottom: #c97748 5px solid;
	padding-bottom: 16px;
}

.nav .menu>ul>li>a.selected:hover {
	/*background:#fff;
	color:#676767;*/
}

/*** Dropdowns ***/
.nav .menu>ul>li:nth-child(2)>ul {
	display: none;
}

.nav .menu>ul>li:hover>ul {
	display: block;
}

.nav .menu>ul>li>ul {
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	width: 477px;
	padding: 1em;
	z-index: 200;
	text-align: left;

	background: #fefefe;
	border: #c97748 3px solid;
	border-left: none;
	border-right: none;
	-moz-box-shadow: 0 1px 4px #999;
	-webkit-box-shadow: 0 1px 4px #999;
	box-shadow: 0 1px 4px #999;
}

.nav .menu>ul>li>ul.resources,
.nav .menu>ul>li>ul.legislation,
.nav .menu>ul>li>ul.accountability {
	width: 239px;
}

.nav .menu>ul>li>ul.legislation-and-regulations {
	width: 270px;
}

.nav .menu>ul>li>ul li {
	width: 50%;
	text-align: left;
	list-style-type: none;
	margin-top: -2px;
	-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;
}

.nav .menu>ul>li>ul.resources li,
.nav .menu>ul>li>ul.legislation li,
.nav .menu>ul>li>ul.legislation-and-regulations li,
.nav .menu>ul>li>ul.accountability li {
	width: 100%;
}

.nav .menu>ul>li>ul li.rightMenu {
	float: right;
}

.nav .menu>ul>li>ul li>a {
	display: block;
	font-weight: 600;
	font-size: 13px;
	padding: 9px 10px;
	text-decoration: none;

	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
	-ms-transition: all 0.24s ease-in-out;
	-o-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
}

.nav .menu>ul>li>ul li>a:hover {
	color: #6699cc;
	background: #eee;
	cursor: pointer;
}

.nav .menu>ul>li>ul>li>ul>li {
	width: auto;
	margin-left: -20px;
	margin-top: -2px;
}

.nav .menu>ul>li>ul>li>ul>li>a {
	font-weight: 400;
	padding: 6px 10px;
}

.nav .menu>ul>li>ul>li>ul>li>a.innovation-and-modernization-grant-program {
	font-weight: 600;
}

.nav .menu>ul>li>ul.national-initiatives>li>ul>li>a {
	font-weight: 600;
}

.nav .menu>ul>li>ul>.highlight {
	background: #fefefe;
	float: right;
	width: 14.5em;
	border: #ddd 1px solid;
	margin: 10px;
	padding: 10px;
	-moz-box-shadow: 0 1px 4px #ddd;
	-webkit-box-shadow: 0 1px 4px #ddd;
	box-shadow: 0 1px 4px #ddd;
}

.nav .menu>ul>li>ul>.highlight p {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin: 4px 0 0;
}

.nav .menu>ul>li>ul>.highlight h4 {
	font-size: 13px;
	line-height: 1.2em;
}

/*-------------------------
3f. Side Navigation
--------------------------*/

.sidebar {
	border-right: 3px solid #ededed;
	margin-right: -3px;
}

.sidebar ul {
	margin: 10px 12px 10px 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	padding: 0;
}

.sidebar ul li a {
	color: #555;
	font-size: 15px;
	font-weight: 400;
	padding: 13px 15px 13px 15px;
	display: block;
}

.sidebar ul li a.selected,
.sidebar ul li a.selected:hover {
	background: #c97748;
	color: #fff;
	opacity: 1;
}

.sidebar ul li a:hover {
	background: #eee;
	color: #6699cc;
	filter: alpha(opacity=55);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sidebar ul ul {
	margin: 0;
	padding: 0;
	display: none;
}

.sidebar ul ul li a {
	padding-left: 40px;
}

.sidebar ul ul li:first-child {
	border-top: #ededed 3px solid;
}

.sidebar ul ul li:last-child {
	border-bottom: none;
}

.sidebar li.childPage a {
	padding: 13px 15px 13px 23px;
}

/*** Node Styling ***/
.parentTitle {
	color: #a5ad67;
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 6px 0;
	padding: 6px 0px;
}

.nodeTitle {
	color: #a5ad67;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25em;
	text-transform: none;
	padding: 7px 0 14px;
}

.nodeWrapper {
	border-left: #ededed 3px solid;
	min-height: 600px;
	padding: 0 0 0 30px;
}

.nodeBorderLeft {
	border-left: #ededed 3px solid;
	padding-left: 30px;
}

/*** Block Styling ***/
.block {
	border: 3px solid #ededed;
	padding: 20px;
	border-radius: 0;
	margin: 0 10px 0 10px;
}

.block p {
	line-height: 1.45em;
	margin: 0;
	padding: 0;
}

.block span {
	display: block;
	margin: 8px 0 15px;
	font-size: 13px;
}

.block span.title {
	color: #a5ad67;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45em;
	margin: 0;
}

.block span.line {
	border-top: 1px solid #ededed;
	padding: 10px 0 0;
}

.block a {
	word-wrap: break-word;
}

/*** Footer ***/
.footer {
	border-top: #ededed 3px solid;
	padding: 22px 20px;
	margin: 30px 0 10px;
}

.footer,
.footer p {
	font-weight: 600;
	line-height: 1.45em;
	font-size: 11px;
}

.footer p {
	padding-top: 13px;
}

.footer .left {
	padding-left: 88px;
	background: url("/img/doe_seal1x.png") left center no-repeat;
	height: 77px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.footer .left {
		background: url("/img/doe_seal2x.png") left center no-repeat;
		background-size: contain;
	}
}

.footer .right {
	text-align: right;
	padding-top: 13px;
}

/*-------------------------
3c. Tables
--------------------------*/
table.generic {
	border-collapse: collapse;
	font-size: 13px;
	margin: 15px 0 12px 0;
	table-layout: fixed;
	width: 100%;
}

table.generic td,
table.generic th {
	padding: 8px 10px;
	vertical-align: middle;
}

table.generic th {
	background: #698593;
	color: #fff;
	font-weight: 600;
	text-align: left;
	vertical-align: bottom;
}

th.right,
td.right,
table.generic th.right,
table.generic td.right {
	text-align: right;
}

th.center,
td.center {
	text-align: center;
}

th.event-date {
	width: 115px;
}

/*-------------------------
4g. Miscellany
--------------------------*/
.block p {
	clear: both;
}

.logo {
	margin: 10px 50px;
}

.content {
	margin: 30px 15px 0;
	min-height: 390px;
}

.box-fixed {
	border: #eee 2px solid;
	height: 150px;
	overflow-y: scroll;
	padding: 7px;
}

.line {
	border-top: #ededed 1px solid;
	padding: 10px 0 0;
}

.icon-inline {
	float: left;
	margin: 0 6px 10px 0;
}

.pullout {
	background: #698593;
	margin: 10px 0px 25px 0px;
	padding: 20px 20px 10px;
	min-height: 155px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.pullout h2 {
	color: #fff;
	margin-top: 0;
}

.pullout h3 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
}

.pullout p,
.pullout a,
.pullout:hover p,
.pullout:hover a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

.pullout .btn {
	background: #c3cc81;
	border: #cad290 1px solid;
}

.pullout .btn:hover {
	color: #efefef;
	text-decoration: none;
	background: #a2ac57;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.pullout:hover {
	cursor: pointer;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.pullout#ta {
	background-image: url(../img/icon-gears.png);
	background-repeat: repeat-x;
	background-position: center;
}

.pullout#nswg {
	background-image: url(../img/icon-phone.png);
	background-repeat: no-repeat;
	background-position: right;
}

.pullout#dqi {
	background-image: url(../img/icon-data.png);
	background-repeat: no-repeat;
	background-position: center;
}

.pullout#spac {
	background-image: url(../img/icon-congress.png);
	background-repeat: no-repeat;
	background-position: center;
}

.pullout#fmi {
	background-image: url(../img/icon-money.png);
	background-repeat: repeat-x;
	background-position: center;
}

.pullout#g9 {
	background-image: url(../img/icon-g9.png);
	background-repeat: no-repeat;
	background-position: center;
}

.footer {
	border-top: #ededed 3px solid;
	margin: 30px 0 10px;
	padding: 22px 20px;
}

.footer p {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45em;
	margin: 0;
}

.bg-1 {
	background: #ededed;
}

h2.bg-1 {
	padding: 6px 18px;
	margin: 3px 0 10px 0;
	text-transform: uppercase;
}

.feature {
	margin: 3px 0 20px 0;
	-webkit-box-shadow: 0px 0px 4px 3px rgba(229, 229, 229, 1);
	-moz-box-shadow: 0px 0px 4px 3px rgba(229, 229, 229, 1);
	box-shadow: 0px 0px 4px 3px rgba(229, 229, 229, 1);
}

.photo {
	margin: 12px 0 0;
}

.date {
	color: #c8703e;
}

.placeholder {
	background: #b4bf61;
	color: #fff;
	display: block;
	padding: 50px 20px;
	margin: 0 0 12px;
}

.group {
	display: block;
}

.group label,
.group select,
.group input {
	margin: 10px 10px 0 0;
}

.group label {
	vertical-align: middle;
	width: 40%;
}

.spacer {
	margin-left: 15px;
}

.panel {
	box-shadow: none;
}

h4.panel-title {
	color: #698593;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45em;
}

h4.panel-title a {
	color: #698593;
}

h4.panel-title.darker a {
	color: #2b383e;
}

.panel-heading {
	padding: 7px 9px;
}

select.report-options {
	width: 100%;
}

.pagination li a,
.pagination li span {
	color: #698593;
	padding: 3px 8px;
}

.pagination li a:hover {
	color: #6699cc;
}

.pagination .active a,
.pagination .active a:hover {
	background-color: #c97748;
	border-color: #c97748;
}

.result {
	border-bottom: #eee 1px dashed;
	margin: 15px 0 15px;
	padding: 0px 0 10px;
}

a.reset-link {
	margin: 12px 12px 0 0;
	color: #c8703e;
	font-size: 12px;
	text-transform: uppercase;
}

a.reset-link:hover {
	color: #dea98b;
}

/*** MARQUEE STYLING ***/
.marquee {
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 4px 3px rgba(229, 229, 229, 1);
	-moz-box-shadow: 0px 0px 4px 3px rgba(229, 229, 229, 1);
	box-shadow: 0px 0px 4px 3px rgba(229, 229, 229, 1);
}

.marquee .left {
	float: left;
	width: 196px;
	position: relative;
}

.marquee .left>div {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 0 20px;
	background-color: #698593;
	text-transform: uppercase;
	height: 96px;
	border-bottom: 2px solid #ebebeb;
	cursor: pointer;
}

.marquee .left>div:hover {
	background-color: #7d90a0;
}

.marquee .left>div.last {
	border-bottom: none;
}

.marquee .left>div td {
	vertical-align: middle;
	height: 94px;
}

.marquee .left>div.active {
	background-color: #c97748;
}

.marquee .left>span.tip {
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 12px solid #c97748;
	position: absolute;
	right: -11px;
	-moz-transform: scale(0.9999);
	z-index: 20;
}

.marquee .left>span.tip#pos1 {
	top: 29px;
}

.marquee .left>span.tip#pos2 {
	top: 127px;
}

.marquee .left>span.tip#pos3 {
	top: 223px;
}

.marquee .left>span.tip#pos4 {
	top: 318px;
}

.marquee .right {
	float: left;
	width: 513px;
	position: relative;
}

.marquee .right>div {
	display: none;
	height: 384px;
}

.marquee .right>div.active {
	/*display: block;*/
}

.marquee .right>div img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.marquee .right>div .banner {
	z-index: 10;
	position: absolute;
	right: -1px;
	bottom: 30px;
	width: 451px;
	padding: 20px 30px;
	color: #fff;
	font-size: 13px;
	/*background: url('/img/marquee/banner_bg.png') top left repeat;*/
	background: rgba(171, 186, 105, 0.9);
}

.marquee .right>div .banner .title {
	font-weight: bold;
	text-transform: uppercase;
}

.marquee .right>div .banner a {
	color: #ffffff;
	text-decoration: underline;
}

.marquee .right>div .banner.special {
	width: 350px;
}

.marquee .right>div .banner.special a {
	font-size: 18px;
	font-weight: bold;
}

.marquee .chrome {
	font-style: italic;
	padding-top: 10px;
	color: #ffffff;
}

/* COVID Styling */
.marquee .right .covidPanel {
	width: 100%;
	background: #1677a3;
	color: #fff;
	height: 382px;
	padding: 44px 0 0 80px;
}

.marquee .right .covidPanel .title {
	font-size: 36px;
	font-weight: bold;
	position: relative;
}

.marquee .right .covidPanel .title:before {
	content: "";
	background: url("/img/icon-learningcenter-transparent.png") top left no-repeat;
	background-size: contain;
	height: 96px;
	width: 96px;
	position: absolute;
	left: -84px;
	top: -5px;
}

.marquee .right .covidPanel .desc {
	padding-right: 70px;
	padding-top: 20px;
}

.marquee .right .covidPanel .desc p {
	/* font-weight: bold; */
	padding-bottom: 20px;
	font-size: 15px;
}

.marquee .right .covidPanel .desc p span {
	font-weight: bold;
}

.marquee .right .covidPanel .desc p {
	padding-bottom: 10px;
}

.marquee .right .covidPanel .desc a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.marquee .right .covidPanel.statePlan {
	background: #3f5c73;
}

.marquee .right .covidPanel.dataExplorer {
	background: #3f5c73;
}

.marquee .right .covidPanel.statePlan .title:before {
	background-image: url("/img/marquee/approved.svg");
	background-size: contain;
	height: 46px;
	width: 46px;
	top: 4px;
	left: -52px;
}

.marquee .right .covidPanel.cubesat .title:before {
	background-image: url("/img/marquee/cubesat_black.svg");
	background-size: contain;
	height: 40px;
	width: 40px;
	top: 6px;
	left: -52px;
}

.marquee .right .covidPanel.wbl .title:before {
	background-image: url("/img/marquee/idea-document.svg");
	background-size: contain;
	height: 40px;
	width: 40px;
	top: 6px;
	left: -52px;
}

.marquee .right .covidPanel.ctenational .title:before {
	background-image: url("/img/marquee/event-circle.svg");
	background-size: contain;
	height: 40px;
	width: 40px;
	top: 4px;
	left: -52px;
}

.marquee .right .covidPanel.dataExplorer .title:before {
	background-image: url("/img/marquee/data_explorer.svg");
	background-size: contain;
	height: 40px;
	width: 40px;
	top: 4px;
	left: -52px;
}

.marquee .right .covidPanel.stateProfiles .title:before {
	background-image: url("/img/marquee/usa-circle.svg");
	background-size: contain;
	height: 70px;
	width: 70px;
	top: 4px;
	left: -52px;
}

.marquee .right .covidPanel.stateProfiles {
	background: #3f5c73;
}

.marquee .right .covidPanel.fundingOppo .title:before {
	/*background-image: url('/img/marquee/noun_creative_1972683.svg');*/
	background-image: url("/img/marquee/engineer.svg");
	background-size: contain;
	height: 46px;
	width: 46px;
	top: 4px;
	left: -52px;
}

.marquee .right .covidPanel.reduced {
	padding: 20px 0 0 80px;
}

.marquee .right .covidPanel.reduced .desc p {
	font-size: 14px;
}

/*** Featured Note ***/
.featuredNote {
	padding-top: 20px;
}

.featuredNote h1 {
	font-size: 28px;
}

p.date {
	margin-bottom: 0;
}

.featuredNote p:last-of-type {
	margin-bottom: 0 !important;
}

/*** Button Styling ***/
.btn {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	background: #7d9dae;
	border-radius: 1px;
	cursor: pointer;
	*margin-left: 0.3em;
	text-transform: uppercase;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #e6e6e6;
}

.btn:active,
.btn.active {
	background-color: #cccccc \9;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover {
	color: #efefef;
	text-decoration: none;
	background: #698593;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

input.lg[type="search"] {
	background-color: #fff;
	border-color: #ddd;
	box-shadow: 1px 1px 1px #efefef inset;
	box-sizing: content-box;
	color: #666;
	font-size: 11px;
	font-weight: 300;
	padding: 6px;
}

.btn.active,
.btn:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25),
		0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25),
		0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #d9d9d9 \9;
	outline: 0;
}

.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	background-color: #e6e6e6;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

strong {
	font-weight: 500;
}

/* Modules */
.module {
	background: #f5f5f5;
	margin: 0 0 30px;
	padding: 25px 10px;
}

.module p {
	font-size: 13px;
}

.module h3 {
	font-weight: 600;
}

.teaser {
	padding: 15px;
	min-height: 200px;
	-moz-box-shadow: 0 1px 4px #ddd;
	-webkit-box-shadow: 0 1px 4px #ddd;
	box-shadow: 0 1px 4px #ddd;
	border: #ededed 1px solid;
}

.topic {
	border-bottom: #ddd 1px solid;
	margin-bottom: 20px;
	padding-left: 22px;
}

.topic.national-initiatives-videos,
.topic.state-director-101 {
	padding-left: 0;
}

.topic.grants-management {
	background: url("/croogo/img/icon-grantmgmt.png") top left no-repeat;
}

.topic.financial-management {
	background: url("/croogo/img/icon-money-small.png") top left no-repeat;
	padding-left: 30px;
}

.topic.perkins-accountability {
	background: url("/croogo/img/icon-accountability.png") top left no-repeat;
	padding-left: 24px;
}

.resource-links a.resourceCategory {
	padding: 4px 0 4px 36px !important;
	display: block !important;
}

.resource-links a.resourceCategory.state-director-101 {}

.resource-links a.resourceCategory.grants-management {
	background: url("/croogo/img/icon-grantmgmt.png") 5px center no-repeat;
}

.resource-links a.resourceCategory.financial-management {
	background: url("/croogo/img/icon-money-small.png") center left no-repeat;
}

.resource-links a.resourceCategory.perkins-accountability {
	background: url("/croogo/img/icon-accountability.png") 3px center no-repeat;
}

.resource-links-wrapper.perkins {
	border-bottom: 2px solid #ededed;
	padding-bottom: 11px;
}

.resource-links-wrapper.perkins a {
	display: block;
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	background: url("/img/data-explorer-small.png") center left no-repeat;
	color: #555;
	padding: 10px 0 10px 40px !important;
}

.teaser .topic {
	margin-bottom: 10px;
}

.topic p {
	font-size: 11px;
	font-weight: 300;
}

.embed {
	width: 672px;
	height: 380px;
	background: #555;
	border: #555 1px solid;
	margin: 0px;
	text-align: center;
}

.btn-small {
	font-size: 11px;
	padding: 3px 5px;
	text-transform: none;
}

.fancybox-inner h2 {
	margin-top: 0;
}

/*-------------------------
Glyphicons
--------------------------*/
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	vertical-align: bottom\9;
	/* IE 8 */
	//vertical-align:baseline; /* IE 7 */
	background-image: url("../img/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	opacity: 0.8;
	*margin-right: 0.3em;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
	*margin-left: 0;
}

.icon-white {
	background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-glass {
	background-position: 0 0;
}

.icon-music {
	background-position: -24px 0;
}

.icon-search {
	background-position: -48px 0;
}

.icon-search:hover {
	background-color: #ff9966;
	cursor: pointer;
}

.icon-envelope {
	background-position: -72px 0;
}

.icon-envelope:hover {
	background-color: #ff9966;
	cursor: pointer;
}

.icon-heart {
	background-position: -96px 0;
}

.icon-star {
	background-position: -120px 0;
}

.icon-star-empty {
	background-position: -144px 0;
}

.icon-user {
	background-position: -168px 0;
}

.icon-film {
	background-position: -192px 0;
}

.icon-th-large {
	background-position: -216px 0;
}

.icon-th {
	background-position: -240px 0;
}

.icon-th-list {
	background-position: -264px 0;
}

.icon-ok {
	background-position: -288px 0;
}

.icon-remove {
	background-position: -312px 0;
}

.icon-remove:hover {
	background-color: #cc6666;
	cursor: pointer;
}

.icon-zoom-in {
	background-position: -336px 0;
}

.icon-zoom-in:hover {
	background-color: #ff9966;
	cursor: pointer;
}

.icon-zoom-out {
	background-position: -360px 0;
}

.icon-off {
	background-position: -384px 0;
}

.icon-signal {
	background-position: -408px 0;
}

.icon-cog {
	background-position: -432px 0;
}

.icon-trash {
	background-position: -456px 0;
}

.icon-home {
	background-position: 0 -24px;
}

.icon-file {
	background-position: -24px -24px;
}

.icon-time {
	background-position: -48px -24px;
}

.icon-road {
	background-position: -72px -24px;
}

.icon-download-alt {
	background-position: -96px -24px;
}

.icon-download {
	background-position: -120px -24px;
}

.icon-download:hover {
	background-color: #ff9966;
	cursor: pointer;
}

.icon-upload {
	background-position: -144px -24px;
}

.icon-inbox {
	background-position: -168px -24px;
}

.icon-play-circle {
	background-position: -192px -24px;
}

.icon-repeat {
	background-position: -216px -24px;
}

.icon-refresh {
	background-position: -240px -24px;
}

.icon-list-alt {
	background-position: -264px -24px;
}

.icon-lock {
	background-position: -287px -24px;
}

.icon-flag {
	background-position: -312px -24px;
}

.icon-headphones {
	background-position: -336px -24px;
}

.icon-volume-off {
	background-position: -360px -24px;
}

.icon-volume-down {
	background-position: -384px -24px;
}

.icon-volume-up {
	background-position: -408px -24px;
}

.icon-qrcode {
	background-position: -432px -24px;
}

.icon-barcode {
	background-position: -456px -24px;
}

.icon-tag {
	background-position: 0 -48px;
}

.icon-tags {
	background-position: -25px -48px;
}

.icon-book {
	background-position: -48px -48px;
}

.icon-bookmark {
	background-position: -72px -48px;
}

.icon-print {
	background-position: -96px -48px;
}

.icon-print:hover {
	background-color: #ff9966;
	cursor: pointer;
}

.icon-camera {
	background-position: -120px -48px;
}

.icon-font {
	background-position: -144px -48px;
}

.icon-bold {
	background-position: -167px -48px;
}

.icon-italic {
	background-position: -192px -48px;
}

.icon-text-height {
	background-position: -216px -48px;
}

.icon-text-width {
	background-position: -240px -48px;
}

.icon-align-left {
	background-position: -264px -48px;
}

.icon-align-center {
	background-position: -288px -48px;
}

.icon-align-right {
	background-position: -312px -48px;
}

.icon-align-justify {
	background-position: -336px -48px;
}

.icon-list {
	background-position: -360px -48px;
}

.icon-indent-left {
	background-position: -384px -48px;
}

.icon-indent-right {
	background-position: -408px -48px;
}

.icon-facetime-video {
	background-position: -432px -48px;
}

.icon-picture {
	background-position: -456px -48px;
}

.icon-pencil {
	background-position: 0 -72px;
}

.icon-pencil:hover {
	background-color: #99cc66;
	cursor: pointer;
}

.icon-map-marker {
	background-position: -24px -72px;
}

.icon-adjust {
	background-position: -48px -72px;
}

.icon-tint {
	background-position: -72px -72px;
}

.icon-edit {
	background-position: -96px -72px;
}

.icon-share {
	background-position: -120px -72px;
}

.icon-check {
	background-position: -144px -72px;
}

.icon-move {
	background-position: -168px -72px;
}

.icon-move:hover {
	background-color: #ff9966;
}

.icon-step-backward {
	background-position: -192px -72px;
}

.icon-fast-backward {
	background-position: -216px -72px;
}

.icon-backward {
	background-position: -240px -72px;
}

.icon-play {
	background-position: -264px -72px;
}

.icon-pause {
	background-position: -288px -72px;
}

.icon-stop {
	background-position: -312px -72px;
}

.icon-forward {
	background-position: -336px -72px;
}

.icon-fast-forward {
	background-position: -360px -72px;
}

.icon-step-forward {
	background-position: -384px -72px;
}

.icon-eject {
	background-position: -408px -72px;
}

.icon-chevron-left {
	background-position: -432px -72px;
}

.icon-chevron-left:hover {
	background-color: #ff9966;
}

.icon-chevron-right {
	background-position: -456px -72px;
}

.icon-plus-sign {
	background-position: 0 -96px;
}

.icon-minus-sign {
	background-position: -24px -96px;
}

.icon-remove-sign {
	background-position: -48px -96px;
}

.icon-ok-sign {
	background-position: -72px -96px;
}

.icon-question-sign {
	background-position: -96px -96px;
}

.icon-info-sign {
	background-position: -120px -96px;
}

.icon-info-sign:hover {
	background-color: #ff9966;
}

.icon-screenshot {
	background-position: -144px -96px;
}

.icon-remove-circle {
	background-position: -168px -96px;
}

.icon-ok-circle {
	background-position: -192px -96px;
}

.icon-ban-circle {
	background-position: -216px -96px;
}

.icon-arrow-left {
	background-position: -240px -96px;
}

.icon-arrow-right {
	background-position: -264px -96px;
}

.icon-arrow-up {
	background-position: -289px -96px;
}

.icon-arrow-down {
	background-position: -312px -96px;
}

.icon-share-alt {
	background-position: -336px -96px;
}

.icon-resize-full {
	background-position: -360px -96px;
}

.icon-resize-small {
	background-position: -384px -96px;
}

.icon-plus {
	background-position: -408px -96px;
}

.icon-plus:hover {
	background-color: #ff9966;
	cursor: pointer;
}

.icon-minus {
	background-position: -433px -96px;
}

.icon-minus:hover {
	background-color: #ff9966;
	cursor: pointer;
}

.icon-asterisk {
	background-position: -456px -96px;
}

.icon-exclamation-sign {
	background-position: 0 -120px;
}

.icon-gift {
	background-position: -24px -120px;
}

.icon-leaf {
	background-position: -48px -120px;
}

.icon-fire {
	background-position: -72px -120px;
}

.icon-eye-open {
	background-position: -96px -120px;
}

.icon-eye-close {
	background-position: -120px -120px;
}

.icon-warning-sign {
	background-position: -144px -120px;
}

.icon-plane {
	background-position: -168px -120px;
}

.icon-calendar {
	background-position: -192px -120px;
}

.icon-random {
	background-position: -216px -120px;
}

.icon-comment {
	background-position: -240px -120px;
}

.icon-unsort {
	background-position: -264px -120px;
}

.icon-unsort:hover {
	background-color: #ff9966;
	cursor: pointer;
}

.icon-chevron-up {
	background-position: -288px -120px;
}

.icon-chevron-up:hover {
	background-color: #ff9966;
	cursor: pointer;
}

.icon-chevron-down {
	background-position: -313px -119px;
}

.icon-chevron-down:hover {
	background-color: #ff9966;
	cursor: pointer;
}

.icon-retweet {
	background-position: -336px -120px;
}

.icon-shopping-cart {
	background-position: -360px -120px;
}

.icon-folder-close {
	background-position: -384px -120px;
}

.icon-folder-open {
	background-position: -408px -120px;
}

.icon-folder-open:hover {
	background-color: #ff9966;
	cursor: pointer;
}

.icon-resize-vertical {
	background-position: -432px -119px;
}

.icon-resize-horizontal {
	background-position: -456px -118px;
}

.icon-inline {
	float: left;
	margin: 0 6px 10px 0;
	height: auto;
	width: auto;
	background: none;
}

.nav-tabs {
	clear: both;
}

.nav>li>a {
	display: block;
	padding: 5px 10px;
	position: relative;
}

.nav-tabs>li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}

.nav-tabs>li>a {
	font-size: 14px;
	line-height: 1.42857;
	margin-right: 2px;
}

.nav-tabs>li>a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: #ededed #ededed transparent;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 1.42857;
	margin-right: 2px;
	font-weight: 600;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #7c939e;
	border-color: #7c939e #7c939e transparent;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	cursor: default;
}

.tab-content {
	overflow: hidden;
	padding-top: 20px;
}

.tab-content .chartTitle {
	float: left;
}

.perkinsSidebar {
	padding: 5px 0px 16px;
	border-bottom: 2px solid #ededed;
	margin-bottom: 16px;
}

.bg-info {
	background: #f5f5f5;
	margin: 30px 0;
	padding: 20px 40px 30px;
}

.box {
	padding: 30px;
	min-height: 300px;
}

.box-border {
	border: #ededed 3px solid;
}

.box h3 {
	color: #999;
}

.box h2 {
	font-size: 26px;
}

.box .calendar {
	margin-top: 20px;
}

.caption-overlay {
	position: absolute;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	background: url("/img/marquee/banner_bg.png") top left repeat;
	padding: 10px;
}

.caption-overlay span {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
}

.caption-overlay a {
	color: #fff;
	font-weight: 600;
}

.caption-overlay img {
	margin-top: -3px;
	margin-right: 3px;
}

.sidebar ul.resource-links li {
	padding: 6px 0;
	font-size: 13px;
}

.sidebar .resource-links a {
	font-size: 13px;
	display: inline;
	padding: 0 0 0 3px;
}

.resource-links-wrapper {
	margin: 20px 12px 0 0;
	border-top: #ededed 2px solid;
	padding-top: 11px;
}

.resource-links-wrapper h4 {
	text-transform: uppercase;
	color: #a5ad67;
	font-weight: 600;
	font-size: 14px;
}

/* TLS Warning Styling */
#tlsMessage {
	background: #b1c762;
	position: relative;
	padding: 10px 0 4px;
	color: #000;
}

#tlsMessage p {
	line-height: 1.5em;
	padding-right: 30px;
	font-size: 13px;
}

#tlsMessage #closeTLSNotice {
	position: absolute;
	top: 2px;
	right: 0px;
	color: #555;
}

#tlsMessage #closeTLSNotice:hover {
	color: #222;
}

#surveyModal {
	text-align: center;
}

#surveyModal p {
	padding: 10px 0 0;
}

.goSurvey {
	font-size: 18px;
	padding: 10px 12px;
	display: inline-block;
	width: 200px;
	margin: 8px 0 20px 0;
}

#dismissSurvey {
	font-style: italic;
}

/*** Page Survey Response ***/
.pageSurvey {
	background: #1677a4;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	margin: 30px 20px 20px 20px;
	font-size: 16px;
}

.pageSurvey.wide {
	margin: 30px 0 20px 0;
}

.pageSurvey .radio {
	padding: 18px 0;
	margin: 0;
}

.pageSurvey .radio input {
	display: inline-block;
	float: none;
	margin: 0;
	margin-right: 6px;
}

.pageSurvey .radio label {
	display: inline-block;
	margin-right: 18px;
}

.pageSurvey .radio label:last-child {
	margin-right: 0;
}

.pageSurvey input[type="submit"] {
	background: #1677a4;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 6px 18px;
}

.pageSurvey input[type="submit"]:hover {
	background: #3c80b0;
}

.pageSurvey .presentSurvey {
	display: block;
}

.pageSurvey .surveyDone {
	display: none;
}


.cyber-container {
	background: #f5f5f5;
	margin: 30px 0;
	padding: 20px 40px 30px;
}

.cyber-container-header {
	margin-bottom: -27px;
	width: 100%;
	height: 100%;
	position: relative;
}

.cyber-container-header .tag {
	float: left;
	position: absolute;
	left: 63px;
	top: 47px;
	z-index: 1000;
}

.cyber-container-header h1 {
	color: #333;
	font-weight: bold;
	font-size: 36px;
}

.cyber-about {
	color: #565656;
	font-family: Open Sans;
	font-weight: Regular;
	font-size: 20px;
	opacity: 1;
}

.cyber-about-main {
	color: rgba(85, 85, 85, 1);
	font-size: 20px;
}

.cyber-about-callout-container {
	padding: 20px;
}

.cyber-about-callout-container h1 {
	font-size: 22px;
	color: #595c31
}

.cyber-about-callout-title {
	font-weight: bold;
	font-size: 22px;
}

.cyber-about-callout-item {
	background: rgba(224, 228, 232, 1);
	padding: 20px;
}

.cyber-about-callout-item-top {
	margin-bottom: 20px;
}

.cyber-about-callout-item a {
	color: #24522a;
}

.cyber-about-callout-item h2 {
	margin: 0 0 10px 0;
	color: #565656;
}

.cyber-about-callout-inner-item {
	background: #465860;
	padding: 10px;
	margin-bottom: 10px;
}

.cyber-about-callout-inner-item>a {
	color: rgba(255, 255, 255, 1);
}

.cyber-security h1 {
	color: #595c31;
	font-size: 36px;
	font-weight: 400;
	margin: 8px 0 10px;
}

.cyber-security i {
	color: #565c27;
}

.cyber-security-content-item {
	color: #565656;
	margin: 15px;
}

.cyber-security-content-header {
	color: #6a8694;
	font-size: 33px;
	margin-bottom: 20px;
	color: #6a8694;
}

.cyber-security-content {
	font-size: 16px;
	color: #565656;
}

.cyber-security-academy-item {
	background: rgba(224, 228, 232, 1);
	margin: 15px;
	padding: 22px;
	height: 90%;
}

.cyber-security-content-item p {
	font-size: 16px;
	color: #555555
}

.cyber-security-content-item h1,
.cyber-security h1 {
	color: #595c31;
	font-size: 36px;
	font-weight: bold;
	margin: 8px 0 10px;
}

.cyber-security-content-item h2 {
	color: #698593;
	font-size: 33px;
	font-weight: 400;
}

.cyber-security-content-item h3 {
	font-weight: bold;
	font-size: 26px;
}

.cyber-security-content-item h4 {
	font-size: 20px;
	color: #555555;
	margin: 0 0 10px;
}

.cyber-security-content-item ul {
	margin-left: 20px;
}

.cyber-security-content-item i {
	color: #565c27;
}

.cyber-security-academy-item>div {
	float: left;
}

.cyber-security-academy-item h3 {
	font-weight: bold;
	font-size: 16px;
	color: #403f3f;
	margin: 0;
	font-size: 26px;
}

.cyber-security-academy-item a {
	color: #0b4a66;
}

.cyber-security-academy-item h3.smallh3 {
	font-size: 20px;
	font-weight: bold;
	color: #555555;
}

.cyber-security-content-item h3.smallh3 {
	font-size: 20px;
	color: #555555;
	font-weight: 600;
}

.cyber-security-content-item h4 {
	font-size: 20px;
	color: #555555;
	margin: 0 0 10px;
}

.cyber-security-content-item ul {
	margin-left: 20px;
}

.cyber-security-academy-item>div {
	float: left;
}