.view-article #sp-title .container h2, .view-article #sp-title .container h3 {
  display: block;
}

.view-article #sp-component .article-details .page-header {
  display: none;
}

div#commitee_members {
  margin-bottom: 20px;
}

.accordion .card {
  margin-bottom: 20px;
  border: 0px solid #c9caca !important;
  border-radius: 0;
}

.accordion .card .card-header {
  background-color: #93cfb4;
  border-radius: 0;
  border: 1px solid #c9caca !important;
}

.accordion .card .card-header h5 {
  position: relative;
}

.accordion .card .card-header h5 a {
  color: #00445e;
  text-decoration: none;
  display: block;
}

.accordion .card .card-header h5 a:after {
  content: '';
  background-image: url("../images/arrow-up.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}

.accordion .card .card-header h5 a[aria-expanded='true']:after {
  background-image: url("../images/arrow-down.png");
  content: '';
}

.accordion .card .card-header h5 a[aria-expanded='false']:after {
  background-image: url("../images/arrow-up.png");
  content: '';
}

.accordion .card div.collapse, .accordion .card div.collapsing {
  border: 1px solid #c9caca;
  border-top: 0px solid;
}

.view-session_slot #sp-main-body,
.view-session   #sp-main-body,
.view-sessions   #sp-main-body,
.view-content  #sp-main-body,
.view-category #sp-main-body,
.view-article #sp-main-body,
.view-qans #sp-main-body,
.view-qan #sp-main-body {
  padding-top: 0px;
  margin-top: 0px;
}

.view-session_slot  #sp-main-body #sp-component .item-page .page-header,
.view-content  #sp-main-body #sp-component .item-page .page-header,
.view-sessions  #sp-main-body #sp-component .item-page .page-header,
.view-session  #sp-main-body #sp-component .item-page .page-header,
.view-qans  #sp-main-body #sp-component .item-page .page-header,
.view-qan  #sp-main-body #sp-component .item-page .page-header
{
  display: none;
}
.view-session_slot  #sp-main-body #sp-component .item-page,
.view-content  #sp-main-body #sp-component .item-page,
.view-sessions  #sp-main-body #sp-component .item-page,
.view-session  #sp-main-body #sp-component .item-page,
.view-qans  #sp-main-body #sp-component .item-page,
.view-qan  #sp-main-body #sp-component .item-page
{
  z-index: 2;
  position: relative;
}
 

.view-category #sp-main-body .article-details,
.view-article #sp-main-body .article-details {
  margin-top: 0px;
}



.view-category #sp-main-body {
  overflow: hidden;
}

.blog.committee h1 {
  text-align: left;
}

.blog.committee h2 {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #00A48F;
  font-size: 24px;
  font-weight: 600;
}

.blog.committee .category-desc:before {
  content: "";
  left: 0;
  top: -3px;
  height: 100%;
  width: 2px;
  border-left: 1px solid #F6C912;
  position: absolute;
  z-index: 1;
}

