#int-gs {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}

p.credit {
	border-top: 1px solid #dcdcdc;
    font-family: FranklinITCStdLight,"Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
    font-size: 11px;
    color: #888;
    padding: 5px 10px 2px 10px;
    /*width: 100%;*/
    margin: 0 auto;
    line-height: 14px;
}

/* intro */

#gs-intro {
	border-bottom: 1px solid #dcdcdc;
}

.gs-intro-inner {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 20px auto 0 auto;
	padding-bottom: 50px;
}

.gs-intro-header {
	width: 100%;
}

h2.postoni {
	margin: 0;
	font-size: 50px;
	font-style: italic;
	line-height: 1.2em;
}

h3 {
	margin: 18px 0 20px 0;
	font-size: 22px;
	font-family: FranklinITCProLight,"Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
	font-weight: normal;
}

.gs-intro-header p {
	width: 65%;
	color: #505050;
	font-size: 20px;
	font-family: Georgia, serif;
	line-height: 1.75em;
}

.gs-intro-header p.tm-title {
	margin-top: 20px;
	font-size: 15px;
	font-family: FranklinITCProLight,"Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
}

.gs-intro-inner .slide-img-wrap {
	float: left;
	margin-left: -10%;
	padding: 6px 20px 20px 20px;
}

.gs-intro-inner .slide-img-wrap img {
	border: 4px solid #dcdcdc;
}

.gs-intro-text {
	width: 80%;
	max-width: 600px;
	margin: 60px auto 0 auto;
	padding-top: 20px;
	text-align: left;
}

.gs-intro-text p {
	font-size: 18px;
	font-family: Georgia, serif;
	line-height: 1.75em;
}

.gs-intro-text p.gs-intro-first {
	font-size: 20px;
	line-height: 1.75em;
}

/* legend */

.tm-legend {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 100px;
}

.tm-legend p {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0 0 8px 0;
	padding-left: 14px;
	color: #787878;
	font-size: 11px;
	line-height: 1.2em;
}

.tm-legend span {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 8px;
	height: 8px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
}

/* nav */

.gs-nav-wrapper,
#gs-nav {
	visibility: visible;
}

.gs-nav-wrapper {
	position: absolute;
	top: 60px;
	width: 100%;
}

#gs-nav {
	width: 5%;
	margin-top: 14px;
	margin-left: 1%;
	background-color: #ffffff;
}

#gs-nav a {
	text-decoration: none;
}

#gs-nav a.active p {
	color: #000000;
}

#gs-nav p {
	position: relative;
	margin: 0;
	padding: 8px 0 8px 20px;
	border-bottom: 1px solid #f0f0f0;
	color: #b4b4b4;
	font-size: 12px;
	line-height: 1.3em;
	cursor: pointer;
}

#gs-nav span {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 6px;
	width: 8px;
	height: 8px;
	/*margin-right: 6px;*/
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
}

#gs-nav p:hover {
	color: #000000;
}

#gs-nav p.postoni {
	margin-bottom: 10px;
	padding-left: 4px;
	border-bottom: none;
	color: #000000;
	font-size: 24px;
	font-style: italic;
	line-height: 1.2em;
}

/* timeline */

#gs-timeline {
	padding: 20px 0 0 0;
}

.gs-intro-inner #gs-timeline {
	text-align: left;
}

.gs-timeline {
	width: 100%;
	height: 50px;
	margin-top: 140px;
}

.tm-bar {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px solid #dcdcdc;
}

.tm-tick {
	display: block;
	position: absolute;
	top: 0;
	width: 0px;
	height: 0px;
	border-right: 1px solid #dcdcdc;
}

.tm-tick-big {
	height: 20px;
}

.tm-label-year,
.slide-content p.tm-label-year {
	display: block;
	position: absolute;
	top: 4px;
	color: #b4b4b4;
	font-size: 13px;
}

.tm-dot {
	display: block;
	position: absolute;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
}

/* content styles */

#gs-content .gs-timeline {
	margin-top: 90px;
}

#gs-content .tm-dot {
	background-color: #dcdcdc;
}

