@media (min-width: 700px) {
  .opening-letter ul {
    margin-left: 1.5em;
  }
  .two-col .how-people {
    width: 100%;
  }

  .header {
    height: auto;
  }
  .ruzuku-logo {
    margin: 0 0 0 40px;
  }
  .site-nav {
    margin: 0 0 0 40px;
    font-size: 0.714em;
  }
  .site-nav a {
    margin: 0 20px 0 0;
  }
  .site-nav + a {
    margin-left: 0;
  }
  .sign-nav {
    position: absolute;
    right: 2em;
    top: 1.25em;
    margin: 0;
    padding: 5px 0 0;
  }
  a.signin-link {
    margin: 1.5em 0;
    font-size: 0.6em;
    display: block;
  }
  .sign-nav a.free-trial-button {
    font-size: .6em;
  }
  .promotion {
    padding: 20px;
    clear: left;
    text-align: center;
    /* background: radial-gradient(circle, #FF9100 40%, #C77100 99%); */
    background: #FF9100;
    margin: 1em 0 0;
  }
  .promotion a {
    color: #fff;
  }
  .page-title {
    font-size: 3em;
    margin: 0 1em;
  }
  .page-subtitle {
    font-size: 1.75em;
    margin: 0 1em 1em;
  }
  .content-section > div {
    padding: 2em 3em;
  }

  /* Home People */
  .two-col > .home-people {
    margin: 0 0 0.4em;
    min-height: 200px;
    width: 45%;
  }


  /* ================================== */
  /*           Superstars               */
  /* ================================== */
  .superstar {
    width: 46%;
    float: left;
    margin: 0 0 2em 5%;
  }
  .superstar:nth-child(odd) {
    margin-left: 0;
  }
  .superstar-pic {
    float: left;
    width: 5em;
  }
  .superstar p {
    font-size: .8em;
    margin-top: 0;
  }
  .superstar-details {
    margin-left: 6em;
  }

/* ================================== */
/*       Testimonial/Quotations       */
/* ================================== */

.testimonial {
    margin: 0 auto;
    max-width: 40em;
  }
  .testimonial .people-pic {
    float: left;
    width: 8em;
  }
  .testimonial .quotation {
    margin: 0 2em 0 15em;
    font-size: .7em;
  }
  .testimonial .sayer {
    font-size: 1.25em;
    font-weight: 400;
    display: block;
  }
  .testimonial .sayer a:link,
  .testimonial .sayer a:visited {
    text-decoration: none;
    color: #683a79;
  }
  .testimonial .authority {
    font-size: 0.9em;
    font-weight: 300;
  }
  .testimonial .authority a {
    color: #666666;
  }

  /* Attributions with centered layout  */
  .centered-quotation .attribute{
    position: relative;
    left: 2em;
    top: 2em; 
  }


/* ================================== */
/*           Feature grid             */
/* ================================== */
  .feature-highlight {
    max-width: 1000px;
    font-size: .8em;
  }
  .feature-image {
    float: left;
    margin-right: 3%;
    width: 40%;
  }
  .feature-image img {
    border: 1px solid #ccc;
  }
  .feature-list div:nth-child(even) .feature-image {
    float: right;
  }
  .feature-description {
    float: left;
    width: 55%;
  }
  .feature-description .sayer {
    font-size: 1em;
    font-weight: 400;
    display: block;
  }
  .feature-description .authority {
    font-size: 0.9em;
    font-weight: 300;
  }
  .feature-quote {
    text-align: left;
  }
  #features-list {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 1em;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
  }

  /* Checkmark feature list */
  .checkmark-list ul li {
    font-size: .9em;
    line-height: 1.5;
    margin-left: 1.5em;
    list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid meet' version='1.1' x='0px' y='0px' xml:space='preserve' class='style0'><style>.style0{enable-background: new 0 0 512 512;fill:darkgreen;}</style><path d='M461.6 109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4 0-4.6 1-6.3 2.5L194.5 323c0 0-78.5-75.5-80.7-77.7 c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4 0-6.4 3.1-8.7 5.4c-1.7 1.8-29.7 31.2-43.5 45.8c-0.8 0.9-1.3 1.4-2 2.1c-1.2 1.7-2 3.6-2 5.7 c0 2.2 0.8 4 2 5.7l2.8 2.6c0 0 139.3 133.8 141.6 136.1c2.3 2.3 5.1 5.2 9.2 5.2c4 0 7.3-4.3 9.2-6.2L462 121.8 c1.2-1.7 2-3.6 2-5.8C464 113.5 463 111.4 461.6 109.6z'/></svg> ");
    column-span: 1;
    -webkit-column-span: 1;
    -moz-column-span: 1;
  }


  /* ================================== */
  /*           Call to action           */
  /* ================================== */
  .free-trial-button.wide-button {
    max-width: 20em;
  }
  .call-to-action .three-col > div {
    float: left;
    padding: 1em 0.6%;
    text-align: center;
    width: 32%;
  }
  .jumpstart.two-col > div {
    float: left;
    padding-right: 5%;
    width: 45%;
  }
  .jumpstart.two-col > div img {
    float: left;
  }
  .jumpstart.two-col > div p {
    margin-left: 7em;
    font-size: .9em;
  }
  .heart {
    height: 74px;
    width: 80px;
    margin-top: .4em;
  }


  /* ================================== */
  /*           University               */
  /* ================================== */
  .uni-price-summary-col {
    margin: 0 50%;
  }
  .uni-mo-price {
    width: 25em;
    margin: 0 auto;
  }
  .uni-setup {
    width: 25em;
    margin: 1em auto 0;
  }
  .uni_starter_package {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
  }
}