BODY {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
}

section {
	padding: 3em 10%;
}

#back_to_top {
	background-color: black;
	bottom: 0;
	font-size: 3em;
	opacity: .75;
	padding: .25em;
	position: fixed;
	right: 0;
	margin: 0;
	z-index: 999;
}

#back_to_top a {
color: white;
}

/* set these to twice the section padding% */
#indicators .indicator:nth-child(even) {
	position: relative;
	left: -20%;
	margin-right: 0em;
	width: 100%;
	padding-left: 20%;
	padding-right: 10vw;
}

#site_title, #site_nav, h1, h2, h3, .popstat {
	font-family: "Roboto";
}

.text {
	font-family: 'Open Sans', sans-serif;
	line-height: 170%;
	color: dimgray;
}

#site_header {
	background-color: steelblue;
	color: white;
	padding: 0em 0.3em;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

#site_title {	
	font-size: 1.8em;
	font-weight: 500;
	align-self: center;
}

#site_title a {
	color: white;
	text-decoration: none;
}

#site_nav {
	margin: 0em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;

	list-style-type: none;
}

#site_nav li {
	padding: 0.5em 1.2em;
}

#site_nav li a {
	color: lightsteelblue;
	text-decoration: none;
}

#site_nav li.current {
	border-bottom: 5px solid lightsteelblue;
}

#site_nav li:hover {
	border-bottom: 5px solid white;
}

#site_nav li:hover a {
	color: white;
}

#page_header {
	background-color: black;
	/* background-position-y: 50%; */
	background-repeat: no-repeat;
	background-size: 100%;
	color: white;
	font-size: 3.4em;
	margin: 0px;
	opacity: 0.70;
	padding: 2.5%;
	text-align: center;
	text-shadow: 2px 2px 5px black;
	font-weight: 800;
}

#page_intro {
	padding-top: 0;
}

#page_intro h1 {
	border-top: 5px solid #EFEFEF;
	border-bottom: 5px solid #EFEFEF;
	color: steelblue;
	font-size: 2.4em;
	font-weight: 800;
	letter-spacing: .05em;
	margin-bottom: 1em;
	padding: .5em;
	text-align: center;
	text-transform: uppercase;
}

#page_intro .text {
	font-size: 1.4em;
	line-height: 200%;
}

.deepdive_single #page_intro {
	padding-bottom: 0em;
}

.deepdive_single #indicators {
	padding-top:0em;
}

#at_a_glance {
	background-color: steelblue;
}

#at_a_glance h1 {
	color: white;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 0em;

}

#popstats {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
}

#popstats .popstat {
	background: white;
	border: 2px solid lightsteelblue;
	border-radius: 5%;
	margin: 1em;
	min-height: 13em;
	overflow: hidden;
	padding-bottom: .25em;
	text-align: center;
	width: 17em;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#popstats a {
	text-decoration: none;
}

#popstats .popstat .stat {
	color: steelblue;
	font-size: 5em;
	font-weight: 800;
	letter-spacing: 0.05em;
	padding: .25em;
}

#popstats .popstat .label {
	background-color: steelblue;
	color: white;
	padding: 0.2em;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	font-weight: 200;
}

#popstats .popstat .explainer {
	color: lightsteelblue;
	font-weight: 300;
	min-height: 2.5em;
	letter-spacing: 0.1em
	margin-bottom: auto;
	padding: 0.2em;
}

#popstats .popstat:hover {
	background: steelblue;
}

#popstats .popstat:hover .label {
	background-color: lightsteelblue;
	color: white;
}

#popstats .popstat:hover .stat {
	color: white;
}

#popstats .popstat:hover .explainer {
	color: gainsboro;
}

#popstats .popstat .hovercontent {
	display: none;
}


BODY.home #popstats .popstat:hover .stat,
BODY.home #popstats .popstat:hover .explainer {
	display: none;
}

BODY.home #popstats .popstat:hover {
	color: white;
}

BODY.home #popstats .popstat:hover .hovercontent {
	display: block;
	padding-top: 1em;	
	align-self: center;

}

BODY.home #popstats .popstat:hover .hovercontent .button {
	background-color: white;
	border: .05em solid;
	border-radius: 5%;
	padding: .75em;
	margin-top: 1.25em;
}

BODY.home #popstats .popstat:hover .hovercontent .button:hover {
	border: .05em solid;
	color: white;
}

#indicators {
	padding-bottom: 0;
}

#indicators .indicator {
	padding: 7em 0 10em 0;
}

#indicators .indicator:first-child {
	padding-top: 0;
}

#indicators .indicator:nth-child(even) {
	background-color: #EFEFEF;
}

#indicators .indicator h1 {
	color: silver;
	font-size: 1.2em;
	font-weight: 400;
}

#indicators .indicator h2 {
	color: steelblue;
	font-size: 2em;
}

#indicators .indicator .dashboard {
	border: 1px solid lightgray;
	position: relative;
	width: 100%;
	height: 0;
	margin-top: 1em;
}

#indicators .indicator .dashboard + h2 {
	margin-top: 3em;
}

#indicators .indicator .dashboard iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.infographic {
	text-align: center
}

.infographic img {
	max-width: 70%;
}

.deep_dive_button {
	text-align: right;
}

.deep_dive_button a {
	background-color: white;
	border: 1px solid lightsteelblue;
	border-radius: 5% / 20%;
	color: white;
	font-weight: bold;
	padding: .5em;
	text-decoration: none;
}

.deep_dive_button a:hover {
	background-color: white;
	border-color: lightsteelblue;
	color: steelblue;
}


#site_footer {
	padding-bottom: 3em;
	padding-top: 6em;
	background-color: steelblue;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#footertext, #footertext a {
	color: white;
}

#footertext {
	color: white;
	font-size: 0.7em;
	font-weight: 300;
	margin-top: 5em;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

#partnerlogos {
	opacity: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;

	justify-content: space-between;
	align-items: center;
}

#partnerlogos div {
	margin: 0em 1em;
}

#partnerlogos div.dlt {
	flex-basis: 24.19%;
}

#partnerlogos div.gwb {
	flex-basis: 30.54%;
}

#partnerlogos div.opc {
	flex-basis: 13.22%;
}

#partnerlogos div.ride {
	flex-basis: 20.93%;
}

#partnerlogos div.dataspark {
	flex-basis: 11.12%;
}

#partnerlogos div img {
	padding: 2px;
	width: 100%;
}

#opcsteps {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;

	background-color: #765285;
}

#opcsteps img {
	flex-basis: 1;
	width: 15vw;
	height: 15vw;
}

#workforceimage, 
#workforceimage2 {
	text-align: center;
}

#workforceimage img, 
#workforceimage2 img {
	text-align: center;
	max-width: 800px;
}

/*@media only screen */
/*  and (min-device-width: 320px) */
/*  and (max-device-width: 820px)*/
/*  and (-webkit-min-device-pixel-ratio: 2) {*/
/*	.full_size_dashboard_link {*/
/*		display: block;*/
/*	}*/
/*}*/
