#debt_container {
	margin:0px;
	padding:0;
	overflow-x:hidden;
}

#intro {
    position: relative;
    background: #000;
	padding-top:90px;
	/*CM-1204*/
	z-index:0;
}

#intro h1 {
    text-transform:uppercase;
    margin:0 auto;
    text-align:center;
}

#intro h2 {
    text-align: center;
    max-width:500px;
    margin: 20px auto 0 auto;
}

#intro .text {
	color: #fff;
	margin: 0 auto;
	padding: 0 20px;
	position:relative;
	/*CM-1121, CM-1204*/
	z-index: 0;
}

#intro h2:after {
	content:"";
	display:block;
	height:3px;
	width:480px;
	margin:30px auto 60px auto;
	background:#fff;
}

#intro h4 {
	margin:0;
}

#intro p {
    margin: 0 auto 0px auto;
    max-width: 640px;
    padding: 0 0px 30px 0;
}

#scatter.open #scatter_svg:before {
    content: "Explore The Borrowers";
    font-size: 18px;
    display: block;
    position: absolute;
    bottom: 33px;
    width: 140px;
    font-weight: 100;
    background-image: url('/etc/designs/cr/images/common/arrow-right.png');
    background-size: 16px 28px;
    background-position: center right;
    background-repeat: no-repeat;
    font-family: "Helvetica W01", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    background-color: #000;
    border-right: 10px solid #000;
}

#scatter {
	100%;
	background:#000;
	color:#fff;
	margin:0 auto 0px auto;
	min-height:90vh;
}

#scatter.pinned {
	position:fixed;
	width:100%;
	z-index:9999999999999;
}

#scatterDescription{
	max-width: 560px;
	padding-bottom: 20px;
}

#scatterDescription h4 {
	margin:0 0 10px 0;;
}

#scatter .dot {
    cursor:pointer;
}

#scatter .dot circle {
	transition: opacity .45s, transform .7s;
	-webkit-transition: opacity .45s, transform .7s;
	-moz-transition: opacity .45s, transform .7s;
	opacity:.9;
}

#scatter .dot .arrow {
	opacity:0;
}

#scatter .dot.open .arrow,
#scatter .dot:hover .arrow {
	opacity:.75;
}

#scatter .y.axis path,
#scatter .x.axis path,
#scatter .y.axis line {
	display:none;
}

#scatter .x.axis path,
#scatter .x.axis line {
	stroke:#333;
	stroke-width:1px;
}

#scatter .x.axis,
#scatter .horizontalGrid {
    opacity:1;
    transition:opacity .5s;
    -webkit-transition:opacity .5s;
    -moz-transition:opacity .5s;
}

#scatter .horizontalGrid[fill=#e3731a] {
    display:none;
}

#scatter .tick,
#scatter .x_desc {
	 opacity:1;
	 -webkit-transition:opacity .5s;
	 -moz-transition:opacity .5s;
	 transition:opacity .5s;
}

#scatter.open .tick,
#scatter.open .x_desc {
	 opacity:1;
}

#scatter .x.axis line {
	transform:translate(0,-15px);
	-webkit-transform:translate(0,-15px);
	-moz-transform:translate(0,-15px);
}

#scatter .x.axis text {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
}

#scatter .x_desc {
	font-weight:500;
	font-size:11px;
}

#scatter .y.label,
#scatter .x.label {
	font-family: "Helvetica W01", sans-serif;
	font-size:12px;
	fill:#999 !important;
	text-transform:uppercase;
	font-weight:700;
}

#scatter .y_desc {
	opacity:0;
	fill:#fff;
	visibility:hidden;
}

#scatter.open .y_desc {
	visibility:visible;
}

#scatter .tick:nth-child(odd){
	opacity:0 !important;
}

#scatter .tick text {
	fill:#fff;
	font-weight:700;
    font-family: "Helvetica W01", sans-serif;
	transition:opacity .25s;
	font-size:12px;
}

#scatter .dot text {
	fill:#fff;
	font-weight:500;
	transition:opacity .25s;
	font-size:12px;
}

#scatter .dot text.name {
    font-family: "Helvetica W01", sans-serif;
    font-weight:700;
	opacity:0;
	visibility:hidden;
}

