.page-link {
  color: #3bb65c;
}
.page-link:hover {
  color: #3bb65c;
}
.page-item.active .page-link {
  background-color: #3bb65c;
  border-color: #3bb65c;
}

.morecontent span {
  display: none;
}

.morelink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-top: 20px;
  font-size: 13px;
  color: #ececec;
  display: none;
}

.morelink:after {
  content: '';
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: 6px;
  margin-left: 10px;
  border: 1px solid #ececec;
  border-top: none;
  border-right: none;
  background: transparent;
  transform: rotate(-45deg);
  transform-origin: bottom;
}

.morelink.less:after {
  margin-left: 7px;
  transform: rotate(135deg);
}

.row-forum-video .col-video {
  height: 210px;
}
.row-forum-video .col-video iframe {
  width: 100%;
  height: 100%;
}

.video-header h1.title a {
  text-decoration: none;
  color: #303030!important;
}

.video-category-wrapper a {
  text-decoration: none;
  color: #303030!important;
  font-weight: 600;
}

.video-list a {
  text-decoration: none;
  color: #303030!important;
}

.sb-custm-signup-form {
  min-height: 200px !important;
}

.org-shp ul {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: 15px;
  list-style-type: none;
}

.org-shp a{
  color: #fff;
  text-decoration: none;
}