/*-------------------------------------------------- */
/* Z-INDEX GUIDE */
/*-------------------------------------------------- */
/*
0 - 999: basic map and its basic frame
1000 - 1999: 'in-map' overlays done with html (stories, map annotation)
2000 - 2999: dynamic map frame meant to cover 'in-map' stuff (drop-down panels, etc.)
3000 - 3999: reserved
4000 - 4999: dialog boxes and popups
5000 - 5999: reserved
6000 - 6999: tooltips and transient UI
7000 - 7999: reserved
8000 - 8999: temporary UI blocking elements, such as screen which cuts off mouse events
9000 - 9999: dialogs and overlays meant to sit atop temporary UI blocking elements (e.g., splash page)
*/

div#sidebar { z-index: 899; }
#osmCopy { z-index: 999; }
div#maploading { z-index: 999; }
div#headerframe { z-index: 9890; }
div#footerbg { z-index: 9890; }
div#footerframe { z-index: 9960; }
div#fullintro { z-index: 9980; }
#loadingMessages { z-index: 9999; }


/*-------------------------------------------------- */
/* AVAILABLE FONT GUIDE */
/*-------------------------------------------------- */
/*
Avenir Next W01
300: light
400: regular
500: demi condensed
600: medium
700: demi

PMN Caecilia eText W01
200 italic: regular italic
*/
.wf-loading {        
	visibility: hidden;  
	}  
.wf-active {        
	visibility: visible;
	}   
.wf-inactive {       
	visibility: visible;
	font-family: arial, sans-serif;
	font-size: 90%;
	}
	
@font-face {
	font-family: 'ArrrowsBoldRegular';
	src: url('/fonts/arrrows-bold-webfont.eot');
	src: url('/fonts/arrrows-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/arrrows-bold-webfont.woff') format('woff'),
		url('/fonts/arrrows-bold-webfont.ttf') format('truetype'),
		url('/fonts/arrrows-bold-webfont.svg#ArrrowsBoldRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*-------------------------------------------------- */
/* STANDARD RESET VALUES */
/*-------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, sub, sup, 
b, i, center, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border: 0;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
li { background-repeat: no-repeat; }
blockquote, q {
	quotes: none;
	}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	}
td { text-align: left; vertical-align: top; }
a, area, select { outline: 0 none; }
div.clear, .clear, .Clear {
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	}
div.clearspace { clear: both; height: 10px; }
.clearspace.half { height: 5px; }


/*-------------------------------------------------- */
/* BEGIN CUSTOMIZED STYLES */
/*-------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	background-color: #fff;
	overflow: hidden;
	}


/*-------------------------------------------------- */
/* PRIMARY POSITIONING */
/*-------------------------------------------------- */
div#site {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 980px;
	background-color: #fff;
	}
div#splashframe {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 980px;
	background-color: #fff;
	}
div#splash {
	position: relative;
	margin: 0 auto;
	width: 980px;
	}
div#headerframe {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1030px;
	height: 71px;
	background-color: #2da1b5;
	overflow: hidden;
	-moz-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.3);
	-webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.3);
	box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.3);
	}
div#header {
	padding: 14px 15px 20px 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	}
div#header h1 {
	padding: 0 10px 2px 0;
	}
div#searchframe {
	position: absolute; 
	margin: 0 auto;
	width: 100vw; 
	min-width: 980px;
	height: 50px;
	background-color: #444;
	overflow: hidden;
	}
div#search {
	float: right;
	margin: 10px 15px 10px 0;
	}
div#footerbg {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
	height: 50px;
	background-color: #dbdbdb;
	-moz-box-shadow: 3px 5px 20px -3px #000;
	-webkit-box-shadow: 3px 5px 20px -3px #000;
	box-shadow: 3px 5px 20px -3px #000;
	}
div#footerframe {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
	height: 50px;
	background-color: #dbdbdb;
	}
div#footer {
	padding: 17px 18px 20px 25px;
	}
	
	
/*-------------------------------------------------- */
/* SEMANTIC STYLES */
/*-------------------------------------------------- */	
a, a:visited { color: #87a956; text-decoration: none; }
a:hover, a:active { color: #222; text-decoration: none; }
a.endlink { font-weight: 700; font-size: 0.85em; text-transform: uppercase; }
p, ul, ol, blockquote {
	margin: 0 0 12px 0;
	color: #41403a;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.4em;
	}
blockquote { margin: 8px 40px 14xpx 40px; }
p em, p i, em, i { font-style: italic; }
p strong, p b, .bold, b, strong { font-weight: 600; }
p.note { color: #888; font-size: 0.95em; }
p.note.order { clear: both; padding-top: 10px; }
.unbold { font-weight: 400; }
.arrows {
	font-family: 'ArrrowsBoldRegular';
	}
.important {
	color: #f15d22;
	font-weight: 700;
	font-size: 0.8em;
	text-transform: uppercase;
	}
h1 {
	padding: 12px 0 10px 0;
	color: #2da1b5;
	font-weight: 500;
	font-size: 2.3em;
	line-height: 0.9em;
	}
h2 { 
	padding: 0 0 4px 0;
	font-size: 1.4em; 
	}
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }


/*-------------------------------------------------- */
/* CONTEXTUAL SEMANTIC STYLES */
/*-------------------------------------------------- */
/* SPLASH SCREEN STYLES */
#splashbox1 {
	float: left;
	margin: 40px 1px 1px 0;
	padding: 36px 20px 25px 45px;
	width: 595px;
	height: 248px;
	background-color: #2da1b5;
	}
#splashbox2 {
	float: left;
	margin: 40px 0 1px 0;
	width: 319px;
	height: 309px;
	background-color: #2b374a;
	}
#splashbox3 {
	clear: both;
	margin-bottom: 1px;
	padding: 10px 0 0 45px;
	width: 935px;
	height: 110px;
	background-color: #444;
	}
#splashbox4 {
	padding: 6px 0 0 45px;
	width: 935px;
	height: 274px;
	background-color: #85a754;
	background-image: url(/images/uploads/interface/map_bg.jpg);
	background-repeat: no-repeat;
	}
#splashbox1 h1 {
	margin-left: -2px;
	color: #fff;
	font-size: 3.7em;
	font-family: 'Barlow Semi Condensed', sans-serif;
	}
#splashbox1 p {
	color: #222;
	font-size: 1.75em;
	line-height: 1.25em;
	}
#splashbox1 p b, #splashbox1 p strong {
	color: #fff;
	}
#splashbox3 h1 {
	float: left;
	padding-right: 0;
	color: #fff;
	font-size: 2.6em;
	line-height: 2.0em;
	font-family: 'Barlow Semi Condensed', sans-serif;
	}
#splashbox3 input {
	float: left;
	border: none;
	margin: 28px 2px 0 14px;
	padding: 6px;
	width: 305px;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	font-style: normal;
	background-color: #eee;
	}
#splashbox4 h2 {
	float: left;
	padding-top: 2px;
	color: #fff;
	font-size: 1.8em;
	font-weight: 500;
	line-height: 2.2em;
	}
#splashbox4 h2 span {
	color: #444;
	}
p.bigarrow, #splashbox3 p.bigarrow, #splashbox4 p.bigarrow {
	color: #f8c34b;
	font-family: 'ArrrowsBoldRegular';
	font-weight: 400;
	line-height: 1.0em;
	cursor: pointer;
	}
#splashbox3 p.bigarrow {
	position: absolute;
	top: 338px;
	right: 10px;
	padding: 0;
	font-size: 9em;
	}
#splashbox4 p.bigarrow {
	float: left;
	padding: 0 0 0 6px;
	font-size: 4.0em;
	color: #f4ce6c;
	}
p.bigarrow a, p.bigarrow a:visited { color: #f8c34b; }
#splashbox4 #closeIntro:hover p.bigarrow { color: #fff; }
p.bigarrow a:hover, p.bigarrow a:active { color: #fff; }
#splashbox3 p.bigarrow a:hover, #splashbox3 p.bigarrow a:active { color: #fff; }

/* MAP SEARCH BAR STYLES */
#search h1 {
	float: left;
	margin: 0;
	padding: 3px 6px 0 0;
	color: #fff;
	font-size: 1.0em;
	font-weight: 700;
	line-height: 1.0em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	}
#search input {
	float: left;
	width: 300px;
	font-size: 0.9em;
	}
#search p.bigarrow {
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
	font-size: 2.6em;
	font-family: 'ArrrowsBoldRegular';
	font-weight: 400;
	line-height: 0.5em;
	}
#search p.bigarrow a, #search p.bigarrow a:visited { color: #87a956; }
#search p.bigarrow a:hover, #search p.bigarrow a:active { color: #fff; }

/* HEADER AREA STYLES */
#header h1 {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	color: #fff;
	font-size: 2.7em;
	line-height: 1.0em;
	font-family: 'Barlow Semi Condensed', sans-serif;
	}
#header p {
	margin: 0;
	padding: 4px 0 0 0;
	color: #222;
	font-size: 16px;
	line-height: 17px;
	max-width: 550px;
	}
#header p span {
	color: #e7e8bb;
	font-weight: 600;
	}
#header p span span { font-weight: 400; }
#header p a, #header p a:visited { 
	padding-left: 6px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase; 
	font-weight: 700;
	letter-spacing: 0.05em;
	}
#header p a:hover, #header p a:active { 
	color: #222;
	font-size: 11px;
	text-transform: uppercase; 
	font-weight: 700;
	}
#header p a span { color: #fff; font-weight: 400; }
#header p a:hover span { color: #222; }


/*-------------------------------------------------- */
/* LOADING */
/*-------------------------------------------------- */
.Status {
	display: inline-block;
	height: 16px;
	width: 16px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	margin: 0 10px;
	}
.Loading {
	background: url(/images/uploads/interface/ajax-loader.gif) no-repeat center center;
	}
.LoadingComplete {
	background: url(/images/uploads/interface/uiSprite.png) no-repeat -352px -98px;
	_background: url(/images/uploads/interface/uiSprite.gif) no-repeat -352px -98px;
	}
div#maploading {
	position: absolute;
	width: 100%;
	height: 100px;
	text-align: center;
	top: 200px;
	left: 0;
	}
div#maploading img { margin-right: 150px; }
	
	
/*-------------------------------------------------- */
/* MAP PROPERTIES */
/*-------------------------------------------------- */
#mapcon, #map {
	width: 100%;
	height: 100%;
	position: relative;
	}
#map {
	background: url(/images/uploads/interface/ajax-loader.gif) no-repeat center center;
	}
/*.esri-ui-inner-container {
	inset: 0px !important;
	}*/
	
/*-------------------------------------------------- */
/* OSM */
/*-------------------------------------------------- */
#osmCopy {
	position: absolute;
	color: black;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600;
	right: 10px;
	bottom: 10px;
	}


/*-------------------------------------------------- */
/* PRIMARY POSITIONING DIVs */
/*-------------------------------------------------- */
div#fullintro {
	position: absolute;
	top: 0; 
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 980px;
	height: 100%;
	min-height: 630px;
	text-align: left;
	background-color: #fff;
	}

/* div#partnerintro { display: none; }
.nopartner { display: block; }
.partner { display: none; }
body.partnermap .nopartner { display: none; }
body.partnermap .partner { display: block; }
body.partnermap div#partnerintro {
	display: block;
	z-index: 9500;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 100%;
	width: 200px;
	background-image: -ms-linear-gradient(top, #fff 40%, #ffe8b2 100%);
	background-image: -moz-linear-gradient(top, #fff 40%, #ffe8b2 100%);
	background-image: -o-linear-gradient(top, #fff 40%, #ffe8b2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ffe8b2));
	background-image: -webkit-linear-gradient(top, #fff 40%, #ffe8b2 100%);
	background-image: linear-gradient(to bottom, #fff 40%, #ffe8b2 100%);
	}
body.partnermap.v2 div#partnerintro {
	background-color: #fff;
	background-image: none;
	border-radius: 0 40px 40px 0;
	display: block;
	height: 150px;
	left: 0;
	padding-top: 10px;
	padding-left: 8px;
	position: absolute;
	top: 85px;
	width: 212px;
	z-index: 9501;
	}
body.partnermap div#partnerintro img { margin: 45px 0 48px 0; }
body.partnermap.v2 div#partnerintro img { margin: 0; }
body.partnermap div#partnerintro p { 
	margin-top: -27px;
	padding: 22px 15px 80px 25px;
	font-size: 14px;
	line-height: 18px;
	}
body.partnermap div#partnerintro p span { 
	color: #f45d23;
	font-size: 20px;
	font-family: 'ff-tisa-web-pro', arial, sans-serif;
	font-weight: 700;
	}
body.partnermap.v2 div#partnerintro p { display: none; }
body.partnermap div#fullintro {
	position: absolute;
	z-index: 9500;
	top: 0; 
	left: 200px;
	padding-top: 80px;
	width: 100%;
	min-width: 815px;
	}
body.partnermap.v2 div#fullintro {
	left: 0;
	padding-left: 200px;
	} */
