/* Changing location of the Share widget at the left */ 
div#st-2 { 
top: 50%; 
margin-bottom:50px;
display: inline-block;
}
/* End of changing the location of the Share widget at the left */ 

/* nav.header-nav.navbar {
    top: 3vh;
} */

/* Change +Add Blog Post/Event/etc position */
a.button.button-iconic {
    position: relative;
    top: 30px;
    margin-bottom: 0;
}
/* End of changing the "+Add Blog Post/Event/etc" button position */

/* .header-siteNameLogo {
    display: none;
}*/

/* Adding dotted right and top borders to the tab in navigation */ 
  .mainTab-item > a,
  .mainTab-item > span {
    border-right: 1px dotted #ffffff;
  }
  .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;
  }
/* End of adding the dotted right and solid top borders to the tab in navigation */ 

.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;
}
.sheet {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.optionsDropdown-button {
padding-top: 40px;
}