.active .nav-civil-rights span,
.tm-dot.tm-dot-rights,
#gs-content #civil-rights .tm-dot-rights,
.tm-legend .rights span,
#civil-rights .slide-key span {
	background-color: #e2d140;
}

.active .nav-war-on-poverty span,
.tm-dot.tm-dot-poverty,
#gs-content #war-on-poverty .tm-dot-poverty,
.tm-legend .poverty span,
#war-on-poverty .slide-key span {
	background-color: #9fd1e4;
}

.active .nav-education span,
.tm-dot.tm-dot-education,
#gs-content #education .tm-dot-education,
.tm-legend .education span,
#education .slide-key span {
	background-color: #e2ab40;
}

.active .nav-health span,
.tm-dot.tm-dot-health,
#gs-content #health .tm-dot-health,
.tm-legend .health span,
#health .slide-key span {
	background-color: #4ea974;
}

.active .nav-arts-and-media span,
.tm-dot.tm-dot-arts,
#gs-content #arts-and-media .tm-dot-arts,
.tm-legend .arts span,
#arts-and-media .slide-key span {
	background-color: #df9788;
}

.active .nav-environment span,
.tm-dot.tm-dot-environment,
#gs-content #environment .tm-dot-environment,
.tm-legend .environment span,
#environment .slide-key span {
	background-color: #658dbe;
}

.active .nav-housing-and-urban-development span,
.tm-dot.tm-dot-urban,
#gs-content #housing-and-urban-development .tm-dot-urban,
.tm-legend .urban span,
#housing-and-urban-development .slide-key span {
	background-color: #9678b8;
}

.active .nav-consumer-protection span,
.tm-dot.tm-dot-consumer,
#gs-content #consumer-protection .tm-dot-consumer,
.tm-legend .consumer span,
#consumer-protection .slide-key span {
	background-color: #65bebb;
}

.active .nav-immigration span,
.tm-dot.tm-dot-immigration,
#gs-content #immigration .tm-dot-immigration,
.tm-legend .immigration span,
#immigration .slide-key span {
	background-color: #c46565;
}

.tm-dot.tm-dot-other,
.tm-legend .other span {
	background-color: #dcdcdc;
}

/* timeline tooltip */

.tm-tooltip p {
	margin: 0 0 6px 0;
	line-height: 1.3em;
}

.tm-tooltip p.tm-subtitle {
	margin: 0 0 3px;
	color: #787878;
}

/* content */

#gs-rest {
	position: relative;
}

#gs-content {
	width: 68%;
	max-width: 1000px;
	margin-left: 23%;
}

.slide-content {
	padding: 60px 0 100px 0;
	border-bottom: 1px solid #dcdcdc;
}

.slide-content:last-child {
	border-bottom: none;
}

.slide-content p {
	font-size: 16px;
	line-height: 1.75em;
}

p.slide-title {
	font-size: 50px;
	font-style: italic;
	line-height: 1em;
}

.slide-key {
	display: inline-block;
	float: right;
	margin-top: -40px;
	color: #787878;
	text-align: right;
}

.slide-key span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
}

.slide-content .slide-img-wrap {
	width: 100%;
	margin-bottom: 30px;
}

p.slide-img-caption {
	margin-top: 10px;
	color: #787878;
	font-size: 13px;
	line-height: 1.45em;
}

.slide-descrip {
	position: relative;
	width: 80%;
	font-family: Georgia, serif;
}

/* graphics */

#civil-rights .slide-graphic,
#war-on-poverty .slide-graphic,
#health .slide-graphic,
#education .slide-graphic,
#arts-and-media .slide-graphic,
#immigration .slide-graphic {
	float: right;
	width: 72%;
	margin-right: -25%;
	padding: 0 0 30px 30px;
}

#civil-rights .slide-graphic-area,
#war-on-poverty .slide-graphic-area,
#health .slide-graphic-area,
#education .slide-graphic-area,
#arts-and-media .slide-graphic-area,
#immigration .slide-graphic-area {
	width: 100%;
	height: 300px;
	background-color: #f0f0f0;
}

