html,body {
  font: 13px/20px Arial, Helvetica, Tahoma, Verdana, sans-serif;
  color: #444;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  }

/*-----------------------------------
  Typography
-------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  color: #4d3936;
  margin: 0;
  font-weight: normal;
  }
h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  }
h3 {
  font-size: 18px;
  margin: 10px 0;
  }
h4 {
  font-size: 18px;
  }
h5 {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 18px;
  }
a {
  color: #4d3936;
  font-weight: bold;
  text-decoration: none;
  }
input[type='text'],
textarea {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 90%;
  padding: 5px;
  height: 80px;
  height: auto!important;
  min-height: 80px;
  }
a.close {
  background: #4D3936 url(../images/sprite.png) -30px -165px;
  display: block;
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  }

  ::-webkit-scrollbar {
    height: 8px;
    width: 10px;
    background: #fff;
    }
  ::-webkit-scrollbar:hover {
    background: #fff;
    }
  ::-webkit-scrollbar-thumb {
    background: #ccc;
    }
  ::-webkit-scrollbar-thumb:hover {
    background: #3c1108;
    }
  ::-webkit-scrollbar-thumb:vertical    { height: 25px; }
  ::-webkit-scrollbar-thumb:horizontal  { width: 25px; }

/*-----------------------------------
  Data Table: For the project popup.
-------------------------------------*/
table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  font-size: 13px;
  }
table th, table td {
  padding: 10px 10px 9px 0;
  line-height: 18px;
  text-align: left;
  }
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
  }
table td {
  vertical-align: top;
  border-top: 1px solid #eee;
  }
table tr + tr td {
  border-top: 1px solid #eee;
  }

/*-----------------------------------
  About Section
-------------------------------------*/
.inner {
  padding: 2px 14px 10px;
  }
.inner em {
  font-size: 12px;
  }
h2.title {
  display: block;
  background: white;
  position: fixed;
  font-size: 15px !important;
  top: 0;
  left: 0;
  width: 32%;
  z-index: 200;
  padding: 14px 0 8px;
  margin: 0;
  border-bottom: 2px solid #4d3936;
  }
.about {
  position: absolute;
  color: #4A3734;
  top: 0;
  left: 0;
  width: 32%;
  height: 100%;
  background: #eee;
  background: rgba(238,238,238, 0.90);
  z-index: 100;
  overflow: hidden;
  }
  .about:hover {
    overflow: auto;
    }
  .about .inner {
    margin-top: 50px;
    }  

/* Layer switching */
ul.layers li a {
  background: white;
  border-bottom: 1px solid #EEE;
  display: block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  }
  ul.layers li a.active,
  ul.layers li a:hover {
    background: #bbbb22 url(../images/arrow.png) no-repeat 97% center;
    color: #fff;
    border-bottom-color: rgba(0,0,0,0.15);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    }

/* Interventions */
.interventions {
  padding: 20px;
  }
  .interventions h5 {
    padding-top: 9px;
    }
  .interventions ul {
    clear: left;
    margin-left: 20px;
    }
  .interventions ul li {
    list-style: disc;
    }
  .interventions .type {
    margin: 10px 0;
    }
  .interventions .icon {
    float: left;
    margin: 0 10px 10px 0;
    }
.icon {
  background: transparent url(../images/sprite.png) no-repeat 0 0;
  text-indent: -999em;
  width: 50px;
  height: 50px;
  }
  .icon.mother    { background-position: 0 -55px; }
  .icon.vitamins  { background-position: 0 -110px; }

/*-----------------------------------
  Map
-------------------------------------*/
#map {
  background: #e1ecee;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  }

