* {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
ul {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
body {
	font-family: "adobe-garamond-pro";
	font-weight: 400;
	font-style: normal;
	background-color: #F8DFB6;
	font-size: 14px;
}
.pn {
	font-family: "proxima-nova";
	font-weight: 400;
	font-style: normal;
}

.banner {
	position: relative;
	color: #fff;
	font-size: 12px;
	height: 197px;
	background: url('../images/banner.jpg') 50% 0 no-repeat;
	overflow: hidden;
}
.banner-overlay {
	position: relative;
	height: 197px;
	background: url('../images/banner-overlay.png') 50% 0 no-repeat;
	overflow: hidden;
	z-index: 2;
}
.banner .logo {
	position: absolute;
	bottom: 15px;
	right: 50%;
	margin-right: -325px;
	z-index: 3;
}
.banner .logo img {
	width: 101px;
}
.banner .app-name {
	position: absolute;
	bottom: 16px;
	right: 50%;
	margin-right: -198px;
	z-index: 3;
}
.banner .county-state {
	position: absolute;
	bottom: 16px;
	right: 50%;
	margin-right: -497px;
	z-index: 3;
}
.banner .photo-credit {
	position: absolute;
	bottom: 16px;
	right: 50%;
	margin-right: -605px;
	font-size: 10px;
	font-style: italic;
	z-index: 3;
}
.main h1 {
	text-align: center;
	margin: 20px 0 20px;
	font-size: 32px;
	line-height: 48px;
}
.main h1 strong {
	color: #fff;
	background-color: #10908E;
	display: inline-block;
	padding: 0 5px;
	border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	-webkit-border-radius: 4px 0 4px 0;
	font-weight: normal;
}

.indicator-container {
	position: relative;
	min-height: 388px;
	width: 980px;
	margin: 0 auto;
}
.ohio-state {
	position: absolute;
	left: 75px;
	top: 95px;
	width: 793px;
}
.montgomery-county {
	position: absolute;
	left: 19px;
	top: 231px;
	z-index: 2;
}

.rollover {
	position: absolute;
	z-index: 3;
	display: none;
}
.rollover.community-advantages {
	top: 17px;
	left: 400px;
}
.rollover.financial-stability {
	top: 236px;
	left: 740px;
}
.rollover.population-trends {
	top: 4px;
	left: 567px;
}
.rollover.health-and-wellness {
	top: 266px;
	left: 298px;
}
.rollover.educational-attainment {
	top: 261px;
	left: 450px;
}
.rollover.economic-vitality {
	top: 145px;
	left: 620px;
}
.rollover.neighborhood-safety {
	top: 50px;
	left: 710px;
}

.indicator {
	height: 104px;
	width: 104px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	behavior: url(PIE.htc);
	text-align: center;
	position: absolute;
	transition: width 200ms linear, height 200ms linear, left 200ms linear, top 200ms linear;
	-webkit-transition: width 200ms linear, height 200ms linear, left 200ms linear, top 200ms linear;
	-moz-transition: width 200ms linear, height 200ms linear, left 200ms linear, top 200ms linear;
	cursor: pointer;
}
/*.indicator:hover {
	width: 180px;
	height: 180px;
}
.indicator:hover br {
	display: none;
}
.indicator:hover div {
	display: block;
}
*/
.indicator div {
	display: none;
	padding: 20px 0 0 0;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	color: #fff;
	font-size: 24px;
}
.indicator div h3 {
	font-family: "proxima-nova";
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	padding: 0 23px 10px;
}
.indicator:hover div img {
	display: inline-block;
	margin: 0;
	padding: 0 5px 0 0;
	height: 33px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.indicator img {
	display: block;
	margin: 0 auto;
	padding: 15px 0 5px;
	height: 30px;
	transition: height 200ms linear;
	-webkit-transition: height 200ms linear;
	-moz-transition: height 200ms linear;
}
.indicator span {
	color: #fff;
}
.indicator.advantages {
	background-color: #AF4430;
	left: 45%;
	top: 15%;
}
.indicator.population {
	background-color: #E59F4F;
	left: 62%;
	top: 12%;
}
.indicator.safety {
	background-color: #1A6A80;
	left: 77%;
	top: 23%;
}
.indicator.health-and-wellness {
	background-color: #E59F4F;
	left: 35%;
	top: 78%;
}
.indicator.education {
	background-color: #1A6A80;
	left: 50%;
	top: 78%;
}
.indicator.economic {
	background-color: #5F934B;
	left: 68%;
	top: 48%;
}

.indicator.financial {
	background-color: #AF4430;
	left: 80%;
	top: 72%;
}
.line {
	position: absolute;
	left: 26px;
	border-top: 1px dashed #98ABA2;
	height: 1px;
	overflow: hidden;
}
.line.advantages {
	top: 191px;
	width: 482px;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
}
.line.population {
	top: 186px;
	width: 600px;
	-webkit-transform: rotate(-11deg);
	-moz-transform: rotate(-11deg);
	-ms-transform: rotate(-11deg);
}
.line.safety {
	top: 204px;
	width: 760px;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
}
.line.health-and-wellness {
	top: 278px;
	width: 358px;
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
}
.line.education {
	top: 307px;
	width: 486px;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
}
.line.economic {
	top: 242px;
	width: 650px;
}
.line.financial {
	top: 286px;
	width: 760px;
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
}
.footer {
	color: #757644;
	padding: 50px 10%;
	font-size: 12px;
	text-align: right;
}
.nav {
	width: 945px;
	margin: 30px auto 45px;
}
.nav li {
	float: left;
	background: url('../images/nav-separator.gif') top right repeat-y;
	padding: 0 15px;
}
.nav li.last {
	background: none;
}
.nav li a {
	text-align: center;
	color: #161715;
	text-decoration: none;
	display: block;
	width: 91px;
	height: 80px;
	padding-top: 11px;
	font-size: 12px;
}
.nav li.home a {
	padding-top: 18px;
	height: 73px;
}
.nav li.first {
	padding-left: 0;
}
.nav li.last {
	padding-right: 0;
}
.nav li.active a img.active,
.nav li a:hover img.active,
.nav li a img.inactive {
	display: block;
}
.nav li.active a img.inactive,
.nav li a:hover img.inactive,
.nav li a img.active {
	display: none;
}
.nav li.active a,
.nav li a:hover {
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;	
}
.nav li.home.active a,
.nav li.home a:hover {
	background-color: #169290;
}
.nav li.economic.active a,
.nav li.economic a:hover,
.economic-vitality .indicator-info h2 {
	background-color: #5A8B4D;
}
.nav li.advantages.active a,
.nav li.advantages a:hover,
.nav li.financial.active a,
.nav li.financial a:hover,
.community-advantages .indicator-info h2,
.financial-stability .indicator-info h2 {
	background-color: #AD4534;
}
.nav li.population.active a,
.nav li.population a:hover,
.nav li.health-and-wellness.active a,
.nav li.health-and-wellness a:hover,
.population-trends .indicator-info h2,
.health-and-wellness .indicator-info h2 {
	background-color: #E09446;
}
.nav li.education.active a,
.nav li.education a:hover,
.nav li.safety.active a,
.nav li.safety a:hover,
.educational-attainment .indicator-info h2,
.neighborhood-safety .indicator-info h2 {
	background-color: #1F6A7F;
}
.nav li a img {
	display: block;
	margin: 0 auto 10px;
	height: 25px;
}
.nav li a span {
	display: block;
}
.indicator-info {
	width: 1000px;
	margin: 0 auto;
}
.indicator-info h2 {
	background-color: #61924E;
	border-radius: 8px 0 8px 0;
	-moz-border-radius: 8px 0 8px 0;
	-webkit-border-radius: 8px 0 8px 0;
	display: inline-block;
	float: left;
	padding: 8px;
	color: #fff;
	font-size: 30px;
	margin-right: 25px;
}
.indicator-info p,
.indicator-info div {
	font-family: 'proxima-nova';
	line-height: 19px;
}
.charts-list {
	width: 1002px;
	margin: 45px auto 0;
}
.charts-list .chart {
	float: left;
	margin-right: 15px;
	cursor: pointer;
}
.charts-list .chart h3,
.chart-info h3 {
	color: #fff;
	background-color: #1D908D;
	border-radius: 6px 0 0;
	-moz-border-radius: 6px 0 0;
	-webkit-border-radius: 6px 0 0;
	border: 2px solid #F5CA85;
	border-bottom: 0;
	text-align: center;
	padding: 3px 0;
	font-size: 13px;
	behavior: url(PIE.htc);
}
.charts-list .chart h3 span,
#carousel h3 span {
	display: block;
}
.charts-list .chart .chart-holder {
	background: #fff;
	width: 180px;
	height: 185px;
	padding: 0 0 15px;
	margin-bottom: 35px;
	border-radius: 0 0 6px;
	-moz-border-radius: 0 0 6px;
	-webkit-border-radius: 0 0 6px;
	float: left;
	border: 2px solid #F5CA85;
	border-top: 0;
}
.chart-holder ul {
	list-style: disc;
	margin-left: 30px;
}

.economic-vitality .charts-list .chart .chart-holder {
	width: 177px;
}

.population-trends .charts-list .chart {
	margin-right: 30px;
}
.population-trends .chart .chart-holder {
	width: 224px;
}
.neighborhood-safety .chart .chart-holder {
	width: 180px;
}
.population-trends .charts-list .chart h3,
.financial-stability .charts-list .chart h3,
.economic-vitality .charts-list .chart h3 {
	height: 37px;
}
.educational-attainment .charts-list .chart {
	margin-right: 30px;
}
.educational-attainment .chart .chart-holder {
	width: 216px;
}

.financial-stability .charts-list .chart {
	margin-right: 30px;
}
.financial-stability .chart .chart-holder {
	width: 216px;
}

.health-and-wellness .chart .chart-holder {
	width: 180px;
}
.charts-list .chart:last-child {
	margin-right: 0 !important;
}

#chart_27_container {
	margin-left: 120px;
}
#chart_57_container {
	margin-left: 60px;
}

