/* CSS Document */


/* GENERAL STYLES */
body {
	font-size: 14px; font-family: Verdana, sans-serif;
	color: #000;
	background-color: #dddddd;
	margin: 0; padding: 0;
	}
	
#page {
	max-width: 1000px;
	margin: 0 auto; padding: 0px;
	position: relative;	
	background-color: white;
	}
	
	

a:link { color:#0074bb;	}
a:visited { color:#0074bb; }
a:active { color:#0074bb; }
a:hover { color:#b7a57a; text-decoration: underline; }
	
img { max-width: 100%; height: auto;
	}

p {
	margin: 0 0 1em 0;
	font-size: 1em;
	}
.subheadlineredunderline { font-size: 11.5pt; font-weight:bold; color: #900000;	border-bottom: 1px solid; }
.smalltext { font-size: .8em; margin-bottom: 2px; }

ul li { font-size: 1em;	}
ol li { font-size: 1em;	}
	
	h1 { font-size: 1.3em; font-weight:bold; color: #4b2e83; align:center; }
	h2 { font-size: 1.2em; font-weight:bold; color: #3d3d3d; }
	h3 { font-size: 1.1em; font-weight:bold; color: #4b2e83; margin: 0px; }
	
.highcharts-title { font-size: 1.0em; font-weight: bold; color: #333333; } 

video {
	width: 100%;	
	max-width: 900px;
	max-height: 600px;
	}

td { padding: 3px; }	
th { 
    padding: 2px 5px; 
    font-weight: bold; 
    }	
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}

.graybox {

background: #e1e1e1; 
padding: .5px 5px 5px 5px;

}

/*Map selectors and display divs*/
.clicker {
  display: inline-block;
  text-align: center;
      color:#FFF;
    vertical-align: middle;
    background: #e1e1e1;
  margin: 3px;
  padding: 3px 3px 3px 3px;
}
.clicker.hidden {
  display: none;

    text-decoration: none;
    background: #c0c0c0;
}

   .hiddendiv {
     height: 0px;
     overflow: hidden;
     transition: height 0.5s;
   }

   #showdiv1:target ~ div a[href="#showdiv1"],
   #showdiv2:target ~ div a[href="#showdiv2"] {
     display: none;
   }
   #showdiv1:target ~ div a[href="#hidediv1"],
   #showdiv2:target ~ div a[href="#hidediv2"] {
     display: inline-block;
   }
   #showdiv1:target ~ div .hiddendiv.nr1,
   #showdiv2:target ~ div .hiddendiv.nr2 {
     height: 437px;  /* for Tableau*/
   }


/* HEADER */

header {
	height: 100px;
	position: relative;
	margin: 0;
	background: #4b2e83;
	}

header .right {
	float: right;
	height: auto;
	width:240px;; 
	}

header img.button { padding-top:25px; padding-right:20px;}



header .left {
	float: left;
	margin-top: 15px;
min-width: 560px;
	}
    
    header img {
	width:100%;
	}



/* NAVIGATION */

nav {
	background: #ffffff; height: 50px; line-height: 40px; color: #4B2E83;}
	

	
/*Strip the ul of padding and list styling*/
nav ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
	position: inherit;
	/* absolute wasn't printing
	/* left: 75px; top: 100px; */
	left: 30px; top: 90px;
}

/*Create a horizontal list with spacing*/
nav li {
	display:inline-block; float: left; margin-left: 12px; }
/* to-do: These are ending up with little left margin and plenty of right margin, i.e. squished on left */
/* background on hover not shrinking with the <li> or <a> with smaller screens */
nav li a {
	display: block;
	height:25px; line-height:25px;
	text-align: center;
	font-family: Encode Sans Condensed, sans-serif;
	padding: 10px 10px; 
	font-size: 1.32em;
	font-weight: bold;
	
	text-decoration: none;
}

nav li.pipe {color: #d1d1d1;}

	nav a:link { color: #4b2e83; }
	nav a:visited { color: #4b2e83; }
	nav a:active { color: #4b2e83; }
	nav a:hover {color: #b7a57a;}

/*Hover state for top level links*/
nav li:hover a { 
	background: #fff; 
	 }

nav li:hover a.currentpage { background: #6380a8; }

/* Breadcrumb navi*/
ul.breadcrumb {
  padding: 10px 14px;
  list-style: none;
  background-color: #fff;
}
ul.breadcrumb li {
  display: inline;
  font-size: 13px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: ">";
}
ul.breadcrumb li a {
  color: #4b2e83;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #b7a57a;
  text-decoration: underline;
}


/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Encode Sans Condensed", sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	color: #fff;
	background: #555;
	text-align: center;
	padding: 10px;
	margin-left: -20px;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{ display: none; }

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{ display: block; }
 	
/* WA DATA MENU WITH DROP DOWNS */
#datamenu ul {
  margin: 0;
  padding: 0 0 0 30px;
}

#datamenu ul li ul {
	padding-left: 0;}

#datamenu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#datamenu input[type="checkbox"], 
#datamenu ul span.drop-icon {
  display: none;
}

#datamenu .sitemap {
		display: none; }

#datamenu li, 
#toggle-menu, 
#datamenu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#datamenu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#datamenu .sub-menu {
  background-color: #444;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#datamenu .sub-menu li:last-child {
  border-width: 0;
}

#datamenu li, 
#toggle-menu, 
#datamenu a {
  position: relative;
  text-decoration: none;
  display: block;
  color: white;
  /*text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);*/
}

#datamenu, 
#toggle-menu {
  background-color: #0099cc;
}

#toggle-menu, 
#datamenu a {
  padding: 1em 1.5em;
}

#datamenu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#datamenu a:hover {
  background-color: white;
  color: #09c;
}

#datamenu .sub-menu {
  display: none;
}

#datamenu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#datamenu .sub-menu a:hover {
  color: #444;
}

