.nsf-fonts {
		font-family: Robot, Arial, Helvetica, sans-serif;
}
.nsf-container {
	width: 900px;
	margin-top: 35px;
}

#nsf-banner {
	width: 900px;
	height: 400px;
	background-image: url('NSF-splash-logo-banner.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.nsf-dept {
	color: #2961FF;
	font-size: 1.25em;
	font-weight: bold;
}

#nsf-tagline {
	width: 700px;
	font-size: 21px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	bottom: 160px;
	right: 15px;
}

.nsf-narrative {
	width: 95%;
	margin: auto;
	margin-top: -25px;
	margin-bottom: 30px;
}

.nsf-narrative-text {
	text-align: justify;
	font-size: 1.2em;
	margin-bottom: 30px;
}

.nsf-narrative-h2 {
	font-size: 1.2em;
	color: #B3A369;
}

.nsf-narrative-ul {
	margin-top: -10px;
}

.nsf-narrative-ul-li {
	font-size: 0.95em;
}

.nsf-table {
	width: 95%;
	border-spacing: 10px 10px;
	margin-bottom: 30px;
}

.nsf-table td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	position: relative;
}

.nsf-dashboard-links-container {
	width: 900px;
}

.nsf-header {
	border-top: 10px solid #808080;
	height: 50px;
	font-size: 23px;
	background-color: #002233;
	color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
}

.nsf-header--verbose {
	font-size: 22px;
}

.nsf-cell {
	display: flex;
	background-color: #B3A369;
	height: 120px;
	width: 260px;
	padding: 10px 5px;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
}

a.nsf:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: 600;
}

a.nsf:visited {
  color: #004F9F;
  text-decoration: none;
}

a.nsf:hover {
  color: #1879DB;
  text-decoration: none;
}
