@media screen and (max-width: 949px) {
  .wrapper {
    max-width: 560px;
  }
  body {
    min-width: 600px;
  }

  .bn-map .bn-map-holder {
    max-width: 560px;
  }
  .ln-content-center {
    float: none;
    width: 100%;
  }
  .ln-content-right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .bn-logo-name {
    font-size: 18px;
    left: 145px;
  }
  .bn-logo-name {
    top: 16px;
  }
  .bn-map-button {
    background: url("../img/map_but_mobile.png") 50% 50% no-repeat;
    width: 100px;
    height: 62px;
    padding: 30px 0 0 0px;
    bottom: auto;
    top: 44px;
  }
  .bn-map-button {
    top: 18px;
  }
  .bn-logo {
    width: 125px;
  }
  .bn-logo {
    top: 14px;
  }
  .bn-line {
    min-height: 90px;
  }
  .bn-links,
  .bn-special,
  .bn-logo-text,
  .bn-phone-num {
    display: none;
  }
  .bn-special {
    display: block;
    top: 62px;
    right: 0;
    left: 145px;
  }
  .bn-special.p-1 {
    display: none;
  }
  .b-mobile-tools {
    background: #f9f8e5;
  }
  .bn-search {
    position: absolute;
    right: -20px;
    margin-right: 0;
  }

  .bn-sitecopy-title {
    font-size: 14px;
    color: #000;
  }
  .bn-sitecopy-text {
    font-size: 12px;
  }
  .bn-sitecopy {
  }
  .bn-footer-link {
    float: left;
  }

  .ln-page.t-decor {
    padding: 0;
  }
}

@media screen and (max-width: 529px) {
  .wrapper {
    max-width: 280px;
  }
  body {
    min-width: 320px;
  }

  .bn-federal-site ul.bs-holder li {
    width: 32.6%;
  }
  .bn-left-menu.t-mobile a {
    color: #fff;
  }
  .bn-left-menu.t-mobile a + a {
    border-top: 1px solid #84a5d2;
  }
  .bn-map-button {
    display: none;
  }
  .ln-header {
    padding-top: 35px;
    padding-bottom: 25px;
    background: #426a9e;
    background: -o-linear-gradient(left, #426a9e 0%, #6183b1 50%, #426a9e 100%);
    background: -ms-linear-gradient(
      left,
      #426a9e 0%,
      #6183b1 50%,
      #426a9e 100%
    );
    background: -moz-linear-gradient(
      left,
      #426a9e 0%,
      #6183b1 50%,
      #426a9e 100%
    );
    background: -webkit-linear-gradient(
      left,
      #426a9e 0%,
      #6183b1 50%,
      #426a9e 100%
    );
    background: linear-gradient(left, #426a9e 0%, #6183b1 50%, #426a9e 100%);
    height: auto;
  }
  .ln-header {
    background: none;
    padding-bottom: 8px;
  }
  .bn-logo-name {
    position: static;
    margin: 0;
    margin-left: 100px;
    font-size: 15px;
    white-space: normal;
    letter-spacing: -0.01em;
  }
  .bn-logo-name a {
    color: #fff;
  }
  .bn-logo-name a {
    color: #000;
  }

  .bn-line {
    min-height: 0;
    overflow: hidden;
  }
  .bn-line {
    padding-bottom: 25px;
  }
  .bn-special {
    top: 62px;
    left: 100px;
  }

  .bn-logo {
    position: static;
    width: 90px;
    float: left;
  }
  .bn-logo {
    margin-top: 12px;
  }
  .bn-logo img {
    max-width: 90px !important;
  }
  .bn-top-menu {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
  }
  .bn-top-menu > .wrapper > ul {
    display: none;
  }

  .ln-page.t-decor .ln-header-holder {
    background: transparent;
  }
}