#toggle-menu .drop-icon, 
#datamenu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

#datamenu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#datamenu .drop-icon {
  line-height: 1;
}


	
/* SECTIONS - ALL */

section::after {
	content:'';
	display: block;
	clear: both;
	}
	
section .caption
{ font-size: .8em; margin-bottom: 10px;}


section .fill { height:1px;}

	
/* MAP POP-UPS */
a.tooltip { 
	outline:none; 
	text-decoration:none; 
	border-bottom: dotted 1px black;
	}
	
a.tooltip:hover {
	text-decoration:none;
	} 
a.tooltip span {
    z-index:10;
	display:none; 
	padding:14px 20px; 
	margin-top:-30px; 
	margin-left:28px;
    line-height:16px;
	}
	
a.tooltip:hover span {
	display:inline; 
	position:absolute;
	 } 
	
img .callout {
	z-index:20;
	position:absolute;
	top:20px;
	border:0;
	left:-22px;
	}


/* SECTION MAIN */

section.main {
	margin-top: 50px;
	padding: 0;
	margin: 0 30px; 
	}

section.main img {
		float: left;
		padding: 5px;
		}
	
section.main img.floatright {
	padding: 10px;
	float: right;
	}	

section.main aside {
	clear: both;
	float: right;
	margin: 0 20px;
	background-color: #e8e3d3;
	display: block;
	border-radius: 6px;	
	/*border: 1px solid #666;*/
	width:30%;
	padding:5px;
  	font-size: .8em;
	color: #000000;
       }
	

section.main img.content {
   width: 100%;
   margin: 0px auto;
}

section.main .tribox { 
	font-size: 1.2;
	width: 33%;
	float: left;
	padding-top: 10px;
	}
	
section.main .tribox .img {
		float: none;
		align: center;
	}
	
section.main .embed-container {
   height: 0;
   width: 100%;
   padding-bottom: 76.25%; 
   overflow: hidden;
   position: relative;
}

section.main .embed-container iframe {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   margin: 0; padding: 0;
}
	
			
section.main .rChart highcharts {
width: 100%;
}
section.main .highcharts {
width: 100%;
}
section.main .hcmatrix {
min-height: 450px;
}
/* trying to get matrix to show proper height with >10 categories */
section.main img.expandarrow {
	float: none;
	}

	
/* FOOTER */

