@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:800);
.PrimaryNav {
  list-style: none;
  margin: 50px auto;
  max-width: 720px;
  padding: 0;
  width: 100%;
}

.Nav-item {
  background: #31353d;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
width: 150px;
height: 95px;
  text-align: center;
}
.Nav-item:first-child {
  border-radius: 3px 0 0 3px;
}
.Nav-item:last-child {
  border-radius: 0 3px 3px 0;
}
.Nav-item.ActivePage a {
  color: #e82d00;
}
.Nav-item a {
  color: #121212;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}
.Nav-item a:hover {
  color: #e82d00;
}

.with-indicator {
  position: relative;
  z-index: 0;
}
.with-indicator .Nav-item:last-child:before, .with-indicator .Nav-item:last-child:after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  -webkit-transition: left 1.3s ease;
  transition: left 1.3s ease;
}
.with-indicator .Nav-item:last-child:before {
  border: 6px solid transparent;
  border-top-color: #e82d00;
  width: 0;
  height: 0;
  top: 0;
  left: 150px;
  margin-left: -82px;
}
.with-indicator .Nav-item:last-child:after {
  background: #e82d00;
  top: -6px;
  bottom: -6px;
  left: 0;
  width: 150px;
  z-index: -1;
}
.with-indicator .Nav-item:nth-child(1).ActivePage ~ .Nav-item:last-child:after {
  left: 0%;
}
.with-indicator .Nav-item:nth-child(1).ActivePage ~ .Nav-item:last-child:before {
      left: 150px;
}
.with-indicator .Nav-item:nth-child(2).ActivePage ~ .Nav-item:last-child:after {
 left: 150px;
}
.with-indicator .Nav-item:nth-child(2).ActivePage ~ .Nav-item:last-child:before {
 left: 300px;
}
.with-indicator .Nav-item:nth-child(3).ActivePage ~ .Nav-item:last-child:after {
 left: 300px;
}
.with-indicator .Nav-item:nth-child(3).ActivePage ~ .Nav-item:last-child:before {
  left: 450px;
}
.with-indicator .Nav-item:nth-child(4).ActivePage ~ .Nav-item:last-child:after {
  left: 450px;
}
.with-indicator .Nav-item:nth-child(4).ActivePage ~ .Nav-item:last-child:before {
  left: 600px;
}
.with-indicator .Nav-item:nth-child(5).ActivePage ~ .Nav-item:last-child:after {
  left: 600px;
}
.with-indicator .Nav-item:nth-child(5).ActivePage ~ .Nav-item:last-child:before {
  left: 750px;
}
.with-indicator .Nav-item:nth-child(1):hover ~ .Nav-item:last-child:after {
  left: 0% !important;
}
.with-indicator .Nav-item:nth-child(1):hover ~ .Nav-item:last-child:before {
  left: 150px !important;
}
.with-indicator .Nav-item:nth-child(2):hover ~ .Nav-item:last-child:after {
  left:  150px !important;
}
.with-indicator .Nav-item:nth-child(2):hover ~ .Nav-item:last-child:before {
  left: 300px !important;
}
.with-indicator .Nav-item:nth-child(3):hover ~ .Nav-item:last-child:after {
  left: 300px !important;
}
.with-indicator .Nav-item:nth-child(3):hover ~ .Nav-item:last-child:before {
  left: 450px !important;
}
.with-indicator .Nav-item:nth-child(4):hover ~ .Nav-item:last-child:after {
  left: 450px !important;
}
.with-indicator .Nav-item:nth-child(4):hover ~ .Nav-item:last-child:before {
  left: 600px !important;
}
.with-indicator .Nav-item:nth-child(5):hover ~ .Nav-item:last-child:after {
  left: 600px !important;
}
.with-indicator .Nav-item:nth-child(5):hover ~ .Nav-item:last-child:before {
  left: 750px !important;
}
.with-indicator .Nav-item:last-child:hover:before, .with-indicator .Nav-item:last-child.ActivePage:before {
  left: 900px !important;
}
.with-indicator .Nav-item:last-child:hover:after, .with-indicator .Nav-item:last-child.ActivePage:after {
  left: 750px !important;
}

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

.PrimaryNav:before,
.PrimaryNav:after {
  content: " ";
  display: table;
}

.PrimaryNav:after {
  clear: both;
}
 

.toggle {
  color: #fff;
  font-family: sans-serif;
  text-align: center;
}