@media (max-width: 1024px) {
  #container {
    width: 100%;
  }

  #header {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding-top: 62px;
    box-sizing: border-box;
    height: 125px;

    #info {
      width: 90%;
      display: flex;
    }
  }

  #nav {
    display: flex;
    flex-flow: wrap;
    height: inherit;
  }

  .sticky.bar .content {
    margin: auto;
    width: 100% !important;
  }

  form#tickets {
    overflow: auto;
  }

  .pull-right {
    float: inline-start;
    text-align: left;
  }

  .jb-overflowmenu {
    width: 100%;
  }

  .action-button {
    margin: 0 2px;
    padding: 4px 8px;
  }

  .ticket_info {
    width: 100%;
    background: #f4faff;

    tbody {
      tr {
        display: flex;
        flex-direction: column;
      }
    }
  }

  #response_options>form>table {
    tbody {
      tr {
        display: flex;
        flex-direction: column;
      }
    }
  }

  .dialog.size-normal {
    width: 100% !important;
    box-sizing: border-box;
    position: absolute;
    left: 0px !important;
  }

  .select2.select2-container.select2-container--default {
    width: 175px !important;
  }

  #new-user-form form .fixed tbody tr {
    display: flex;
    flex-direction: column;
  }

  .form_table.fixed tbody tr td select {
    width: 140px;
  }

  #dynamic-form tr td div input {
    width: 150px;
  }

  #poweredBy {
    display: none;
  }

  #landing_page {
    display: flex;
    flex-direction: column;
  }

  .thread-body {
    box-sizing: border-box;
    width: 100%;
  }

  .main-content {
    width: 100%;
  }

  #header p {
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
  }

  #footer #poweredBy {
    display: none;
  }

  #clientLogin {
    div {
      display: flex !important;
      flex-direction: column;

      .login-box {
        width: 100%;
        display: table-cell;
        box-shadow: none;
        padding: 15px;
      }
    }
  }

  .padded {}

  #ticketForm {
    table {
      width: 100% !important;
    }
  }

}

#footer #poweredBy {
  display: none;
}

#poweredBy {
  display: none;
}