footer {
	height: 60px;
	background: #4b2e83;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: .9em;
	text-align: center;
	}
	
footer a:link {
	color: #fff;
	text-decoration: none;
	}
	
footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
footer a:hover {
	color: #fff;
	text-decoration: underline;
	}

/*Responsive Styles*/

@media screen and (max-width : 1045px){
	nav {
	margin-bottom: 35px;
	text-align: center;
	}

	nav li {
	margin-left: -4px;
	padding: 0px;
	font-size: 1em;
	}

}



/* BREAKPOINT LOGO */
@media screen and (max-width : 950px){
	
	nav {
	padding-left: 45px;
	}

	
	nav li a {
	margin-left: -10px;
	}
		
	section.main object {
		width: 700px;
		height: 513px;
	}
	
}

@media screen and (max-width : 870px){

	nav {
	padding-left: 20px;
	}
}

@media screen and (max-width : 820px){

	nav {
	padding-left: 6px;
	}

	section.main object {
		width: 700px;
		height: 513px;
	}
}

/* TABLETS */
@media screen and (max-width : 774px){
	
	header {
	height:140px;
	margin-top: 0;
	}
	
	
	header .left {
	float: none;
	display: block;
		}
	header .right {
	float: none;
	display: block;
	margin-top: 5px;
		}
			
	nav {
	height: 45px;
	line-height: 25px;
	}
	
	/*Make dropdown links appear inline*/
	nav ul {
		position: static;
		display: none;
		background-color: #4b2e83;
		margin-left: -10px;
	}
	/*Create vertical spacing*/
	nav li {
		font-size: 1em;
		margin-bottom: 1px;
		width: 100%;
		background-color: #fff;
	height: 50px;
	
	}
	
nav li.pipe { display:none;}

	nav ul li, li a {
		width: 100%;

	}
	
	nav li a {
		margin-left: -15px;
		}
	nav a:active { color:#fff;}	
	nav li a:hover {
		background-color: #d1d1d1;
		text-decoration: none;
		height: 25px;
		}
	
	
	nav .show-menu {
		display:block;
		}
		
	section.main aside {
	float: none;
	width: 75%;
	margin-left: 15px;
	margin-bottom: 15px;
}

	section.main .tribox {
		float: none;
		width: 90%;
		margin: 0px auto;
}

section.main object {
		width: 550px;
		height: 403px;
	}

#datamenu ul {
	padding-left: 0px;
}

  #datamenu li {
    width: 90%;
  }

 #datamenu .sub-menu li {
    width: auto;
  }
  
#datamenu .sitemap {
		display: block; }
	
}

/*WA DATA MENU ON PHONES */

@media only screen and (min-width: 52em) {
  #datamenu .main-menu {
    display: block;
  }

	
  #toggle-menu, 
  #datamenu label.drop-icon {
    display: none;
  }

  #datamenu ul span.drop-icon {
    display: inline-block;
  }

  #datamenu li {
	float: left;
    border-width: 0 1px 0 0;
  }

  #datamenu .sub-menu li {
    float: none;
  }

  #datamenu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
	width: 12em;
    z-index: 3000;
  }

  #datamenu .sub-menu, 
  #datamenu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #datamenu .sub-menu li {
    border-width: 0 0 1px;
  }

  #datamenu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

	#datamenu li:hover > .sub-menu { display: block; }
	
  #datamenu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}	



/* REST OF SITE ON PHONES*/

@media screen and (max-width : 480px){
	
	
	
	section.main img.floatright {
	float: none;
	display: block;
	margin: 30px auto 5px auto;
	}
	
	section.main img.expandarrow {
	display: none;
	}
		
	ul {
	margin-left: -20px;
	}
	
	footer {
		height: 50px;
		}
	
	header {
		height: 150px;
		}
		
		section.main object {
		width: 300px;
		height: 219px;
	}

	}


@media screen and (max-width : 400px){
	
	nav {
	height: 45px;
	line-height: 25px;
	}
	

	footer {
		height: 60px;
		}
	}

@media screen and (max-width : 335px){

	section.main object {
		width: 250px;
		height: 200px;
	}

}


