*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  position: relative;
  margin: 0;
  padding: 0;
  
  border: 0 none;
    
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
    transition: all ease .4s;
}

html,
body {
  width: 100%;
  height: 100%;
  background: RGB(16,74,113);
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


#chart a{
    width: 61px;
    color: #fff;
}

h1 {
  padding-top: 1px;
  font-size: 4rem;
  color: #fff;
  position: relative;
  left: 40%;
  top: 1%;
  text-align: center;
  transform: translateX(-50%);
  white-space: normal;
  word-wrap:break-word;
}

.center {
    margin: auto;
    width: 100%;
    overflow-x: scroll; 
  }

.nav {
  margin: 0 auto;
  min-width: 100%;
  left: 0%;
  min-height: auto;
}

.nav ul {
  position: relative;
  padding-top: 10px; 
}

.nav li {
  position: relative;
  padding: 10px 3px 0 3px; 
  float: left; 
  text-align: center;
  list-style-type: none; 
}

.nav li::before, .nav li::after{
  content: '';
  position: absolute; 
  top: 0; 
  right: 50%;
  width: 50%; 
  height: 10px;
  border-top: 1px solid #fff;
}

.nav li::after{
  left: 50%;
  right: auto; 
  
  border-left: 1px solid #fff;
}

.nav li:only-child::after, .nav li:only-child::before {
  content: '';
  display: none;
}

.nav li:only-child{ padding-top: 0;}
.nav li:first-child::before, .nav li:last-child::after{
  border: 0 none;
}

.nav li:last-child::before{
  border-right: 1px solid #fff;
  border-radius: 0 5px 0 0;
}

.nav li:first-child::after{
    border-radius: 5px 0 0 0;
}
.nav ul ul::before{
  content: '';
  position: absolute; top: 0; left: 50%;
  border-left: 1px solid #fff;
  width: 0; 
  height: 10px;
}

.nav li a{
  display: inline-block;
  padding: 10px 10px;
  
  border-radius: 10px;
  border: 1px solid #fff;
  
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 6px;
}

.nav li a:hover, .nav li a:hover+ul li a {
  color: #000;
  background: #63bbd4;   
  border: 1px solid #94a0b4;
}

.nav li a:hover {
  transform: scale(2.3);
  z-index: 1;
}

.nav li a:hover+ul li::after, 
.nav li a:hover+ul li::before, 
.nav li a:hover+ul::before, 
.nav li a:hover+ul ul::before{
  content: '';
  border-color: #94a0b4;
}

.tooltip-inner {
    max-width: 200px;
    word-wrap: break-word;    
}

#wrapper {
  margin-left:auto;
  margin-right:auto;
  width: 1350px;
  height: 650px;
}