#MainContent > div > div > div.page-header > h1 > span > p {
  font-size: 30px;
  font-weight: bold;
}

/* Hide "Powered by Andar 360" in footer*/
body > div.UWW2025MainBody > div.UWW2025Footer > div {
    display: none !important;
}

/* Hide duplicate footer role menu rendered by UWW2025-BottomMenu.
   Primary Role Menu is displayed in footer Note via
   <LooknFeelArea lfArea="Role Menu">.
   Do not remove without testing footer role navigation. */
body > div.UWW2025MainBody > div.UWW2025FooterMenu > div > div > div > div:nth-child(4) > div > div > div.ROLES > div > div {
    display: none !important;
}


/*creates larger generic logo on SinglePageRegPledge pages and Checkout pages*/
.Body-Page-SinglePageRegPledge img[src*="UnitedWay_logo_horz_fullblue_RGB"],
.Body-Page-CybsSACheckout img[src*="UnitedWay_logo_horz_fullblue_RGB"],
.Body-Page-SPRPThankyou img[src*="UnitedWay_logo_horz_fullblue_RGB"] {
    width: 250px !important;
    max-width: none !important;
    height: auto !important;
}
