.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: -3px -10px 0px 0px;
}
.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;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
    padding: 0;
}

.site-header.container {
    background-size: contain;
}

.mainTab-item > a {
    -webkit-border-top-left-radius: 6px !important;
    -webkit-border-top-right-radius: 6px !important;
}

.central-content.cf {
  margin-top: 20px;
}

.site-nameLogo {
 min-height: 62px;
}

.header-siteName {
 font-size: 0;
}

.site-header.container {
    -moz-box-shadow: 3px 3px 14px #000;
    -webkit-box-shadow: 3px 3px 14px #000;
    box-shadow: 3px 3px 14px #000;
}

.site-body.container {
    -moz-box-shadow: 3px 3px 14px #000;
    -webkit-box-shadow: 3px 3px 14px #000;
    box-shadow: 3px 3px 14px #000;
}

article.blogListPage-entry section.entry-content {
  max-height: 400px;
  overflow: hidden;
  max-lines: 12;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