/*div#header {
	position: absolute;
	z-index: 999;
	top: 0; 
	margin: 0;
	width: 100%;
	min-width: 1020px;
	height: 47px;
	text-align: left;
	vertical-align: top;
	background-color: #000;
	overflow: hidden;
	}*/
div#sidebarBehind {
	position: relative;
	margin: 0;
	width: 380px;
	height: 100%;
	background-color: #fff;
	}
div#sidebar {
	position: absolute;
	float: left;
	top: -15px;
	left: -395px;
	/*top: 71px;*/
	margin: 0;
	width: 380px;
	height: 100%;
	background-color: #fff;
	-moz-box-shadow: 15px 0px 20px 0 rgba(50, 50, 50, 0.3);
	-webkit-box-shadow: 15px 0px 20px 0 rgba(50, 50, 50, 0.3);
	box-shadow: 15px 0px 20px 0 rgba(50, 50, 50, 0.3);
	}
div#sidebar #scrollbox {
	position: absolute;
	top: 0;
	left: 0;
	padding: 18px 0 0 0;
	/*width: 380px;*/
	width: 100%;
	height: 100%;
	overflow: auto;
	}
div#sidebarTabMapKey {
	overflow: hidden;
	}
	
/*-------------------------------------------------- */
/* FULL SCREEN INTRO CONTENT */
/*-------------------------------------------------- */
div.intro_mapthumb {
	/*float: right;*/
	float: left;
	margin-top: 120px;
	}
div.intro_maplink_frame {
	/*position: absolute;
	top: 0;
	padding-top: 430px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;*/
	cursor: pointer;
	}
div.intro_gotomap {
	position: absolute;
	top: 40px;
	left: 104px;
	display: none;
	}
/*body.partnermap div.intro_gotomap {
	left: 44px;
	}
body.partnermap.v2 div.intro_gotomap {
	left: 244px;
	}*/
div.intro_gotomap p {
	color: #999;
	font-size: 16px;
	font-family: 'ff-tisa-web-pro', arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	}
div.intro_maplink {
	position: absolute; 
	left: 0;
	width: 800px;
	height: 80px;
	font-style: italic;
	text-align: right; 
	background-image: url(/images/uploads/intro/maplink_bg_yellow3.png);
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
	}
div.intro_maplink span {
	font-size: 40px;
	color: #da531f;
	font-weight: 700;
	font-style: normal;
	}
/*body.partnermap div.intro_maplink { width: 740px; }
body.partnermap.v2 div.intro_maplink { width: 885px; }*/
div.intro_maplink p {
	padding-top: 11px;
	font-size: 36px;
	color: #222;
	font-family: 'ff-tisa-web-pro', arial, sans-serif;
	font-weight: 400;
	line-height: 40px;
    	padding-right: 88px;
	}
div.intro_mapbg {
	position: absolute;
	top: 20px;
	right: 0;
	height: 580px;
	width: 100%;
	background-position: right;
	background-image: url(/images/uploads/intro/bigmap.png);
	background-repeat: no-repeat;
	}
div.intro_block {
	position: relative;
	padding-left: 100px;
	width: 650px;
	}
/*body.partnermap div.intro_block {
	position: relative;
	padding-left: 40px;
	width: 650px;
	}*/
div.intro_block h1 {
	color: #fff;
	font-family: 'ff-tisa-web-pro', arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: -20px 0 10px -4px;
	line-height: 120px;
	font-size: 120px;
	}
p.intro_bigtxt {
	padding-top: 10px;
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	color: #fff;
	}
/*body.partnermap.v2 p.intro_bigtxt {
	font-size: 25px;
	line-height: 36px;
	}*/
p.intro_bigtxt span {
	color: #ffd677;
	font-family: 'ff-tisa-web-pro', arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 34px;
	}
/*body.partnermap.v2 p.intro_bigtxt span {
	font-size: 30px;
	}*/
div.intro_text {
	float: left;
	width: 635px;
	padding-left: 88px;
	margin-top: 128px;
	}
div.intro_text h1 {
	padding-bottom: 2px;
	font-family: 'Source Sans 3', sans-serif;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
div.intro_text p {
	font-size: 34px;
	line-height: 42px;
	}
div#splashbox4 p.helpnote {
	display: none;
	clear: both;
	position: absolute;
	top: 535px;
	left: 45px;
	width: 620px;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.4em;
	color: #222;
	}
div#splashbox4 p.helpnote a, div#splashbox4 p.helpnote a:visited {
	color: #222;
	font-weight: 600;
	}
div#splashbox4 p.helpnote a:hover, div#splashbox4 p.helpnote a:active {
	color: #fff;
	}
/*body.partnermap div.intro_block p.helpnote { padding-left: 40px; }*/
div.intro_logo {
	position: absolute;
	bottom: 0;
	right: 0;
	}
#closeIntro { display: none; }
#closeIntro b { font-weight: 600; font-family: 'Source Sans 3', sans-serif; }
#loadingMessages {
	display: none;
	position: absolute;
	top: 0;
	right: 40px;
	width: 250px;
	padding: 10px 20px 20px 20px;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600;
	line-height: 12px;
	font-size: 11px;
	color: #ddd;
	background-color: #000;
	}
div.loadpercent {
	/*position: absolute;
	top: 490px;
	left: 45px;
	color: #fff;
	font-family: 'PMN Caecilia eText W01', serif;
	font-style: italic;
	font-weight: 200;
	font-size: 18px;*/
	position: absolute;
	top: 350px;
	left: 0;
	color: #fff;
	font-family: "PMN Caecilia eText W01",serif;
	font-style: italic;
	font-weight: 200;
	font-size: 30px;
	background-color: #444;
	width: 935px;
	padding: 44px 0px 0px 45px;
	height: 76px;
	}
/*body.partnermap div.loadpercent { left: 40px; }
body.partnermap.v2 div.loadpercent { left: 240px; }*/
div.loadpercent span { font-size: 20px; }
div.loadmsg {
	position: absolute;
	bottom: 105px;
	left: 20px;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	}
/*body.partnermap div.loadmsg {
	left: 0;
	}*/
#reopenIntro {
	position: fixed;
	top: 40px;
	right: 0px;
	padding: 10px;
	color: #fff;
	font-size: 0.8em;
	font-weight: 700;
	z-index: 8501;
	cursor: pointer;
	}
#reopenIntro:hover { color: #222; }
	
/*-------------------------------------------------- */
/* HEADER CONTENT */
/*-------------------------------------------------- */
/*div.headertitle { 
	position: absolute;
	top: 0;
	left: 0;
	width: 460px;
	height: 47px;
	}
div.headertitle img {
	float: left;
	margin: 2px 0 0 1px;
	}
div.headertitle h1 {
	padding: 9px 0 0 204px;
	font-family: 'PMN Caecilia eText W01', serif;
	font-style: italic;
	font-weight: 200;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	}
div.headernav {
	position: absolute;
	top: 0;
	right: 0;
	width: 634px;
	height: 47px;
	}
div.headernav input.searchfield {
	float: right;
	margin: 14px 20px 0 10px;
	padding: 4px 16px 4px 4px;
	width: 210px !important;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
span.deleteicon span {
	position: absolute;
	display: block;
	top: 17px;
	right: 23px;
	width: 16px;
	height: 16px;
	background-image: url(/images/uploads/header/search_x.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}
div.headernav ul {
	padding: 20px 0 0 30px;
	font-family: 'Source Sans 3', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	float: right;
	}
div.headernav ul li {
	display: inline;
	margin-right: 10px;
	padding: 0 16px 0 0;
	background-image: url(/images/uploads/interface/header_arrow_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	}
div.headernav ul li a, div.headernav ul li a:visited { color: #fff; }
div.headernav ul li a:hover, div.headernav ul li a:active { color: #ff6400; text-decoration: none; }
div.headernav #helplink {
	float: right;
	width: 20px;
	height: 39px;
	margin-top: 0;
	background-image: url(/images/uploads/interface/header_helplink.png);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	}
div.headernav #helplink:hover {
	background-image: url(/images/uploads/interface/header_helplink_hover.png);
	}*/


/*-------------------------------------------------- */
/* SIDEBAR CONTENT */
/*-------------------------------------------------- */
#sidebar div.titlebar, #sidebar div.titlebaron {
	position: relative;
	margin: 8px 0 10px 8px;
	padding: 10px 10px 10px 18px;
	background: #dce4c6; /* old browsers */
	background: -moz-linear-gradient(left,  #dce4c6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dce4c6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #dce4c6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #dce4c6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #dce4c6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #dce4c6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce4c6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	cursor: pointer;
	}
#sidebar div.titlebar:hover {
	background: #acc48a; /* old browsers */
	background: -moz-linear-gradient(left,  #acc48a 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#acc48a), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #acc48a 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #acc48a 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #acc48a 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #acc48a 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acc48a', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
#sidebar div.titlebaron, #sidebar div.titlebaron:hover {
	background: #87a956; /* old browsers */
	background: -moz-linear-gradient(left,  #87a956 0%, #87a956 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#87a956), color-stop(100%,#87a956)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #87a956 0%,#87a956 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #87a956 0%,#87a956 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #87a956 0%,#87a956 100%); /* IE10+ */
	background: linear-gradient(to right,  #87a956 0%,#87a956 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a956', endColorstr='#87a956',GradientType=1 ); /* IE6-9 */
	}
#sidebar div.titlebar h1, #sidebar div.titlebaron h1 {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.0em;
	}
#sidebar div.titlebaron h1 {
	color: #fff;
	}
#sidebar div.titlebar h1 a, #sidebar div.titlebaron h1 a {
	float: right;
	font-size: 0.8em;
	text-transform: uppercase; 
	letter-spacing: 0.03em;
	}
#sidebar div.titlebar h1 a, #sidebar div.titlebaron h1 a,
#sidebar div.titlebar h1 a:visited, #sidebar div.titlebaron h1 a:visited {
	float: right;
	padding-top: 1px;
	padding-right: 8px;
	color: #87a956;
	font-size: 0.65em;
	font-weight: 700;
	text-transform: uppercase; 
	letter-spacing: 0.03em;
	}
#sidebar div.titlebar h1 a:hover, #sidebar div.titlebar h1 a:active { color: #444; }
#sidebar div.titlebaron h1 a, #sidebar div.titlebaron h1 a:visited { color: #444; }
#sidebar div.titlebaron h1 a:hover, #sidebar div.titlebaron h1 a:active { color: #fff; }
.sidesection {
	padding: 8px 15px 0 25px;
	}
.sidesection h2 {
	margin: 0;
	padding: 2px 0 6px 0;
	color: #444;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.2em;
	/*letter-spacing: 0.02em;*/
	}
.sidesection h2.key {
	padding: 2px 0 6px 20px;
	font-size: 0.9em;
	letter-spacing: 0.02em;
	font-weight: 700;
	text-transform: uppercase;
	}
.sidesection h2.facility {
	padding: 2px 0 7px 20px;
	background-image: url(/images/uploads/interface/facility_icon_illus.svg);
	background-repeat: no-repeat;
	background-size: 17px auto;
	}
.sidesection h2 span {
	font-weight: 300;
	}
.sidesection h3 {
	margin: 0;
	padding: 8px 0 6px 0;
	color: #007586;
	font-size: 1.15em;
	font-weight: 600;
	letter-spacing: 0;
	}
.sidesection h3.key, .sidesection h3.filter {
	margin: 0 0 0 20px;
	padding: 3px 0 15px 0;
	color: #444;
	font-size: 0.9em;
	letter-spacing: 0.02em;
	font-weight: 700;
	text-transform: uppercase;
	}
.sidesection h3.filter { 
	padding-bottom: 8px;
	}
.sidesection h3.facilitylink {
	padding: 0 0 0 20px;
	background-image: url(/images/uploads/interface/arrow_right.svg);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: 6px 6px;
	cursor: pointer;
	}
.sidesection h3.facilitylink.on {
	background-image: url(/images/uploads/interface/arrow_down.svg);
	background-size: auto 8px;
	background-position: 3px 9px;
	}
.sidesection .facilitycontent {
	/*display: none;*/
	padding: 0 10px 10px 0;
	}
.sidesection h4 {
	margin: 0;
	padding: 8px 0 4px 20px;
	color: #147586;
	font-size: 1.1em;
	font-weight: 600;
	}
.sidesection h5 {
	margin: -12px 0 0 0;
	padding: 0 0 1px 20px;
	color: #444;
	font-size: 1.05em;
	font-weight: 600;
	}
.sidesection .hilitebox h4 {
	margin: 0 0 0 -20px;
	padding: 0 0 4px 20px;
	color: #147586;
	font-size: 1.1em;
	font-weight: 600;
	}
