@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
.PrimaryNav {
    list-style: none;
    margin: 1px auto;
    padding: 0;
    width: 90%;
}

.Nav-item {
    background: #1b4264;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
    text-align: center;
    border-right: solid thin #001e38;
}
.Nav-item:first-child {
    border-radius: 3px 0 0 3px;
}
.Nav-item:last-child {
    border-radius: 0 3px 3px 0;
}
.Nav-item.is-active a {
    color: #fff;
}
.Nav-item a {
    font-weight: 800;
    /*color: #121212;*/
    color:#fff;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
}
.Nav-item a:hover {
    color: #fff;
}

.with-indicator {
    position: relative;
    z-index: 0;
    background: #1b4264;
    width: 100%;
    padding: 0 3%;
    margin:0px;
}
.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: #fff;
    width: 0;
    height: 0;
    top: 0;
    left: 10%;
    margin-left: -3px;
}
.with-indicator .Nav-item:last-child:after {
    /*background: #fff;*/
    top: -6px;
    bottom: -6px;
    left: 0;
    width: 20%;
    z-index: -1;
}
.with-indicator .Nav-item:nth-child(1).is-active ~ .Nav-item:last-child:after {
    left: 0%;
}
.with-indicator .Nav-item:nth-child(1).is-active ~ .Nav-item:last-child:before {
    left: 10%;
}
.with-indicator .Nav-item:nth-child(2).is-active ~ .Nav-item:last-child:after {
    left: 20%;
}
.with-indicator .Nav-item:nth-child(2).is-active ~ .Nav-item:last-child:before {
    left: 30%;
}
.with-indicator .Nav-item:nth-child(3).is-active ~ .Nav-item:last-child:after {
    left: 40%;
}
.with-indicator .Nav-item:nth-child(3).is-active ~ .Nav-item:last-child:before {
    left: 50%;
}
.with-indicator .Nav-item:nth-child(4).is-active ~ .Nav-item:last-child:after {
    left: 60%;
}
.with-indicator .Nav-item:nth-child(4).is-active ~ .Nav-item:last-child:before {
    left: 70%;
}
.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: 10% !important;
}
.with-indicator .Nav-item:nth-child(2):hover ~ .Nav-item:last-child:after {
    left: 20% !important;
}
.with-indicator .Nav-item:nth-child(2):hover ~ .Nav-item:last-child:before {
    left: 30% !important;
}
.with-indicator .Nav-item:nth-child(3):hover ~ .Nav-item:last-child:after {
    left: 40% !important;
}
.with-indicator .Nav-item:nth-child(3):hover ~ .Nav-item:last-child:before {
    left: 50% !important;
}
.with-indicator .Nav-item:nth-child(4):hover ~ .Nav-item:last-child:after {
    left: 60% !important;
}
.with-indicator .Nav-item:nth-child(4):hover ~ .Nav-item:last-child:before {
    left: 70% !important;
}
.with-indicator .Nav-item:last-child:hover:before, .with-indicator .Nav-item:last-child.is-active:before {
    left: 90% !important;
}
.with-indicator .Nav-item:last-child:hover:after, .with-indicator .Nav-item:last-child.is-active:after {
    left: 80% !important;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.PrimaryNav:before,
.PrimaryNav:after {
    content: " ";
    display: table;
}

.PrimaryNav:after {
    clear: both;
}

html {
    font-family: 'Open Sans', sans-serif;
}

.toggle {
    color: #fff;
    font-family: sans-serif;
    text-align: center;
}
