/* Infographic */
.block.infographic {
	background: #f7f7f7;
	padding: 20px;
}
.block.infographic.infographic-wide {

}
.block.infographic h3.block-header {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.info-graphic {
	font-size: 16px;
	background: transparent;
	color: #333;
	text-align: left;
	margin-bottom: 20px;	
	display: table;
	width: 85%;
	min-height: 220px;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.info-graphic-inner {

}
/* YK adjustment to infographic blocks */
a.iglink {display:block;}
a.iglink:hover {text-decoration:none;}
a.iglink:hover .caption {text-decoration:underline;}
.info-graphic-inner {display: table-header-group; }
.info-graphic .caption {display: table-footer-group; }
/*  end */

.info-graphic .caption p {
	font-family: 'freight-micro-pro',Georgia,serif;
	font-size: 20px;
	line-height: 28px;
}
.info-graphic .info-meta {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
}
.info-graphic .info-number {
	font-size: 72px;
	line-height: 180px;
	color: #fff;
	font-family: 'freight-micro-pro',Georgia,serif;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 200px;
	z-index: 999;
}
.info-graphic .info-shape {
	font-size: 176px;
	line-height: 1em;
	margin-bottom: 20px;
}
.info-graphic .info-number.med {
	font-size: 58px;
}
.info-graphic .info-number.sm {
	font-size: 32px;
}


.info-graphic .info-chart {
	color: #999;
	margin-top: 10px;
	font-size: 60px;
}
.info-graphic.info-graphic-chart {
	display: block;
}
.dxchart {
	margin-bottom: 10px;
}


/* Colors  */

/* primary */
.info-graphic.berkeley-blue .info-shape {
	color: #003262;
}
.info-graphic.california-gold .info-shape {
	color: #FDB515;
}
/* primary: alternate heritage */
.info-graphic.founders-rock .info-shape {
	color: #2D637F;
}
.info-graphic.medalist .info-shape {
	color: #C4820E;
}	

/* vibrants */
.info-graphic.lawrence .info-shape {
	color: #009EC5;
}
.info-graphic.rose-garden .info-shape{
	color: #EE1F60;
}
.info-graphic.ion .info-shape {
	color: #CFDD45;
}

/* brights */	
.info-graphic.lap-lane .info-shape {
	color: #00B2A5;
}
.info-graphic.golden-gate .info-shape {
	color: #ED4E33;
}

.info-graphic.soybean .info-shape {
	color: #9DAD33;
}
/* neutrals */	
.info-graphic.bay-fog .info-shape {
	color: #C2B9A7;
}

.info-graphic.wellman-tile .info-shape {
	color: #D9661F;
}
.info-graphic.sather-gate .info-shape {
	color: #B9D3B6;
}

/* darks */	
.info-graphic.pacific .info-shape {
	color: #46535E;
}
.info-graphic.south-hall .info-shape {
	color: #6C3302;
}

.info-graphic.stone-pine .info-shape {
	color: #6C3302;
}


/* Shape Adjustments */
.info-graphic.bubble .info-number,
.info-graphic.heart .info-number,
.info-graphic.badge-ribbon .info-number
{
	line-height: 150px;
}


/* Infographic Viewport Adjustments */
@media (min-width: 768px) {
.block.infographic {
	padding: 10px;
}

.info-graphic {
	margin-bottom: 20px;	
}

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	
}


/* Infographic Small Grid */
.info-grid-small .info-graphic {

}
.info-grid-small .info-graphic .caption p {

}
.info-grid-small .info-graphic .info-number {
	font-size: 48px;
}
.info-grid-small .info-graphic .info-number.med {
	font-size: 32px;
}
.info-grid-small .info-graphic .info-number.sm {
	font-size: 24px;
}
.info-grid-small .info-graphic .info-shape {
	
}




/* Infographic Grid Viewport Adjustments */
@media (min-width: 768px) {

	
}
@media (min-width: 992px) {	
	
	/* Bubble Adjustments */
	.info-grid-small .info-graphic.bubble .info-number {
		line-height: 120px;
	}
	.info-grid-small .info-graphic.bubble .info-shape {
		font-size: 132px;
		margin-top: 30px;
		margin-bottom: 44px;
	}
	
	/* Heart Adjustments */
	.info-grid-small .info-graphic.heart .info-number {
		line-height: 120px;
	}
	.info-grid-small .info-graphic.heart .info-shape {
		font-size: 144px;
		margin-top: 18px;
		margin-bottom: 44px;
	}
	
}
@media (min-width: 1200px) {
	/* Bubble Adjustments */
	.info-grid-small .info-graphic.bubble .info-shape {
		font-size: 145px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	/* Heart Adjustments */
	.info-grid-small .info-graphic.heart .info-number {
		line-height: 150px;
	}
	.info-grid-small .info-graphic.heart .info-shape {
		font-size: 176px;
		margin-top: 0;
		margin-bottom: 30px;
	}
}
/* chart.js infographic */
.legend .title {
    display: block;
    margin: 0.5em;
    border-style: solid;
    border-width: 0 0 0 1em;
    padding: 0 0.3em;
    text-align:left;
    font-family: 'open-sans',sans-serif;
	font-size:14px;
    color:'#333';
}
