/* iphone 7 - landscape and above */
@media (min-width: 667px) {
  .logo {
    max-width: 245px;
  }
  h1 {
    font-size: 24px;
  }
  .intro {
    width: 80%;
    font-size: 50px;
    padding: 120px 0;
  }
  .splash-banner {
    height: 700px;
  }
  .content {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-heading {
    width: 50%;
    margin: 0;
    float: left;
  }
  .content-body {
    width: 50%;
    float: left;
  }
  footer {
    clear: both;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 120px 0;
  }
  .footer-logo {
    width: 150px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 45px;
  }
  .footer-info {
    float: left;
    text-transform: uppercase;
  }
  .footer-legal {
  }
}

@media (min-width: 728px) {
  .site-header {
    overflow: visible;
    margin-top: 70px;
  }
  #menu-handle {
    display: none;
  }
  #main-nav {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    margin-top: 14px;
    float: right;
    transition: none;
  }
  #main-nav li {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
  }
  #main-nav a:hover,
  #main-nav a:active {
    text-decoration: underline;
  }
  #main-nav .subnav {
    display: none;
    overflow: visible;
    max-height: none;
    padding-top: 14px;
    margin: 0;
    top: auto;
  }
  #main-nav .subnav li {
    padding: 10px 0;
  }
  .subnav-item > a {
    display: inline-block;
  }
  .subnav-caret {
    display: none;
  }
}