#chart_43_container,
#chart_44_container,
#chart_45_container,
#chart_46_container {
	margin-right: 30px;
}
#chart_43_container {
	margin-left: 3px;
}
.page-chart-id-55 .charts-list {
	width: 750px;
}
.shim {
	display: none;
}
.page-chart-id-59 .shim {
	width: 250px;
	height: 1px;
	float: left;
	display: block;
}
.page-chart-id-57 .charts-list .chart {
	height: 210px;
}
#chart_43_container .chart-holder,
#chart_44_container .chart-holder,
#chart_45_container .chart-holder,
#chart_46_container .chart-holder {
	width: 216px;
}
#chart_57_container .chart-holder {
	width: 320px;
}
#chart_58_container .chart-holder {
	width: 260px;
}
#chart_60_container .chart-holder {
	width: 320px;
}
.chart-holder ul {
	margin-top: 25px;
}
#chart_60_container .chart-holder ul li {
	float: left;
	width: 140px;
}
.chart-holder ul li {
	font-family: "proxima-nova";
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	margin: 3px 0;
}

.charts-list .chart .chart-holder.first {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#chart_1 {
	padding: 0 10px 15px;
	width: 145px;
}
#chart_9 {
	border-right: 0;
	border-radius: 0;
}
#chart_10 {
	border-left: 0;
}
#chart_11 {
	width: 230px;
}
#chart_13 {
	width: 320px;
}
#chart_33 {
	width: 390px;
}
#chart_8 {
	width: 251px;
}
.chart-holder table {
	font-family: "proxima-nova";
	color: #696C6E;
	font-size: 12px;
	padding: 10px 10px 0;
}
.chart-holder table tr th {
	text-align: right;
}
.chart-holder table tr td {
	padding: 2px;
}
.chart-holder table tr td.label {
	text-align: right;
	padding-right: 10px;
}