/* Map Controls */
#controls {
  position: absolute;
  top: 10px;
  left: 33%;
  background: white;
  border: 1px solid #7A7979;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  height: 50px;
  z-index: 50;
  width: 60px;
  }
  #controls a {
    font: bold 11px/28px Arial, Helvetica, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    }
    #controls a:active {
      background-color: #f5f5f5;
      box-shadow:inset rgba(0,0,0,0.1) 0px 1px 3px;
      -moz-box-shadow:inset rgba(0,0,0,0.1) 0px 1px 3px;
      -webkit-box-shadow:inset rgba(0,0,0,0.1) 0px 1px 3px;
      }
  #controls a.share {
    position: absolute;
    display: block;
    right: 0;
    top: 22px;
    width: 50px;
    padding: 0 5px;
    height: 27px;
    border-top: 1px solid #666;
    text-align: center;
    }
  #controls a.zoomer {
    text-decoration: none;
    position: absolute;
    text-align: center;
    width: 30px;
    height: 22px;
    line-height: 22px;
    top: 0;
    left: 0;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
    z-index: 100;
    }
    #controls a.zoomout {
      left: 29px;
      border-left: 1px solid #eee;
      }
      #controls a.zoomdisabled:active,
      #controls a.zoomdisabled {
        background: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #ccc;
        cursor: default;
        }


/* Interaction */
.wax-tooltip {
  background: white;
  border: 1px solid #7A7979;
   color: #4D3936;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  -webkit-user-select:auto;
  width: 340px;
  height: 320px;
  height: auto!important;
  max-height: 320px;
  overflow: auto;
  padding: 10px;
  top: 10px;
  right:10px;
  position: absolute;
  z-index: 600;
  }
  .wax-tooltip em{
    font-size: 12px;
    }
  .wax-tooltip h6{
    line-height: 16px;
    font-size: 14px;
    }
  .wax-tooltip strong{
    font-size: 15px;
    }
  .wax-tooltip th{
    font-size: 13px;
    }
    .wax-tooltip tbody{
        font-size: 12px;
        }

/* Legend */
.wax-legend {
  color: #4D3936;
  z-index: 500;
  position: absolute;
  background: white;
  border: 1px solid #8C8C8C;
  border: 1px solid rgba(0, 0, 0, .45);
  border-bottom: 1px solid #666;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
  right: 10px;
  bottom: 10px;
  padding: 10px;
  }
  /* Overrides to the legend coming from hosting */
  body .wax-legend .scale ul {
    margin: 0;
    }
  body .wax-legend ul.labels li span {
    height: 14px;
    width: 45px;
    }
  body .wax-legend .scale ul li {
    font-size: 11px;
    }
  body .wax-legend .title {
    text-align: left;
    font-size: 13px;
    padding: 0;
    border-bottom: none;
    color: #4D3936;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    }
  body .wax-legend .source {
    font-size: 11px;
    color: #4D3936;
    clear: both;
    text-align: left;
    }

/*CSS Animations*/
.map-tile-loaded {
  -webkit-animation-name: 'fade-in';
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: .3s;
  }
.wax-tooltip {
  -webkit-animation-name: 'fade-in';
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: .1s;
  }
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    }
  to {
    opacity: 1;
    }
  }

/* Embed Code */
#overlay {
  display: none;
  position: fixed;
  top: -100%;
  left: 0;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  background: -webkit-radial-gradient(rgba(127, 127, 127, 0.9), rgba(127, 127, 127, 0.9) 35%, rgba(0, 0, 0, 0.9));
  display: -webkit-box;
  }
  #overlay.active {
    top: 0;
    display: block;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
    }
#share {
  position: absolute;
  top: -100%;
  left: 50%;
  z-index: 9999;
  width: 50%;
  margin-left: -25%;
  background: #fff;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
  }
  #share.active {
    top: 7%;
    }
.share-content textarea {
  font-family: 'Menlo Regular',Consolas,monospace;
  resize: none;
  padding: 10px;
  color: #404040;
  line-height: 20px;
  width: 340px;
  }
#twitter,
#facebook {
  display: inline-block;
  position: relative;
  padding: 2px 18px;
  margin-right: 5px;
  background: white;
  color: white;
  font-weight: bold;
  border: 2px solid #CCC;
  margin-bottom: 20px;
  }
#twitter {
  background: #0ac;
  border-color: #4ce;
  }
#facebook {
  background: #359;
  border-color: #68c;
  }
