/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 */
::-moz-selection {
  background: #005395;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #005395;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #005395; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }
  
a.home {
  color: black; 
  text-decoration: none;
  }

a.home:visited {
  color: #808285; 
  text-decoration: none;
  }

a.home:hover {
  color: #fff; 
  text-decoration: underline;
  }

a.home:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }
  
p.quote{
  color: #5a5a5a;
  margin: 10px 20px;
  font-style: italic; 
}

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
  
 img.border {
  border: 1;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Base Styles
   ========================================================================== */
/*state pages background*/
html {
  background: #f4f4f4;
}
  
/*map pages background*/
html.no-js {
  background: #bfd4e4; }
  
h2 {
  margin-top: 30px;
}
  

body {
  background: none repeat scroll 0 0 #fff;
  border-left: 1px solid #262626;
  border-right: 1px solid #262626;
  font-family: Verdana,Arial,sans-serif;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  width: 100%;
}

/* =============================================================================
   Layout Styles
   ========================================================================== */
.l-header {
  padding: 1.5em 0;
  border-bottom: 1px solid #262626;
  background: white; }

.l-content {
  position: relative; }

.l-main {
  margin-left: 263px;
  width: 100%;
  max-width: 637px;
}

.l-main-about {
  background: url("../img/mics/side-mic-blue.png") no-repeat right 55px; }

.l-main-reach {
  background: url("../img/mics/side-mic-green.png") no-repeat right 55px;}

.l-main-spanish {
  background: url("../img/mics/side-mic-raspberry.png") no-repeat right 55px; }

.l-main-benefits {
  background: url("../img/mics/side-mic-purple.png") no-repeat right 55px; }

.l-main-pr {
  background: url("../img/mics/side-mic-orange.png") no-repeat right 55px; }

.l-main-reports {
  background: url("../img/mics/side-mic-teal.png") no-repeat right 55px; }
  
  /* Lia's test page for the annual report */
  
  .l-main-reports-test {
  background: url("../img/mics/side-maybe2.jpg") no-repeat right 55px; }

.l-constrained {
  margin-right: 76px;
  padding: 1em 30px;
  border-right: 1px solid #262626;
  font-size: 0.75em;
  /* 12 / 16 */
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  line-height: 1.5; }

.l-constrained h1 {
  font-size: 1.25em;
  color: #005395; 
  margin-top: 20px;}

.l-constrained h2 {
  font-size: 1.25em;
  color: #005395; }

.l-complementary {
  width: 262px;
  height: 100%;
  position: absolute;
  top: 0; }

.l-footer {
  padding: 1.5em 30px 1em;
  border-top: 1px solid #262626;
  background: #bfd4e4;
  font-size: 0.75em; }
  
  .l-map-page {
  width: 803px;
  margin-bottom: 0.625em;
  border: 0;
  background: none; }

.l-map-header {
  margin: 0.625em 0;
  border: 1px solid #262626;
  background: #fff;
}

.l-map {
  margin-bottom: 0.625em; }

.l-map-options {
  width: 635px;
  height: 245px;
  margin-right: 0.625em;
  float: left;
  border-top: 1px solid #262626; }

.l-map-footer {
  font-size: 0.75em; }

/* =============================================================================
   Module Styles
   ========================================================================== */
.logo {
  text-align: center; }

.social-header {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  list-style: none;
}
/*.social-header a li {
  margin: 6px;
  list-style: none; } */

.ticker {
  height: 2.56em;
  /* 41 / 16 */
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #262626;
  font-size: .875em;
  -webkit-box-shadow: 0 9px 5px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 9px 5px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 9px 5px -2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 9px 5px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 9px 5px -2px rgba(0, 0, 0, 0.3); }

.ticker-text {
  margin: 0;
  padding: 0;
  display: inline;
  white-space: nowrap;
  position: relative; }

.ticker-text li {
  line-height: 2.5;
  display: inline;
  white-space: nowrap;
  position: relative;
  padding: 0 15px;
  border-right: 1px solid #262626;
  list-style: none; }

.ticker-text li:last-child {
  border-right: 0; }

.ticker-fade {
  background: url("../img/tickerfade.png") repeat-y;
  position: absolute;
  width: 30px;
  line-height: 2.5;
  top: 0;
  left: 0; }

.ticker-fade-right {
  background-position: -30px 0;
  left: auto;
  right: 0; }

.no-js .ticker {
  display: none; }

.nav {
  padding: 0 9px;
  border-bottom: 1px solid #262626;
  background: #005295;
  font-size: .9375em;
  font-weight: bold; }

.nav li {
  display: inline-block;
  position: relative;
  top: -5px; }

.nav li.nav-long {
  top: 0; }

.nav a {
  display: block;
  padding: 9px 8px 10px;
  color: #e3e5e4;
  text-align: center;
  text-decoration: none;
  line-height: 1.2; }

.nav a:hover {
  color: #fff; }

/* small circle */
.nav-current {
  margin: 0 -20px;
  padding: 0 20px;
  background: url("../img/sketchyCircle.png") no-repeat center center; }

/* 2 level circle */
.nav-current2 {
  margin: 0 -20px;
  padding: 0 20px;
  background: url("../img/sketchyCircle2.png") no-repeat center center; }

/* spanish circle */
  .nav-current3 {
  margin: 0 -20px;
  padding: 0 20px;
  background: url("../img/sketchyCircle3.png") no-repeat center center; }

.nav-current a {
  color: #fff; }
  
.nav-current2 a {
  color: #fff; }
  
.nav-current3 a {
  color: #fff; }

.report-grid {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 470px;
}

.report-grid li {
  float: left;
  margin: 0 5px 5px 0;
  list-style: none; }

.report-grid li.report-grid-last {
  margin: 0 5px 5px 0; }

.report-grid a {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.report-grid a:hover {
  opacity: 1; }

.feed-container {
  background: #eef0ef;
  border-right: 1px solid #000; }

.feed-title {
  padding: 1.25em 30px 0.875em;
  position: absolute;
  top: -56px;
  width: 202px;
  border-bottom: 1px solid #262626;
  border-right: 1px solid #262626;
  background: #f1f1f1;
  color: #005295; }

.feed-title h2 {
  margin: 0;
  font-size: .9375em;
  font-weight: normal; }

.feed {
  padding: 0 15px 0 30px;
  overflow-y: scroll;
  height: 100%;
  max-height: 500px;
  font-size: 0.6875em; }

.feed p {
  margin-top: 0; }

.feed-more {
  display: block;
  padding: 2em 30px;
  border-top: 1px solid #262626;
  text-align: center;
  font-size: 0.75em; }

.feed-content {
  padding: 2em 0;
  font-size: 11px; }

.logo-ft {
  float: left;
  margin: 0 20px 0 0; }

.scl-ft {
  float: left;
  margin: 7px 0 0;
  list-style:none; }

.scl-ft li {
  float: left;
  list-style: none; }

.scl-ft .scl-ft-big {
  position: relative;
  top: -7px;
  margin-right: 20px; }

.contact {
  float: right;
  width: 340px;
  padding: 0;
  margin: 0;
  text-align: center; }

.contact li {
  list-style: none; }

.contact-left {
  float: left; }

.contact-right {
  float: right; }

.centered-image {
  display: block;
  text-align: center; }

.outlets {
  padding: 0;
  margin: 0;
}

.outlets li {
  width: 145px;
  float: left;
  margin-left: 20px;
  padding: 1px 0;
  font-size:90%;
  text-align: left;
  text-indent: -10px;
  list-style: none;
  vertical-align: center;
}
  
.map-title {
  margin: 0.5em 0 0;
  font-size: 1.5em;
  color: #005395; }

.map-logo-ft {
  display: block;
  margin-bottom: 0.625em; }

.map-logo-ft img {
  width: 151px; }

.map-contact {
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.83em; }

.map-contact li {
  list-style: none; }

.map-pdf, .map-pdf:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-align: right; }

.map-pdf img {
  float: right;
  margin-left: 0.5em; }

/* Google Maps Styles */
.no-js .map {
  display: none; }

.map {
  position: relative; }

#map_canvas {
  height: 470px;
  border: 1px solid #262626; }

#national_canvas {
  height: 400px;
  border: 1px solid #262626; }

.map-legend {
  position: absolute;
  bottom: 177px;
  right: 0;
  border: 1px solid #000; }

#visualization {
  height: 158px;
  overflow-y: auto;
  border: 1px solid #262626;
  border-top: none; }
  
#graph {
	width:  762px;
	border: 1px solid #000;
	position: relative;
	background-color: #fff;
	padding: 20px;
} 
  
.map-options-container {
  position: relative; }

.l-map-options #visualization {
  height: 245px; }

#visualization th {
  width: 200px;
  text-align: left; }

.color {
  border: 1px solid;
  height: 12px;
  width: 12px;
  margin-right: 3px;
  float: left; }

.red {
  background: #C00; }

.yellow {
  background: #FF3; }

.green {
  background: #6F0; }

.blue {
  background: #06C; }

.purple {
  background: #63C; }

/* =============================================================================
   State Styles
   ========================================================================== */
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    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: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }}
    
.lt-ie8 .nav li {
  zoom: 1;
  *display: inline; }

.lt-ie8 .contact {
  width: 330px; }

.lt-ie8 #visualization div {
  height: 158px;
  overflow-y: auto; }

.lt-ie8 #visualization table {
  width: 450px; }
  
.lt-ie8 .l-map-options #visualization div {
  height: 245px; }

.lt-ie8 .l-map-header {
  position: relative; }
  
@media (max-width:676px) {
.hidden-sm, .feed-title, .feed, .feed-container {
  visibility:hidden;
  display:none;
  height:0px;
	}
.l-main {
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  background: none !important;
}
.l-constrained {
  -moz-hyphens: auto;
  border-right: 1px solid #262626;
  font-size: 0.75em;
  line-height: 1.5;
  margin-right: 0px;
  padding: 1em 30px;
  text-align: justify;
}
.logo-ft {
  float: left;
  margin: 0 20px 0 0;
  width: 100% !important;
}
.logo {
  text-align: center;
  width: 80%;
  margin-top: 15px;
}
.nav a {
  color: #e3e5e4;
  display: block;
  line-height: 10px;
  padding: 9px 8px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
}
}

@media (min-width:677px) and (max-width:977px) {
.hidden-md, .feed-title, .feed, .feed-container {
	visibility:hidden;
	display:none;
	height:0px;
	}	
.l-main {
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
}

@media (min-width:978px) {
	.hidden-lg {
		visibility:hidden;
		display:none;
		height:0px;
	}
}
  
  
  @-ms-viewport{
  width: device-width;
}

.callout {
  text-align: center;
  color: #005395;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px;
}

.callout h2 {
  font-size: 0.9375em;
}
