/* Portrait and Landscape */
@media only screen and (max-width: 667px) {
  header#header .logoWrap {
    min-width: 320px;
    max-width: 667px;
  }
  header#header .logoWrap #header-send-menu {
    height: 200px;
  }
  header#header .logoWrap #header-send-menu .closer {
    top: 0;
  }
  .links {
    float: none;
    text-align: left;
    margin: 10px;
  }
  header #main-menu {
    float: none;
  }
  header #main-menu .form-inline .btn {
    margin-top: 10px;
  }
  header #main-menu .menu-wrapper {
    position: absolute;
    overflow: hidden;
    z-index: 3;
    min-width: 320px;
    max-width: 667px;
    top: 100px;
    height: 200px;
  }
  header #main-menu .menu-wrapper .button-choices .choice {
    width: 90%;
    float: none;
    margin: none;
  }
  header #main-menu .menu-wrapper.open {
    top: 102px;
  }
  header #main-menu .menu-wrapper ul.subnav {
    -webkit-column-rule: none;
    -webkit-column-count: 1;
    -moz-column-rule: none;
    -moz-column-count: 1;
    column-rule: none;
    column-count: 1;
    height: auto;
    max-width: 667px;
    min-width: 320px;
  }
  header #main-menu .menu-wrapper ul.subnav.list li {
    display: block;
    text-align: left;
  }
  header #main-menu .menu-wrapper ul.subnav.list a {
    width: auto;
    text-align: left;
    height: auto;
    padding-left: 20px;
  }
  #wrapper {
    max-width: 667px;
    min-width: 320px;
  }
  #wrapper .centerWrap {
    width: inherit;
    padding: 0 15px;
  }
  #wrapper section#home section.fr .fr_heading {
    width: auto;
  }
  #wrapper section#home table {
    width: auto;
  }
  #wrapper section#home table th {
    width: auto;
    font-size: 15px;
    white-space: normal;
    vertical-align: top;
  }
  #wrapper section#home table td {
    width: auto;
    font-size: 15px;
  }
  #wrapper section#home section.wht h2 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  #wrapper section#home .fr_under {
    height: auto;
  }
  #wrapper section#home .fr_under .steps {
    float: none;
    width: auto;
    min-height: 70px;
  }
  #wrapper section#home .fr_under .steps p.step-text {
    display: block;
  }
  footer {
    width: auto;
    min-width: 320px;
    max-width: 667px;
  }
  footer ul {
    margin-left: 15px;
  }
}
