figure, body {
	margin: 0px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}

.graphic-hed {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.graphic-dek {
  margin: 10px 0px 13px 0px
}

p {
    margin: 0px;
    padding:0px;
}

.graphic-footer {
    font-size: 14px;
    /* padding: 1em 0em; */
}

a, a:link {
  color: #0071ce;
}

a:hover, a:focus {
  color: #004b87;
}


/* LEGEND */

.legend-container {
    margin-bottom:1em;
}

.legend-title {
    font-weight: 700;
}

.legend-box {
    display: inline-block; 
    padding:5px 8px;
    margin:0px 5px 5px 0px;
}

#legend5 {
    background-color: #93509e; 
    color:#ffffff;
}

#legend1 {
    background-color: #bdbdbd; 
    color:#000000;
}

#legend2 {
    background-color: #4198CD; 
    color:#000000;
}

#legend3 {
    background-color: #055aa0; 
    color:#ffffff;
}

#legend4 {
    background-color: #192777; 
    color:#ffffff;
}


/* MAPS */
.map {
    width:49%;
    display: inline-block; 
    vertical-align: top;
}




.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}