#scatter .dot:hover text.name {
	opacity:.5;
}

#scatter .dot.open text.name {
	opacity:1;
}

#scatter.open .dot circle{
	opacity:.7;
}

#scatter.open .dot:hover circle,
#scatter.open .dot.open circle
{
	opacity:1;
}

#scatter .hovering .dot,
#scatter .hovering .initial,
#scatter .hovering .orange
{
	opacity:.25;
}

#scatter .hovering .dot:hover {
	opacity:1;
}

#scatter .horizontalGrid.timeline {
	opacity:0;
}

#scatter.open .horizontalGrid.timeline {
	opacity:1;
}

@media (min-width: 768px) {
	#intro {
		min-height:640px;
		height: 100vh;
		padding-top:0;
	}

	#intro .text {
		color: #fff;
		margin: 0 auto;
		padding: 0 20px;
		width: 100%;
		position: absolute;
		top: 60%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	#scatter .y.label,
	#scatter .x.label{
		font-size:16px;
	}


	#scatter .dot text{
		font-size:20px;
	}

	#scatter .tick text{
		font-size:16px;
	}

	#scatter .tick:nth-child(odd){
		opacity:1 !important;
	}

	#scatter .x_desc {
		font-size:14px;
	}

	#scatterDescription {
        border-bottom: 3px solid #fff;
        margin-top:60px;
        margin-bottom: -70px;
        max-width: 50%;
	}
}

@media (min-width: 1024px) {
	#scatter .y_desc {
        font-size:16px;
        font-weight:600;
        font-family: "Helvetica W01", sans-serif;
		opacity:1;
	}
}

#scatter.open .dot text {
	font-family: "Helvetica W01", sans-serif;
	font-weight:600;
	text-transform:uppercase;
	font-size:12px;
	visibility:visible;
}

#detail {
	clear:both;
	background:#fff;
	max-width:800px;
	height:0;
	overflow:hidden;
}

.axis {
    font-size:12px;
    font-weight:400;
}

@media (max-width: 400px){
    .axis {
        font-size: 10px;
    }
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

#bar .axis path,
#bar .axis line {
	display:none;
}

#bar .lbl {
	font-size:12px;
	color:#fff;
	font-weight:400;
}

#amort .lbl, #amort .olm {
	font-size:12px;
	color:#000;
	text-anchor:middle;
	font-weight:400;
}

#amort .olm {
	text-anchor:start;
}

#scatter .axis text {
    shape-rendering: crispEdges;
    fill:#fff;
}

rect  { width: 5px; }
#amort path { stroke: black; fill:none; opacity:.3
	 stroke-width: 3;
}

path.slice{
	stroke-width:2px;
}

polyline{
	opacity: .3;
	stroke: black;
	stroke-width: 2px;
}

#pie svg {
	width:400px;
	height:400px;
}

#amort {
	height:1px;
	overflow:hidden;
}

#debtnav {
	clear:both;
	width:100%;
	height:100px;
	position:relative;
	background:#000;
	top:-100px;
	overflow:hidden;
	position:fixed;
    padding:30px;
    color:#fff;
    z-index:1000000000;
}

#debtnav.open {
	top:0;
}

#debtnav a {
	display:block;
	float:left;
	width:50px;
	height:50px;
	border-radius: 50%;
	font-size:12px;
	text-align: center;
	color:#fff;
	position:absolute;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity:.7;
	z-index: 10
}

#debtnav a.on {
	opacity:1;
}

#debtnav a:nth-child(2) {
	-webkit-transform: translate(-80%,-50%);
	-moz-transform: translate(-80%,-50%);
	transform: translate(-80%,-50%);
}

#debtnav a:nth-child(3) {
	-webkit-transform: translate(40%,-50%);
	-moz-transform: translate(40%,-50%);
	transform: translate(40%,-50%);
}

#debtnav:before {
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	border-top:1px solid #666;
	top:50%;
	width:100%;
}

#debtnav a span {
	position:absolute;
	opacity:0;
	top:calc(100% + 10px);
	left:50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width:150px;
}

#debtnav a.on span {
	opacity:1;
}

#amort path.domain,
#amort g.axis line { display:none }

