/* GLOBALS */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body  {
	/*font-family: 'DharmaGothicE', 'Tungsten A', 'Tungsten B'; // headlines*/
	/*font-family: 'epocapro', 'Whitney SSm A', 'Whitney SSm B'; // sans-serif text*/
	font-family: 'Droid Serif';
	background: #333;
}

#viz h1,
#viz h2,
#viz h3,
#viz h4,
#viz h5,
#viz h6 {
	font-family: 'DharmaGothicE', sans-serif!important;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 5px 0;
}

#viz p {
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
}


/* LABELS */
#viz .label {
	font-family: 'epocapro', sans-serif;
	font-weight: 400!important;
	font-style: normal!important;
	padding: 2px 4px;
	border: 1px solid hsla(0,0%,0%,0.1);
	border-radius: 0px;
	background-color: #000;
	color: white;
}

/* LEGENDS */
#viz .legend {
	font-family: 'epocapro', sans-serif;
	font-weight: normal!important;
	font-style: italic!important;
	font-size: 0.9rem;
	line-height: 1.5rem;
	margin: 10px 0;
}
#viz .legend .label {
	position: relative;
	top: -1px;
	margin-right:  1px;
	font-style: normal!important;
	font-weight: 500!important;
}
#viz .legend img {
	max-height: 1.8rem;
	position: relative;
	top: 4px;
}

/* ATTRIBUTION */
#viz .attribution {
	font-family: 'epocapro', sans-serif;
	font-weight: 500!important;
	font-style: italic!important;
	font-size: small;
}

#viz .attribution a {
	color: #00549E;
	font-style: normal;
}


/* SOCIAL LINKS */
#viz .social-link {
    background-color: #eee;
    height: 25px;
}
#viz .social-link.facebook {
    background-color: #3C599B;
}
#viz .social-link.twitter {
    background-color: #5EAADE;
}


@media screen and (min-width:961px) {
	#viz .caption {
		padding: 10px 0;
	}
}