.sidesection .hilitebox h4.arrow {
	padding-left: 34px;
	background-image: url(/images/uploads/interface/arrow_down.svg);
	background-size: auto 7px;
	background-position: 19px 5px;
	background-repeat: no-repeat;
	cursor: pointer;
	}
.sidesection h4.top {
	padding-top: 0;
	}
.sidesection .gradientrule {
	margin: 0 0 8px 0;
	height: 1px;
	background: #87a956; /* old browsers */
	background: -moz-linear-gradient(left,  #87a956 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#87a956), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #87a956 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #87a956 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #87a956 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #87a956 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a956', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
.sidesection .gradientrule.key {
	margin: 0 0 10px 20px;
	}
.sidesection .photo {
	width: 330px;
	height: 150px;
	background-color: #ccc;
	margin-bottom: 10px;
	overflow: hidden;
	}
.sidesection .photo img {
	width: 330px;
	}
.sidesection p, .sidesection ul {
	margin: 0;
	padding: 0 0 20px 0;
	color: #444;
	font-size: 1.0em;
	line-height: 1.2em;
	}
.sidesection p .unavail {
	color: #999;
	font-weight: 300;
	font-style: italic;
	}
.sidesection ul {
	margin-top: -12px;
	}
.sidesection ul.topzero {
	margin-top: 0;
	}
.sidesection ul li {
	padding: 0 0 4px 30px;
	background-image: url(/images/uploads/interface/bullet.png);
	background-repeat: no-repeat;
	background-size: 4px 4px;
	background-position: 20px 6px;
	}
.sidesection p.indent {
	padding-left: 20px;
	}
.sidesection p.indent.beforetxt {
	padding-bottom: 10px;
	}
.sidesection .facilitycontent p {
	padding: 0 0 15px 20px; 
	}
.sidesection .facilitycontent p.none {
	color: #999;
	font-style: italic;
	}
.sidesection .facilitycontent p.list {
	line-height: 1.5em;
	}
.sidesection .facilitycontent p.list span, .sidesection .facilitycontent p span {
	color: #999;
	font-style: italic;
	font-weight: 300;
	}
.sidesection .facilitycontent p.list span.number {
	display: inline-block;
	padding-right: 8px;
	width: 20px;
	color: #87ad54;
	font-size: 1.1em;
	font-weight: 700;
	font-style: normal;
	text-align: right;
	}
.sidesection .facilitycontent p.list span span.number {
	color: #999;
	font-style: italic;
	font-weight: 300;
	}
.sidesection .facilitycontent p .label, .label {
	color: #999;
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-style: normal;
	}
.sidesection p.footnote {
	font-size: 0.8em;
	font-weight: 400;
	}
.sidesection p.footnote.key {
	padding-left: 20px;
	padding-bottom: 8px;
	}
.sidesection p.selectmenus {
	margin: 0px;
	padding: 0px 0px 10px 0;
	color: #444;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.3em;
	}
.selectRegion { width: 90px !important; }
.selectCountry { width: 200px !important; }
.selectState { width: 110px !important; }
.selectFacility { width: 180px !important; }
.sidesection a.smlink {
	padding-right: 5px;
	font-size: 0.85em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	}
.sidesection a.smlink span {
	font-weight: 300;
	}
.sidesection .sidecol1 p, .sidesection .sidecol2 p {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 0.8em;
	font-weight: 600;
	}
.sidesection .checkstyle {
	clear: both;
	float: left;
	margin-left: 0;
	}
.sidesection .sidecol1 {
	float: left;
	margin: 0 6px 8px 20px;
	width: 120px;
	}
.sidesection .sidecol2 {
	float: left;
	margin: 0 0 8px 0;
	width: 130px;
	}
.sidesection .hilitebox {
	position: relative;
	margin: 0 10px 10px 0;
	padding: 10px 12px 14px 20px;
	background-color: #e3ebd8;
	}
.sidesection .hilitebox.blue {
	background-color: #c0e3e9;
	}
.sidesection .hilitebox.blue p.descript {
	padding-top: 8px;
	font-weight: 400;
	font-size: 85%;
	}
.sidesection .hilitebox #yearmenu {
	display: none;
	position: absolute;
	top: 34px;
	left: 6px;
	padding: 0;
	width: 120px;
	text-align: center;
	background-color: #dbdbdb;
	}
.sidesection .hilitebox #yearmenu li {
	list-style: none;
	font-weight: 700;
	font-size: 11px;
	color: #6c6c6c;
	cursor: pointer;
	padding: 4px 30px;
	text-align: center;
	background-image: none;
	border-bottom: 1px solid #fff;
	}
.sidesection .hilitebox #yearmenu li.last {
	border-bottom: none;
	}
.sidesection .hilitebox #yearmenu li.on, .sidesection .hilitebox #yearmenu li:hover {
	color: #fff;
	background-color: #8e8e8e;
	}
.sidesection .hilitebox #yearmenu li:hover {
	background-color: #6c6c6c;
	}
.sidesection .hilitebox p {
	padding: 0;
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.2em;
	}
.sidesection .hilitebox p span {
	color: #00a1b5;
	font-size: 1.1em;
	font-weight: 700;
	}
.sidesection .hilitebox p span.unavail {
	color: #666;
	font-size: 12.6px;
	font-weight: 400;
	font-style: italic;
	}
.sidesection .keybox {
	clear: both;
	float: left;
	margin-top: 1px;
	margin-right: 4px;
	width: 12px;
	height: 12px;
	}
.sidesection .keyicon {
	float: left;
	display: inline-block;
	padding-right: 3px;
	width: 16px;
	margin-top: -3px;
	margin-left: -2px;
	}
.color1 { background-color: #fadfd2; }
.color2 { background-color: #f7ccb7; }
.color3 { background-color: #f4b99c; }
.color4 { background-color: #f1a681; }
.color5 { background-color: #ee9366; }
.color6 { background-color: #eb804b; }
.pattern1 { background-image: url(/images/uploads/interface/map_newpattern_01.png); background-size: 12px 12px; }
.pattern2 { background-image: url(/images/uploads/interface/map_newpattern_02.png); background-size: 12px 12px; }

.patterntest {
	position: fixed;
	top: 250px;
	left: 500px;
	width: 800px;
	height: 150px;
	}
.patterntest.pattern2 { top: 400px; }	
	
/* ABOUT SIDEBAR STYLES */
div#aboutbar {
	display: none;
	position: absolute;
	z-index: 8501;
	top: 71px;
	left: 380px;
	bottom: 50px;
	margin: 0;
	padding: 0 50px 0 0;
	width: 325px;
	height: calc(100% - 121px);
	background: #bcc88c; /* old browsers */
	background: -moz-linear-gradient(top,  #bcc88c 0%, #ebe9bd 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcc88c), color-stop(50%,#ebe9bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcc88c 0%,#ebe9bd 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcc88c 0%,#ebe9bd 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcc88c 0%,#ebe9bd 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #bcc88c 0%,#ebe9bd 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcc88c', endColorstr='#ebe9bd',GradientType=0 ); /* IE6-9 */
	/*-moz-box-shadow: inset 10px 7px 12px 0 rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: inset 10px 7px 12px 0 rgba(50, 50, 50, 0.5);
	box-shadow: inset 10px 7px 12px 0 rgba(50, 50, 50, 0.5);*/
	-moz-box-shadow: 15px 0px 20px 0 rgba(50, 50, 50, 0.3);
	-webkit-box-shadow: 15px 0px 20px 0 rgba(50, 50, 50, 0.3);
	box-shadow: 15px 0px 20px 0 rgba(50, 50, 50, 0.3);
	}
div#aboutbar #aboutscrollbox {
	position: relative;
	padding: 0 40px 0 35px;
	width: 300px;
	height: 100%;
	overflow: auto;
	-moz-box-shadow: inset 15px 0px 20px 0 rgba(50, 50, 50, 0.2);
	-webkit-box-shadow: inset 15px 0px 20px 0 rgba(50, 50, 50, 0.2);
	box-shadow: inset 15px 0px 20px 0 rgba(50, 50, 50, 0.2);
	}
div#aboutbar h2 {
	padding-top: 19px;
	color: #444;
	font-size: 1.15em;
	font-weight: 700;
	}
div#aboutbar h3 {
	padding: 3px 0 4px 16px;
	color: #444;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.25em;
	background-image: url(/images/uploads/interface/arrow_white_right.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	cursor: pointer;
	}
div#aboutbar h3.on {
	background-image: url(/images/uploads/interface/arrow_white_down.png);
	background-position: 0 8px;
	}
div#aboutbar h4 {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 6px 0 6px 16px;
	color: #678142;
	}
div#aboutbar #closelink {
	float: right;
	padding-top: 15px;
	cursor: pointer;
	margin-right: -20px;
	}
div#aboutbar #closelink p { 
	color: #fff;
	font-size: 0.75em;
	font-weight: 700;
	text-transform: uppercase; 
	letter-spacing: 0.03em;
	}
div#aboutbar #closelink:hover p { color: #444; }
div#aboutbar p {
	color: #333;
	font-size: 1.0em;
	line-height: 1.25em;
	padding-left: 16px;
	}
div#aboutbar a, div#aboutbar a:visited { color: #678142; }
div#aboutbar a:hover, div#aboutbar a:active { color: #222; }
#aboutbar .gradientrule {
	margin: 3px 0 6px 0;
	height: 1px;
	background: #87a956; /* old browsers */
	background: -moz-linear-gradient(left,  #87a956 0%, #bcc88c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#87a956), color-stop(100%,#bcc88c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #87a956 0%,#bcc88c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #87a956 0%,#bcc88c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #87a956 0%,#bcc88c 100%); /* IE10+ */
	background: linear-gradient(to right,  #87a956 0%,#bcc88c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a956', endColorstr='#bcc88c',GradientType=1 ); /* IE6-9 */
	}
b.smallheadline {
	font-size: 75%;
	text-transform: uppercase;
	display: block;
	margin-bottom: 2px;
	}
	

/*-------------------------------------------------- */	
/* FOOTER STYLES */
/*-------------------------------------------------- */
#footer p {
	text-align: left;
	font-size: 0.85em;
	color: #9b9b9b;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	}
#footer p a, #footer p a:visited {
	/*color: #8e8e8e;*/
	color: #6c6c6c;
	}
#footer p a:hover, #footer p a:active {
	color: #444;
	}
#footer p a span {
	font-weight: 400;
	}
#footer p.partners {
	float: right;
	}
#footer .partner {
	float: right;
	margin: -17px 0 0 8px;
	}
#footer .donatetxt {
	margin-left: -9px;
	margin-top: -8px;
	padding-left: 134px;
	color: #666;
	}
#footer .donatetxt .sidebarbtn {
	position: absolute;
	margin-top: 3px;
	margin-left: -134px;
	text-transform: none;
	}


/*-------------------------------------------------- */	
/* CHART STYLES */
/*-------------------------------------------------- */
.canvas-holder {
	float: left;
	padding: 0;
	margin: 0px 0 20px -40px;
	width: 220px;
	height: 110px;
	}
#chart-area, #chart-area2 {
	height: 100px;
	}
.chartlegend {
	float: right;
	margin: 5px 0 10px 0;
	width: 115px;
	}
.chartlegend p {
	margin: 0;
	padding: 0 0 6px 18px;
	font-size: 0.8em;
	font-weight: 600;
	}
.chartlegend p span {
	font-size: 0.9em;
	}
.color7 { background-color: #00a1b5; }
.color8 { background-color: #87a956; }
.color9 { background-color: #a86e86; }


/* old sidebar styles follow */
#sidebar .toggle_container {
	padding-bottom: 10px;
	}
#sidebar div.layerset_container {
	margin: 4px 0 20px 0; 
	padding: 0;
	}
#sidebar div.kpi-mortalitym .kpi-layer-arrow {
	background-image: url(/images/uploads/interface/mortality_arrow_1x.png);
	/* x value for background position is maternal mortality number divided by 6 */
	/* background-position: 67px -10px; */
	}
#sidebar div.kpi-mortalityc .kpi-layer-arrow {
	background-image: url(/images/uploads/interface/mortality_arrow_1x.png);
	/* x value for background position is child mortality number divided by 100 */
	/* background-position: 50px -10px; */
	}
#sidebar div.kpi-mortalitym .kpi-layer-text {
	text-align: center;
	margin-top: -12px;
	width: 100px;
	/* margin-left is maternal mortality number divided by 6, minus 46 */
	/* margin-left: 21px; */
	}
#sidebar div.kpi-mortalityc .kpi-layer-text {
	text-align: center;
	margin-top: -12px;
	width: 100px;
	/* margin-left is child mortality number divided by 100, minus 46 */
	/* margin-left: 4px; */
	}
