.embed-rule {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQIW2PUYvhef42Bs5EBCBhBBAygcABn9QMEloeHKQAAAABJRU5ErkJggg==) repeat;
	height:20px;
	width:100%;
}
.article-title{
	font-size: 48px;
	line-height: 48px;
}
.dek {
	margin: 20px auto 40px;
}
.title, .title, .cta-text {
	font-family: "BWHaasText-75Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 25px;
	line-height: 28px;
	color: #3C3C3C;
	margin-bottom:5px;
}
.caption{
	color:  #999;
	font-family: "HaasText","Georgia";
	font-size: 16px;
}

.caption.school{
	color: black;
}
.info-round{
	color: #999;
	font-family: "HaasText","Georgia";
	font-size: 16px;
	text-align: center;
}
.start-time,.location{
	text-align: center;
	font-family: "HaasText","Georgia";
	font-size: 16px;
	color: #999;

}
#inner-content{
	margin: 30px auto;
	max-width: 1600px;
}
.dek{
	width: 90%;
	max-width: 1224px;
	min-width: 320px;
}
.dek.subdek{
	font-size: 18px;
	line-height: 25px;
	color: #333;
}
h2{
	padding: 30px 0 0;
	text-align: center;
	font: 500 28px/34px "BWHaasText-75Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#graphic{
	width: auto;
	height: auto;
	position: relative;
	overflow: auto;
}
#section-box{
	margin: 20px 0 100px 0;
	width: 80%;
	max-width: 1440px;
	margin: 0 auto;
}
.section-item{
	background-color: #fff;
	margin-bottom: 5px;
	min-height: 600px;
	border-bottom: 1px solid #bbb;
	padding: 10px 0 60px;
}
.section-item.graph-scroll-active{
	border-bottom: 1px solid #333;
}
.section-item svg{
	opacity: 0.3;
	margin: 30px 0 10px;
}
.section-item.graph-scroll-active svg{
	opacity: 1;
}


#scroll-container {
	padding: 0;
	position: relative;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
}

.axis{
	font: 500 13px/18px "HaasText","Helvetica Neue",Helvetica,Arial,sans-serif;
	fill: #333;
}
.y.axis{
	fill: #aaa;
}
.y.axis .domain{
	display: none;
}

.rline{
	fill: transparent;
	fill-opacity: 0;
	stroke: coral;
	stroke-width: 2px;
}
.rarea{
	fill: coral;
	fill-opacity: 0.2;
}


.details{
	height: 100px;
	opacity: 1;
	margin-top: 20px;
	-webkit-transition: height .15s ease-in-out, opacity  .15s ease-in-out;
	-moz-transition: height .15s ease-in-out, opacity  .15s ease-in-out;
	-o-transition: height .15s ease-in-out, opacity  .15s ease-in-out;
	-ms-transition: height .15s ease-in-out, opacity  .15s ease-in-out;
	transition: height .15s ease-in-out, opacity  .15s ease-in-out;
}
.collapsed .details{
	height:0px;
	opacity: 0;
	display: none;
	-webkit-transition: height .15s ease-in-out, opacity  .15s ease-in-out;
	-moz-transition: height .15s ease-in-out, opacity  .15s ease-in-out;
	-o-transition: height .15s ease-in-out, opacity  .15s ease-in-out;
	-ms-transition: height .15s ease-in-out, opacity  .15s ease-in-out;
	transition: height .15s ease-in-out, opacity  .15s ease-in-out;
}

@media only screen and (max-width: 680px)  {
	.top-banner{
		display: none;
	}
}
