.hero-nav {
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-nav.ng-contrast a {
  color: #fff;
}
.hero-nav a.ng-button-primary {
  color: #000;
}
.hero-nav h1, .hero-nav .nav-panel-title-override {
  padding: 0 !important;
}
.hero-nav h1 h1, .hero-nav h1 h2, .hero-nav h1 h3, .hero-nav h1 h4, .hero-nav h1 h5, .hero-nav h1 h6, .hero-nav .nav-panel-title-override h1, .hero-nav .nav-panel-title-override h2, .hero-nav .nav-panel-title-override h3, .hero-nav .nav-panel-title-override h4, .hero-nav .nav-panel-title-override h5, .hero-nav .nav-panel-title-override h6 {
  border: none !important;
  padding: 0 !important;
}
.hero-nav h1 img, .hero-nav .nav-panel-title-override img {
  max-width: 300px;
}
.hero-nav a {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  position: relative;
  letter-spacing: 2.2px;
}
.hero-nav a:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -ms-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -11px;
  background-color: #fc0;
}

.hero-nav-panel {
  position: absolute !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
  width: auto;
  font-size: 18px;
  font-weight: 300;
  margin: auto;
  height: auto;
  padding: 45px 45px 0 45px;
}
.hero-nav-panel:not(.card-transparent) {
  max-width: 75vw;
}
.hero-nav-panel:not(.card-transparent) .nav-panel-title, .hero-nav-panel:not(.card-transparent) .nav-panel-title-override {
  border: none !important;
  padding-left: 0 !important;
}
.hero-nav-panel.card-dark {
  background: #000;
}
.hero-nav-panel.card-light {
  background: #fff;
}

.hero-nav-list {
  padding-left: 0 !important;
}

.hero-nav-child {
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 2.2px;
}
.ng-text-left .hero-nav-child:not(:last-child) {
  margin-right: 60px;
}
.ng-text-center .hero-nav-child:not(:first-child) {
  margin-left: 30px;
}
.ng-text-center .hero-nav-child:not(:last-child) {
  margin-right: 30px;
}
.ng-text-right .hero-nav-child {
  margin-left: 60px;
}
.hero-nav-child a {
  border-bottom: none;
}
.hero-nav-child a:hover:before, .hero-nav-child.active a:before {
  -webkit-transform: scaleX(0.6);
  -moz-transform: scaleX(0.6);
  -ms-transform: scaleX(0.6);
  -o-transform: scaleX(0.6);
  transform: scaleX(0.6);
}
.hero-nav-child.active a, .hero-nav-child.ancestor a {
  font-weight: 600;
}
.hero-nav-child > ul {
  display: inline;
  padding: 0 !important;
}
.hero-nav-child .hero-nav-subchild {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hero-nav-panel {
    padding: 1.25rem;
  }
  .hero-nav-panel .ng-button-primary {
    margin-right: 0;
  }

  .hero-subnav.hero-nav-list {
    margin-bottom: 0;
  }
  .hero-subnav .hero-nav-child {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .hero-subnav .hero-nav-child:last-child {
    margin-bottom: 0;
  }

  .horizontal-subnav.hero-nav-list {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 6px;
    line-height: 1.5rem;
    background: white;
  }
  .horizontal-subnav .hero-nav-child {
    position: relative;
  }
  .horizontal-subnav .hero-nav-child:first-child {
    margin-left: 25px;
  }
  .horizontal-subnav .hero-nav-child:last-child {
    margin-right: 25px;
  }
  .horizontal-subnav .hero-nav-child:not(:last-child) {
    margin-right: 50px;
    margin-bottom: 0;
  }
  .horizontal-subnav .hero-nav-child.active .hero-nav-item:before {
    -webkit-transform: scaleX(0.6);
    -moz-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    -o-transform: scaleX(0.6);
    transform: scaleX(0.6);
  }
  .horizontal-subnav .hero-nav-child .hero-nav-item {
    font-family: "GeographWeb", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1.68px;
    line-height: 1.1rem;
  }
  .horizontal-subnav .hero-nav-child .hero-nav-item:before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    background-color: #fc0;
  }

  .nav-fade-cover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    height: 3.5rem;
    position: absolute;
    pointer-events: none;
    right: 0;
    width: 5rem;
    z-index: 2;
  }
}

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