body {
  margin: 0px;
  font-size:18px;
  font-family: Source Sans Pro, Arial, sans-serif;
}

a, a:link {
  color: #0075c9;
  text-decoration:underline;
}

a:hover, a:focus {
	color: #004b87;
	text-decoration:none;
}

.flourish-embed-iframe {
  width:100%; 
  max-width:900px; 
  height:110px;
}

.graphic-header,
.graphic-footer {
  color: #333333;
  font-family: Source Sans Pro, Arial, sans-serif;
}

.graphic-header{
  margin: 0px 0px 13px 0px;
}

.graphic-hed {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
  color: #111111;
}

.graphic-dek,
.legend {
  font-size: 15px;
  line-height: 18.5px;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0px 13px 0px
}


p{
	margin:0px;
}

.legend-title{
	font-weight: 700;
	margin: 0px 0px 13px 0px;
}

svg {
	height:1em; 
	width:1em; 
	float:left;
	margin-right:5px;
}

rect {
	width:1em;
	height:1em;
}

.graphic-footer {
  font-size: 12px;
  font-weight: 400;
  margin: 20px 0px 0px 0px
}

.graphic-footer a{
  color: #0075c9;
  font-weight:normal;
  text-decoration: underline;
}

.graphic-footer a:hover, a:focus {
  color: #0064ab;
}

.sr-only {
  border: 0; 
  clip: rect(0 0 0 0); 
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px; 
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}