p.slide-graphic-title {
	margin-top: 14px;
	color: #787878;
	font-size: 14px;
	line-height: 1.45em;
}

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

.axis path {
	stroke: none;
}

.axis text {
	fill: #787878;
}

.graphic-overlay {
	fill: none;
	pointer-events: all;
}

.focus circle {
	fill: #505050;
}

.focus text {
	fill: #505050;
}

path.data-line {
	fill: none;
	stroke-width: 4px;
}

#civil-rights .data-line-white_non {
	stroke: #b4b4b4;
}

#civil-rights .data-line-black {
	stroke: #e2d140;
}

#civil-rights .data-line-asian {
	stroke: #7ebdbb;
}

#civil-rights .data-line-hispanic {
	stroke: #9d83b2;
}

#war-on-poverty .data-line {
	stroke: #9fd1e4;
}

#health .data-line-medicare2 {
	stroke: #4ea974;
}

#health .data-line-medicaid2 {
	stroke: #277246;
}

#education .data-line-grants {
	stroke: #bd8821;
}

#education .data-line-loans {
	stroke: #e2ab40;
}

#arts-and-media .data-line {
	stroke: #df9788;
}

#immigration .slide-graphic-inner {
	height: 190px;
	padding: 40px;
}

#immigration .graphic-imm-column {
	float: left;
	width: 9%;
	height: 100%;
	margin-right: 1%;
}

#immigration .graphic-imm-column span {
	display: block;
	width: 100%;
}

#immigration .graphic-imm-column span.graphic-imm-europe {
	background-color: #e3b968;
}

#immigration .graphic-imm-column span.graphic-imm-asia {
	background-color: #c46565;
}

#immigration .graphic-imm-column span.graphic-imm-north-america {
	background-color: #f1d179;
}

#immigration .graphic-imm-column span.graphic-imm-africa {
	background-color: #d49059;
}

#immigration .graphic-imm-column span.graphic-imm-oceania {
	background-color: #a078a9;
}

#immigration .graphic-imm-column span.graphic-imm-other {
	background-color: #b4b4b4;
}

.graphic-imm-label {
	width: 100%;
	margin-top: 6px;
	color: #787878;
	font-size: 11px;
	line-height: 1em;
	text-align: center;
}

/* timeline tooltip */

.imm-tooltip p {
	margin: 0 0 2px 0;
	font-size: 12px;
	line-height: 1.3em;
}

/* graphics legends */

.graphic-legend p {
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	color: #787878;
	font-size: 13px;
}

.graphic-legend span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
}




@media (max-width: 1100px) {

.tm-legend {
	display: inline-block;
	float: right;
	position: static;
	width: 438px;
}

.tm-legend p {
	margin: 0 10px 8px 0;
}

.slide-key {
	display: inline-block;
	float: none;
	margin-top: 0;
	text-align: left;
}

}

@media (max-width: 900px) {

#civil-rights .slide-graphic,
#war-on-poverty .slide-graphic,
#health .slide-graphic,
#education .slide-graphic,
#arts-and-media .slide-graphic,
#immigration .slide-graphic {
	float: none;
	width: 100%;
	margin-right: 0;
	padding: 0 0 30px 0;
}

.slide-descrip {
	width: 100%;
}

}

@media (max-width: 800px) {

.gs-nav-wrapper,
#gs-nav {
	visibility: hidden;
}

#gs-content {
	width: 90%;
	margin-left: 5%;
}

}

@media (max-width: 750px) {

.gs-intro-header p {
	width: 100%;
}

.gs-intro-inner .slide-img-wrap {
	float: left;
	margin-left: 0;
	padding: 6px 20px 20px 0;
}

.gs-intro-text {
	width: 100%;
}

#gs-timeline {
	padding: 140px 0 20px 0;
}

}

@media (max-width: 500px) {

.tm-legend {
	float: none;
	width: 100%;
}

.tm-legend > div {
	display: inline;
}

.gs-intro-inner .slide-img-wrap {
	float: none;
	margin: 0 auto;
	padding: 6px 0 20px 0;
}

#gs-content .gs-timeline {
	margin-top: 110px;
}

}



