body {
  font-family: avenir, helvetica, sans-serif;
  background: #DBD9D5;
  color: white;
}

h1 {
  text-align: center;
  padding: 50px;
  font-size: 2.4em;
  font-weight: 200;
  letter-spacing: .01em;
}

h5 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 0.8em;
  font-weight: 200;
  letter-spacing: .07em;
}

h3 {
  font-family: Impact, Charcoal, sans-serif;
  color: #555554;
  text-align: left;
  padding-top: 50px;
  padding-left: 3%;
  font-size: 2em;
  font-weight: 200;

}

p {
  padding-bottom: 1px;
  font-size: .9em;
  color: #FFF;
  margin-top: 80px;
  margin-left: 10%;
  background-color: #555554;
  padding: 13px;
}

a {
  padding-bottom: 1px;
  font-size: .9em;
  color: #555554;
  margin-left: 10%;
  font-weight: 800;
}


svg {
  position: initial;
  margin: auto;
  left: 0;
  right: 0;
  top: 300;
  /*width: 80%;*/
  max-width: 100%
  max-height: 2500px;
}

.column {
  width: 20%;
  margin: 0 1%;
  display: inline-block;
  vertical-align: top;
  padding-top:30px;
  position:fixed;
}

.column2 {
  width: 75%;
  margin-left: 20%;
  display: inline-block;

}

.block {
  border-radius: 5px;
  margin-bottom: 150%;
}


.path {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}

.frame {
  height: 100%;
  width: auto;
}

.text {
  font-size: 1.4em;
  font-weight: 50;
}

.tooltip {
    border-bottom: 1px dotted #000000; color: #000000; outline: none;
    cursor: help; text-decoration: none;
    position: relative;
  }

.tooltip span {
    margin-left: -999em;
    position: absolute;
  }
.tooltip:hover span {
    border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute; left: 1em; top: 2em; z-index: 99;
    margin-left: 0; width: 250px;
  }

  .tooltip tspan {
      margin-left: -999em;
      position: absolute;
    }
  .tooltip:hover tspan {
      border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
      font-family: Calibri, Tahoma, Geneva, sans-serif;
      position: absolute; left: 1em; top: 2em; z-index: 99;
      margin-left: 0; width: 250px;
    }


.tooltip:hover img {
    border: 0; margin: -10px 0 0 -55px;
    float: left; position: absolute;
  }
.tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif; font-size: .6em; font-weight: bold;
    display: block; padding: 0.2em 0 0.6em 0;
  }
  .info { padding: 0.8em 1em; }
  .custom { padding: 0.5em 0.8em 0.8em 2em; }
  * html a:hover { background: transparent; }

  .info {background: #ffe4f1; border: 1px solid #ff; }



  a:hover {
    fill: black;
    /*stroke: greg;*/
    /*stroke-width: .5;*/
    color: hotpink;
    font-family: Candara, Tahoma, Geneva, sans-serif; font-size: .6em; font-weight: bold;
    display: block; padding: 0.2em 0 0.6em 0;
    letter-spacing: .1em
  }
