@charset "UTF-8";

/*
  Mobile-only responsive overrides.
  Desktop rules in thrColLiqHdr.css remain untouched.
*/

@media screen and (max-width: 940px) {
  html,
  body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .container2,
  .container {
    width: 100%;
    max-width: 100%;
  }

  .container {
    border-width: 0;
  }

  .header {
    width: 100%;
    height: auto;
    aspect-ratio: 18 / 7;
    overflow: hidden;
  }

  .header .bx-wrapper,
  .header .bx-viewport,
  .header .bxslider {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }

  .header .bxslider img,
  .header .bx-wrapper img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .navigation {
    margin-top: 0;
  }

  .navigation .indent {
    margin: 0;
    padding: 7px 12px;
    line-height: 20px;
  }

  .sidebar1 {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 10px 12px;
  }

  ul.nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin: 0;
    border-top: 1px solid #666;
  }

  ul.nav li {
    min-width: 0;
    border-right: 1px solid #666;
  }

  ul.nav li:nth-child(2n) {
    border-right: 0;
  }

  ul.nav a,
  ul.nav a:visited {
    min-height: 46px;
    padding: 8px 7px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }

  .sidebar1 > p {
    display: none;
  }

  .content {
    float: none;
    width: auto;
    margin: 0 10px 22px;
    padding: 18px 14px 24px;
  }

  .content h2 {
    padding: 7px 8px 6px 14px;
    font-size: 17px;
    line-height: 1.55;
  }

  .content h3,
  .content h4 {
    line-height: 1.6;
  }

  .content ul,
  .content ol {
    padding-right: 4px;
    padding-left: 28px;
  }

  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  iframe,
  video,
  object,
  embed {
    max-width: 100%;
  }

  .footer {
    padding: 10px 12px;
  }

  .footer .center {
    margin: 0;
    line-height: 22px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    padding: 3px 8px;
    font-size: 10px;
  }

  .content {
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .content h2 {
    border-left-width: 5px;
    font-size: 15px;
  }

  .indent,
  .indent-dotted,
  .basic,
  .basic-dotted,
  .basic-dotted2,
  ul,
  ol {
    font-size: 12px;
    line-height: 23px;
  }
}
