#navigation {
  clear:both;
  float: right;
  height:50px;
  margin-top:10px; 
  display: flex;
  align-items:center;
  padding-bottom:0px;
  }

#nav {
  list-style: none;
  height: 4.1em;
  margin: 96px auto 0;
  position: relative;
  line-height: 1.4em;
  }

#nav li {
width:auto;
margin-left:30px; 
float:left;
text-align:center;
}
#nav a {
height:1.5em;
display:block;
text-decoration:none;
color:#D9D9D9;
outline:0;

}
#nav a.last {
border-right-width:1px;
}
#nav a:active, #nav a:focus, #nav a:hover {
  color:#D9D9D9;
  font-weight: bold;
}
#nav li.current a {

}

/* --------- Sub Nav --------- */
#nav li.current ul a {
}
#nav li.current ul {
left:0;
}
#nav ul {
  position:absolute;
  left:-999em;
  /* width:816px; */
  width:200px; 
  background-color:#262626;
  list-style:none;
  padding:.9em 0 0;
  color:#D9D9D9;
  padding-left: 10px;
  margin-left: 9px !important;
  margin-top: 3px !important;
}
#nav ul li {
  width:auto;
  margin:0 15px 0 0;
}
#nav ul a {
  font-size:16px;
  height:auto;
  padding:0 8px;
  color:#D9D9D9;
}
#nav ul a:active, #nav ul a:focus, #nav ul a:hover {
  color:#DFDFDF;
}
#nav li:active ul, #nav li:hover ul {
  left:0;
  background:#262626;
}
#nav ul li.subcurrent a {
  color:#D9D9D9;
  /* border-color:#000; */
}

.claim {
  position: absolute;
  /* top: 45px; */
  bottom: -40px;
  margin-left: 45%;
}

