@charset "UTF-8";
/* CSS Document */

.npc {
	font-size: 14px;
	background-color: #fff;
}
.npc h1 {
	color: #877148;
	font-family: "Garamond", "Times New Roman", Serif;
}
.npc h2 {
	color: #877148;
	font-family: "Garamond", "Times New Roman", Serif;
	font-weight: normal;
	padding: 0;
	margin: 15px 0;
	font-size: 1.6em;
	border: solid 0 #877148;
	border-bottom-width: 1px;
}
.npc p{
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 0px;
}
.npc ul{
	list-style-position:inside;
	padding-left: 5px;
	margin-bottom: 0px;
}
.npc ul li ul{
	padding-left: 0px;
}
.npc label {
	display: inline;
	font-size: 1em;
	color: #000;
	margin-right: 5px;
	font-weight: normal;
}
.npc .small {
	display: block;
	font-size: 12px;
	line-height: 13px;
}
.npc a{
	color: #000;
	text-decoration: underline;
}
.npc a:hover{
	color: #877148;
	text-decoration: underline;
}
.npc .question {
	margin: 10px 5px;
}
.npc .question .columns {
	margin: 5px 0;
	font-size: 1em;
}
.npc .question:last-of-type {
	margin-bottom: 0;
}
.npc input[type="checkbox"], .npc input[type="radio"] {
	margin-right: 5px;
	margin-bottom: 5px;
}
.npc input[type="text"] {
	width: 90%;
	display: inline-block;
}
.npc .net-price span {
	background-color: #d1d1d1;
	padding: 10px;
	font-weight: bold;
	display: block;
}
.npc .final-cost span {
	background-color: #E5D2A7;
	padding: 10px;
	font-weight: bold;
	display: block;
}

.npc .scholarship-description {
	font-size: 11px !important;
	line-height: inherit !important;
}
.npc .scholarship-description * {
	font-size: 11px !important;
	line-height: inherit !important;
	margin: 0;
	padding: 0;
}
.npc #federal-student-loans {
	padding-left: 10px;
}
.npc-results {
	border: solid 0 #000;
	border-top-width: 1px;
}

/*# sourceMappingURL=oaklandu.net-price-calculator.css.map */