#sidebar div.kpi-mortalitym .kpi-layer-text p, #sidebar div.kpi-mortalityc .kpi-layer-text p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
	}
#sidebar div.kpi-mortalitym .kpi-layer-text p span, #sidebar div.kpi-mortalityc .kpi-layer-text p span {
	font-size: 12px;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600;
	}
#sidebar div.kpi-basebar {
	margin-top: 3px;
	float: left;
	height: 8px;
	/* don't change without updating templateCharts.html: tmplKpiChart */
	width: 220px;
	background-color: #ccc;
	}
#sidebar div.kpi-fillbar-red {
	height: 8px;
	background-color: #c00;
	}
#sidebar div.kpi-fillbar-green {
	height: 8px;
	background-color: #93a260;
	}
#sidebar p.layerinfo1st b { font-family: 'Source Sans 3', sans-serif; font-weight: 600; }
#sidebar p.layerinfokey { 
	margin: 0 20px 2px 4px;
	padding: 0 0 2px 19px;
	font-size: 0.8em;
	font-weight: 600;
	}
#sidebar p.layerinfofacility { 
	margin: 8px 10px 8px 28px;
	padding: 8px 0 2px 19px;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	border-top: solid 1px #ccc;
	background-image: url(/images/uploads/interface/pt_15px_95percent_lvl2.png);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	}
#sidebar p.layerinfofacility .note { font-size: 10px; color: #999; text-transform: none; }
#sidebar p.endlink { 
	margin: -2px 0 20px 18px;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: 600;
	line-height: 14px;
	cursor: pointer;
	}
.legend_box {
	float: left;
	margin: 2px 4px 0 0;
	padding: 6px;
	font-size: 0;
	height: 0;
	}
.sidebarbtn, .roundbtn {
	margin: 0 0 8px 0;
	padding: 4px 20px 4px 12px;
	font-family: 'Source Sans 3', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	background-color: #2da1b5;
	background-image: url(/images/uploads/interface/sidebarbtn_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	-moz-border-radius: 10px;
	-webkit-border: 10px;
	border-radius: 10px;
	cursor: pointer;
	}	
.sidebarbtn:hover, .roundbtn:hover { color: #fff !important; background-color: #444; }
.sidebarbtn a, .sidebarbtn a:visited { font-family: 'Source Sans 3', sans-serif; color: #fff; font-weight: 600; text-decoration: none; }
.sidebarbtn a:hover, .sidebarbtn a:active { font-family: 'Source Sans 3', sans-serif; color: #fff; font-weight: 600; text-decoration: none; }

#sidebar .check, .check {
	float: left;
	margin: 0 4px 2px 0;
	font-size: 10px;
	}
.check { margin: 0 4px 2px 0; }
#sidebar img.icon {
	float: left;
	margin: -1px 4px 2px 2px;
	}
#sidebar img.iconnochk {
	float: left;
	margin: -1px 4px 2px 34px;
	}
#sidebar img.info {
	float: right;
	margin: -3px 17px 2px 6px;
	cursor: pointer;
	}
p.layerinfosrcnote { 
	margin-top: 8px !important;
	margin-bottom: 12px !important;
	padding-left: 0px !important;
	}
p.layerinfosrcnote.demo {
	clear: both; 
	padding: 6px 20px 0 23px !important;
	line-height: 1.4em !important;
	}
.infoboxintro p.srcnote, p.srcnote, .srcnote, p.layerinfosrcnote, .srcnote {
	font-family: 'Source Sans 3', sans-serif;
	margin-top: 1px;
	margin-bottom: 8px !important;
	font-size: 10px !important;
	color: #666 !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	line-height: 12px !important;
	}
.infoboxintro p.srcnote, .infoboxfooter p.srcnote { float: right; margin-left: 6px; /* margin-right: 5px; */ }
.srcnote a, .srcnote a:visited, p.layerinfosrcnote a, p.layerinfosrcnote a:visited { font-family: 'Source Sans 3', sans-serif; font-weight: 600 !important; color: #666 !important;}
.srcnote a:hover, .srcnote a:active, p.layerinfosrcnote a:hover, p.layerinfosrcnote a:active { font-weight: 600 !important; color: #444 !important; text-decoration: none; }

	
	
/*-------------------------------------------------- */
/* DIALOGUE BOXES */
/*-------------------------------------------------- */
div.dlgBody h3 {
	margin: 18px 20px 2px 22px;
	font-family: 'Source Sans 3', sans-serif;
	color: #4f74a2;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	}
#dlgShareEmbed h3 { margin: 0 20px 2px 12px; }
div.dlgBody p, #dlgShareEmbed p, #dlgShareMap p {
	font-family: 'Source Sans 3', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	}
div.dlgBody p, #dlgShareEmbed p, #dlgShareMap p { margin: 0 20px 12px 22px; }
.dlgBody { margin-top: 20px; }
p.error {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #96360a;
	}
div.contactRBWLabel, div.contactRBWLabelClear {
	float: left;
	width: 130px;
	text-align: right;
	}
div.contactRBWLabelClear {
	clear: both;
	}
p.contactRBWIndent {
	padding-left: 140px;
	margin-left: 0;
	}
.dlgBody ul {
	padding-left: 5px;
	}
.dlgBody li {
	font-size: 13px;
	list-style: none;
	padding: 0 0 2px 15px;
	background-image: url(/images/uploads/interface/bullet.gif);
	background-repeat: no-repeat;
	}
#contactFormLink p.endlink {
	color: #999999;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	}
#ui-id-1 {
	border-bottom: medium none;
	color: #fff;
	margin-top: -36px;
	padding-top: 38px;
	}
#contactRBWSubmit, #contactRBWCancel {
	background-color: #666;
	color: #fff;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 11px;
	margin: 0;
	cursor: pointer;
	padding: 6px 12px 5px;
	border: none;
	}
#contactRBWCancel {
	background-color: #aaa;
	}


/*-------------------------------------------------- */
/* AUTO COMPLETE LIST */
/*-------------------------------------------------- */
.popupmenu {
	margin-top: 10px;
	width: 255px !important;
	}
.popupmenu ul {
	margin: 0;
	}
.popupmenu li {
	padding: 6px 10px;
	cursor: pointer;
	}
.popupmenu li:hover {
	color: #fff;
	background-color: #4f74a2;
	}
.popupmenu li.disabled:hover {
	color: #000;
	background-color: #fff;
	cursor: default;
	}
.popupmenu li.current {
	color: #fff;
	background-color: #4f74a2;
	}
.popupmenu li span {
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600;
	}
	
	
/*-------------------------------------------------- */
/* SLIDE MENUS */
/*-------------------------------------------------- */
.slideMenu {
	display: none;
	position: absolute;
	top: 45px;
	left: 48px;
	z-index: 8600;
	width: 250px;
	background: #ffffff;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 12px;
	font-weight: 400;
	}
.slideMenu .stripe {
	background-color: #c1d7e5;
	}
.IE .slideMenu {
	border: 1px solid #becede;
	}
.slideMenu .mapInput, .slideMenu .iconInput {
	background-color: #fdfefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbe4e8), to(#fdfefe));
	background-image: -moz-linear-gradient(top, #dbe4e8, #fdfefe);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#dbe4e8', endColorstr='#fdfefe');
	-ms-filter:'progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dbe4e8', endColorstr='#fdfefe')';
	border: 1px solid #becede;
	}

/*-------------------------------------------------- */
/* BASEMAP MENU */
/*-------------------------------------------------- */
#basemapMenu {
	width: 366px;
	}
#baseContainer {
    margin: 12px;
	}
#basemapMenu .baseMap {
	cursor: pointer;
	width: 104px;
	height: 83px;
	margin-right: 12px;
	font-size: 10px;
	line-height: normal;
	float: left;
	}
#basemapMenu .MB {
	margin-bottom: 12px;
	}
#basemapMenu .ML {
	margin-left: 13px;
	}
#basemapMenu .baseMap .baseImage {
	width: 100px;
	height: 62px;
	padding: 2px;
	border: 1px solid #c6cdd2;
	}
#basemapMenu .baseMap .baseImage .BG {
	position: relative;
	width: 100px;
	height: 62px;
	background-image: url(/images/uploads/interface/basemaps.jpg);
	background-repeat: no-repeat;
	opacity: 0.75;
	filter:alpha(opacity=75);
	}
#basemapMenu .baseMap:hover .baseImage {
	border: 1px solid #00a1b5;
	padding: 2px;
	}
#basemapMenu .basemapSelected {
	cursor: default;
	}
#basemapMenu .basemapSelected .baseImage {
	border: 2px solid #ab9179;
	padding: 1px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}
#basemapMenu .basemapSelected:hover .baseImage {
	border: 2px solid #00a1b5;
	padding: 1px;
	}
#streetmapButton .baseImage .BG {
	background-position: 0 0;
	}
#satelliteImageryButton .baseImage .BG {
	background-position: -100px 0;
	}
#openStreetmapButton .baseImage .BG {
	background-position: -200px 0;
	}
#topographicMapButton .baseImage .BG {
	background-position: -300px 0;
	}
#lightgraymapButton .baseImage .BG {
	background-position: -400px 0;
	}
#basemapMenu .baseTitle {
	margin-top: 3px;
	text-align: center;
	height: 12px;
	}
	
	
/*-------------------------------------------------- */
/* EXPLORE LAYERS */
/*-------------------------------------------------- */
/* Don't delete without verifying ESRI is not using it */
.defaultLayer {
	display: block;
	}
/* cRadio must come before cBox, so use both to act like radio but look like checkbox */
.cRadio {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/images/uploads/interface/uiSprite.png) no-repeat -192px -114px;
	_background: url(/images/uploads/interface/uiSprite.gif) no-repeat -192px -114px;
	cursor: pointer;
	}
.cRadio.checked {
	background: url(/images/uploads/interface/uiSprite.png) no-repeat -208px -114px;
	_background: url(/images/uploads/interface/uiSprite.gif) no-repeat -208px -114px;
	}
.cRadio.cLoading {
	background: url(/images/uploads/interface/ajax-loader.gif) no-repeat center center;
	}
.cBox {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/images/uploads/interface/uiSprite.png) no-repeat -160px -114px;
	_background: url(/images/uploads/interface/uiSprite.gif) no-repeat -160px -114px;
	cursor: pointer;
	}
.cBox.checked {
	background: url(/images/uploads/interface/uiSprite.png) no-repeat -176px -114px;
	_background: url(/images/uploads/interface/uiSprite.gif) no-repeat -176px -114px;
	}
.cBox.cLoading {
	background: url(/images/uploads/interface/ajax-loader.gif) no-repeat center center;
	}
/*-------------------------------------------------- */
/* CSS USED TO OVERWRITE DOJO */
/*-------------------------------------------------- */
#map_infowindow {
	position: absolute !important;
	z-index: 997 !important;
	}
/* This is validation error in html */
#dialog2 {
	z-index: 999 !important;
	}
.infowindow .sprite {
	background-image: url(/images/uploads/interface/soria.infowindow.png) !important;
	}


/*-------------------------------------------------- */
/* TRANSPARENCY SLIDER */
/*-------------------------------------------------- */
.transSlider {
	font-size: 11px;
	font-family: 'Source Sans 3', sans-serif;
	margin: 6px 20px 10px 0;
	text-align: left;
	color: #666;
	font-weight: 700;
	text-transform: uppercase;
	}
.sliderWidth {
	width: 100px;
	}
.transSlider span.tStitle {
	display: inline !important;
	vertical-align: middle !important;
	padding: 4px 5px 4px 0;
	}
.transSlider table {
	display: inline-block !important;
	display: inline !important;
	vertical-align: middle !important;
	}
.transSlider table td {
	vertical-align: middle !important;
	}
	
	
/*-------------------------------------------------- */
/* SETTINGS PANEL */
/*-------------------------------------------------- */
.resetCenter {
	display: inline-block;
	display: none;
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
	background: url(/images/uploads/interface/uiSprite.png) no-repeat -32px -98px;
	_background: url(/images/uploads/interface/uiSprite.gif) no-repeat -32px -98px;
	}
.locationButton .iconBlock {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: top;
	background: url(/images/uploads/interface/uiSprite.png) no-repeat -384px -98px;
	_background: url(/images/uploads/interface/uiSprite.gif) no-repeat -384px -98px;
	}
.clusterButton .iconBlock {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: top;
	background: url(/images/uploads/interface/uiSprite.png) no-repeat -160px -98px;
	_background: url(/images/uploads/interface/uiSprite.gif) no-repeat -160px -98px;
	}
.heatButton .iconBlock {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: top;
	background: url(/images/uploads/interface/uiSprite.png) no-repeat -176px -98px;
	_background: url(/images/uploads/interface/uiSprite.gif) no-repeat -176px -98px;
	}
