.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;
}

img.header-logoIMG {
    max-width: 40%;
}

p.header-siteNameLogo {
    padding-top:  5px;
    padding-bottom: 5px;
    text-align: left;
}

@media screen and (min-width: 769px) {
  .site-header {
      min-height: 100px;
  }
}

.banner-info.profileCoverArea-bio.media-body {
    background-color: rgb(100, 100, 100, 0.7);
    float: left;
    position: relative;
    top: 60px;
    padding: 6px;
}
.banner-info.profileCoverArea-bio.media-body .profileCoverArea-questionAndAnswer,
.banner-info.profileCoverArea-bio.media-body p {
    display: none;
}

.banner-info.profileCoverArea-bio.media-body h2 {
    padding: 0px;
    margin: 0px;
}

p.aboutTab-question {
    font-weight: bold;
    font-style: normal;
    font-size: 90%;
    display: block;
    margin-left: -2em;
    margin-bottom: 0;
}

div.aboutTab-questionAndAnswer.entry-content {
    margin-left: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

div.aboutTab-questionAndAnswer.entry-content p {
    margin-top: 0;
    margin-bottom: 0;
}

div.aboutTab-questionAndAnswer.entry-content p:empty {
    display: none;
}

p.aboutTab-answer {
}