#debt1, #debt2 {
	max-width:800px;
	margin:0px auto;
	position:relative;
	z-index:1000000;
}

#debt2 {
	margin:60px 0;
}

#debt1 h4 {
	text-transform:uppercase;
	margin-top:30px;
}

.graph {
    position:relative;
    padding-top:30px;
}

.graph_info {
	position:relative;
	z-index:1000000;
}

.graph svg {
	bottom:0;
}

.graph_info h4 {
    margin:0 0 .5em 0;
}

#vizkey {
	margin-top:50px;
}

#vizkey:before {
	content:"";
	display:inline-block;
	height:1px;
	vertical-align:middle;
	border-bottom:1px dashed #000;
    width: 50px;
    margin-right: 10px;
}

@media (min-width: 768px) {
	#vizkey {
		margin-left:200px;
	}

	#amort {
		height:auto;
		overflow:visible;
		height:250px;
	}

	.graph_info {
		position:absolute;
		top:50%;
		left:0;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		text-align:right;
		width:180px;
	}

	.graph {
        position:relative;
        height:250px;

    }

	.graph svg {
		margin-left:200px;
		bottom:0;
		position:absolute;
	}
}

.debttip {
	display:none;
	height:0;
	text-align:right;
	padding-right:55px;
	transition: opacity .45s;
	-webkit-transition: opacity .45s;
	-moz-transition: opacity .45s;
	position:absolute;
	z-index:10000000000;
	width:255px;
	background-image:url('/etc/designs/cr/images/specialfeature/studentdebt/bracket.png');
	background-position: right 15px center;
	background-size:contain;
	background-repeat:no-repeat;
	transform:translate(-102%, -50%);
	-webkit-transform:translate(-102%, -50%);
	-moz-transform:translate(-102%, -50%);
	overflow:hidden;
	color:#fff;
	padding-top:2em;
}

.debttip.open {
	display:block;
	height:260px;
}

.debttip h4{
	font-family: "Helvetica W01", sans-serif;
	text-transform: uppercase;
	margin:.5em 0 0 0;
	font-size:.5em;
	font-size:18px;
	font-weight:700;
}

.debttip h5{
 	margin:0;
 	font-weight:500;
 	font-size:1em;
 	font-size:16px;
 	line-height:18px;
 	margin:1em 0 0 0;
}

.debttip .l{
 	font-weight:500;
}

#pie {
	display:none;
}

svg .baseline {
	opacity:1;
	transition:opacity .5s;
	-webkit-transition:opacity .5s;
	-moz-transition:opacity .5s;
}

#legal {
	padding:30px 0px 80px 0;
}

/* dropdown css probably should put this somewhere shared */
@media (min-width: 768px) {
	.scenarios {display:none;}
}

.scenarios {
	position:relative;
	z-index:997;
	color:#fff;
	background:#000;
}

.scenarios ul {
    line-height:22px;
    font-size: 20px;
    font-weight: 200;
    padding:0;
    width:100vw;
    z-index:1;
    margin-bottom:0;
    padding-bottom:0;
}

.scenarios ul li {
    min-height:44px;
	font-size:14px;
    padding:0px 45px 11px 45px;
    position:relative;
    line-height:18px;
    background-image: url('/etc/designs/cr/images/specialfeature/studentdebt/New_borower_arrow.svg');
    background-position: right 10px center;
    background-size:20px 17px;
    background-repeat:no-repeat;
    cursor:pointer;
}

.scenarios ul li .circle {
	position:absolute;
	top:50%;
	left:10px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:25px;
	height:25px;
}

.scenarios ul li span {
	display:block;
	font-weight:500;
}

.scenarios ul li h5 {
	border-top: 2px solid #666;
	margin: 0 -40px;
	padding: 10px 40px 0 40px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Helvetica W01;
	font-weight: 700
}

.scenarios ul.open li,
.scenarios ul li:nth-child(1) {
    display:block;
    padding-top:30px;
}

.scenarios ul li:nth-child(1) {
    font-family: "Helvetica W01", sans-serif;
    font-size:12px;
    font-weight:700;
    background-image:none;
}

@media (max-width: 767px) {
	#intro h2:after {
	    width: 100%;
	}
}

