.fascore .breadcrumb,
.fascore .ns-header,
.fascore .utility-bar,
.fascore .footer,
#nav-section,
#prospectusHedgeFascore {
	display: none;
}

#footer {
	display: none;
}

.fascore #footer {
	display: block;
	text-align: center;
	margin-top: 40px;
	font-size: 12px;
}

.tabs {
	overflow: hidden;
	list-style-type: none;
	border-top: 3px solid #666;
	margin: 0;
	font: 18px/1 "Avenir Next LT W01 Demi", Arial, sans-serif;
}

.tabs li {
	display: block;
	float: left;
	margin: 0 2px 0 0;
	white-space: nowrap;
}

.tabs li a {
	display: block; /* to make whole box clickable not just linked text */
	padding: 9px 15px; /* match .btn */
	color: #FFF;
	background-color: #808080;
	background-image: -moz-linear-gradient(top, #999, #808080);
	background-image: -webkit-linear-gradient(top, #999, #808080);
	background-image: linear-gradient(to bottom, #999, #808080);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#999999, endColorStr=#808080)";
}

.tabs li a:hover {
	color: #FFF;
	background-color: #999;
	background-image: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.tabs li.selected a,
.tabs li.selected a:hover {
	color: #333;
	background-color: #FFF;
	background-image: -moz-linear-gradient(top, #E5E5E5, #FFF);
	background-image: -webkit-linear-gradient(top, #E5E5E5, #FFF);
	background-image: linear-gradient(to bottom, #E5E5E5, #FFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#E5E5E5, endColorStr=#FFFFFF)";
	cursor: text;
}

.tab-content-wrapper {
	clear: both;
	padding: 30px 0 0;
	margin-bottom: 30px;
}

.tab-content-wrapper.boxed {
	padding: 13px;
	border: 1px solid #CCC;
}
/* compact lists */
dl.compact,
.compact dl {
	margin: 0;
}

.compact dt,
.compact dd {
	display: inline;
	margin: 0;
}

/* alt tab styles */
.secondary-tabs .tabs {
	padding: 0;
	border-top: 0 none;
	line-height: 24px;
}

.secondary-tabs .tabs li {
	padding: 0 15px; /* match .btn left/right padding */
	border-left: 2px solid #666;
	margin: 0;
}

.secondary-tabs .tabs li:first-child {
	border-left: 0 none;
}

.secondary-tabs .tabs li a {
	padding: 0;
	color: #009ADF;
}

.secondary-tabs .tabs li a,
.secondary-tabs .tabs li a:hover {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.secondary-tabs .tabs li.selected a,
.secondary-tabs .tabs li a:hover {
	color: #333;
}

/* -- Utilites -- */

table {
	width: 100%;
}

tr td.condensed {
	font-family: "AvenirNextLTW01-Condens 721299", Arial, sans-serif;
}

tr th.condensed {
	font-family: "AvenirNextLTW01-DemiCn", Arial, sans-serif;
}

/* --- page step styles --- */
/* results page */
#input-summary thead th,
#input-summary td,
#cash-flow th,
#cash-flow td {
	text-align: right;
}

#input-summary thead th.text,
#cash-flow td.text {
	text-align: left;
}

#rp-calc-process input[type="submit"] {
	width: 8em;
}

.rpc-chart-wrapper img {
	border: 1px solid #CCC;
}

.options > li {
	display: block;
	padding: 0 0 0 20px !important;
	margin-bottom: 9px;
}
.options input[type="radio"], .options input[type="checkbox"] {
	float: left;
	height: 18px;
	margin: 0 0 0 -20px;
}
.box {
	overflow: hidden;
	padding: 13px;
	border: 1px solid #CCC;
	margin-bottom: 18px;
}
.box-error{border-color:#D25957;}
.icon-large {
	padding-left: 47px;
}
.content-wrapper h4 {
	margin-top: 0px;
	font-size: 14px;
	padding-bottom: 0px;
}
.actions {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: right;
}
ol {
	list-style-type: none;
	counter-reset: li;
	margin: 0 0 18px 1.8em;
}

#steps {
	overflow: hidden;
	padding-bottom: 13px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 30px;
	font-family: "Avenir Next LT W01 Demi", Arial, sans-serif;
}

#steps > li {
	display: block;
	float: left;
	margin-left: 20px;
	color: #999;
}

#steps > li:first-child {
	margin-left: 0;
}

#steps > li.active {
	color: #333;
}

#steps > li:before {
	display: inline-block;
	float: none;
	width: 1em;
	height: 1em;
	padding: 3px;
	margin-right: 8px;
	margin-left: 0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	color: #FFF;
	background-color: #999;
	line-height: 1em;
	text-align: center;
}

#steps > li.active:before {
	background-color: #66C2EC;
}

#edit-restart {
	margin-top: 4em;
}

.inline .indent {
    border-left: 14px solid transparent;
    text-indent: 0;
}

th {
    font-family: "Avenir Next LT W01 Demi",Arial,sans-serif !important;
    font-size: 14px !important;
    background: white;
}

td {
    font-family: "AvenirNextLTW01-Regular",Arial,sans-serif !important;
}
dl.inline, .inline dl {
    display:block;
}
.float-left {
    float: left;
    margin: 0 13px 13px 0;
}
.btn {
    border: 1px solid #009ADF;
}
.btn-subdued {
    border: 1px solid #99D7F2;
}
.actions .btn {
    margin-left: 1em;
}
.actions .btn-primary {
    float: right;
}

#rp-calc-calculator-definitions table {
	width: auto;
}

#retirement_income_amount {
	border: 0;
	padding-left: 0;
}

#rp-calc-results th[colspan="7"] {
	text-align: left;
}

#rp-calc-results th[colspan="7"] {
	border-bottom: 1px solid #000;
}

/*** Responsive rules ***/
/* iPad portrait/medium breakpoint */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), screen and (max-width: 768px) {

	#rp-calc-investments-1 .row-fluid [class*="span"] {
		width: 100%;
		margin: 0;
	}
}

@media(max-width: 767px) {
	.ns-body .row {
		margin-left: 0px;
	}

	.ns-outer-control {
		margin: 0 auto; 
		width: 98%;
	}

	#banner .container {
		width: 100%;
	}

	.content-wrapper .row-fluid .span8,
	.content-wrapper .row-fluid .span4 {
		width: 100%;
	}

	.tmp-roth dt {
		margin-right: 0;
	}
	.tmp-roth .field .symbol {
		position: inherit;
		left: inherit;
		top: inherit;
	}

	.tmp-roth .help {
		float: none !important;
		display: block;
		width: auto;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.roth-results .graph {
		float: none;
		margin: 10px auto;
	}
}

@media(max-width: 375px) {
	#banner h2 {
		font-size: 20px;
	}
}

@media(max-width:480px) {
	.about ul li {
		border-right: none;
	}
}