.navbutton:hover {
  cursor: pointer;
}
.navbutton .button_container {
  position: relative;
  width: 25px;
  z-index: 100;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbutton .button_container span {
  background: #fff;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.navbutton .button_container span:nth-of-type(2) {
  top: 10px;
}
.navbutton .button_container span:nth-of-type(3) {
  top: 20px;
}
.navbutton .button_container.active {
  right: -42px;
  top: 0;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbutton .button_container.active span.top {
  transform: translateY(10px) translateX(0) rotate(45deg);
}
.navbutton .button_container.active span.middle {
  opacity: 0;
}
.navbutton .button_container.active span.bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
}
.navbutton .button_container.active:after {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .navbutton .button_container.active {
    right: 0;
    top: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
}
.navbutton .button_container:after {
  width: 33px;
  height: 34px;
  content: '';
  display: block;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: -5px -4px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.navbutton .buttonlabel {
  color: #fff;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .navbutton .buttonlabel {
    display: none;
  }
}
.nav {
  list-style: none;
  position: fixed;
  top: 0;
  display: inline-block;
  padding: 20px 30px;
  height: 100%;
  width: 425px;
  background-image: linear-gradient(#002445, rgba(0, 36, 69, 0.8));
  background-repeat: no-repeat;
  top: 100%;
  margin-left: -425px;
  transition: top 0.3s ease-in-out;
  z-index: 9999;
}
@media (max-width: 767px) {
  .nav {
    overflow: scroll;
    padding-bottom: 20px!important;
  }
}
@media (min-width: 768px) {
  .nav .resp-elem {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav .resp-elem {
    display: inline-block;
    width: 100%;
  }
  .nav .resp-elem .respwrap {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    font-size: 22px;
    height: 50px;
  }
  .nav .resp-elem .respwrap:nth-child(2) {
    margin-bottom: 22px;
  }
  .nav .resp-elem .respwrap i {
    margin-top: 3px;
    margin-right: 15px;
    float: left;
  }
  .nav .resp-elem .respwrap#resp-langtoggle .langselect li {
    display: none;
    padding: 0 35px;
  }
  .nav .resp-elem .respwrap#resp-langtoggle .langselect li.current {
    display: block;
  }
  .nav .resp-elem .respwrap#resp-langtoggle .langselect li.current:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 1px 0 0 8px;
  }
  .nav .resp-elem .respwrap#resp-langtoggle.active {
    height: auto;
  }
  .nav .resp-elem .respwrap#resp-langtoggle.active .langselect li {
    display: block;
  }
  .nav .resp-elem .respwrap#resp-langtoggle.active .langselect li.current:after {
    transform: rotate(180deg);
  }
  .nav .resp-elem .respwrap#resp-searchtoggle {
    height: auto;
  }
  .nav .resp-elem .respwrap#resp-searchtoggle .fa-times-circle-o {
    color: #910534;
  }
  .nav .resp-elem .searchwrap {
    height: auto;
  }
  .nav .resp-elem .resp-searchfield {
    display: none;
    padding: 10px 0;
  }
  .nav .resp-elem .resp-searchfield .kesearchbox {
    position: relative;
  }
  .nav .resp-elem .resp-searchfield .kesearchbox .clearme {
    margin-top: 6px;
    color: #910534;
  }
  .nav .resp-elem .resp-searchfield .kesearchbox #ke_search_sword {
    background: #083355;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
    width: 210px;
  }
  .nav .resp-elem .resp-searchfield .kesearchbox .submitbutt {
    position: absolute;
    top: 0;
    float: left;
    margin-left: 7px;
  }
  .nav .resp-elem .resp-searchfield .kesearchbox .submitbutt input {
    background: #3378AC;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 18px;
  }
  .nav .resp-elem .resp-searchfield.active {
    display: block;
  }
}
@media (max-width: 767px) {
  .nav {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin-left: 0;
    background-color: #005697;
  }
}
.nav.active {
  top: 0;
  transition: top 0.3s ease-in-out;
  overflow: auto;
}
.nav .layer {
  position: relative;
  left: 0;
  transition: transform 0.4s ease-in-out 0.4s, left 0.2s ease-in-out 0s;
}
.nav .layerwrap {
  overflow: hidden;
  min-height: 100%;
}
.nav .layerwrap .layer-one li > .layer-two {
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  visibility: hidden;
  border-bottom: 3px solid #fff;
  padding-bottom: 25px;
  transition: left 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
}
@media (max-width: 767px) {
  .nav .layerwrap .layer-one li > .layer-two.layer .label-1 {
    padding: 0 40px;
  }
  .nav .layerwrap .layer-one li > .layer-two.layer ul {
    padding: 0 20px;
  }
}
.nav .layerwrap .layer-one li.active > .layer-two {
  visibility: visible;
  left: 100%;
  transition: left 0.4s ease-in-out;
}
.nav .layerwrap.vanish .layer-one {
  left: -100%;
  transition: left 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .nav .level-one > ul {
    padding: 0 20px;
  }
}
.nav .main-menu {
  margin-bottom: 10px;
}
.nav .main-menu hr {
  border-bottom: 2px solid #fff;
}
.nav .main-menu a {
  line-height: 1;
  display: inline-block;
}
.nav .main-menu .level-one > ul > li {
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  text-transform: uppercase;
  position: relative;
}
.nav .main-menu .level-one > ul > li a.a.l1 + i {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  padding: 9px 0 9px 20px;
}
.nav .main-menu .level-one > ul > li a.a.l1 + i:hover {
  cursor: pointer;
}
.nav .main-menu .level-one.layer-one.active > ul > li {
  top: 0;
  right: 0;
  width: 100%;
  position: absolute;
}
.nav .main-menu .level-one.layer-one.active > ul > li > a {
  display: none;
}
.nav .main-menu .level-one.layer-one.active > hr {
  display: none;
}
.nav .top-menu hr {
  border-bottom: 1px solid #fff;
}
.nav .top-menu .level-one > ul > li,
.nav .top-menu .level-one > ul > li > a {
  font-weight: 300;
  font-size: 15px;
  line-height: 2.5;
}
.nav .top-menu .level-two .label-1 {
  margin-top: 0;
}
.nav .top-menu .layer-two {
  margin-top: -270px;
}
@media (max-width: 767px) {
  .nav .top-menu .layer-two {
    margin-top: -374px;
  }
}
.nav .top-menu.layer-one.active > hr {
  display: none;
}
.nav .social-menu {
  margin-top: 5px;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .nav .social-menu {
    padding: 0 20px;
  }
}
.nav .social-menu i {
  float: left;
  font-size: 20px;
  padding: 6px;
  margin-right: 15px;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 4px;
}
.nav .social-menu i:hover {
  color: #005697;
  background: #fff;
}
.nav .level-two a {
  text-decoration: none;
}
.nav .level-two li {
  border-bottom: 1px solid transparent;
}
.nav .level-two li.sub1:hover {
  border-bottom: 1px solid #06CBFF;
  cursor: pointer;
}
.nav .level-two li.sub1:hover > a {
  color: #06CBFF;
}
.nav .level-two li.sub1:hover .fa-angle-down {
  color: #06CBFF;
  transform: rotate(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nav .level-two li.sub1.o {
  color: #06CBFF;
  border-bottom: 3px solid #06CBFF;
}
.nav .level-two li.sub1.o > a {
  color: #06CBFF;
}
.nav .level-two li.sub1.o .fa-angle-down {
  transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.nav .level-two li.sub1.o .level-three {
  max-height: 500px;
  visibility: visible;
  padding: 20px 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.nav .level-two > ul > li {
  margin-top: 6px;
}
.nav .level-two .fa-angle-down {
  float: right;
  padding: 8px 11px;
  background: #005697;
  color: #fff;
  border-radius: 1px;
}
.nav .level-three {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  max-height: 0;
  visibility: hidden;
  padding: 0 35px;
  background-color: rgba(0, 86, 151, 0.2);
  border-top: 1px solid #06CBFF;
  overflow: hidden;
}
.nav .level-three li a {
  color: #fff;
}
.nav .level-three li a:hover {
  color: #06CBFF;
}
.nav .level-three li.active a {
  color: #06CBFF;
}
.nav .main-menu .level-two .a,
.nav .top-menu .level-two .a {
  font-weight: 300;
  font-size: 15px;
  line-height: 2.5;
  text-transform: none;
}
.nav hr {
  margin: 25px 0;
}
.nav .a:hover {
  cursor: pointer;
}
.nav .level-one > .info-label {
  margin-top: 25px;
}
.nav .info-label {
  font-size: 30px;
  font-weight: 100;
  text-transform: none;
  height: 77px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .nav .info-label {
    padding-left: 20px;
    margin-bottom: 0;
  }
}
.nav .info-label:hover {
  cursor: pointer;
}
.nav .info-label .fa-angle-left {
  margin-top: -3px;
  position: absolute;
  font-size: 35px;
  left: 0;
}
@media (max-width: 767px) {
  .nav .info-label .fa-angle-left {
    margin-top: -5px;
    left: 20px;
  }
}
.nav .info-label.label-1 {
  padding-left: 20px;
  margin-top: 0;
}
.nav ul {
  list-style: none;
  padding-left: 0;
}
.nav li {
  color: #fff;
}
.nav a {
  color: #fff;
}
/*# sourceMappingURL=nav.css.map */