none {
  width: 100%;
  height: auto;
}

.akengage-outer-container {
  padding-top: 36px;
}

body {
      background-color: #ffffff;
      color: #2c2c2c;
      font-family: 'Georgia', serif;
      margin: 0;
      padding: 3em;
      line-height: 1.7;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }
    h1, h2 {
      color: #2c2c2c;
      font-weight: normal;
    }
    h1 {
      font-size: 2.8em;
      margin-bottom: 0.2em;
      text-align: left;
    }
    h2 {
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 0.8em;
    }
    p {
      font-size: 1.1em;
      margin-bottom: 1.2em;
    }
    .whisper {
      font-style: italic;
      color: #6a5acd;
      text-align: center;
      margin-top: 2em;
      margin-bottom: 2.5em;
    }
    nav {
      text-align: center;
      margin: 2.5em 0 3em 0;
    }
    nav a {
      display: inline-block;
      margin: 0 1em;
      font-size: 1em;
      color: #3366cc;
      text-decoration: none;
    }
    nav a:hover {
      text-decoration: underline;
    }
    ul {
      padding-left: 1.5em;
      margin-bottom: 1.5em;
    }
    li {
      margin-bottom: 0.6em;
    }
    hr {
      margin: 3em 0;
      border: none;
      border-top: 1px solid #ccc;
    }
    .footer-note {
      font-size: 0.9em;
      color: #666666;
      text-align: center;
      margin-top: 4em;
    }



.videos .article-list .article .article-header h1,
.videos .article-list .article .article-header h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  color: #2c2c2c;
  display: -webkit-box;
  -webkit-line-clamp: 2;           /* Clamp to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 81ch;
  height: calc(1.4em * 2);         /* Force height for 4 lines */
  margin: 0 auto;
}

.news .article-list .article .article-header h1,
.news .article-list .article .article-header h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  color: #2c2c2c;
  display: -webkit-box;
  -webkit-line-clamp: 3;           /* Clamp to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 81ch;
  height: calc(1.4em * 3);         /* Force height for 4 lines */
  margin: 0 auto;
}





.topnews {
  padding-top: 18px;
  padding-bottom: 90px;

  
}

.topnews h5 {
  font-size: 0.99rem;
  line-height: 1.44;
  font-weight: 540;
  color: #2c2c2c;
  display: -webkit-box;
  -webkit-line-clamp: 2;           /* Clamp to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 81ch;
  height: calc(1.4em * 2);         /* Force height for 4 lines */
  margin: 0 auto;
}





#sp-main-body {
  padding-bottom: 0px !important;
  padding-top: 108px;
}