/* Exit button */
.mainCallToAction a.exit {
    position: fixed;
    transform: rotate(90deg) translateX(50%);
    transform-origin: top right;
    top: 50%;
    right: 0;
    padding: 0.5rem 1.5rem;
    background-color: #f1bc41;
    color: #2b4570;
    font-weight: 400;
    z-index: 9;
    font-size: 1.25rem;
    z-index: 999;
}

/* SF65496840 *CC */
body.PostCategory_hide-fundraiser-name .fundraiserName {
display: none !important;
}

body.PostCategory_hide-profile-picture .profilePic.fundraiserProfilePic {
display: none;
}

section.footerBox.Menupromo-Whatwedo,
section.footerBox.Menupromo-Waystogive,
section.footerBox.Menupromo-Joinus,
section.footerBox.Menupromo-Whatyoucando{
  display: none;
}

@media (max-width: 1024px) {
    .menuMain .header-search button:before {
        color: white;
    }
}


.pages-fundraisers- .banner.listingBanner.profilePic,
.fundraisers .banner.listingBanner.profilePic {
  display: none !important;
}