#chart_49_container table,
#chart_49_container table tr th {
	text-align: center;
}
#table_49 {
	text-align: center;
}
#table_49 tr th {
	width: 20%;
}

.chart-info {
	margin: 40px auto 0;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .7);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 960px;
	position: relative;
	padding: 20px;
	overflow: hidden;
}
.chart-info .close {
	color: #8B7F30;
	text-decoration: none;
	font-size: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 20px;
	display: inline-block;
}
.chart-info .arrow,
.montePrev,
.monteNext {
	position: absolute;
	top: 150px;
	background: url('../images/arrow-prev.png');
	background-size: 100%;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	z-index: 99;
}
.chart-info .prev,
.montePrev {
	left: 150px;
}
.chart-info .next,
.monteNext {
	right: 150px;
	background-image: url('../images/arrow-next.png');
}
.chart-info .arrow img {
	height: 25px;
}

.chart-slide {
	width: 100% !important;
	padding: 0 0 15px !important;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}
.chart-slide table {
	width: 100%;
	background-color: #fff;
	padding: 20px;
	font-family: "proxima-nova";
	font-size: 14px;
}

.chart-slide #table_8 {
	width: 50%;
	margin: 0 auto;
}
.chart-slide #table_8 td {
	padding: 2px 0;
}

.chart-info .chart-description {
	font-family: "proxima-nova";
	margin: 20px 0;
	padding: 0 80px;
	color: #404040;
	line-height: 19px;
}
.chart-info .active-chart h3 {
	font-size: 18px;
}

