.desktop-only {
  display: none;
}
#favruns-lp .boldness {
  font-family: "Gotham Bold";
}
#favruns-lp .lp-banner {
  position: relative;
  margin-bottom: 25px;
}

#favruns-lp a {
  color: #7d7d7d;
  text-decoration: underline;
}

#favruns-lp h2 {
  font-family: "Gotham Bold";
  font-size: 11px;
  line-height: 1.15em;
  padding: 0 30px;
  margin-bottom: .25em;
}

#favruns-lp p + h2,
#favruns-lp ul + h2
{
  margin-top: 20px;
}

#favruns-lp p,
#favruns-lp ul
{
  font-size: 11px;
  line-height: 1.25em;
  margin: 0 0 15px;
}
#favruns-lp li {
  padding-right: 16%;
}
#favruns-lp blockquote {
  line-height: 1.25em;
  font-style: italic;
  margin: 6% 17%;
  font-size: 15px;
}
#favruns-lp p {
  padding: 0 30px;
}

#favruns-lp a:hover {
  color: #000;
  text-decoration: none;
}

#favruns-lp img.bkgd-image {
  width: 100%;
}

#favruns-lp .banner-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: white;
}
  #favruns-lp .banner-content * {
    color: inherit;
    margin: 0;
  }

  #favruns-lp .banner-content h1 {
    font-family: "Gotham Bold";
    font-size: 25px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.1px;
  }
  #favruns-lp .banner-content p {
    font-size: 8px;
  }

#favruns-lp .lp-footer {
  color: white;
  background-color: black;
  text-align: center;
  padding: 10px 0 20px;
}
#favruns-lp .lp-footer p {
  font-size: 11px;
  line-height: 1.5;
}
#favruns-lp .lp-footer a {
  font-size: 11px;
  color: #fff;
  text-decoration: underline;
}

#favruns-lp .lp-footer a:hover {
  text-decoration: none;
}
@media screen and (min-width: 322px) {
  /* desktop styles */
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
  #favruns-lp .lp-banner,
  #favruns-lp .lp-footer {
    width: 1600px;
    margin-left: -340px;
  }
  #favruns-lp .lp-banner {
    margin-bottom: 50px;
  }
  #favruns-lp .banner-content {
    top: 50%;
  }
    #favruns-lp .banner-content h1 {
      font-size: 75px;
      line-height: 1.25em;
    }
  #favruns-lp blockquote {
    font-size: 30px;
    margin: 3% 5%;
  }
  #favruns-lp img.spencer-white {
    width: auto;
    padding-left: 40px;
  }
  #favruns-lp h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  #favruns-lp p,
  #favruns-lp ul
  {
    font-size: 20px;
    line-height: 1.4;
  }
  #favruns-lp .lp-footer p {
    font-size: 16px;
    line-height: 25px;
  }
  #favruns-lp .lp-footer a {
    font-size: 16px;
  }
  #favruns-lp .lp-footer {
    margin-top: 50px;
    padding: 40px 0;
  }
}
