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


.container {
  top: 50px;
}
.site-body.container {
    margin-top: 40px;
}
a#header-siteName {
    background-color: #7e348f;
    padding: 8px 20px;
    position: relative;
    top: -65px;
    left: -30px;
}
.site-nameLogo:after {
    content: "Users of Blackboard Collaborate";
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    bottom: 7vh;
}
ul.mainTab {
    padding: 0 10px;
}
  .mainTab-item > a {
   border-right: 1px solid #444444;
    text-decoration: none;
    margin-bottom: 4px;
}
  .mainTab-item > a.hovered,
  .mainTab-item:hover > a,
  .mainTab-item.active > a {
    border-bottom: 4px solid #7e348f;
  }