.calendarIcon {
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	background: url(/images/uploads/interface/uiSprite.png) no-repeat -64px -114px;
	_background: url(/images/uploads/interface/uiSprite.gif) no-repeat -64px -114px;
	}

	
/*-------------------------------------------------- */
/* SOCIAL MEDIA PANEL */
/*-------------------------------------------------- */
div.socialbox {
	display: none;
	z-index: 998;
	position: absolute;
	right: 9px;
	bottom: 70px;
	margin: 0;
	padding: 0; 
	width: 300px; 
	min-height: 160px;
	background-color: #fff;
	border: none;
	-moz-box-shadow: 3px 5px 20px -7px #000;
	-webkit-box-shadow: 3px 5px 20px -7px #000;
	box-shadow: 3px 5px 20px -7px #000;
	-moz-border-radius: 12px;
	-webkit-border: 12px;
	border-radius: 12px;
	}
div.socialbox div.titleframe {
	position: relative; 
	margin: 0;
	padding: 0;
	background-color: #999;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	}
div.socialbox div.titleframe h1 {
	margin: 0;
	padding: 10px 20px 10px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.0em;
	}
div.socialelems {
	min-height: 103px;
	padding: 10px 50px 20px 15px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	}
div.socialelems p {
	font-size: 0.9em;
	line-height: 1.2em;
	}
div#socialmedia {
	z-index: 998;
	position: absolute;
	top: 100px;
	right: 200px;
	margin: 0;
	padding: 0; 
	width: 530px; 
	height: auto;
	background-color: #fff;
	border: none;
	-moz-box-shadow: 3px 5px 20px -7px #000;
	-webkit-box-shadow: 3px 5px 20px -7px #000;
	box-shadow: 3px 5px 20px -7px #000;
	-moz-border-radius: 12px;
	-webkit-border: 12px;
	border-radius: 12px;
	}
div#socialmedia .socialtab {
	float: right;
	cursor: pointer;
	}
.fbcontent { float: left; margin-left: 0; margin-right: 2px; display: inline; }
.twcontent { position: absolute; left: 75px; margin-right: 10px; display: inline; }
.gocontent { position: absolute; left: 138px; display: inline; }
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
	}
/*div.socialpanel h3 {
	padding: 6px 0 6px 0;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 15px;
	color: #4f74a2;
	text-transform: uppercase;
	font-weight: 600;
	}
div.socialpanel p {
	font-family: 'Source Sans 3', sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	}*/
#twitter_update_list li {
	font-family: 'Source Sans 3', sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	list-style: none;
	margin-right: 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}
/*#smcontent_gplus iframe { margin-top: -26px !important; }
#smcontent_gplus #plusone-div iframe { margin-top: 0 !important; }*/
#socialContainer {
	position: absolute;
	bottom: 90px;
	right: 15px;
	height: 96px;
	z-index: 999;
	-moz-box-shadow: 3px 5px 16px -9px #000;
	-webkit-box-shadow: 3px 5px 16px -9px #000;
	box-shadow: 3px 5px 16px -9px #000;
	-moz-border-radius: 8px;
	-webkit-border: 8px;
	border-radius: 8px;
	}
#socialFB, #socialTW, #socialEmail,
#socialFBon, #socialTWon, #socialEmailon,
#smtab_email, #smtab_twitt, #smtab_fbook {
	display: block;
	width: 32px;
	height: 31px;
	background-color: #fff;
	background-repeat: no-repeat;
	cursor: pointer;
	}
#socialFB, #socialFBon, #smtab_fbook {
	border-bottom: 2px solid #ddd;
	background-image: url(/images/uploads/interface/social_icons.png);
	background-position: 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	}
#socialTW, #socialTWon, #smtab_twitt {
	height: 30px;
	background-image: url(/images/uploads/interface/social_icons.png);
	background-position: 0 -31px;
	}
#socialEmail, #socialEmailon, #smtab_email {
	border-top: 2px solid #ddd;
	background-image: url(/images/uploads/interface/social_icons.png);
	background-position: 0 -61px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	}
#socialFB:hover, #socialFBon, #smtab_fbook:hover {
	background-position: -32px 0;
	}
#socialTW:hover, #socialTWon, #smtab_twitt:hover {
	background-position: -32px -31px;
	}
#socialEmail:hover, #socialEmailon, #smtab_email:hover {
	background-position: -32px -61px;
	}
#socialFBon { position: absolute; top: 0px; }
#socialTWon { position: absolute; top: 33px; }
#socialEmailon { position: absolute; top: 63px; }
.socialon { display: none; }


/*-------------------------------------------------- */
/* from APP.CSS */
/*-------------------------------------------------- */
.ui-dialog .ui-widget-header {
	height: 19px;
	font-family: 'Source Sans 3', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #ededed;
	background-image: url(/images/uploads/interface/errormsg_titlebar_bgtile.jpg) !important;
	background-position: top left;
	background-repeat: repeat-x;
	padding: 5px 5px 5px 12px;
	}
#ui-dialog-title-dlgHelpFAQ { padding-left: 18px; }
#zoomSliderBG {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 8px 9px 71px 9px;
	width: 20px;
	z-index: 36;
	}
#zoomSliderCenter {
	z-index: 37;
	position: absolute;
	top: 100px;
	left: -38px;
	width: 38px;
	height: 29px;
	background-image: url(/images/uploads/interface/zoom_center_icon.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}
#zoomSliderCenter.usa { top: 130px; background-image: url(/images/uploads/interface/zoom_center_icon_usa.png); }
#zoomSliderCenter:hover {
	background-image: url(/images/uploads/interface/zoom_center_icon_hover.png);
	}
#zoomSliderCenter.usa:hover { background-image: url(/images/uploads/interface/zoom_center_icon_usa_hover.png); }
#zoomSliderCustom {
	margin: 0 5px;
	}
#navHide, #navShow {
	z-index: 37;
	position: absolute;
	top: 130px;
	left: -38px;
	width: 38px;
	height: 34px;
	background-repeat: no-repeat;
	cursor: pointer;
	}
#navHide { background-image: url(/images/uploads/interface/nav_hide.png); }
#navShow { display: none; background-image: url(/images/uploads/interface/nav_show.png); }
#navHide.usa, #navShow.usa {
    top: 160px;
}
#navHide:hover, #navShow:hover { background-position: -38px 0; }
#zoomSliderBG .ui-slider {
	position: relative;
	text-align: left;
	cursor: pointer;
	background: url(/images/uploads/interface/ui_sprite.png) repeat-y -400px 0;
	_background: url(/images/uploads/interface/ui_sprite.gif) repeat-y -400px 0;
	}
#zoomSliderBG .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 4;
	display: block;
	width: 22px;
	height: 8px;
	cursor: pointer;
	background: url(/images/uploads/interface/ui_sprite.png) no-repeat -336px -86px;
	_background: url(/images/uploads/interface/ui_sprite.gif) no-repeat -336px -86px;
	}
#zoomSliderBG .ui-slider .ui-slider-handle:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	}
#zoomSliderBG .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 12px;
	display: block;
	border: 0;
	background-position: 0 0;
	}
#zoomSliderBG .ui-slider-vertical {
	width: 8px;
	height: 100px;
	}
#zoomSliderBG .ui-slider-vertical .ui-slider-handle {
	right: -7px;
	margin-left: -3px;
	margin-bottom: -4px;
	}
#zoomSliderBG .ui-slider-vertical .ui-slider-range {
	right: 0;
	width: 100%;
	}
#zoomSliderBG .ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
	}
#zoomSliderBG .ui-slider-vertical .ui-slider-range-max {
	top: 0;
	}
#zoomSliderPlus, #zoomSliderMinus, #zoomSliderWorld, #zoomSliderLocator {
	width: 29px;
	height: 27px;
	display: block;
	cursor: pointer;
	}	
#zoomSliderLocator {
	position: relative;
	top: 10px;
	}
#zoomSliderPlus, #zoomSliderMinus, #zoomSliderWorld {
	background-color: #fff;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	}
#zoomSliderPlus {
	border-bottom: 2px solid #ddd;
	background-image: url(/images/uploads/interface/zoom_plus_2x.png);
	background-position: 6px 6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	}
#zoomSliderMinus {
	border-top: 2px solid #ddd;
	background-image: url(/images/uploads/interface/zoom_minus_2x.png);
	background-position: 6px 5px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	}
#zoomSliderPlus:hover, #zoomSliderMinus:hover, #zoomSliderWorld:hover {
	background-color: #eee;
	}
#zoomSliderWorld {
	height: 28px;
	background-image: url(/images/uploads/interface/zoom_globe_2x.png);
	background-size: 22px 22px;
	background-position: 3px 3px;
	}
#zoomSliderLocator{
	margin-bottom: 2px;
	background: url(/images/uploads/interface/jon_locator.png) no-repeat 0 0;
	_background: url(/images/uploads/interface/jon_locator.png) no-repeat 0 0;
	}
#zoomSliderLocator:hover {
	opacity: 1;
	background: url(/images/uploads/interface/jon_locator.png) no-repeat 0 0;
	_background: url(/images/uploads/interface/jon_locator.png) no-repeat 0 0;
	/* filter: alpha(opacity=100); */
	}
	
	
/*-------------------------------------------------- */
/* CHARTS*/
/*-------------------------------------------------- */
#chart, #chartArea {
	background-color: transparent;
	}
.pieContainer {
	width: 180px;
	height: 180px;	
	}
.dojoxLegendText {
	color: #202010;
	font-size: 9px;
	}
.pieTitle {
	width: 420px;
	margin-bottom: 6px;
	background-image: url(/images/uploads/interface/subhead_select_bgtile.png);
	background-repeat: repeat-y;
	height: 24px;
	clear: both;
	}
div.legendclass.pie { 
	overflow: auto;
	height: 130px;
	width: 240px;
	}
div.legendclass.tree {
	margin-left: 140px;
	width: 260px; 
	overflow: auto;
	height: 134px;
	}
.pieTitle:hover {
	background-image: url(/images/uploads/interface/subhead_select_bgtile_hover.png);
	}
.pieTitle:hover div.selectchart { color: #00a1b5; }
/* google */
.pieLegend {
	padding-left: 10px;
	}
.pieLegendColor {
	width: 12px;
	height: 12px;
	}
.pieLegendName {
	padding-left: 4px;
	font-size: 11px;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 2px;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
	line-height: 11px;
	}
.pieLegendName b {
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600 !important;
	}
#chartArea { background-color: #ededed; }
a.disabled {
	color: #999;
	}
div.chartclass { top: -6px !important; }
div.barchartcontainer {
	width: 420px;
	height: 140px;
	overflow: auto;
	}
div.barchartrow {
	clear: both;
	width: 400px;
	}
.chartContainerWorldwide {
	margin-bottom: 12px; 
	}
div.barchartlabel {
	width: 215px;
	text-align: right;
	float: left;
	margin-right: 4px;
	margin-bottom: 2px;
	font-size: 11px;
	line-height: 12px;
	}
div.barchartlabel b {
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600;
	}
div.barchartbar {
	height: 8px;
	margin-bottom: 4px;
	margin-top: 2px;
	float: left;
	}
.sidebarExpandArrow {
	background: url(/images/uploads/interface/uiSprite.png) no-repeat -96px -98px;
	_background: url(/images/uploads/interface/uiSprite.gif) no-repeat -96px -98px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	cursor: pointer;
	}
.sidebarExpandArrow.expanded {
	background: url(/images/uploads/interface/uiSprite.png) no-repeat -112px -98px;
	_background: url(/images/uploads/interface/uiSprite.gif) no-repeat -112px -98px;
	}
div#divChartRegion, div#tab_shipments {
	margin: 10px 10px 10px 0;   /* changed for 'where we work' */
	}
#sidebarChart {
	margin-left: 10px; 
	}
#sidebarChart_legend {
	margin-left: -3px; 
	}
	
	
/*-------------------------------------------------- */
/* OTHER INFOBOX ADDITIONS */
/*-------------------------------------------------- */
/*.boxtxt {
	font-size: 13px; 
	line-height: 13px;
	font-family: 'Source Sans 3', sans-serif;
	color: #333;
	font-weight: 400;
	}
p.boxtxt {
	font-size: 13px;
	line-height: 15px;
	font-family: 'Source Sans 3', sans-serif;
	color: #333;
	font-weight: 400;
	margin: 0 8px 3px 8px;
	padding: 0;
	}
.boxtxtlabel, .label {
	color: #0b4c8c;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 13px;
	}
.boxtxtlabel.error, .label.error {
	color: #96360a;
	}
.boxtxtlabel a, .boxtxtlabel a:visited, .boxtxtlabel a:hover, boxtxtlabel a:active,
.label a, .label a:visited, .label a:hover, label a:active {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 11px;
	font-weight: 600;
	}
*/
div.infoboxintro {
	margin: 10px 10px 10px 5px;
	}
