@import url("https://fonts.googleapis.com/css?family=Lato");
/* Penner Equations (approximated) originally created by @robpenner */
body {
  margin: 0;
  padding: 0;
  height: 100vh; }

.esh-global-nav {
  background: #FFF;
  font-family: 'Lato', sans-serif;
  box-shadow: 0 0 0 2px #e4e4e4; }
  .esh-global-nav__logo {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    width: 175px;
    overflow: hidden; }
    .esh-global-nav__logo a {
      background: url("logo.svg") center/contain no-repeat;
      padding-top: 21.7142857%;
      line-height: 0;
      display: block;
      color: rgba(0, 0, 0, 0);
      user-select: none;
      overflow: hidden; }
    @media (max-width: 1100px) {
      .esh-global-nav__logo {
        width: 135px;
        margin-right: 15px; } }
  .esh-global-nav a {
    text-decoration: none;
    text-transform: uppercase; }
  .esh-global-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .esh-global-nav__contain {
    padding: 0 30px;
    max-width: 1440px;
    margin: 0 auto; }
  .esh-global-nav__super {
    background: #4a4a4a;
    height: 39px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
    white-space: nowrap; }
    .esh-global-nav__super ul {
      overflow: hidden; }
    .esh-global-nav__super a {
      color: #FFF;
      font-size: 14px;
      letter-spacing: 2.3px;
      display: block;
      font-weight: 700;
      height: 39px;
      vertical-align: top; }
      .esh-global-nav__super a:hover {
        color: #FFF;
        background-color: #000;
        transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1); }
      @media (max-width: 1100px) {
        .esh-global-nav__super a {
          font-size: 12px;
          letter-spacing: 1px; } }
    .esh-global-nav__super__item {
      padding: 0 22px 0 22px;
      margin: 0 -22px 0 -28px; }
      @media (max-width: 1100px) {
        .esh-global-nav__super__item {
          margin: 0 -12px 0 -12px; } }
      .esh-global-nav__super__item--active {
        color: #f09221 !important;
        background: #FFF;
        padding: 0 22px 0 22px;
        margin: 0 -22px 0 -22px; }
        @media (max-width: 1100px) {
          .esh-global-nav__super__item--active {
            padding: 0 12px 0 12px;
            margin: 0 -12px 0 -12px; } }
        a.esh-global-nav__super__item--active {
          font-weight: 900; }
    .esh-global-nav__super ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 25px; }
      @media (max-width: 1100px) {
        .esh-global-nav__super ul li {
          margin: 0 12.5px; } }
    .esh-global-nav__super__item--active ul li {
      vertical-align: inherit; }
  .esh-global-nav__logo {
    display: inline-block;
    vertical-align: middle; }
  .esh-global-nav__main {
    font-size: 0;
    height: 72px;
    line-height: 72px;
    white-space: nowrap; }
    .esh-global-nav__main__title {
      display: inline-block;
      font-size: 16px;
      vertical-align: middle;
      text-transform: uppercase;
      font-weight: bolder;
      letter-spacing: 1px;
      margin-right: 10px; }
      .esh-global-nav__main__title a {
        color: inherit; }
        .esh-global-nav__main__title a:hover {
          color: #f09221; }
    .esh-global-nav__main__items {
      display: inline;
      vertical-align: middle; }
      .esh-global-nav__main__items--active, .esh-global-nav__main__items__link:hover {
        color: #f09221 !important;
        position: relative; }
        .esh-global-nav__main__items--active:after, .esh-global-nav__main__items__link:hover:after {
          content: "";
          display: block;
          position: absolute;
          bottom: 18px;
          left: 10px;
          right: 10px;
          height: 2px;
          background: #f09221;
          pointer-events: none; }
      .esh-global-nav__main__items > li {
        display: inline-block;
        position: relative;
        vertical-align: top; }
        .esh-global-nav__main__items > li > a {
          font-size: 16px;
          letter-spacing: 2.3px;
          display: block;
          padding: 0 25px;
          color: #4a4a4a;
          transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1); }
          .esh-global-nav__main__items > li > a:hover {
            color: black; }
          @media (max-width: 1100px) {
            .esh-global-nav__main__items > li > a {
              font-size: 14px;
              letter-spacing: 1.5px;
              padding: 0 12.5px; } }
        .esh-global-nav__main__items > li:hover ul {
          opacity: 1;
          transform: translate(-50%, -26px);
          pointer-events: all; }
      .esh-global-nav__main__items__sub {
        position: absolute;
        top: 51%;
        left: 50%;
        transform: translate(-50%, -26px) scaleY(0.75);
        transform-origin: top center;
        background: #FFF;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
        transform-origin: top center;
        z-index: 1;
        min-width: calc(100% - 20px); }
        .esh-global-nav__main__items__sub__item--active {
          color: #f09221 !important; }
          .esh-global-nav__main__items__sub__item--active:hover {
            color: #4a4a4a !important; }
        .esh-global-nav__main__items__sub > li {
          line-height: 1em;
          border-bottom: solid 1px #e4e4e4; }
          .esh-global-nav__main__items__sub > li:hover {
            border-bottom: solid 2px #f09221; }
          .esh-global-nav__main__items__sub > li:first-child {
            border-top: 0;
            text-align: center; }
            .esh-global-nav__main__items__sub > li:first-child > a {
              text-transform: uppercase;
              font-size: 16px; }
              @media (max-width: 1100px) {
                .esh-global-nav__main__items__sub > li:first-child > a {
                  font-size: 14px; } }
          .esh-global-nav__main__items__sub > li > a {
            display: block;
            padding: 14px 15px;
            font-size: 14px;
            letter-spacing: 2px;
            line-height: 1em;
            color: #4a4a4a;
            white-space: nowrap;
            text-transform: none;
            transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1); }
            .esh-global-nav__main__items__sub > li > a:hover {
              background: #FFF;
              color: #f09221; }
  .esh-global-nav__super form, .esh-global-nav__main form {
    padding-top: 5px; }
    .esh-global-nav__super form input[type="text"], .esh-global-nav__main form input[type="text"] {
      background: #e3e3e3;
      -webkit-appearance: none;
      border: none;
      border-radius: 0px;
      height: 45px;
      padding: 0 20px;
      font-size: 14px;
      width: 175px;
      outline: none; }
  .esh-global-nav--mobile {
    display: none; }
  @media (max-width: 960px) {
    .esh-global-nav {
      box-shadow: none; }
      .esh-global-nav__super, .esh-global-nav__main {
        display: none; }
      .esh-global-nav [class*="active"] {
        color: #f09221 !important; }
      .esh-global-nav--mobile {
        display: block;
        position: relative; }
        .esh-global-nav--mobile__header {
          display: block;
          position: relative;
          height: 55px;
          padding: 5px 20px;
          z-index: 2;
          background: #FFF;
          box-shadow: 0 0 0 2px #e4e4e4; }
          .esh-global-nav--mobile__header .esh-global-nav__logo {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center; }
        .esh-global-nav--mobile__hamburger {
          display: block;
          position: absolute;
          top: 50%;
          right: 20px;
          width: 20px;
          height: 16px;
          transform: translateY(-50%);
          cursor: pointer;
          transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1); }
          .esh-global-nav--mobile__hamburger:before, .esh-global-nav--mobile__hamburger:after,
          .esh-global-nav--mobile__hamburger span {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background: #4a4a4a;
            position: absolute;
            transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
          .esh-global-nav--mobile__hamburger span {
            top: 50%;
            transform: translateY(-50%); }
          .esh-global-nav--mobile__hamburger:before {
            top: 0; }
          .esh-global-nav--mobile__hamburger:after {
            bottom: 0; }
        .esh-global-nav--mobile__menu {
          height: calc(100vh - 40px);
          overflow-y: scroll;
          width: 100vw;
          box-shadow: 0 0 0 2px #e4e4e4;
          z-index: 1;
          transform: translateY(-100%);
          transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
          position: absolute;
          top: 100%;
          background: #FFF;
          box-shadow: 0 0 0 2px #e4e4e4; }
          .esh-global-nav--mobile__menu__super > li {
            overflow: hidden;
            border-bottom: solid 1px #e4e4e4; }
            .esh-global-nav--mobile__menu__super > li > div > a {
              font-size: 18px;
              letter-spacing: 2.3px;
              color: #4a4a4a;
              display: inline-block;
              padding: 10px 20px;
              font-weight: bold;
              padding-left: 60px; }
          .esh-global-nav--mobile__menu__super [class*="toggle"] {
            position: relative; }
            .esh-global-nav--mobile__menu__super [class*="toggle"]:before {
              content: "";
              width: 60px;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0; }
            .esh-global-nav--mobile__menu__super [class*="toggle"] a {
              padding-left: 60px; }
            .esh-global-nav--mobile__menu__super [class*="toggle"] span {
              display: block;
              width: 10px;
              height: 10px;
              position: absolute;
              left: 25px;
              top: 50%;
              transform: translateY(-50%) rotate(135deg);
              border-top: 2px solid #4a4a4a;
              border-right: 2px solid #4a4a4a;
              pointer-events: none;
              opacity: .5;
              transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
            .esh-global-nav--mobile__menu__super [class*="toggle"].open span {
              transform: translateY(-50%) translateY(2px) rotate(-45deg); }
          .esh-global-nav--mobile__menu__super__main {
            padding-left: 30px;
            letter-spacing: 1px;
            transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1); }
            .esh-global-nav--mobile__menu__super__main__content {
              height: 0;
              overflow: hidden;
              transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1); }
              .esh-global-nav--mobile__menu__super__main__content a {
                padding-left: 60px !important; }
            .esh-global-nav--mobile__menu__super__main [class*="toggle"] span {
              width: 5px;
              height: 5px;
              left: 27px; }
            .esh-global-nav--mobile__menu__super__main li {
              border-top: solid 1px rgba(228, 228, 228, 0.5); }
            .esh-global-nav--mobile__menu__super__main a {
              color: #7d7d7d;
              font-size: 16px;
              padding: 7px 20px;
              display: inline-block;
              font-weight: normal;
              letter-spacing: 1px; }
            .esh-global-nav--mobile__menu__super__main__sub__content {
              height: 0;
              overflow: hidden;
              transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
              background: #f7f7f7; }
            .esh-global-nav--mobile__menu__super__main__sub a {
              color: #8a8a8a;
              font-size: 12px;
              padding: 7px 20px;
              display: block;
              border-top: solid 1px #e4e4e4;
              text-transform: none;
              letter-spacing: .5px; }
      .esh-global-nav--toggled .esh-global-nav--mobile__hamburger {
        transform: translateY(-50%) rotate(90deg); }
        .esh-global-nav--toggled .esh-global-nav--mobile__hamburger span {
          width: 0px; }
        .esh-global-nav--toggled .esh-global-nav--mobile__hamburger:before {
          top: 50%;
          transform: translateY(-50%) rotate(45deg); }
        .esh-global-nav--toggled .esh-global-nav--mobile__hamburger:after {
          bottom: 50%;
          transform: translateY(50%) rotate(-45deg); }
      .esh-global-nav--toggled .esh-global-nav--mobile__menu {
        transform: none; } }

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