    body {
            overflow-y: scroll;
        }

        .counties {
            fill: none;
        }

#secondary{
	background-color:#aaa1a5!important;
}

div[class*="content"] ul > li:before {
    content: "";
}

#stat-info1 {
    position: absolute;
    background: #ada7a4;
    padding: 15px;
    margin-top: -230px;
    z-index: 10;
    color: white;
    border: 2px solid white;
    width: 250px;
    /* float: right; */
    right: 20px;
}

/* #stat-info-decoration1 { */
    /* width: 0px; */
    /* height: 0px; */
    /* position: absolute; */
    /* bottom: -10px; */
    /* left: 110px; */
    /* border-left: 10px solid transparent; */
    /* border-right: 10px solid transparent; */
    /* border-top: 10px solid #ada7a4; */
/* } */

#primary,#scndy
{
	    vertical-align: middle!important;
    font-size: 16px!important;
}
        .states {
            fill: none;
            stroke: white;
            stroke-width: 1px;
            stroke-linejoin: round;
        }

        .regions {
            fill: none;
            stroke: white;
            stroke-width: 1px;
            stroke-linejoin: round;
        }

        div.tooltip {
            position: absolute;
            text-align: center;
            padding: 2px;
            background: #ffffff;
            border: 1px;
            border-radius: 2px;
            pointer-events: none;
            color: black;
            opacity: 0.0;
        }

        div.box {
            position: absolute;
            text-align: center;
            width: 500px;
            height: 400px;
            padding: 2px;
            background: #ffffff;
            border: 10px;
            border-radius: 2px;
            pointer-events: none;
            color: black;
            border-color: red;
            opacity: 0.0;
        }

        #slider {
            background-color: white;
            color: white;
       }

        .tick {
            color: gray;
        }

            .tick text {
                fill: #867D78;
            }

        #legend {
            font-size: 10px;
            margin-bottom: 10px;
            margin-left: 5%!important;
        }

        .legend-text {
            font-size: 10px;
            font-weight: bold;
            text-anchor: middle;
        }

        #barchart {
            font-size: 10px;
            width: 250px; 
            height: 725px;
        }

        .sub-area {
            background-color: black;
            color: white;
            width: 150px;
            padding: 3px;
        }

        .control-set {
            background-color: #f0f0f0;
            padding-bottom: 20px;
        }

        .legend-set {
            background-color: #f0f0f0;
        }

        .question {
            background-color: black;
            color: white;
            padding-bottom: 20px;
            font-size: larger;
        }

        .d3-slider-axis {
            margin-left: -50px;
        }
    

        .overlay {
            opacity: 0.8;
            background-color: #ccc;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            z-index: 1000;
        }

        .linechart {
            fill: none;
            stroke: #666;
            stroke-width: 1.5px;
        }

        .axis path,
        .axis line {
            fill: none;
            stroke: #666;
            stroke-width: 1.5px;
            fill: none;
            stroke: grey;
            stroke-width: 1;
            shape-rendering: crispEdges;
        }

        a {
            display: block;
            word-wrap: break-word;
            -ms-word-break: break-all;
            word-break: break-all;
            /* Non standard for webkit */
            word-break: break-word;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            hyphens: auto;
        }

        #questions {
            /*width: 300px;*/
        }

        .dropdown-menu li a {
            white-space: normal;
        }

        #social-links {
            position: relative;
            float: right;
            padding-left: 250px;
        }

        .boxshadow {
            -moz-box-shadow: 3px 3px 5px #535353;
            -webkit-box-shadow: 3px 3px 5px #535353;
            box-shadow: 3px 3px 5px #535353;
        }

        .roundbox {
            -moz-border-radius: 6px 6px 6px 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px 6px 6px 6px;
        }

        .modal-body {
            height: 320px;
        }

        .draggable {
            /*background-color:yellow;*/
        }
        .section{
            padding:5px;
        }

       .barlegend {
           border: 0px;
           font-size: 10px;
           height: 10px;
           width: 10px;
           padding-top:4px;
           margin-left: 0px;
           margin-right: 15px;
           margin-top: 8px;
          z-index: 200;
         }

        .d3-slider-horizontal {
           height: .5em; 
            width: calc(100% - 20px - 25px);
		   margin-left: 20px;
       }
        .d3-slider {
            font-family: BentonSans,Arial;
        }

         .USColor {
           background: #fee0d2;
         }

        .RegnStateColor {
           background: #689bd5;
           visibility: hidden;
        }
		
		ul li {
    font-weight: 500;
}

li#menu-item-199 a {
    color: #900 !important;
}


div#demo3 div div {
    padding: 0px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

@media (max-width: 768px) {
.share-holder{    list-style-type: none;
 margin-bottom:-25px;}
 .share-list-item{
	 margin-top:-8px;
 }
}

@media (max-width: 1024px) {
	.sidebar-right
	{
		position: relative!important;
	}
	
	
}