div.infoboxfooter { margin: 0 10px 0 0; }
.infoboxintro h2 {
	margin: 0 0 8px 0;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 15px;
	color: #00a1b5;
	font-weight: 600;
	line-height: 17px;
	}
.infoboxintro h2 .location {
	font-size: 13px;
	color: #333;
	font-weight: 400;
	}
.infoboxintro h3 {
	margin: 0 0 8px 0;
	padding: 4px 0 6px 0;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	color: #00a1b5;
	font-weight: 600;
	line-height: 17px;
	border-bottom: 1px solid #cdbfb3; 
	border-top: 1px solid #cdbfb3;
	}
.infoboxintro p {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: 400;
	line-height: 16px;
	}
.infoboxintro p .stat {
	color: #00a1b5;
	font-weight: 600;
	}
.infoboxintro p.infoboxrule {
	margin: 8px 0 8px 0;
	border-bottom: 1px solid #cdbfb3; 
	}
div.infoboxright {
	position: relative;	
	float: right; 
	text-align: right;
	margin: 1px 10px 10px 15px;
	display: block;
	}

	
/*-------------------------------------------------- */
/* INFOWINDOW ADDITIONS */
/*-------------------------------------------------- */
.dijitTooltipContainer {
	/*border: solid 1px #999 !important;*/
	margin: 0;
	padding: 6px; 
	width: 240px; 
	height: auto;
	background-color: #fff;
	border: none;
	-moz-box-shadow: 3px 5px 20px -7px #000;
	-webkit-box-shadow: 3px 5px 20px -7px #000;
	box-shadow: 3px 5px 20px -7px #000;
	-moz-border-radius: 12px;
	-webkit-border: 12px;
	border-radius: 12px;
	}
