html { background: #555d6a; }

body {
font-family: proxima-nova, sans-serif;  font-size: 20px; line-height: 130%; color: #bdbcb7;
margin: 0; padding: 0;
}
  .section-title {
    font-family: proxima-nova, sans-serif; font-weight: 700
    text-transform: uppercase;
    /*font-weight: bold;*/
    color: #bdbcb7;
    margin-top: 30px;
    font-size: 1.0em;
    line-height: 100%; 
    padding: 8px 1px;
  }

  .toggle-link {
    font-size: 1.0em; line-height: 100%; padding: 3px 1px; text-transform: uppercase;  color: #d2d2ca; text-decoration: none
    font-family: proxima-nova, sans-serif; font-weight: 700
    color: #bdbcb7;
    text-decoration: none;
    /*font-weight: bold;*/
    font-size: 1.0em;
    cursor: pointer;
    display: block;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 100%;
  }

  .toggle-link:first-of-type {
    margin-top: 0;
  }

  .toggle-link:hover {
    color: #88b2df;
  }

  .iframe-container {
    display: none;
    margin-top: 20px;

  }

  iframe {
    width: 100%;
    height: 500px;
    border: none;
  }

