@charset "UTF-8";
body {
  padding-top: 60px;
}
body.no-navigation {
  padding-top: 0px;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "ecoicons";
  src: url("../../assets/fonts/ecoicons/ecoicons.eot");
  src: url("../../assets/fonts/ecoicons/ecoicons.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/ecoicons/ecoicons.woff") format("woff"), url("../../assets/fonts/ecoicons/ecoicons.ttf") format("truetype"), url("../../assets/fonts/ecoicons/ecoicons.svg#ecoicons") format("svg");
}
.gn-menu-main* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gn-menu-main .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
}

.gn-menu-main,
.gn-menu-main ul {
  margin: 0;
  padding: 0;
  background: #34495e;
  color: #97abbe;
  list-style: none;
  text-transform: none;
  font-weight: 300;
  font-family: "Lato", Arial, sans-serif;
  line-height: 60px;
}

.gn-menu-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 13px;
  z-index: 999;
}

.gn-menu-main a {
  display: block;
  height: 100%;
  color: #97abbe;
  text-decoration: none;
  cursor: pointer;
}

.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a,
.no-touch .gn-menu li.active a,
.gn-menu-main a:hover,
.gn-menu li.gn-search-item:hover,
.gn-menu li.gn-search-item:hover a {
  background: #3c556d;
  color: white;
}

.gn-menu-main > li {
  display: block;
  float: left;
  height: 100%;
  border-right: 1px solid #8093a6;
  text-align: center;
}

/* icon-only trigger (menu item) */
.gn-menu-main li.gn-trigger {
  position: relative;
  width: 60px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*.gn-menu-main > li:last-child,*/
.gn-menu-main > li.on-the-right {
  float: right;
  border-right: none;
  border-left: 1px solid #8093a6;
}

.gn-menu-main > li.no-right-border {
  border-right: none;
}

.gn-menu-main > li > a,
.gn-menu-main > li.breadcrumbs > span {
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.gn-menu-main > li > a.with-svg-icon {
  padding: 10px 9px;
}

.gn-menu-main a.with-svg-icon svg {
  display: block;
  width: 40px;
  height: 40px;
}

.gn-menu-main a.with-svg-icon svg path {
  fill: #97abbe;
}

.gn-menu-main a.with-svg-icon:hover svg path {
  fill: #ffffff;
}

.gn-menu-main > li.breadcrumbs {
  border-right: 0px;
}
.gn-menu-main > li.breadcrumbs a {
  display: inline-block;
  padding: 0px;
}
.gn-menu-main > li.breadcrumbs a:hover {
  background: none;
}

.gn-menu-main:after {
  display: table;
  clear: both;
  content: "";
}

.gn-menu-wrapper {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 60px;
  border-top: 0px;
  background: #34495e;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: -webkit-transform 0.3s, width 0.3s;
  -moz-transition: -moz-transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s;
}
.gn-menu-wrapper.gn-menu-with-search {
  border-top: 1px solid #8093a6;
}

.gn-scroller {
  position: absolute;
  overflow-y: scroll;
  width: 370px;
  height: 100%;
  padding-right: 16px;
}

.gn-menu {
  border-bottom: 1px solid #8093a6;
  text-align: left;
  font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
  /*box-shadow: inset 0 1px $border-color*/
}

.gn-submenu li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}

.gn-submenu li a {
  color: #c1c9d1;
}

.gn-menu a {
  position: relative;
  box-shadow: inset 0 1px #8093a6;
}
.gn-menu a .fa {
  width: 60px;
  text-align: center;
}

.gn-menu li.gn-search-item a {
  box-shadow: none;
}

.gn-menu .dropdown-items {
  display: none;
}
.gn-menu .dropdown-items > a {
  padding-left: 60px;
}
.gn-menu .dropdown-items > a .fa {
  width: 30px;
}

input.gn-search {
  position: relative;
  z-index: 10;
  padding-left: 60px;
  outline: none;
  border: none;
  background: transparent;
  color: #97abbe;
  font-weight: 300;
  font-family: "Lato", Arial, sans-serif;
  cursor: pointer;
}

/* placeholder */
.gn-search::-webkit-input-placeholder {
  color: #97abbe;
}

.gn-search:-moz-placeholder {
  color: #97abbe;
}

.gn-search::-moz-placeholder {
  color: #97abbe;
}

.gn-search:-ms-input-placeholder {
  color: #97abbe;
}

/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}

input.gn-search:focus {
  cursor: text;
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
  color: white;
}

/* placeholder */
.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
  color: white;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
  color: white;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
  color: white;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
  color: white;
}

.gn-menu-main a.gn-icon-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
}

.gn-icon::before {
  display: inline-block;
  width: 60px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "ecoicons";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.gn-icon-help::before {
  content: "";
}

.gn-icon-earth::before {
  content: "";
}

.gn-icon-cog::before {
  content: "";
}

.gn-icon-search::before {
  content: "";
}

.gn-icon-download::before {
  content: "";
}

.gn-icon-photoshop::before {
  content: "";
}

.gn-icon-illustrator::before {
  content: "";
}

.gn-icon-archive::before {
  content: "";
}

.gn-icon-article::before {
  content: "";
}

.gn-icon-pictures::before {
  content: "";
}

.gn-icon-videos::before {
  content: "";
}

/* if an icon anchor has a span, hide the span */
.gn-icon span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.gn-icon-menu::before {
  margin-left: -15px;
  vertical-align: -2px;
  width: 30px;
  height: 3px;
  background: white;
  box-shadow: 0 3px #34495e, 0 -6px white, 0 -9px #34495e, 0 -12px white;
  content: "";
}

.gn-icon-menu.with-svg-icon::before {
  display: none;
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
  background: #34495e;
  box-shadow: 0 3px white, 0 -6px #34495e, 0 -9px white, 0 -12px #34495e;
}

.gn-icon-menu.gn-selected::before {
  background: white;
  box-shadow: 0 3px #3c556d, 0 -6px white, 0 -9px #3c556d, 0 -12px white;
}

/* styles for opening menu */
.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
  width: 340px;
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
  height: 60px;
}

.gn-menu-main.is-mobile .gn-menu-wrapper.gn-open-all .gn-scroller {
  width: 100% !important;
  padding-right: 0px !important;
}

@media screen and (max-width: 620px) {
  .gn-menu-main > li.breadcrumbs {
    display: none;
  }

  .gn-menu-main > li.title {
    border-right: 0px;
  }

  .gn-scroller {
    padding-right: 30px;
  }
}
@media screen and (max-width: 422px) {
  .gn-menu-wrapper.gn-open-all {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    width: 100%;
  }

  .gn-menu-wrapper.gn-open-all .gn-scroller {
    width: 130%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 786px) {
  .gn-menu-main > li.title > a {
    padding: 0 15px;
  }

  .gn-menu-main > li.on-the-right > a {
    padding: 0 20px;
  }

  .gn-menu-main > li.title > a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 340px) {
  .gn-menu-main > li.on-the-right > a {
    padding: 0 18px;
  }

  .gn-menu-main > li.title > a {
    padding: 0 10px;
  }
}

/*# sourceMappingURL=nav.css.map */
