@charset "UTF-8";
/* CSS Document */
  
	  /* Community page content styles */
	  #community_content {width:720px; padding:5px 0px; margin:0 10px 0 15px; border-right: 1px solid #cccccc;}
	  #community_content h2 {color:#900; font-size:22px; margin-top:30px;}
	  .communityinfo_title {font-size:12px; color:#900; font-weight:bold; padding:3px; }
	  .communityinfo_county {font-size:15px; color:#369;}
	  /* .communityinfo a, communityinfo a:visited {color:#369; text-decoration:none;} */
	  .communityinfo a:hover {background-color:#ffe9be; text-decoration:none !important;}
	  .communityinfoline {border-left: 1px solid #369; border-bottom: 1px solid #369; padding:0 10px 0 5px;}
	  .red {color:#900;}
	  #community_sidebar {width: 200px; float: right; padding: 6px; margin: 20px 0 0 0;}
	  #community_sidebar p { border-bottom:1px solid #ccc; margin:0px; padding:0px; }
	  #community_sidebar p a  {display: block; text-decoration:none; padding:8px; margin:0px; color:#369; background-color:#fff; border-right:10px solid #fff;}
	  #community_sidebar p a:hover {display:block; background-color:#369; color:#fff; margin:0px; text-decoration:none; border-right:10px solid #fc6; }
	  #community_sidebar h3 {font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#fc3;}
	  #featured_community {margin: 20px 75px 20px 75px;}
	  #featured_image_box {float:right; width:300px; margin-left:10px; margin-top:-30px;}
	  #featured_image_box p { text-align:center; font-size:12px;}
	  .gallery-caption {font-size:10px; line-height:13px;}	  
	
	 /* Map and legend styles */ 
	  .map_wrap{ width:950px; height:600px; border:2px outset gray; padding:2px;}
	  .maplink { font-size:13px;}
	  #map-canvas { display: inline-block; width: 698px; height:600px;}
	  #chart-canvas {width: 500px; height: 300px; border: 2px solid black;}
	  /* .floating_legend{display: inline-block; width:300px; height:600px; background-color:#666;opacity:.8;vertical-align: top;} */
	  #map_legend {width:240px; height:600px; float:right; background-color:#ccc;}
	  #map_legend h3 {font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#fff; background-color:#333; text-align:center; margin:5px 0px 0px 0px; padding:6px;}
	  #legendwrapper {font-size:11px; color:#333; font-weight:bold; padding:6px;} 
	  #legendwrapper p {text-align:center; font-size:13px;}
	  #legendheader {margin-top:10px; padding:5px; background:#ccc url(/images/communities_at_risk/legendheaderbk.jpg)no-repeat; border-radius:6px 6px 0 0; text-align:center; box-shadow:0px -2px 2px #666;}
	  .legendheadertext {font-size:14px; color:#333; text-transform: uppercase; }
	  #legend_satellite {background-color:#fff !important; padding:6px;}
	  #miningrangeslider {width:100%; text-align:center; margin:20px 0 10px 0;}
 	  #miningvalue {text-align:center;}
	  #legendline {margin:20px 0 20px 0; border-bottom:1px dotted #333; /* box-shadow: 1px 2px 2px #333; -moz-box-shadow: 1px 2px 2px #333;*/}
	  .center{text-align:center;}
	  .red {color:#900; font-size:11px; font-weight:bold;}
	  .green {color:#090; font-size:11px; font-weight:bold;}
	  #button1 {float:left; width:40px; margin:8px 10px 8px 20px;}
	  #buttonlabel {float:left; width:150px; margin:12px 0 0 5px;}
	 
	  /* MAIN PAGE STYLES */
	  #communitieslist {margin: 20px 75px 20px 75px;}
	  #communitieslist h4 {border:none;}
	  #dividerline {margin:30px 0 30px 0; border-bottom:1px solid #ccc;}
	  #communitieslist ol li {padding-bottom:6px; font-size:13px;}
	  
	  
	  /* OTHER STYLES */
	  h2.acar_share {font-size:17px; color:#693;}
	  #widget1, #widget2, #widget3 {font-size:9px;}
	  
	  
	 
/* ----------- IOS Switch ----------- */	 
	 .checkbox{display:none}
	 .switch { width: 40px; height: 17px; background: #e5e5e5; z-index: 0; margin: 0; padding: 0; appearance: none; border: none;
	 cursor: pointer; position: relative; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
	 .switch:before { content: ' '; position: absolute; width: 40px; height: 17px; /* background: #900;*/ background:#900 url(/images/communities_at_risk/layer_off.jpg)no-repeat; border:1px solid #999; z-index: 1; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
	 .switch:after {content: ' '; height: 15px; width: 13px; border-radius: 8px; background: #fff; border:1px solid #333; position: absolute; z-index: 2; top: 1px; left: 1px;
	 -webkit-transition-duration: 300ms; transition-duration: 300ms; }
	 .switchOn,.switchOn:before { /* background: #51a13b; */ background: #51a13b url(/images/communities_at_risk/layer_on.jpg)no-repeat !important;  }
	 .switchOn:after { left: 25px !important; }
	 
	 /* ----- Styling for slider ----- */
	 input[type=range] {
    /*removes default webkit styles*/ -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */ border: 1px solid white;
    /*required for proper track sizing in FF*/ width: 300px; }
	input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px; }
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -4px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}
