﻿.share-list{    list-style-type: none;}

      #lineChart .label {
            text-anchor: middle;
        }
            #lineChart .label rect {
                fill: white;
            }
        #lineChart .label-key {
            font-weight: bold;
        }
        .g-chart .g-hed {
            text-align: left;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 20px;
            margin: 3px 0;
        }

        .g-chart .g-source-bold {
            text-align: left;
            font-size: 11px;
            font-weight: bold;
            color: #333333;
        }
		.select-holder
{
	border:0px!important;
}

.stat-info-icon {
    width: 20px;
    height: 20px;
    position: relative;
    left: 222px;
    background-color: #f1f0f0;
    border-radius: 10px;
    display: inline-block;
    font-style: oblique;
    font-family: serif;
    color: #ada7a4;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 6px;
    cursor: pointer;
    z-index: 1;
	 text-transform: lowercase;
}


#stat-info1 {
       position: relative;
    background: #ada7a4;
    padding: 15px;
    margin-top: -275px;
    z-index: 10;
    color: white;
    border: 2px solid white;
    width: 250px;
    float: right;
    right: 110px;
}

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




        .g-chart .g-source {
            margin-bottom: 2px;
            font-size: 11px;
            color: #999999;
        }

        .g-chart .g-intro {
            font-size: 18px;
            margin: 0px 0px 10px 0px;
            color: #333333;
        }

        .g-chart .g-num {
            fill: rgb(234,148,26);
        }

        .g-chart .g-num2 {
            fill: rgb(255,227,189);
        }

        .g-chart .g-labels {
            font-family: "Proxima-Nova",Arial,Helvetica,sans-serif;
            font-weight: bold;
            font-size: 16px;
        }

        .g-chart .x.axis line, .g-chart .y.axis line {
            display: none;
        }

        .g-chart .x.axis text {
            display: none;
        }

        .g-chart .domain {
            display: none;
        }

        .g-chart .y.axis text {
            font-family: 'Proxima-Nova', sans-serif;
            font-size: 0px;
            font-weight: bold;
            text-anchor: end !important;
            fill: #c12726;
        }

        .g-chart .logo {
            border-bottom: 1px solid #c3cddf;
            margin-bottom: 15px;
            padding-bottom: 5px;
        }

        .g-chart .logoImg {
            width: 185px;
        }

        .g-chart {
        }

        .arc text {
            /*font: 10px sans-serif;*/
            text-anchor: middle;
        }

        .arc path {
            stroke: #fff;
        }

        #gmtc,
        #vtt {
            /*height: 180px;
            width: 180px;*/
			width:100%;
        }

        #gmtc2 {
            /*height: 280px;
            width: 280px;*/
			width:100%;
        }

            #gmtc2 svg,
            #gmtc svg,
            #vtt svg {
                background-color: #EEE;
                border-radius: 50%;
            }

        .lbl {
            text-align: center;
        }

        path1 {
            stroke-width: 2;
            fill: none;
        }

        #lineChart .axis path,
        #lineChart .axis line {
            fill: black;
            stroke: grey;
            stroke-width: 1;
            shape-rendering: crispEdges;
        }

        .legend1 {
            font-size: 16px;
            font-weight: 600;
        }

        #map svg.svg-map {
            /*height: 400px;*/
        }

        #mapvol svg.svg-map {
            /*height: 420px;*/
        }


        #area1 .bar rect, #area2 .bar rect {
            fill: steelblue;
            shape-rendering: crispEdges;
        }

        #area1 .bar text, #area2 .bar text {
            fill: #fff;
        }

        #area1 .axis path, #area1 .axis line, #area2 .axis path, #area2 .axis line {
            fill: none;
            stroke: #000;
            shape-rendering: crispEdges;
        }

        #area1 svg, #area2 svg {
            /*border: 1px solid #dedede;*/
        }

        #area1 .axis path, #area1 .axis line, #area2 .axis path, #area2 .axis line {
            fill: none;
            stroke: #000;
            shape-rendering: crispEdges;
        }

        #area2 .area {
            fill: rgb(138,113,133);
        }

        #area1 .area {
            fill: rgb(173,167,164);
        }
        .donate .percentage li:nth-child(2) {
            max-width:230px;
            margin-left: -10px;
        }

        .subheading {
                color: #333333;
                font-family:"BentonSansRegular", sans-serif;
        }

        #area1 .domain, #area2 .domain {
            display:none;
        }
        #graphic .bar {
            fill: rgb(101,178,166);
        }

        #graphic .axis {
            font-size: 13px;
        }

            #graphic .axis path,
            #graphic .axis line {
                fill: none;
                display: none;
            }

        #graphic .label {
            font-size: 13px;
        }

        #barchartedu, #barchartMarStat {
            /*width: 583px;*/
			width:100%;
            height: 200px;
        }

        #barchartReligion {
            /*width: 583px;*/
			width:100%;
            height: 150px;
        }

        .toolTip {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            position: absolute;
            display: none;
            width: auto;
            height: auto;
            background: none repeat scroll 0 0 white;
            border: 0 none;
            border-radius: 8px 8px 8px 8px;
            box-shadow: -3px 3px 15px #888888;
            color: black;
            font: 12px sans-serif;
            padding: 5px;
            text-align: center;
        }

        text.value {
            font-size: 120%;
            fill: white;
        }

        .axisHorizontal path {
            fill: none;
        }

        .axisHorizontal .tick line {
            stroke-width: 1;
            stroke: rgba(0, 0, 0, 0.2);
        }

        .textedu {
            fill: white;
            font-size: 18px;
            padding: 0 10px 0 10px;
            font-family: "BentonSansCompMedium", sans-serif;
        }

        .tick line {
            opacity: 0.2;
        }

        #oneArrow li:nth-child(1) {
          visibility:hidden;
        }

#oneArrow li:nth-child(2):after {
    border-top: 42px solid transparent;
    border-bottom: 42px solid transparent;
    border-left: 25px solid #d6d3d2;
}

.header .header-nav .nav ul ul ul li {
        font-size: 1.2rem!important;
}

.jcf-list .jcf-option , #GReport{
    font-weight:500;
}