@import url(http://stateimpact.npr.org/wp-content/themes/argo-foundation/css/960.css?v=1);

/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #BF3119; text-decoration: none; }
a:hover { color: #BF3119; text-decoration: underline; }

/* Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 * ---------------------------------------------------------------------------------------- */
p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 9px;
}
p small {
  font-size: 11px;
  color: #bfbfbf;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #404040;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #bfbfbf;
}
h1 {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 14px;
}
h3,
h4,
h5,
h6 {
  line-height: 36px;
}
h3 {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}
ul, ol {
  margin: 0 0 18px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
  color: #808080;
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
dl {
  margin-bottom: 18px;
}
dl dt, dl dd {
  line-height: 18px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 9px;
}
hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
}
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.muted {
  color: #bfbfbf;
}
.bordertop {
	border-top: 1px solid #ccc; padding-top: 10px;
}
blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
}
blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #bfbfbf;
}
blockquote small:before {
  content: '\2014 \00A0';
}
address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px;
}
code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px;
}
pre {
  background-color: #f5f5f5;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

	


/* Hub Styles
=================================================*/

	body { 
		font-family: proxima-nova,"Helvetica Neue",arial,sans-serif;
	}

	.jump,
	.jump:hover,
	.morelink, 
	.morelink:hover { font-size: 14px; text-transform: uppercase; font-weight: bold; color: #000; }

	/* Header */

		header { 
			background: url(../img/nav-bg.png) repeat-x; 
			height: 50px; 
			margin-bottom: 20px; -webkit-font-smoothing: antialiased;
		  }
		header nav { width: 940px; margin: 0 auto; position: relative; }
		header h2 a, .logo a { 
		    display: block; 
		    margin: 0;
		    background: url(../img/logo.png) no-repeat; 
		    text-indent: -999em; 
		    width: 192px; 
		    height: 71px; 
		    z-index: 500;
		    position: absolute;
		    top: -10px;
		    left: -15px;
		}
		header h3, header h2 { margin: 0; }

		header h3 a, header h3 a:hover, header h3 a:visited { 
		    display: block; 
		    float: left;  
		    font: 400 32px/50px proxima-nova,sans-serif; 
		    color: #fff; 
		    text-decoration: none; 
		    padding: 0 15px 0 0; 
		    margin: 0 0 0 185px; 
		}
		header h1 { display: block; float: left; line-height: 50px; color: #fff; font-weight: 700; font-size: 32px; margin: 0 0 0 15px;  }
		header nav ul { font-family: proxima-nova-extra-condensed,sans-serif; position: absolute; right: 0; height: 50px; }
		header nav li { 
			float: left; 
			line-height: 50px; 
			font-size: 16px; 
			font-weight: 600; 
			text-transform: uppercase; 
			margin-left: 25px;
		}
		nav li a, nav li a:hover, nav li a:visited { color: #999; }

		.well-detail h1,
		.boundary h1,
		.operator h1,
		.operators-list h1,
		.boundary-list h1,
		.violation h1 { font-size: 42px; font-weight: 400; }

	/* Index */

		#content section { border-top: 1px solid #ccc; padding-top: 15px; margin-top: 15px; }
		#content section:first-child { border-top: none; padding-top: 0; margin-top: 0; }
		.sectionhed { font-weight: 300; text-transform: uppercase; margin-bottom: 20px; }

		.intro { padding-bottom: 40px; }
		.intro .grid_5 { text-align: right; }
		.intro h2 { font-family: proxima-nova-extra-condensed,sans-serif; font-weight: 700; font-size: 42px; line-height: 1.2; text-transform: uppercase; color: #000;  }
		.intro h3 { font-weight: 300; font-size: 24px; margin-bottom: 10px; }
		.intro h4 { color: #999; font-weight: 400; font-size: 14px;  line-height: 17px; }
		.intro .credit { margin-bottom: 10px; }
		.intro .credit a { color: #999; }
		.intro .credit a:hover { color: #BF3119; }
		.nprlogo { display: inline-block; text-indent: 100%; overflow: hidden; width: 51px; height: 17px; background: url(../img/npr-transparent.png) no-repeat; margin: 0 0 0 3px; }
		.intro p { font-size: 18px; line-height: 1.3; font-weight: 300;}
		.intro p a { color: #BF3119; }
		.intro .sharing { margin: 0; padding-bottom: 60px; }
		.intro .sharing li { display: block; float: left; }

		#container { width: 940px; margin: 0 auto 40px; }
			.app-nav p { font-size: 16px; }
			.app-nav p strong { text-transform: uppercase; }

			.map-wrapper { margin-bottom: 20px; position: relative; overflow: hidden; border: 1px solid #ddd; }
			#map { width: 100%; height: 430px; background: url(../img/loading.gif) center center no-repeat; }

			.state .counties-list { margin-top: 20px; }
			.state .counties-list ul { list-style: none; margin: 0; }
		
		.state .summarystats h4 { margin: 0 0 5px; font-size: 14px; }
		.state .summarystats h2 { font-size: 72px; font-weight: 300; font-family: proxima-nova-extra-condensed; }
		.state .summarystats h3, 
		.state .summarystats h4 { text-transform: uppercase; border-top: 1px solid #ccc; padding-top: 10px; }
		.state .summarystats .fines h2 { font-size: 52px; text-transform: uppercase; }
		.state .top-ten a, .state .top-ten .count { -webkit-transition: ease-in .2s all; }
		.state .top-ten table .name a { color: #BF3119; }
		.state .top-ten div:hover .bar .count { color: #77BBB8;}
		.state .stories ul { margin-left: 15px; list-style: disc outside; }
		.state .stories li { line-height: 1.3; margin-bottom: 3px; }

	/* Inside hed */
	.project-header { margin-bottom: 10px; }
	.project-header a { color: #000; }
	.project-header a:hover { color: #BF3119; text-decoration: none; }
	.project-header ul { border-top: 1px solid #ccc; padding-top: 10px; }
	.project-header h2, .project-header h3 { line-height: 42px; vertical-align: middle; margin-bottom: 10px; }
	.project-header h2 { display: inline-block; font-family: proxima-nova-extra-condensed,sans-serif; font-size: 42px; text-transform: uppercase; font-weight: 700; border-right: 1px solid #999; padding-right: 10px; margin-right: 10px; }
	.project-header h3 { display: inline-block; font-family: proxima-nova,sans-serif; font-size: 24px; font-weight: 300; }
	.project-header .breadcrumbs { margin: 0; }
	.project-header li { list-style: none; display: inline-block; font-size: 13px;  }
	.project-header li:before { content: " / ";}
	.project-header li:first-child:before { content: "";}
	.project-header .breadcrumbs li a { color: #999; }
	.project-header .breadcrumbs li a:hover { color: #BF3119; }
	.project-header .breadcrumbs li .active { font-weight: bold; }


	/* Map Legend */
	.map-wrapper .legend { 
		position: absolute; 
		bottom: 0; 
		left: 0; 
		z-index: 999;
		background: #fff;
		background: rgba(255,255,255,.9); 
		margin: 0; 
		padding: 5px; 
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
		   -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
		        box-shadow: 0 0 10px rgba(0,0,0,.2);
	}
	.map-wrapper .legend li { display: inline-block; margin: 0 0 5px; line-height: 12px; margin-right: 10px; }
	.map-wrapper .legend .key { display: inline-block; width: 6px; height: 6px; border-radius: 3px; margin: 4px 5px 2px 0;}
	.map-wrapper .legend .no-violations { background: #17807E; }
	.map-wrapper .legend .violations { background: #e38d2c; }

	/* Map popups */
	.leaflet-popup-content p, .leaflet-popup-content h5 { margin: 0 !important; line-height: 1.3; }
	#map .leaflet-popup-content-wrapper { 
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		        border-radius: 0;
	}
	#map .leaflet-popup-content h5 { padding: 0 10px 5px 0; }
	#map .leaflet-popup-content p { font-size: 11px; }
	#map .leaflet-popup-content { margin: 10px; }
	#map .leaflet-popup-content a { color: #BF3119; }
	#map .leaflet-popup-content a:hover { text-decoration: underline; }

	/* Summary stats */
	.summarystats .label,
	.summarystats h3,
	.summarystats h4 { text-transform: uppercase; }
	.summarystats h2,
	.summarystats h3,
	.summarystats h4 { font-weight: 400; margin-bottom: 10px; }
	.summarystats h2 { font-size: 72px; line-height: 1; }
	.summarystats h3 { font-size: 24px; }
	.summarystats h4 { font-size: 16px; line-height: 1.3; }
	/* .summarystats .module a { color: #333; -webkit-transition: ease-in .2s all; }
	.summarystats .module:hover a { color: #BF3119; } */
	.summarystats table { width: 100%; text-align: right; }
	.summarystats td { padding-bottom: 5px; vertical-align: middle; }
	.summarystats table .name a { display: block; margin-right: 10px; }
	.summarystats table .name a:hover { color: #BF3119; }
	.summarystats .bar { height: 35px; background: #17807e; color: #77BBB8; text-align: right; line-height: 35px; float: left;  }
	.summarystats .bar .count { margin-right: 6px; font-family: proxima-nova-extra-condensed,sans-serif; text-transform: uppercase; font-size: 24px; font-weight: 300; }
	.summarystats .bar:hover {  color: #fff; }
	.summarystats .graph { width: 65%;}

	table.summarystats  { width: 100%; text-align: right; font-family: "Helvetica Neue",Arial,sans-serif; font-size: 11px; text-align: left; }
	table.summarystats th, table.summarystats td { padding: 4px 5px; border-top: 1px solid #ddd; }
	table.summarystats th { text-transform: uppercase; background: #eee; }
	table.summarystats .odd td { background: #eee; }
	table.summarystats .even td { background: #fff; }
	table.summarystats a { color: #BF3119; }
	table.summarystats a:hover { color: #BF3119; }
	table.summarystats .num,
	table.summarystats .violations { text-align: right !important; }
	.summarystats td.permit { width: 180px; }
	.summarystats .module { border-top: 1px solid #ccc; padding-top: 10px; }
	.summarystats .datapoint { font-size:72px; font-family: proxima-nova-extra-condensed,sans-serif; font-weight: 300; line-height: 1; }
	.summarystats .operator .datapoint { font-size: 24px; line-height: 1.1; text-transform: none; font-weight: 400; }
	.summarystats .status .datapoint { font-size: 32px; text-transform: capitalize; }
	.summarystats .note { font-size: 12px; color: #999; }
	.summarystats td.operator,
	.summarystats td.violation-code { text-transform: none; }

	table.sortable thead tr .header {
		background-image: url(../img/bg.gif);
		background-repeat: no-repeat;
		background-position: 100% 7px;
		cursor: pointer;
		padding-right: 20px;
	}
	table.sortable thead tr th div { margin-right: 1em;	}
	table.sortable thead tr .headerSortUp { background-image: url(../img/asc.gif);	}
	table.sortable thead tr .headerSortDown { background-image: url(../img/desc.gif); }


	#controls { 
		position: relative; 
		margin-bottom: 10px;
		text-transform: uppercase; 
		color: #999;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 20px;
		padding: 0 3px;
	}
	#filter input { 
		border: 1px solid #ccc; 
		height: 20px; 
		line-height: 20px; 
		-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
		   -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
		        box-shadow: inset 0 0 3px rgba(0,0,0,.2);
	}
	#pager { position: absolute; right: 0; top: 0; }
	#pager .prev,
	#pager .pagedisplay,
	#pager .next,
	#pager .pagesize { margin-left: 5px; }
	#pager a { 
		color: #666;
		padding: 3px;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		        border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		    -moz-transition: all .2s ease-in-out;
		         transition: all .2s ease-in-out;
		      
	}
	#pager a:hover {
		background: #BF3119;
		color: rgba(255,255,255,.9);
		text-decoration: none;
		-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
		   -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
		        box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	}

	/* Operators and boundary list */
	.operators-list .summarystats .violations,
	.boundary-list .summarystats .violations { border-top: 1px solid #ccc; padding-top: 10px; margin-top: 10px; }
	.operators-list .summarystats .violations .bar,
	.boundary-list .summarystats .violations .bar { background: #BF3119; color: #E7634B; }
	.operators-list .summarystats .violations .bar:hover,
	.boundary-list .summarystats .violations .bar:hover { color: #fff; }
	.operators-list h1,
	.boundary-list h1 { font-size: 36px; }

	/* Boundary list */

	.boundary .news h4 { display: none; }
	.boundary .news ul { margin: 0 0 18px 20px; }
	.boundary .news li { line-height: 1.3; margin-bottom: 3px; }

	/* Operator detail */
	.operator table.summarystats th, .operator table.summarystats td { text-align: left; }
	.operator table.summarystats { width: 100%; font-family: "Helvetica Neue",Arial,sans-serif; font-size: 11px; }
	.operator table.summarystats .violations { text-align: right; width: 30px; }
	.operator table.summarystats .municipality { width: 25%; }
	.operator table.summarystats .county { width: 25%; }
	.operator .summarystats .fines h2 { display: block; width: 100%; }
	.operator .summarystats .address .datapoint { font-size: 18px; text-transform: none; }

	/* Well detail */
	.well-detail .discussion h2, 
	.well-detail .violations h4 { font-size: 16px; font-weight: 400; text-transform: uppercase; }
	.well-detail div.violations { margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 20px; }
	
	/* Violations */

	.violation h1 { line-height: 1.1; font-weight: 600; color: #000; margin-bottom: 10px; }
	.violation .description { font-size: 24px; font-weight: 300; line-height: 1.1; }
	/* 404	*/

		.error404 #error { background: rgba(0,0,0,.5); border-radius: 5px; width: 500px; position: absolute; margin-left: -250px; left: 50%; padding: 50px 0; }
		.error404 #error,.error404 #footer { text-align: center; overflow: hidden; }
		.error404 #error h2 { font-size: 36px; }
		.error404 #error p { font-size: 18px; margin-bottom: 18px; }
		.error404 #footer { position: absolute; bottom: 0; width: 100%; text-align: center; }
		.error404 #error a { color: #fff; text-decoration: none; font-weight: 800; }

		.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
		.hidden { display: none; visibility: hidden; }
		.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
		.visuallyhidden.focusable:active,
		.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
		.invisible { visibility: hidden; }
		.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
		.clearfix:after { clear: both; }
		.clearfix { zoom: 1; }

	/* TOS */

		#community header, #community #footer { text-align: center; }
		#community #content { padding: 0; }
		#community h1, #community h1 a { float: none; margin: 0 auto;  }
		#community h2 { text-align: center; }
		#community p, #community ul { margin-bottom: 25px; }

	/* Footer */

		.project-info { }

		footer { color: #333; margin-top: 20px; border-top: 1px solid #ccc; padding-top: 10px; }
		footer h2 { font-size: 16px; font-weight: 300; color: #fff; border-bottom: 4px solid #ccc; text-transform: uppercase; margin-bottom: 9px;  }
		footer p, footer li, footer dl { font: 14px/1.3 400 proxima-nova,"Helvetica Neue",arial,sans-serif; }
		footer a, footer a:hover { font-weight: bold; color: #999; }
		footer .boilerplate, footer .partnership { text-align: right; }
		footer .boilerplate { font-size: 12px; color: #666; }
		footer .boilerplate a, footer .boilerplate a:visited { color: #999; }
		footer a.nprlogo { text-indent: -999em; text-align: left; }

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}