.tab-content.activeLink {
  display: block;
}

.aboutAuthor {
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  background-color: var(--color-white);
  padding: 20px;
  margin: 20px 0;
}

.aboutAuthor .authorImg {
  flex-basis: 194px;
  margin-right: 20px;
}

.aboutAuthor .authorImg img {
  border-radius: 50%;
  display: block;
  height: 180px;
}

.aboutAuthor .row {
  margin: 0;
}

.aboutAuthor .authorInfo {
  flex-basis: calc(100% - (194px + 20px));
}

.aboutAuthor h1 {
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 4px;
  font-weight: normal;
}

.aboutAuthor p {
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 10px;
}

.aboutAuthor .degree {
  font-size: 14px;
  line-height: 24px;
  color: #989898;
}

.aboutAuthor ul {
  margin: 0;
  padding: 0;
}

.aboutAuthor ul p {
  padding: 0;
  display: inline-block;
}

.aboutAuthor ul li {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.aboutAuthor ul li:last-child {
  margin-right: 0;
}

.aboutAuthor ul li a {
  display: block;
  width: 26px;
  height: 26px;
}

.otherInfo {
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  background-color: var(--color-white);
  padding: 20px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.otherInfo h2 {
  font-size: 18px;
  line-height: 24px;
  background: #f5f5f5;
  padding: 10px 20px;
  color: var(--primary-font-color);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.otherInfo ul {
  padding-left: 20px;
}

.otherInfo .listImage {
  margin-bottom: 20px;
}

.otherInfo p {
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 20px;
}

.browseArticleSection h2 {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
}

.browseArticleSection {
  margin-bottom: 60px;
}

.articleTypes ul {
  margin: 0;
  padding: 0;
}

.articleTypes ul li {
  display: inline-block;
  margin-right: 6px;
}

.articleTypes ul li a {
  display: block;
  padding: 10px 16px;
  color: var(--primary-font-color);
  line-height: 20px;
  font-size: 13px;
  text-decoration: none;
  background: #f7f7f7;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.articleTypes ul li a:hover {
  background: var(--color-red);
  color: var(--color-white);
  border-radius: 3px 3px 0 0;
}

.articleTypes ul li a.activeLink {
  background: var(--color-red);
  color: var(--color-white);
  font-weight: 500;
  border-radius: 3px 3px 0 0;
}

.articlesDisplay {
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  background-color: var(--color-white);
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.articlesDisplay .row {
  margin: 0;
}

.articlesDiv {
  flex-basis: 23.7%;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: var(--border-line);
  background: var(--color-white);
}

.articlesDiv:nth-of-type(4n+0) {
  margin-right: 0;
}

.articlesDiv img {
  width: 100%;
  height: 207px;
  display: block;
  cursor: pointer;
}

.articlesDiv .textDiv {
  padding: 20px;
}

.articlesDiv .textDiv p {
  font-size: 14px;
  line-height: 24px;
  color: var(--primary-font-color);
  font-weight: var(--font-500);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: var(--font-semibold);
}

.articlesDiv .textDiv p:last-child {
  color: #989898;
  margin: 0;
  font-weight: normal;
}

.list-view {
  display: flex;
  flex-wrap: wrap;
  width:100%
}
.pagination, ul.pagination {
  margin: 0 auto;
  margin-bottom: 20px;
}

.articlesDiv img {
  max-height: 207px;
  align-self: center;
  height: auto;
  margin: 0 auto;
  width: auto;
}
.articlesDiv figure {
  display: grid;
  min-height: 207px;
}
.articlesDiv a {
  font-size: 14px;
  line-height: 24px;
  color: var(--primary-font-color);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: var(--font-semibold);
min-height: 48px;
}
.articlesDiv a:hover {
  color: #3d8ff2;
  text-decoration: underline;
}

/* theme css  */

.aboutAuthor {
  margin-top: 10px;
}
.aboutAuthor,
.otherInfo,
.articleTypes ul li a,
.articlesDisplay {
  border: var(--border-line);
  box-shadow: none;
  background: var(--color-white);
}
.articleTypes ul li a {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.articleTypes ul li a.activeLink {
  border: 1px solid var(--color-red);
  border-bottom: none;
}
.articlesDisplay .articlesDiv {
  flex-basis: 30.7%;
}
.articlesDisplay .articlesDiv:nth-of-type(4n + 0) {
  margin-right: 20px;
}
.articlesDisplay .articlesDiv:nth-of-type(3n + 0) {
  margin-right: 0;
}
#authorName {
  color: #989898;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .aboutAuthor {
    margin-top: -70px;
  }

  .aboutAuthor .row {
    display: block;
  }

  .aboutAuthor ul p {
    padding: 0;
    line-height: 23px;
  }

  .aboutAuthor .authorImg {
    margin: 0;
    padding-bottom: 10px;
  }

  .aboutAuthor .authorImg img {
    max-width: 180px;
    max-height: 180px;
    margin: 0 auto;
  }

  .aboutAuthor h1 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .aboutAuthor .degree {
    text-align: center;
  }

  .otherInfo {
    padding: 10px;
  }

  .otherInfo h2 {
    font-size: 15px;
    padding: 8px 10px;
    margin-bottom: 10px;
  }

  .articlesDisplay {
    padding: 10px;
  }

  .articlesDisplay .articlesDiv {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .articlesDiv .textDiv {
    padding: 10px;
  }
  .articlesDiv a{
    min-height: auto;
  }
  .pagination, ul.pagination{
    margin-bottom: 10px;
  }
}

.scroll-down .topHeader {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.scroll-up .topHeader {
  -webkit-transform: none;
          transform: none;
}
/* Scroll CSS*/
.no-more-css{
   color: red;
   border: 1px solid;
   padding: 10px 20px;
   background-color: rgba(255,78,83,.1);
   margin: 0 auto;
   display: block;
   max-width: 200px;
   text-decoration: none;
}