.dijitTooltipContainer .countrytitle,
.dijitTooltipContainer .facilitytitle,
.dijitTooltipContainer .labtitle {
	margin: -8px -8px 2px -8px;
	padding: 7px 12px 3px 12px;
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	}
.dijitTooltipContainer .countrytitle { background-color: #f6dccf; }
.dijitTooltipContainer .facilitytitle { background-color: #e3ebd8; }
.dijitTooltipContainer .labtitle { background-color: #cee5eb; }
.dijitTooltipContainer .countrytitle h2, 
.dijitTooltipContainer .facilitytitle h2, 
.dijitTooltipContainer .labtitle h2 {
	color: #444;
	font-size: 1.15em;
	font-weight: 700;
	}
.dijitTooltipContainer p {
	margin: 0;
	padding: 2px 6px 4px 5px; 
	font-size: 1.0em;
	line-height: 1.2em;
	}
.dijitTooltipContainer p .label {
	color: #999;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.02em;
	}
.dijitTooltipContainer p.stats span {
	color: #00a2b6;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	}
.dijitTooltipContainer p.stats .unavail {
	color: #666;
	font-size: 12.6px;
	font-weight: 400;
	font-style: italic;
	}
.dijitTooltipContainer .explorelink p {
	margin: 0;
	padding: 0 6px 0 6px;
	}
.dijitTooltipContainer .explorelink p a {
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	}
.dijitTooltipContainer .explorelink p a span {
	font-weight: 300;
	}
.infowindow .window .top .border {
	display: none;
	border: none !important;
	margin: 0;
	padding: 0;
	}
.infowindow .window .top .right .user { 
	background-color: #ededed !important;
	width: 432px;
	border-left: solid 1px #999 !important;
	border-bottom: solid 1px #999 !important;
	}
.infowindow .window .titlebar {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	text-transform: none;
	font-weight: 600;
	color: #fff;
	background-color: #999;
	margin: -7px -3px -6px -10px;
	padding: 6px 11px 5px 15px;
	}
.infowindow .window .top .right .user .titlebar .hide {
	z-index: 200;
	width: 19px !important;
	height: 19px !important;
	margin: 0 !important;
	margin-top: 0 !important;
	overflow: hidden !important;
	position: relative !important;
	float: right !important;
	background-image: url(/images/uploads/infowindow/btn_close.gif) !important;
	background-repeat: no-repeat !important;
	cursor: pointer;
	}
.infowindow .window .top .right .user .titlebar .hide:hover {
	background-image: url(/images/uploads/infowindow/btn_close_hover.gif) !important;
	}
.infowindow .window .top .right .user .titlebar .hide .sprite {
	cursor: pointer;
	display: block;
	background-image: url(/images/uploads/infowindow/btn_close.gif) !important;
	background-repeat: no-repeat !important;
	}
.infowindow .window .top .right .user .titlebar .hide .sprite:hover {
	background-image: url(/images/uploads/infowindow/btn_close_hover.gif) !important;
	}
.infowindow .window .top .right .user .layout, .infowindow .window .top .right .user .content { 
	width: 408px !important; 
	border-right: solid 1px #999 !important; 
	}
.infowindow .window .top .right { padding-right: 0 !important; }
.infowindow .sprite {
	width: 47px !important;
	height: 43px !important; 
	}
.infowindow .window .top .right .user .layout {
	margin: 6px 0 0 0 !important;
	overflow: auto;
	padding-right: 0 !important;
	background-color: #ededed;
	}
.infowindow .pointer {
	height: 44px;
	overflow: hidden;
	position: absolute;
	width: 47px;
	}
.infowindow .upperleft {
	left: -47px !important;
	}
.infowindow .upperright {
	left: 0;
	}
.infowindow .lowerright {
	left: 0;
	top: 0;
	}
.infowindow .lowerleft {
	right: 0;
	top: 0 !important;
	left: -47px !important;
	}
.infowindow .upperleft .sprite {
	margin-left: 0 !important;
	margin-top: 0 !important;
	background-image: url('/images/uploads/interface/soria_infowindow_upperleft.png') !important;
	background-repeat: no-repeat !important;
	}
.infowindow .upperright .sprite {
	margin-left: 0 !important;
	margin-top: 0 !important;
	background-image: url('/images/uploads/interface/soria_infowindow_upperright.png') !important;
	background-repeat: no-repeat !important;
	}
.infowindow .lowerright .sprite {
	margin-left: 0 !important;
	margin-top: 0 !important;
	background-image: url('/images/uploads/interface/soria_infowindow_lowerright.png') !important;
	background-repeat: no-repeat !important;
	}
.infowindow .lowerleft .sprite {
	margin-left: 0 !important;
	margin-top: 0 !important;
	background-image: url('/images/uploads/interface/soria_infowindow_lowerleft.png') !important;
	background-repeat: no-repeat !important;
	}
.infowindow .window .top .right .user .titlebar .title {
	font-size: 17px !important;
	font-weight: 600 !important;
	}
	
	
	
/*-------------------------------------------------- */
/* HELP STYLES (are these going to be used in WWW map? */
/*-------------------------------------------------- */
div.helpcontentframe { 
	top: -59px;
	width: 100%;
	height: 343px;
	background-color: #fff;
	overflow: auto;
	}
div.helpboxcontent { 
	margin: 10px 0 0 27px;
	width: 544px;
	}
div.helpboxmaincolumn {
	padding-top: 10px;
	}
div.helpboxcontent h3 {
	margin: -2px 20px 0 175px;
	padding-bottom: 2px;
	color: #4f74a2;
	font-size: 16px;
	text-transform: none;
	font-weight: 600;
	}
div.helpboxcontent h4 {
	color: #4f74a2;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0 4px 175px;
	line-height: 16px;
	text-transform: none;
	}
div.helpboxcontent h4.top { padding-top: 0; }
div.helpboxcontent h5 {
	color: #4f74a2;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	padding: 0 0 2px 175px;
	line-height: 16px;
	text-transform: uppercase;
	}
div.helpboxcontent h5.noh4 { padding-top: 6px; }
div.helpboxmaincolumn p, div.helpboxmaincolumn ul {
	margin: 0 20px 12px 175px;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 18px;
	}
div.helpboxmaincolumn p.beforelist { margin-bottom: 6px; }
div.helpboxmaincolumn ul { margin-bottom: 4px; }
div.helpboxmaincolumn ul li {
	list-style: none;
	padding: 0 0 8px 15px;
	background-image: url(/images/uploads/interface/bullet.gif);
	background-repeat: no-repeat;
	}
div.helpboxmaincolumn ul li b {
	color: #00a1b5;
	font-weight: 600;
	}
div.helpboxmaincolumn p b {
	color: #00a1b5;
	font-weight: 600;
	}
div.helpboxmaincolumn p.fullrule {
	margin-bottom: 6px;
	height: 1px;
	font-size: 0;
	line-height: 1px;
	background-image: url(/images/uploads/interface/sidebar_fullrule.jpg); 
	background-repeat: no-repeat;
	background-position: bottom left;
	}
div.helpboxmaincolumn p.fullrule {
	margin-left: 175px;
	}
div.helpboxsidebar {
	float: left;
	padding-top: 30px;
	font-size: 11px;
	color: #7b634d;
	font-weight: 600;
	line-height: 12px;
	}
div.helpboxsidebar { width: 195px; }
div.helpboxsidebar div.navbar, div.helpboxsidebar div.navbar.on {
	position: relative;
	margin: 4px 0 0 0;
	padding: 7px 4px 8px 22px;
	width: 150px;
	font-family: 'Source Sans 3', sans-serif;
	color: #666;
	font-size: 13px;
	font-weight: 600;
	line-height: 14px;
	background-image: url(/images/uploads/interface/help_navbar_bg.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	}
div.helpboxsidebar div.navbar.on {
	color: #fff;
	background-image: url(/images/uploads/interface/help_navbaron_bg.jpg);
	}	
div.helpboxsidebar div.navbar, div.helpboxsidebar div.navbar.on {
	background-position: -4px 0;
	}
ul.subnav {
	position: relative;
	margin: 8px 0 10px 0;
	padding: 0;
	width: 160px;
	}
ul.subnav li {
	margin: 0;
	padding: 0 0 5px 22px;
	font-family: 'Source Sans 3', sans-serif;
	color: #00a1b5;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	cursor: pointer;
	}
ul.subnav li:hover { color: #e0691d; }
ul.subnav li.on{ color: #c0ae9e; cursor: default; }	


/*-------------------------------------------------- */
/* ROW STRIPES */
/*-------------------------------------------------- */
.dijitTooltipContents ul { margin-bottom: 0; }
li.rowtip {
	padding: 4px 10px 4px 24px;
	font-size: 0.9em;
	line-height: 1.2em; 
	font-family: 'Source Sans 3', sans-serif;
	color: #333;
	font-weight: 400;
	cursor: pointer;
	background-image: url(/images/uploads/interface/blue_lt_dot_10x10.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	}
li.rowtip.rowtip_blue {
	background-image: url(/images/uploads/interface/blue_lt_dot_10x10.png);	
}
li.rowtip.rowtip_green {
	background-image: url(/images/uploads/interface/green_lt_dot_10x10.png);	
}
li.rowtip.rowtip_purple {
	background-image: url(/images/uploads/interface/purple_lt_dot_10x10.png);	
}
span.rowlabel {
	font-weight: 600; 
	text-transform: uppercase; 
	font-size: 11px; 
	color: #00a1b5;
	}
li.rowselect:hover {
	color: #fff;
	background-color: #87a956;
	}
li.rowstripe_odd {
	background-color: #e3ebd8;
	}

/*-------------------------------------------------- */
/* MISCELLANEOUS ADDITIONAL STYLES */
/*-------------------------------------------------- */
#maplabel { z-index: 899; position: fixed; left: 17px; bottom: 38px; }
#versionString { color: #666; font-size: 11px; line-height: 14px; }
.blue { color: #00a1b5 !important; }
.gray { color: #9a9a9a; }
.lower { text-transform: none; }
.note { color: #666; text-transform: uppercase; font-size: 90%; font-weight: 700; }
/*.label { color: #4f75a2; text-transform: uppercase; font-size: 90%; font-weight: 700; }*/
.label { font-size: 10px; }

.esriScalebarRuler, .scaleLabelDiv { margin-left: -10px; }
/*.scalebar_bottom-left { bottom: 218px !important; left: 30px !important; }*/
.scalebar_bottom-left { opacity: 0.5; bottom: 22px !important; left: 30px !important; }
.readmore { font-weight: 600; font-size: 90%; }
a.readmore:hover, a.readmore: active { font-weight: 600; }

.imgright {
	float: right; 
	padding: 0 0 6px 10px;
	}
.unbold { font-weight: 400; }
.label {
	color: #666;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 13px;
	}
.superscript {
	display: inline-block;
	font-size: 70%;
	font-weight: 700;
	vertical-align: top;
	line-height: 0;
	padding: 7px 4px 0 2px;
	}
	
/* Tooltip background*/
.dijitTooltipContainer {
	background-color: #fff;
	}

/* IE Bugfix for white space around checkboxes and radio buttons */
input[type='checkbox'], input[type='radio'] {
	background: transparent;
	border: 0;
	}
	
/* select menu with no values */
select.disabled, #countryDropdown.disabled, #facilityname.disabled {
	opacity: 0.3; 
	}

/* Google Plus iframe needs this */
div#plusone-div iframe {
	top: 0 !important;
	left: 0 !important;
	position: relative !important;
	height: 60px !important;
	}
/* additional google plus styles added by amanda */
div#plusone { margin-top: 10px; }
div#plusone-div { width: 200px !important; }
div.g-plus {
	 height: 60px;
	 overflow: hidden;
	 }
/*div#___plus_0 {
	margin-top: -30px !important;
	}*/


/*-------------------------------------------------- */
/* GENETIC LAB POPUP WINDOW STYLES */
/* TREATMENT CENTER POPUP WINDOW STYLES */
/*-------------------------------------------------- */
#labContainer { margin-top: 120px; }
#facilityContainer { margin-top: 120px; }
div.labwindow, div.facilitywindow {
	z-index: 4600; /* 8500? */
	/*position: relative;*/
	position: fixed;
	top: 150px;
	right: 150px; 
	margin: 0;
	padding: 0; 
	width: 340px;
	height: 300px;
	background-color: #fff;
	border: none;
	-moz-box-shadow: 3px 5px 20px -7px #000;
	-webkit-box-shadow: 3px 5px 20px -7px #000;
	box-shadow: 3px 5px 20px -7px #000;
	-moz-border-radius: 12px;
	-webkit-border: 12px;
	border-radius: 12px;
	}
div.labwindow div.labwindowclose,
div.facilitywindow div.facilitywindowclose {
	position: absolute;
	top: 9px;
	right: 12px;
	width: 20px;
	height: 20px;
	background-image: url(/images/uploads/infowindow/box_close_1x.png);
	background-repeat: no-repeat;
	background-position: top right;
	opacity: 0.4;
	cursor: pointer;
	}
div.labwindow div.labwindowclose:hover,
div.facilitywindow div.facilitywindowclose:hover { opacity: 0.8; }
div.labwindow div.titleframe, div.facilitywindow div.titleframe {
	position: relative; 
	margin: 0 0 8px 0;
	padding: 10px 0 10px 0;
	background-color: #2da1b5;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	}
div.facilitywindow div.titleframe {
	background-color: #87a956;
	}
div.labwindow div.titleframe h1, div.facilitywindow div.titleframe h1 {
	margin: 0;
	padding: 0 25px 0 15px;
	font-family: 'Source Sans 3', sans-serif;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.0em;
	}
div.labwindow p, div.facilitywindow p {
	padding: 0 10px 10px 15px;
	}
div.labwindow .contents, div.facilitywindow .contents {
	width: auto;
	height: 240px;
	padding: 0 15px 0 15px;
	overflow: auto;
	}
div.labwindow .hilitebox, div.facilitywindow .hilitebox {
	margin: 0 0 10px 0;
	padding: 8px 10px 10px 20px;
	background-color: #cee5eb;
	}
div.facilitywindow .hilitebox {
	background-color: #e3ebd8;
	}
div.labwindow .hilitebox p, div.facilitywindow .hilitebox p {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.2em;
	}
div.labwindow .hilitebox p span, div.facilitywindow .hilitebox p span {
	color: #00a1b5;
	font-size: 1.1em;
	font-weight: 700;
	}
div.labwindow h3.lablink, div.facilitywindow h3.facilitylink {
	margin: 0;
	padding: 0 0 8px 20px;
	color: #007586;
	font-size: 1.05em;
	font-weight: 700;
	letter-spacing: 0.01em;
	background-image: url(/images/uploads/interface/arrow_right.png);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: 6px 3px;
	cursor: pointer;
	}
div.labwindow h3.lablink.on, div.facilitywindow h3.facilitylink.on {
	background-image: url(/images/uploads/interface/arrow_down.png);
	background-size: auto 8px;
	background-position: 3px 6px;
	}
div.labwindow .labcontent, div.facilitywindow .facilitycontent {
	padding: 0 10px 10px 0;
	}
div.labwindow h4, div.facilitywindow h4 {
	margin: 0;
	padding: 8px 0 4px 20px;
	color: #147586;
	font-size: 1.0em;
	font-weight: 600;
	}
div.labwindow h4.top, div.facilitywindow h4.top {
	padding-top: 0;
	}
div.labwindow .gradientrule, div.facilitywindow .gradientrule {
	margin: 0 0 10px 20px;
	height: 1px;
	background: #87a956; /* old browsers */
	background: -moz-linear-gradient(left,  #87a956 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#87a956), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #87a956 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #87a956 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #87a956 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #87a956 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a956', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
div.labwindow p, div.facilitywindow p {
	padding: 0 0 6px 20px; 
	}
div.labwindow p.none, div.facilitywindow p.none {
	color: #999;
	font-style: italic;
	}
div.labwindow p.list, div.facilitywindow p.list {
	line-height: 1.5em;
	}
div.labwindow p.list span, div.facilitywindow p.list span {
	color: #999;
	font-style: italic;
	font-weight: 300;
	}
div.labwindow p.list span.number, div.facilitywindow p.list span.number {
	display: inline-block;
	padding-right: 8px;
	width: 20px;
	color: #87ad54;
	font-size: 1.1em;
	font-weight: 700;
	font-style: normal;
	text-align: right;
	}
div.labwindow p.list span span.number, div.facilitywindow p.list span span.number {
	color: #999;
	font-style: italic;
	font-weight: 300;
	}
div.labwindow p .label, div.facilitywindow p .label {
	color: #999;
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	}
div.labwindow a.smlink, div.facilitywindow a.smlink {
	padding-right: 5px;
	font-size: 0.85em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	}
div.labwindow p, div.labwindow ul, div.facilitywindow p, div.facilitywindow ul {
	margin: 0px;
	padding: 0px 0px 15px;
	color: #444;
	font-size: 0.9em;
	}
div.labwindow ul, div.facilitywindow ul {
	padding-bottom: 5px; 
	}
div.labwindow ul li, div.facilitywindow ul li {
	padding: 0px 0px 4px 30px;
	background-image: url(/images/uploads/interface/bullet.png);
	background-repeat: no-repeat;
	background-size: 4px 4px;
	background-position: 20px 6px;
	}
div.labwindow .labcontent p, div.facilitywindow .facilitycontent p {
	padding: 0px 0px 6px 20px;
	}
div.facilitywindow p.footnote {
	font-size: 0.8em;
	font-weight: 400;
	}

/*-------------------------------------------------- */
/* INTRO POPUP WINDOW STYLES */
/*-------------------------------------------------- */
div.introbox {
	z-index: 4600;
	position: absolute;
	top: 145px;
	right: 50px;
	width: 310px; 
	height: 310px;
	background-color: #fff;
	border: none;
	-moz-box-shadow: 3px 5px 20px -7px #000;
	-webkit-box-shadow: 3px 5px 20px -7px #000;
	box-shadow: 3px 5px 20px -7px #000;
	-moz-border-radius: 12px;
	-webkit-border: 12px;
	border-radius: 12px;
	}
div.introbox div.titleframe {
	position: relative; 
	margin: 0;
	padding: 0;
	background-color: #2da1b5;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	}
div.introbox div.titleframe h1 {
	margin: 0;
	padding: 10px 20px 10px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.0em;
	}
div.introcontent {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	}
div.introbox div.introtxt {
	position: relative;
	padding: 10px 20px 15px 15px;
	height: 235px;
	overflow: auto;
	}
div.introbox div.introtxt h2 {
	margin: 0;
	padding: 4px 0 4px 25px;
	color: #444;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1.15em;
	font-weight: 700;
	line-height: 1.2em;
	background-image: url(/images/uploads/interface/facility_icon_illus.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	}
div.introbox div.introtxt h2 a {
	display: block;
	padding-right: 5px;
	font-size: 0.65em;
	text-transform: uppercase; 
	font-weight: 700;
	}
div.introbox div.introtxt h2 a span {
	font-weight: 300;
	}
div.introbox div.introtxt p {
	margin: 0; 
	padding: 0 0 14px 0; 
	font-family: 'Source Sans 3', sans-serif;
	color: #333;
	font-size: 0.95em; 
	font-weight: 400;
	line-height: 1.25em;
	}
div.introbox div.introtxt a.smlink {
	padding-right: 5px;
	font-size: 0.85em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	}
div.introbox div.introtxt a.smlink span {
	font-weight: 300;
	}

/*-------------------------------------------------- */
/* CONTACT POPUP WINDOW STYLES */
/*-------------------------------------------------- */
div.contactbox, div.donatebox {
	display: none;
	z-index: 8510;
	position: absolute;
	top: 128px;
	left: 420px;
	width: 400px; 
	height: 410px;
	background-color: #fff;
	border: none;
	-moz-box-shadow: 3px 5px 20px -7px #000;
	-webkit-box-shadow: 3px 5px 20px -7px #000;
	box-shadow: 3px 5px 20px -7px #000;
	-moz-border-radius: 12px;
	-webkit-border: 12px;
	border-radius: 12px;
	}
div.donatebox {
	width: 420px;
	}
div.contactbox div.titleframe, div.donatebox div.titleframe {
	position: relative; 
	margin: 0;
	padding: 0;
	background-color: #2da1b5;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	}
div.contactbox div.titleframe h1, div.donatebox div.titleframe h1 {
	margin: 0;
	padding: 10px 20px 10px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.0em;
	}
div.contactcontent, div.donatecontent {
	height: 300px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	}
div.donatecontent h3 {
	padding: 14px 30px 6px 30px;
	color: #007586;
	font-size: 1.15em;
	line-height: 1.3em;
	font-weight: 700;
	}
div.donatecontent p {
	padding: 0 20px 0 30px;
	font-size: 1.0em;
	line-height: 1.4em;
	}
div.donatecontent .sidebarbtn {
	margin-left: 30px;
	text-transform: none;
	}
div.contactcontent iframe {
	width: 100%;
	height: 340px;
	}

/*-------------------------------------------------- */
/* MEDIA POPUP WINDOW STYLES */
/*-------------------------------------------------- */
div.mediabox {
	z-index: 4600;
	position: relative;
	margin: 0;
	padding: 0; 
	width: 530px; 
	height: auto;
	background-color: #fff;
	border: none;
	-moz-box-shadow: 3px 5px 20px -7px #000;
	-webkit-box-shadow: 3px 5px 20px -7px #000;
	box-shadow: 3px 5px 20px -7px #000;
	-moz-border-radius: 12px;
	-webkit-border: 12px;
	border-radius: 12px;
	}
div.mediabox div.titleframe {
	position: relative; 
	margin: 0;
	padding: 0;
	background-color: #87a956;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	}
div.mediabox div.titleframe h1 {
	margin: 0;
	padding: 10px 20px 10px 20px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.0em;
	}
div.storyelems {
	max-height: 440px;
	overflow: auto;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	}
div.mediabox div.storytxt {
	background-color: #fff;
	overflow: auto;
	position: relative;
	}
div.mediabox div.mediaframe {
	position: relative; 
	padding: 10px;
	height: 325px;
	text-align: center;
	background-color: #444;
	}	
div.mediaframe div.mediaboxclose, div.titleframe div.mediaboxclose {
	position: absolute;
	top: 9px;
	right: 12px;
	width: 20px;
	height: 20px;
	background-image: url(/images/uploads/infowindow/box_close_1x.png);
	background: -webkit-image-set( url(/images/uploads/infowindow/box_close_1x.png) 1x, url(/images/uploads/infowindow/box_close_2x.png) 2x);
	background-repeat: no-repeat;
	background-position: top right;
	opacity: 0.4;
	cursor: pointer;
	}
div.mediaframe div.mediaboxclose:hover,
div.titleframe div.mediaboxclose:hover { opacity: 0.8; }
div.mediabox div.mediaframe iframe { margin-top: 15px; }
div.mediabox div.photo { 
	float: left;
	padding-top: 8px;
	width: 420px;
	text-align: center;
	overflow: hidden;
	}
.storyphotocontainer {
	float: left;
	text-align: center;
	height: 300px;
	width: 420px;
	overflow: hidden;
	}
div.mediabox div.arrowleft, div.mediabox div.arrowright { 
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 140px;
	width: 30px;
	height: 30px;
	}
div.mediabox div.arrowright { 
	margin-right: 5px;
	margin-left: 10px;
	}
div.storyphotoprev, div.storyphotonext {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	opacity: 0.5;
	cursor: pointer;
	}
div.storyphotoprev {
	background-image: url(/images/uploads/stories/photo_arrow_left.png);
	}
div.storyphotonext {
	background-image: url(/images/uploads/stories/photo_arrow_right.png);
	}
div.storyphotoprev:hover, div.storyphotonext:hover { 
	opacity: 1.0;
	}
div.storyphotocaption {
	height: 90px;
	overflow: auto;
	}
div.mediabox div.storytxt p.footnote, div.mediabox div.storytxt p .footnote {
	font-size: 10px;
	color: #999;
	margin-bottom: 6px;
	margin-top: -10px;
	padding: 0 16px 0 20px;
	}
div.mediabox div.videobtm, div.mediabox div.photosbtm {
	position: relative; 
	height: 136px; 
	background-color: #23396a;
	background-repeat: no-repeat;
	background-position: 26px 9px;
	overflow: auto; 
	}
div.mediabox div.videobtm h1, div.mediabox div.photosbtm h1, div.titleframe h1 {
	margin: 0;
	padding: 18px 35px 4px 65px;
	font-family: 'Source Sans 3', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	}
div.titleframe h1 {
	padding: 0 35px 0 55px;
	}
div.mediabox div.titleframe p.storytype {
	color: #333;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin: 0 10px 0 55px;
	padding-top: 4px;
	text-transform: uppercase;
	line-height: 12px;
	}
div.mediabox div.titleframe p.storytype span { font-size: 13px; }
p.tooltipcaption {
	color: #333;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.85em;
	font-weight: 700;
	margin: 0;
	padding: 0 0 4px 6px;
	line-height: 1.0em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	}
p.tooltiptitle {
	font-family: 'Source Sans 3', sans-serif;
	margin: 0;
	padding: 0 0 0 6px;
	color: #00a1b5;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.1em;
	}
div.mediabox div.storytxt {
	position: relative;
	background-color: #fff;
	}
div.mediabox div.storytxt .photoleft {
	float: left;
	margin-top: 2px;
	padding: 0 20px 10px 0;
	}
div.mediabox div.storytxt .photoright {
	float: right;
	margin-top: 2px;
	padding: 0 0 10px 10px;
	}
div.mediabox div.storytxt .photobig {
	margin-top: 2px;
	padding: 0 0 10px 0;
	}
div.mediabox div.storytxt h2 {
	margin: 0;
	padding: 0 0 4px 65px;
	color: #4f74a2;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	}
div.mediabox div.storytxt p {
	margin: 0; 
	padding: 0 55px 14px 40px; 
	font-family: 'Source Sans 3', sans-serif;
	color: #333;
	font-size: 14px; 
	font-weight: 400;
	line-height: 18px;
	}
div.mediabox div.storytxt p.caption {
	margin: 0px;
	padding: 14px 16px 18px 20px;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.2em;
	}
div.mediabox div.storytxt p .leadin {
	color: #858585;
	font-size: 90%;
	font-style: italic;
	}
div.mediabox div.storytxt p.caption .leadin {
	color: #858585;
	font-size: 12px;
	font-style: italic;
	}
/* END OF MEDIA STUFF */

/* REX */
.storytray { margin-top: -4px; }
.storytray p { margin-left: 26px; }
img.storythumb {
	cursor: pointer;
	float: left;
	padding: 0 8px 8px 0;
	}
div.basemapcontainer {
	margin-left: 200px;
	}
div.basemap {
	float:left;
	margin: 0 14px 0 0;
	text-align: center;
	}
div.basemapframe {
	padding: 5px;
	margin-top: 6px;
	}
div.basemapframe.on {
	background-color: #3a79a4;
	}
div.basemapimage {
	width:100px;
	height:62px;
	background-image:url(/images/uploads/interface/basemaps.jpg);
	background-repeat:no-repeat;
	border: 1px solid black;
	cursor: pointer;
	opacity: 0.75;
	filter:alpha(opacity=75);
	}
div.basemapimage:hover {
	border: 1px solid #00a1b5;
	opacity: 1.0;
	}
.basemapimage_BM_STRT {
	background-position:0 0;
	}
.basemapimage_BM_SAT {
	background-position:-100px 0;
	}
.basemapimage_BM_OSTR {
	background-position:-200px 0;
	}
.basemapimage_BM_TOPO {
	background-position:-300px 0;
	}
.basemapimage_BM_GRAY {
	background-position:-400px 0;
	}
div.basemaplabel {
	font-size: 11px;	
	text-transform: uppercase;
	margin-top: 4px;
	color: #777;
	font-weight: 600;
	font-family: 'Source Sans 3', sans-serif;
	}
div.basemaplabel.on {
	color: #fff;
	}
	
td.chartLegendDrillDown {
	cursor: pointer;
	}


/* CHART SELECT MENU STYLES */
div.chartframe {
	width: 100%;
/*	float: right; */ /* REX - 2/8/2013 */
	margin-left: 28px;
	margin-top: 0px;
	height: 172px;
	}
div.chartContainerFacility div.chartframe { height: 180px; }
div.chartframe.chartframe_country {
	height: 240px;	
	}
div.chartframe.worldwide {
	/* width: 660px; */
	}
div.selectchart {
	color: #4f74a2;
	display: block;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 4px 0 0 0;
	width: 420px;
	}
div.selectchart:hover { color: #00a1b5; }
div.selectchart img {
	float: left;
	margin-right: 6px;
	}
div.selectchart img.infochart {
	float: right;
	margin: -4px 0 0 3px;
	cursor: pointer;
	}
div.selectchart a, div.selectchart a:visited {
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600;
	text-decoration: none;
	}
div.chartmenu {
	display: none;
	width: 360px;
	right: 40px;
	position: absolute;
	top: 45px;
	z-index: 9500;
	overflow: auto;
	}
ul.chartlist li {
	background-color: #e7f0f5;
	border-bottom: 1px solid #FFFFFF;
	color: #4f74a2;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 12px;
	font-weight: 600;
	list-style: none outside none;
	margin: 0;
	padding: 4px 10px 4px 10px;
	text-align: left;
	text-transform: none;
	width: auto;
	}
ul.chartlist li a, ul.chartlist li a:visited { color: #4f74a2; }
ul.chartlist li a:hover, ul.chartlist li a:active { color: #fff; text-decoration: none; background-color: #4f74a2; }
ul.chartlist li:hover a { color: #fff; text-decoration: none; }
ul.chartlist li:hover { background-color: #4f74a2; }

div.chartContainer {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	height: 150px;
	scroll: auto;
	}
div.infointro {
	min-width: 350px;
	margin-right: 460px;
	}
div.infointro p.overview {
	font-size: 18px;
	line-height: 22px;
	margin-top: 45px;
	}
div.infointro p.overviewsm {
	font-size: 15px;
	line-height: 19px;
	margin: 6px 0 10px 180px;
	}
div.infointro p.selectmenus {
	float: left;
	margin-top: 8px;
	margin-right: 6px;
	padding-right: 0;
	font-family: 'Source Sans 3', sans-serif;
	color: #7fa8ce;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	}
/*div.infointro select, #sidebar select {*/
div.infointro select {
	margin-top: 4px;
	margin-right: 2px;
	padding: 2px;
	font-family: 'Source Sans 3', sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	width: 110px;
	}
/*#sidebar div.sidebar_section_container {
	margin-top: 8px;
	}
div.infointro h2, #sidebar div.sidebar_section_container h2 {*/
div.infointro h2 {
	margin-top: 8px;
	margin-left: 28px;
	margin-right: 20px;
	padding-bottom: 2px;
	font-family: 'Source Sans 3', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	border-bottom: solid 1px #ccc;
	}
#sidebar p.showmap {
	font-size: 12px;
	margin-right: 20px;
	padding-top: 10px;
	margin-left: 10px;
	}
#sidebar div.sidebar_section_container h2 span { font-size: 12px; padding-right: 4px; padding-top: 4px; }
#sidebar p.summarystats {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 13px;
	margin-bottom: 4px;
	margin-right: 0;
	font-weight: 600;
	}
#sidebar p.facilitysummarystats {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 13px;
	margin-bottom: 8px;
	margin-right: 0;
	padding-left: 17px;
	padding-bottom: 4px;
	font-weight: 600;
	background-repeat: no-repeat;
	background-position: -1px 0;
	}
#sidebar p.facilitysummarystats.lvl0 { background-image: url(/images/uploads/interface/pt_15px_95percent_lvl0.png); }
#sidebar p.facilitysummarystats.lvl1 { background-image: url(/images/uploads/interface/pt_15px_95percent_lvl1.png); }
#sidebar p.facilitysummarystats.lvl2 { background-image: url(/images/uploads/interface/pt_15px_95percent_lvl2.png); }
#sidebar p.facilitysummarystats.lvl3 { background-image: url(/images/uploads/interface/pt_15px_95percent_lvl3.png); }
#sidebar p.facilitysummarystats.lvl4 { background-image: url(/images/uploads/interface/pt_15px_95percent_lvl4.png); }
#sidebar p.viewfacility {
	margin-bottom: 6px;
	padding-left: 17px;
	padding-bottom: 4px;
	font-size: 12px;
	background-image: url(/images/uploads/interface/pt_15px_95percent_lvl2.png);
	background-repeat: no-repeat;
	background-position: -1px 1px;
	}
div.infointro p a, div.infointro p a:visited {
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600;
	}
 div.infointro p a:hover, div.infointro p a:active {
	font-family: 'Source Sans 3', sans-serif;
	text-decoration: none;
	font-weight: 600;
	}	
div.infointro p .hilite {
	color: #4f75a2;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 16px;
	font-weight: 600;
	}

/* Search results list */
li.sr_geography {
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600;	
}
li.sr_facility {
}
#clearsearch {
	z-index: 9000;
}


/* STATUS MSG STYLES */
#errorOverlay {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	margin: 10px 20% 10px 10%;
	width: 70%;
	height: auto;
	min-height: 140px;
	background-color: #ccc;
	font-size: 0;
	border: 10px solid #fff;
	-moz-box-shadow: 3px 5px 20px -3px #000;
	-webkit-box-shadow: 3px 5px 20px -3px #000;
	box-shadow: 3px 5px 20px -3px #000;
	}
#errorOverlay h3 {
	padding: 20px 20px 8px 20px;
	font-size: 15px !important;
	font-weight: 700;
	font-family: 'Source Sans 3', sans-serif;
	text-transform: uppercase; 
	color: #666;
	}
#errorOverlay p {
	padding: 0 20px 10px 20px;
	font-size: 13px !important;
	line-height: 1.4em;
	}
#errorOverlay p a { font-weight: 600; }
#errorOverlay p.errormsg {
	color: #96360a;
	font-weight: 600;
	}

/* REX */    
a.blueroundbutton {
	padding: 4px 8px 4px 8px;
	background-color: #2D2D7B;
	color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border: 8px;
	border-radius: 8px;
	}
a.blueroundbutton:hover {
	background-color: #5D5DAB;
	color: #FFF;
}


/* NEWER STYLES TO ADD */
#mapcontainer {
	height: calc(100vh - 104px);
	padding-left: 380px;
	width: calc(100vw - 380px);
	background-color: #ddd;
}

.esri-view-surface::after { outline: none !important; border: none !important; }

.arcgis-placement__container {
	margin: -15px 0 -15px -395px;
    height: calc(100vh - 96px);
}

.esri-home { margin-top: 45px; }

.esri-ui { overflow: visible; }

calcite-list {
	--calcite-font-size--1: 1.4em;
    --calcite-font-weight-normal: 500;
	--calcite-color-text-1: #333;
	--calcite-color-text-2: #333;
	--calcite-color-text-3: #888;
}
/*calcite-button {
	--calcite-font-size--1: 1.4em;
	--calcite-color-text-1: #999;
	--calcite-color-text-2: #999;
	--calcite-color-text-3: #999;
}*/

.donut {
	width: 120px;
    padding-left: 40px;	
}

#footer .donatetxt {
	line-height: 1.2em;
	margin-top: -7px;
}

/* try to customize popup styles */
/*.header-content { background-color: #f6dccf !important; }*/
.esri-ui .esri-popup { border-radius: 8px !important; }


/* not working */
.header-content, .header-slotted-content, .header-content.header-slotted-content {
	background-color: #f2ddd1 !important;
}

.esri-popup__pointer { display: none; }

.esri-popup__main-container {
	border-radius: 8px !important;
	border-top: 8px solid #f6dccf;
	max-width: 320px;
}
.esri-popup--shadow { box-shadow: 4px 4px 15px rgba(0,0,0,0.4); }

.esri-popup__main-container .esri-features {
	/*margin-top: -48px;*/
}
.esri-feature-content, .esri-features__content-container {
	margin: -12px -19px -15px;
	background-color: #f5f5f5;
	padding: 20px 20px 20px 30px;
}
.esri-feature-content h3 {
	margin: 0;
	padding: 0 0 6px 0;
}

.esri-layer-list { margin-left: -44px; }
#aboutbar h2.top { padding-top: 34px; }

.esri-search {
	width: 340px;
}