.content-body > .row {
  margin-left:0px;
  margin-right: 0px;
}
.mainTab-item.active > a, .mainTab-item[dojotype="SubTabHover"]:hover > a {
    color: #fff;
}
.mainTab-item > a {
    background-color: rgba(194,138,164,0);
    color: #fff;
}
.module-header{
    margin-bottom: 0px;
}

.entry-content img.align-left {
  margin: 0.5em;
  margin-left: 0;
  float: left;
}
.entry-content img.align-right {
   margin: 0.5em; 
   margin-right: 0; 
   float: right;
}
div.description * {
    font-size: 1.0em  !important;
}
.module-body {
   padding-top:20px;
}
.entry-content p {
   margin-bottom: 0.5em;
}
.page-home .content-header, .page-video .content-header, .page-photos .content-header, .page-members .content-header{
  display:none;
}
.section-html  .module-header {
    margin: 0 !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media screen and (min-width: 769%) {
.site-header {
padding: 0px 0px 0px 0px !important;
}
}