.module-header {
  margin: 0 5px!important;
}
.site-header {
  background-size: contain;
}
  .mainTab-item > a,
  .mainTab-item > span {
   border-right: 1px dotted #ffffff;
    border-top: 4px solid transparent;
  }
  .mainTab-item > a.hovered,
  .mainTab-item > span.hovered,
  .mainTab-item:hover > a,
  .mainTab-item:hover > span,
  .mainTab-item.active > a,
  .mainTab-item.active > span,
  .mainTab-item[dojotype="SubTabHover"]:hover > a,
  .mainTab-item[dojotype="SubTabHover"]:hover > span {
    border-top: 4px solid #3c78a7;
  }
.section_header {
    width: 100%;
    display: block;
}
.section_header .pull-right {
    width: 100%;
    float: none;
    text-align: center;
}
.section_header .pull-right .icon {
    width: auto;
}
.section_header .module-header {
   padding: 3px 5px 3px 5px;
    margin: -5px -5px 5px -5px;
}
.membersSection-avatars {
    margin: 0;
    justify-content: center!important;
}
/*Change slideshow  background*/
.photoSlideshow {
background-color: transparent;
}
/*Change color of prew next buttons*/
.slick-prev:before, .slick-next:before {
opacity: 1;
color: black;
}
table  th, td {
  border-color: #96D4D4;
}

body.page-home.vsc-initialized h1.content-name {
    display: none;
}
