.stickyNavBar {
    min-width: 100%;
  }
  
  .stick .block__container {
    padding: 1rem 0;
  }
  .stick #auxNav {
    transform: translate(0%, -25%) !important;
  }
  
  #header .mobileMenuButton {
    display: none;
  }

  #header .mobileMenuButton span {
    display: block;
  }

  #header #mobileMenuButton {
    margin-left: 1rem;
  }
  #header .assistance {
    text-align: center;
  }
  #header .assistance span:first-child {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #30333c;
    margin: 0 auto;
  }
  #header .block__container {
    max-width: 1318px;
    margin-left: auto;
    margin-right: auto;
  }
  #header .subNav {
    width: auto !important;
  }
  #header #auxNav {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0%, -50%);
  }

  #header #auxNav ul li {
    margin-right: 3rem;
  }
  #header #auxNav ul li:not(#auxNavFreeQuote) a {
    color: #000;
  }
  #header #auxNav ul li:nth-of-type(2) a {
    padding: 0.5rem 1.75rem 0.5rem 0.8rem !important;
  }
  #header #auxNav ul li:nth-of-type(2) a i {
    margin-right: 1rem;
  }
  #header #auxNav #auxNavPhoneNumber {
    background-image: none;
    padding-left: 0;
  }
  #header .innerConatiner,
  #header #mainNav ul {
    width: 100%;
  }

 
  #header #mainNav ul li a:first-of-type {
    color: #00849b;
  }
  #header #mainNav ul li.hover a {
    color: #fff;
  }
  #header #mainNav ul li:last-child.hover {
    background-color: transparent;
  }
  #header #hwaLogo {
    width: 102px;
    margin: 0;
  }
  
  .mobile--sidebar {
    display: block;
  }
  
  #sidebar {
    min-width: 493px;
    max-width: 493px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #30333c;
    padding: 5rem 4rem;
    color: #fff;
    transition: all 0.3s;
    margin-left: -493px;
  }

  #sidebar.active {
    margin-left: 0;
  }
  #sidebar .sidebar-header {
    margin-bottom: 2rem;
  }
  #sidebar ul {
    list-style-type: none;
  }
  #sidebar ul li.header {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
  }
  #sidebar ul li a {
    color: #a6a9b0;
  }
  
  .overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
  }
  
  /* display .overlay when it has the .active class */
  .overlay.active {
    display: block;
    opacity: 1;
  }
  
  #dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    z-index: 99999;
  }




  footer {
    padding-top: 0;
    margin: 0;
    border-top: none;
    color: #a6a9b0;
  }
  footer .block__container {
    max-width: 1318px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footerInner {
    padding-top: 2rem;
    width: 100%;
    background-color: #30333c;
  }
  footer #footerLeft {
    width: 100%;
    padding-top: 6rem;
  }

  footer #footerLeft ul {
    margin-right: 0;
    width: 19%;
  }
 
  footer #footerLeft ul:nth-of-type(1) {
    margin-left: 3rem;
  }
 
  footer #footerLeft ul li.header {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
  }
  footer #footerLeft ul.social li > a {
    display: inline-block;
    font-size: 32px;
    margin-right: 1rem;
  }
  footer #footerLeft ul li > a {
    color: #a6a9b0;
  }
  footer #footerBottom {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  footer #footerBottom img {
    max-width: 200px;
  }
  footer #footerBottom p {
    color: #a6a9b0;
  }

  @media (max-width: 575.98px) {
    #header .mobileMenuButton {
      padding: 1rem !important;
    }
    #header .mobileMenuButton span:last-child {
        font-size: 10px;
      }
  }

  @media (max-width: 767.98px) {
    #sidebar {
      min-width: 100%;
      max-width: 100%;
      margin-left: -100%;
    }

    footer #footerLeft {
        padding-top: 2rem;
      }

      footer #footerLeft ul {
        width: 100%;
        text-align: center;
        display: block;
        margin-bottom: 1rem;
      }
      footer #footerLeft ul:nth-of-type(1) {
        margin-left: 0;
      }
  }


  @media (max-width: 991.98px) {
    #header .mobileMenuButton {
      display: inline-block;
      font-size: 20px;
    }
    #header #auxNav {
        display: none;
      }
      #header .innerConatiner {
        text-align: center;
      }
      #header #mainNav {
        display: none;
      }
  }