@media (min-width:768px)  {
}


@media (min-width:992px) {
}


@media (min-width:1170px) {
}

@media (max-width:991px) {
  #b_head,
  #b_head > .container:first-child {
    background-color: transparent !important;
  }

  #b_mobile_toggle { display: none !important; }

  #la-signup-form {
    height: 0px;
    overflow: hidden;
  }
    #la-signup.open #la-signup-form {
      height: auto;
      margin-top: 1rem;
    }
    #la-signup-heading {
      display: flex;
      align-items: center;
      justify-content: space-between;

      cursor: pointer;
    }
    #la-signup-heading h3 {
      padding-right: 10%;
      margin-bottom: 0;
    }
      #la-signup-heading:after {
        content: '\f078';

        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;

        font-size: 2rem;
        line-height: 1em;
      }
}
