@import url("/clients/aspireoxfordshirecommunityente/styles/main.min.css");
/* @import url("//localhost:5757/main.css"); */

/* New logo */
.headerContent .mainLogo{
  background-image: url("https://www.aspireoxfordshire.org/Handlers/GetImage.ashx?IDMF=26f82e08-1c98-4d5b-ae52-b6c2c74bb1d0");
  width: 262px;
  height: 75px;
}
@media (max-width:600px){
  .headerContent .mainLogo{
    width:168px;
    height:48px;
  }
}

/* 1290483 SA - Hide Profile Picture Icon For All Fundraising Pages */
.postContent.fundraiserContent .fundraiserProfilePic {
    display: none;
}