/* DI 14.06.2018 Show summary on video banner in carousel ZD 30195 */
.showsVideo+.carouselDetailWrapper .carouselSlideSummary {
  display: block !important;
}

/* DI 14.06.2018 Hide blog details ZD 30201 */
.blogDetails {
  display: none;
}

/* DI 05.07.2018 Hide profile photo on fundraiser page ZD 30804 */ 
.fundraiserContent .fundraiserProfilePic  {
  display: none;
}

/* SF#65892844 SA - remove modules from sidebar */ 
.associatedLatestPosts, .associatedMostRead, .associatedTagCloud {
  display: none !important;
}

/*SF66891431 CC */

.formQuestion.findAFundraiserEvent {
  display: none;
}

.template-wrapper blockquote {
    padding: 4rem 3rem !important;
    margin: 2rem 0 !important;
    background-color: #e8e5cb !important;
    color: black !important;
}

.template-wrapper blockquote>*:first-child:before {
    opacity: 1 !important;
    content: open-quote !important;
    font-size: 50px !important;
    margin-bottom: 0 !important;
    display: block !important;
    content: '\f10d' !important;
    margin-right: 8px !important;
    font-family: 'FontAwesome' !important;
    color: black !important;
    font-size: 1.25rem !important;
}

.template-wrapper .card {
  box-shadow: none !important;
}

.topLevel > li.menuAdminAltItems {
  display: none !important;
}