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


.site-body {
 background: rgba(0,110,150,0.85) none no-repeat scroll 0 0;
}
h1.content-name {
    display: none;
}
.site-header.container {
    -webkit-box-shadow: 0 0 100px #000000;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ffffff;
    background: rgba(0,0,0,0.75) none no-repeat scroll 0 0;
}
a#header-siteName {
    text-decoration: none;
    text-shadow: 0 0 15px #ffffff;
    font-weight: 300;
    font-size: 50px;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
}
.site-nameLogo:after {
    content: 'Creating a Learning Network for Kingdom Builders!';
    display: block;
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
padding: 0 0 20px 0px;
}
header.module-header {
    background: #000000 url(https://storage.ning.com/topology/rest/1.0/file/get/11004610700?profile=original) repeat-x scroll 0 0;
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
    border-radius: 3px 3px 3px 3px;
    background-position: 0 center;
    margin-bottom: 0px;
}
  .mainTab-item > a.hovered,
  .mainTab-item:hover > a,
  .mainTab-item.active > a {
    border-radius: 3px 3px 0 0;
    background-color: rgba(0,163,240,0.5);
  }