/*template styles*/
body {
	font-family: 'Guardian Text Egyptian Web';
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #005689;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-family: 'Guardian Egyptian Web';
	font-weight: 500;
}

h3 {
	font-family: 'Guardian Egyptian Web', Georgia;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;

	margin: 0 25px 10px 0;
	padding: 10px 0 0 0;
}

h5 {
	font-family: 'Guardian Egyptian Web', Georgia;
	font-weight: 700;
	font-size:16px;
	margin: 15px 0 5px 0;
}

p {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 0px 0;
}

/*project styles*/
.gia-chart-wrapper {
	border-top: 2px solid #4bc6df;
	max-width: 450px;
	margin: 0 auto;
}

#map {
	width: 140px;
	float:left;
	margin-right: 15px;
}

.section {
	margin-bottom: 20px;
}

#right {
	width: calc(64% - 40px);
	float:left;
	padding-left: 15px;
	border-left: 1px solid #dcdcdc;
}

.hideHed {
	display: none;
}

.spacer {
	margin-bottom: 13px;
}

.fundingNote {
	font-weight: 900;
	font-size: 15px;
	color: #333333;
}

#bottom {
	border-top: 1px solid #dcdcdc;
	clear: both;
}


.fullSpending {
	background-color: #eaeae9;
	width: 100%;
	height: 20px;
	float: left;
	margin: 5px 0 25px 0;
}

.percentSpending {
	background-color: #4bc6df;
	width: 49.2%;
	height: 20px;
	float: left;
}

.labelSpending {
	margin: 0;
    position: relative;
    font-weight: 700;
    top: 2px;
    left: 5px;
}

.caseIntro {
	margin-bottom: 10px;
}

.barAxis {
	width: 80px;
	float: left;
	border-right: 1px solid #333333;
}

.barAxis p {
	text-align: right;
	margin: 5px 5px 5px 0;
}

.barAxis p:first-child {
	margin: 5px 5px 16px 0;
	text-align: right;
}
.barCharts {
	width: calc(100% - 85px);
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
}

.stateLimit {
	width: 30%;
	background-color: #eaeae9;
	height: 20px;
	float: left;
}

.parishCases {
	width: 60%;
	background-color: #4bc6df;
	height: 20px;
	float: left;
}

.stateCases {
	width: 42%;
	background-color: #4bc6df;
	height: 20px;
	float: left;
}

.note {
	margin-left: 22.5%; 
	margin-top: -4px;
	margin-bottom: 20px;
	float: left;
	color: #767676;
}

#bolded {
	font-weight: 700;
}

.axisLabel {
	margin-left: 76px;
	float: left;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #767676;
}

.gia-source {
	border-top: 1px solid #ccc;
	color: #bdbdbd;
	padding: 3px 0;
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
	clear: both;
}

.gia-source p {
	font-size: 11px;
	line-height: 15px;
}

/*ai2hmtl*/
.g-artboard {
	margin:0 auto;
}

.g-aiPstyle0 {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	color: #333333;
}

.g-aiPstyle1 {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	color: #333333;
}

#g-LAPublicDefenders-caddo{
	position:relative;
	overflow:hidden;
}

.g-aiAbs{
	position:absolute;
}

.g-aiImg{
	display:block;
	width:100% !important;
	margin-bottom: 10px;
}

.g-aiPtransformed p { white-space: nowrap; }

#g-ai0-4 {
		top:61.4372%;
		right:22.7144%
	}

/*media queries*/
@media (max-width:430px) {
	.note {
		margin-left: 22%; 
	}
}

@media (max-width:400px) {
	.note {
		margin-left: 21.5%; 
	}
}

@media (max-width:370px) {
	#map {
		width: 100%;
	}
		
	#right {
		width: 100%;
		padding-left: 0px;
		border-top: 1px solid #dcdcdc;
		border-left: none;
	}

	#g-ai0-4 {
		top:67.4372%;
		right:22.7144%
	}

	.hideHed {
		display: block;
	}

	.note {
		margin-left: 21%; 
	}
}

@media (max-width:350px) {
	.note {
		margin-left: 20.5%; 
	}
}

@media (max-width:330px) {
	.note {
		margin-left: 20%; 
	}
}

@media (max-width:310px) {
	.note {
		margin-left: 19.5%; 
	}
}

@media (max-width:300px) {
	.note {
		margin-left: 19%; 
	}
}


