  main article.story .lead {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

main article.story a {
  text-decoration: underline;
}

main article.story h1 {
	letter-spacing: -.03em;
	font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 72px;
	color: #488334;
}

main article.story p.lead::first-letter{
	font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-weight: bold;
	color: #488334;
}

@media (max-width:  768px) {
	main article.story h1 {
		font-size: 40px;
	}
}

main article.story .stop-thumbnail {
	margin-right: 4px;
	display: inline-block;
	height: 100px;
	width: 100px;
}

main article.story .stop-thumbnail:first-child {
	margin-left: 4px;
}

main article.story #stop-carousel {
	position: relative;
	margin-top: 1.0em;
}

main article.story #stop-carousel .carousel-controls {
	margin: 0;
	line-height: 0;
}

main article.story #stop-carousel .carousel-control {
	position: absolute;
	top: 200px;
	bottom: 200px;
	left: 0;
	margin-top: 0;
	height: auto;
	line-height: 0;
	width: 7%;
	font-size: 20px;
	color: #fff;
	border: none;
	background: rgba(0, 0, 0, .45);
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	opacity: 0.75;
}

main article.story #stop-carousel .carousel-control:hover {
	opacity: 1;
}

main article.story #stop-carousel .carousel-control.right {
	right: 0;
	left: auto;
	border-radius: 150px 0 0 150px;
}

main article.story #stop-carousel .carousel-control.left {
	border-radius: 0 150px 150px 0;
}

main article.story #stop-carousel .carousel-control.right span {
	right: 20%;
}

main article.story #stop-carousel .carousel-control.left span {
	left: 20%;
}

main article.story #stop-carousel .carousel-control span {
	width: 24px;
	height: 24px;
	margin-top: -20px;
	font-size: 72px;
	position: absolute;
	top: 60%;
}

main article.story #stop-carousel-inner {
	position: relative;
	width: 100%;
}

main article.story #stop-carousel .item {
	position: relative;
	display: none;
	opacity: 0.0;
}

main article.story #stop-carousel .item p {
	margin: 0;
  line-height: 1.5;
}

main article.story #stop-carousel .item.active {
	display: block;
	opacity: 1.0;
}

main article.story .carousel-caption {
	position: absolute !important;
	background-color: rgba(0, 0, 0, 0.65);
	top: 15px;
	left: 15px;
	padding: 15px;
	right: auto;
	bottom:auto;
}

main article.story .photo-credit-caption {
	position: absolute !important;
	background-color: rgba(0, 0, 0, 0.50);
	font-size: .9rem;
	color: #fff;
	padding: 5px;
	bottom: 0;
	right: 0;
}

main article.story .carousel-caption h2 {
	color: #fff;
	margin-bottom: 0;
	font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", sans-serif;
}

main article.story .stop-image {
	margin-bottom: 0;
	margin-top: 0;
}

main article.story .carousel {
	margin-bottom: 0 !important;
}

main article.story .stop-header-container {
	margin: 25px 0 0 25px;
	padding: 10px;
	color: #fff;
}

main article.story .stop-data {
	margin-top: 20px;
}

main article.story h2.stop-header {
	font-size: 28px;
	font-family: "Gotham SSm 8r", "Gotham SSm A", "Gotham SSm B", sans-serif;
}

main article.story h3.stop-subtitle {
	font-size: 26px;
	font-family: "Gotham SSm 8r", "Gotham SSm A", "Gotham SSm B", sans-serif;
	margin-bottom: 12px;
	font-weight: bold;
	color: #5DA944;
}

main article.story .smaller-title {
	display: block;
	font-size: 22px;
}

main article.story #stop-content-container {
	background-color: #eee;
}

main article.story #stop-content-description-container {
	padding: 20px 15px 15px 0;
}

main article.story #stop-subtitle {
	font-size: 26px;
	letter-spacing: -.03em;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: "Gotham SSm 8r", "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: #488334;
}

main article.story #stop-content {
	color: #000;
	line-height: 1.7;
	font-size: 15px;
	font-weight: 500;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: initial;

}

main article.story #stop-controls {
	padding: 12px 0;
	min-height: 30px;
}

main article.story .stop-control {
	min-height: 28px;
	min-width: 28px;
	border-radius: 25px;
	background-color: #94DF7B;
	display:inline-block;
	height: 100%;
	vertical-align: middle;
}

main article.story .stop-control.pull-left {
	margin-right: 12px;
}

main article.story .stop-control.pull-right {
	margin-left: 12px;
}

main article.story .stop-control i {
	margin-top: 1px;
	margin-left: 6px;
	vertical-align: middle;
}

main article.story .control-text {
	font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 14px;
	font-weight: 800;
	vertical-align: middle;
}

main article.story .control-stop-title {
	font-family: Georgia, serif;
	font-size: 16px !important;
	font-style: italic !important;
}

#btn-previous,
#btn-next {
	color: #000;
	font-size: 24px;
}

#btn-previous:hover,
#btn-previous:focus,
#btn-next:hover,
#btn-next:focus {
	text-decoration: none;
}

#btn-next {
	float: right;
}

#btn-previous {
	float: left;
}

/* Google Map overrides to work with bootstrap. */
.gm-style img {
	max-width: none;
}

main article.story .map-stop-content {
	font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-weight: 600;
	overflow-y: hidden;
}

main article.story .map-stop-content .smaller-title {
	font-size: 12px;
	line-height: 1em;
	margin-top: 5px;
	overflow-y: hidden;
}

#map-canvas {
	height: 275px !important;
	margin-bottom: 1.0em;
}
