

#map {
    text-align: center;
}

svg{
    // background:#D6EBFF;
}
svg .graticule {
    fill: #fcfcfc;
    stroke: #777;
}


svg .region {
    stroke: #000;
    stroke-opacity: 1;
    //stroke-dasharray: 3,5;
    //fill: #fff;
    //fill:url(#img1);
    
    fill-opacity: 1;
    //opacity:0.2;
}

.dropdown.button:before {
  border-width: 0;
}

.f-dropdown:before, .f-dropdown:after {
  border: 0;
}

.icon-arrow-down, .icon-arrow-up{
  padding-left:10px;
}

#topdata {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  min-width: 200px;
}


button, .button{
    background-color: #6C9E6C;
}

button, .button:focus{
    background-color: #7AA95D;
}

button, .button:hover{
    background-color: #91B860;
}


.dropdown.button {
  padding-right: 18px;
}

.d3-tip {
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
    margin-top:1px;
    display:none;
    font-size:12px;
    line-height:16px;
}




/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 12px;
    width: 100%;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center;
    margin-left:50px;

}

/* Style northward tooltips differently */
.d3-tip.n:after {
    margin: -5px 0 0 0;
    top: 100%;
    left: 0;
}

@media(max-width:600px){
    .d3-tip:after {
        display:none;
    }
    .d3-tip.n:after {
        display:none;
    }
}


#rankingSub{
    font-size:12px;
        
    margin-bottom:10px;
    
}

#rankingHeader, #menuHeader{
    font-size:24px;
    margin-bottom:10px;
}

#ranking{
    padding-top:10px;
    border-top-width: 1px;
    border-top-style: solid;
    margin-bottom:50px;
}

.rankingItem{
    margin-bottom:5px;
}

.menuItem{
    margin-bottom:5px;
    font-size:13px;
}

.menuItem:hover{
    cursor:pointer;
}


.ssb-wrapper {
    min-width: 325px;
    max-width: 325px;
    padding: 0 !important;
}

.rrssb-buttons {
    float: left;
    width: inherit !important;
}

.ssb {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    float: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 0px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-top: 0px;
    text-align: left;
    display: table-cell;
    margin-top: 0;
    margin-bottom: 10px;
}

.ssb-text {
    -webkit-font-smoothing: antialiased;
    color: #FFF;
    cursor: pointer;
    display: inline;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.ssb-icon {
    left: 10px;
    padding-top: 10px;
    position: absolute;
    top: 0px;
}
.ssb-icon svg path {
    fill: #FFF;
}
.ssb-facebook {
    width: 190px;
    min-width: 190px;
    max-width: 190px;
}

.ssb-twitter {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
}

.share-toggle.closed:before {
    content: "\f067";
}

.share-toggle.opened:before {
    content: "\F068";
}

.share-toggle {
    font-family: FontAwesome;
    line-height: 1.9;
    padding-left: 10px;
    font-size: 1.5rem;
    border-radius: 2px;
    background: #c5c5c5;
    display: inline-block;
    cursor: pointer;
    height: 36px;
    width: 37px;
    font-weight: normal;
    margin-left: 3px;
    margin-right: 3px;
}

.share-toggle:hover {
    background-color: #707070 !important;
}

.secondary-shares {
    display: none;
}

.share-results .text {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.4; 
}

.share-results .share-container {
    margin: 0 auto;
    width: 300px;
    margin-bottom: 40px;
}


.ssb-facebook a, .ssb-twitter a {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.298039);
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: background-color;
    -webkit-transition-timing-function: ease-in-out;
    background-attachment: scroll;
    background-clip: border-box; 
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    display: block;
    height: 36px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    outline-color: rgb(71, 71, 71);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 12px;
    padding-left: 22px;
    padding-top: 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.ssb-facebook a:hover, .ssb-twitter a:hover {
    text-decoration: none !important;
}    

.ssb-facebook a {
    background-color: rgb(48, 97, 153);
}

.ssb-facebook a:hover {
    background-color: #244872 !important;
}


.whatsapp  {
    float: left;
    cursor: pointer;

    line-height: 1.9;
    font-size: 1.5rem;
}
.whatsapp a .icon {
    display: inline-block;
    background-color: #00af00;
    border-radius: 2px;
    height: 36px;
    width: 37px;
    padding-left: 9px;

}

.whatsapp a .icon svg {
    height: 17px;
    width: 17px;
}

.whatsapp a .icon svg path {
    fill:#fff;
}

.whatsapp a, .whatsapp a:visited {
    background-color: #00af00;
}

.whatsapp a:hover, .whatsapp a:active {
    background-color: #299629 !important;
}

/*Sources*/
.icon-arrow-up:before {
    content:"\e606";
}


#click-sources:hover {
    cursor: pointer;
}

#click-arrow {
    font-size: 12px;
    display:inline;
    height:5px;
}


#sources{
    font-size:11px;
    display:none;
    color:#555;
    margin-bottom:40px;
    display:none;
}

#sources p{
    margin-bottom:3px;
    font-size:11px;
    color:#555;
}

.sourceRow{
    margin-top:20px;
}

.stateimage {
    overflow: hidden;
    margin-bottom: 15px;

}
.stateimage img {
    width: 100%;
}

.stateDesc{
    margin-top:30px;
    max-width: 903px;
}

.stateDesc h2 {
    margin-top: 30px;
}

.columns{
    padding:0px;
}

#rankingHeader{
    margin-top:80px;
}

.end-row{
    margin-top:50px;
    margin-bottom:50px;
}

li{
    font-size:16px;
}

p a {
    color: #222;
    text-decoration:underline;
}

p a:hover{
    color: #222;
}


@media(max-width:1024px){
    .row{
 padding-left:5px;
 padding-right:5px;
}

#rankingHeader{
    margin-top:0px;
}


}