.blog.committee .committee_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog.committee .committee_items .committee_item {
  padding: 15px;
  width: 33.33%;
  max-width: 33.33%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog.committee .committee_items .committee_item.staged .article-intro-image {
  margin-top: 50px;
}

.blog.committee .committee_items .committee_item .page-header h2 {
  margin-bottom: 0px;
  line-height: 30px;
  margin-top: 0;
}

.blog.committee .committee_items .committee_item .article-intro-image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.blog.committee .committee_items .committee_item .committee_info {
  margin-bottom: 0;
  color: #ffffff;
  background: #c9caca;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 10px 15px;
}

.blog.committee .committee_items .committee_item .committee_info .committee_name {
  color: #245C71;
  font-weight: bold;
}

.blog.committee .committee_items .committee_item .committee_info .committee_details {
  color: #245C71;
}

.blog.committee .committee_items .committee_item .committee_info .page-header {
  padding-bottom: 0;
}

.blog.committee .committee_items .committee_item .committee_info .page-header h2 {
  color: #00A48F;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: underline;
}

.blog.committee .committee_items .committee_item .committee_info .page-header h2 a {
  color: #00A48F;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.blog.committee .committee_items .committee_item .item-image {
  text-align: center;
}

.blog.committee .committee_items .committee_item .item-image img {
  width: 100%;
}

.blog.committee .committee_items .committee_item .committee_name {
  text-align: left;
  margin-bottom: 4px;
}

.blog.committee .committee_items .committee_item .committee_name a {
  text-decoration: none;
  padding-bottom: 2px;
}

.blog.committee .committee_items .committee_item .committee_name a:after {
  content: " >";
}

.blog.committee .committee_items .committee_item .committee_details {
  text-align: left;
  color: #245C71;
}

.blog.committee .committee_items .committee_item:hover .article-intro-image img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.blog.committee .committee_items .committee_item:hover .committee_info {
  background: #00A48F;
}

.blog.committee .committee_items .committee_item:hover .committee_info h2 a {
  color: #245C71;
}

.blog.committee .committee_items .committee_item:hover .committee_info .committee_name {
  color: #fff;
  font-weight: bold;
}

.blog.committee .committee_items .committee_item:hover .committee_info .committee_details {
  color: #fff;
}

.blog.committee .committee_items .committee_item:hover .committee_info .page-header h2 {
  color: #245C71;
}

.blog.committee .committee_items .committee_item:hover .committee_info .page-header h2 a {
  color: #245C71;
}

.sp-megamenu-parent .sp-dropdown li>a.custom-header:after {
    display: none;
}

.d-none .sp-menu-item:hover .sp-dropdown-main a.custom-header {
    font-weight: bold;
}

.sp-megamenu-parent .sp-mega-group>li>a.custom-header {
    font-weight: bold;
}

.d-none .sp-menu-item:hover .sp-dropdown-main a {
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li>a:after, .sp-megamenu-parent .sp-dropdown li span:not(.sp-menu-badge):after{
  left: -20px;
  right: unset;
  top: 2px;

}

#sp-left .sp-module ul.menu.sidebar {
  background-color: #00A48F;
  padding: 30px 15px !important;
  margin: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

#sp-left .sp-module ul.menu.sidebar li {
  line-height: 26px;
  border-bottom-width: 30px;
  /* padding: 20px 35px; */
  padding: 10px;
  list-style: none;
  border-bottom: 0px solid #eaeaea;
}

#sp-left .sp-module ul.menu.sidebar li .menu_item_icon {
  float: left;
  width: 32px;
}

#sp-left .sp-module ul.menu.sidebar li svg {
  float: left;
}

#sp-left .sp-module ul.menu.sidebar li .menu_title {
  display: flow-root;
  color: #00445E;
  line-height: 25px;
}

#sp-left .sp-module ul.menu.sidebar li .menu_title:hover {
  color: #fff;
  text-decoration: underline;
}

#sp-left .sp-module ul.menu.sidebar li a {
  text-decoration: none;
}

#sp-left .sp-module ul.menu.sidebar li a:hover {
  text-decoration: underline;
}

#sp-left .sp-module ul.menu.sidebar li.active > .menu_title {
  color: #fff;
}

#sp-left .sp-module ul.menu.sidebar li.active > a > .menu_title {
  color: #fff;
}

div#accordionExample {
  margin-bottom: 20px;
}

.sppb-addon.sppb-addon-single-image-hover {
  padding-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sppb-addon.sppb-addon-single-image-hover .sppb-addon-single-image-hover {
  margin-bottom: 20px;
}
.sppb-addon.sppb-addon-single-image-hover .sppb-addon-single-image-hover img {
  max-width: 150px;
  margin: 0 auto;
}

.sppb-addon-single-image-hover img.sppb-img-responsive.hover {
  display: none;
}

.sppb-addon.sppb-addon-single-image-hover h3 {
  font-size: 1.2rem;
  text-align: center;
}

.sppb-addon.sppb-addon-single-image-hover a:hover img.sppb-img-responsive.hover {
  display: block;
}

.sppb-addon.sppb-addon-single-image-hover a:hover img.sppb-img-responsive.default {
  display: none;
}


@media (max-width: 823px) {
  .blog.committee .committee_items .committee_item {
    width: 50%;
    max-width: 50%;
  }
  .blog.committee .committee_items .committee_item .article-intro-image img {
    width: 100%;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}

@media (max-width: 767px) {
  .blog.committee .committee_items .committee_item {
    width: 50%;
    max-width: 50%;
  }
  .blog.committee .committee_items .committee_item.staged .article-intro-image {
    margin-top: 0px;
  }
  .blog.committee .committee_items .committee_item .article-intro-image img {
    width: 100%;
  }
  .view-category #sp-main-body,
  .view-article #sp-main-body {
    padding-left: 27px;
    padding-right: 27px;
  }
  .view-category #sp-main-body .container .container-inner .row,
  .view-article #sp-main-body .container .container-inner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 414px) {
  .blog.committee .committee_items .committee_item {
    width: 100%;
    max-width: 100%;
  }
  .blog.committee .committee_items .committee_item .article-intro-image img {
    width: 100%;
  }
}
/*# sourceMappingURL=sa2020.css.map */