    .top-nav-wrapper {
        margin: 7px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-logo {
        float: left;
        position: relative;
        z-index: 100;
    }

    .nav-logo a img {
          height: 40px;
      }

    .nav-links {
        margin-left: 6.5vw;
        display: flex;
        width: 116px;
        align-items: center;
        justify-content: space-between;
    }

    .nav-links a {
        font-size: 14px;
        color: #627282;
        border-bottom: 2px solid transparent;
        padding-bottom: 2px;
        transition: all .2s ease;
    }

    .nav-links .current,
    .nav-links a:hover,
    .nav-links a:active {
        font-weight: 500;
        color: #1b2734;
        border-bottom: 2px solid #1b2734;
    }

    .nav-buttons {
        float: right;
        margin-left: 40px;
        min-width: 280px;
    }

  .nav-buttons #btn-register a {
      margin-right: 4px;
  }

  .nav-buttons #btn-get-started a {
      margin-left: 4px;
      margin-right: 0px;
  }

    @media only screen and (max-width : 980px) {

        .nav-buttons,
        .nav-links {
            display: none;
        }

        .nav-logo:before {
            content: "";
            position: absolute;
            top: -16px;
            left: -16px;
            width: 100vw;
            height: 80px;
            background: #fff;
            z-index: -1;
          }

      .nav-logo a img {
          height: 48px;
      }

            .top-nav-wrapper {
             margin: 16px 0;
          }
    }

    /* MOBILE MENU STYLES */

    #mobile-subscribe-btn {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 40px;
      position: fixed;
      background-color: #fff;
      bottom: 0;
      z-index: 999;
    }

    #mobile-subscribe-btn > .button-medium {
      width: 100vw;
      height: 60px;
      font-size: 18px;
    }

    .mobile-menu-label {
      font-weight: 500;
      font-size: 15px;
      line-height: 160%;
      color: #98A1AB;
      margin: 20px 0 8px 18px;
      text-transform: uppercase;
    }

  .mobile-menu-icons {
    margin: 8px 0 136px 16px;
    width: 108px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

    .top-menu__wrapper {
        transition: all .2s ease;
        display: none;
    }

    .top-menu__wrapper ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        list-style: none;
        background: transparent;
    }

    .top-menu__wrapper ul li a {
        font-family: "Roboto", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: #627282;
        line-height: 22px;
        padding: 0 9px;
        transition: all .2s ease;
        width: 100%;
        display: flex;
        justify-content: center;
        border: none;
        margin-bottom: 0;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
    }

    .top-menu__wrapper ul li a.active {
        opacity: 1;
    }

    .top-menu__wrapper ul li a:hover {
        opacity: 1;
        background-color: inherit;
        border-color: inherit;
        color: #1B2734;
        text-decoration: none;
        font-weight: 500;
    }

    .first-mobile-list span {
        width: 100%;
    }

    .top-menu__wrapper.is-open {
        height: 100vh;
        position: fixed;
        display: block;
        background: #fff;
        overflow-y: scroll;
        left: 0;
        top: 0;
        transition-property: all;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-delay: 0;
        -webkit-transition-property: all;
        -webkit-transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-delay: 0;
        width: 100%;
        z-index: 1;
    }

    .top-menu__wrapper.is-open ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: 770px;
        background: #fff;
        margin-top: 0;
        width: 100%;
        padding-left: 0;
    }

    .top-menu__wrapper.is-open ul li {
        padding: 20px 0;
    }

  .search-container-mobile {
    margin-top: 88px;
  }

  .search-container-mobile  > .navbar-search{
    margin-right: auto;
    margin-left: 15px;
  }

  .search-input.mobile {
    font-size: 24px;
    padding-left: 15px;
  }
  
    #top-menu__nav-trigger {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        left: 50%;
        margin-left: -24px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        background-clip: padding-box;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        transition-property: all;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-delay: 0;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-delay: 0;
        cursor: pointer;
        z-index: 999;
        width: 48px;
        height: 48px;
        top: 20px;
        display: none;
    }

    @media(max-width:980px) {
        #top-menu__nav-trigger {
            display: block;
        }

    }

    #top-menu__nav-trigger.is-hide {
        transition-property: all;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-delay: 0;
        -webkit-transition-property: all;
        -webkit-transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-delay: 0;
        top: -70px;
    }

    #top-menu__nav-trigger .nav-trigger {
        position: relative;
    }

    #top-menu__nav-trigger .nav-trigger div {
        transition-property: all;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-delay: 0;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-delay: 0;
    }

    #top-menu__nav-trigger .nav-trigger div:nth-child(1) {
        position: absolute;
        width: 22px;
        height: 3px;
        left: 21px;
        display: block;
        background-color: #1B2734;
        top: 22px;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    #top-menu__nav-trigger .nav-trigger div:nth-child(2) {
        position: absolute;
        width: 22px;
        height: 3px;
        left: 21px;
        display: block;
        background-color: #1B2734;
        top: 22px;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    #top-menu__nav-trigger .nav-trigger div:nth-child(3) {
        position: absolute;
        width: 22px;
        height: 3px;
        left: 21px;
        display: block;
        background-color: #1B2734;
        top: 15px;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    #top-menu__nav-trigger .nav-trigger div:nth-child(4) {
        position: absolute;
        width: 22px;
        height: 3px;
        left: 21px;
        display: block;
        background-color: #1B2734;
        top: 29px;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    #top-menu__nav-trigger .nav-trigger.is-open div:nth-child(1) {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    #top-menu__nav-trigger .nav-trigger.is-open div:nth-child(2) {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    #top-menu__nav-trigger .nav-trigger.is-open div:nth-child(3) {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    #top-menu__nav-trigger .nav-trigger.is-open div:nth-child(4) {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }

/* mobile search styles */

  .hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.search-container-mobile .hs-search-field .hs-search-field__suggestions {
      display: none !important;
  }

.search-container-mobile .navbar-search .hs-search-field  {
  position: initial;
  top: 0;
  left: 0;
  }

.search-container-mobile .hs-search-field__bar form {
    max-width: 100%;
    display: flex; 
    flex-direction: row-reverse;
  }

.search-container-mobile .hs-search-field__bar form button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #98A1AB;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: #fff;
    box-sizing: border-box;
    margin-right: 12px;
    border:none;
    }
}