#carousel {
	width: 600px;
	margin: 20px auto 0;
}
#carousel li { 
	width: 100%;
	height: 286px;
}
#carousel li ul {
	margin: 15px 15px 15px 40px;
	list-style: disc;
}
#carousel li li {
	width: auto;
	height: auto;
	font-size: 18px;
	font-family: "proxima-nova";
}
#carousel li h3 {
	font-size: 28px;
	border: 0;
}
#carousel .description {
	display: none;
}

.chart-info button {
	display: none;
}

.charts-list .row-container .chart-holder {
	width: 200px;
	padding: 15px;
	height: 120px;
}

.row-container {
	font-family: "proxima-nova";
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #626665;
}
.row-container b {
	font-size: 55px;
	display: block;
	font-weight: 700;
}
.row-container img {
	width: 140px;
}
.row-container i b {
	display: inline-block;
	padding-top: 20px;
	font-style: normal;
}
.row-container i img {
	position: relative;
	top: 4px;
	margin-right: 8px;
	width: auto;
	height: 43px;
}
#row_74 img {
	width: 75px;
}
#row_69 img {
	width: 110px;
	margin-top: 5px;
}
#row_70 img {
	margin-top: 25px;
	width: 170px;
}
#row_71 img {
	width: 150px;
	margin-top: 20px;
}
#row_72 img {
	width: 160px;
	margin-top: 15px;
}
.type-custom {
	cursor: pointer;
}
li.row .chart-slide {
	font-family: "proxima-nova";
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	text-align: center;
}
li.row .chart-slide {
	width: auto !important;
	padding: 30px 15px 45px !important;
}
li.row b {
	display: block;
	font-size: 40px;
}

#carousel li.row {
	height: 220px;
	color: #696D6E;
}
li.row i b {
	display: inline-block;
	padding-top: 20px;
	font-style: normal;
	font-size: 80px;
}
.page-chart-id-57 li.row .chart-slide {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}
.page-chart-id-57 #carousel li.row {
	height: 270px;
}
.page-chart-id-57 li.row img {
	float: left;
	margin: 0 50px;
}
.page-chart-id-57 li.row span {
	margin-top: 50px;
	display: block;
}
li.row i img {
	position: relative;
	top: 4px;
	margin-right: 8px;
	width: auto;
	height: 60px;
}
li.row a {
	color: #1D908D;
	font-weight: 700;
	display: block;
}