/* DES-5995 */
header:not(.sticky) .donateNavItem:not(.level1){
  display: flex !important;
}
.menuMain .topLevel .level2.donateNavItem a{
    background-color: transparent;
    color: #292b2c;
 }
.menuMain .topLevel .level2.donateNavItem a:hover{
    background-color: rgba(0,0,0,0.1);
    color: #292b2c;
}

/* 1276659 SA - Mobile image responsiveness */
.resp-full {
  display: block;
}
.resp-mobile {
  display: none;
}
@media (max-width: 576px) {
    .resp-full {
        display: none;
    }
    .resp-mobile {
        display: block;
    }
}

/* SF#66328824 hide contact options */
.formQuestion.formSecondStep.contactViaTel.labelCheckBoxPair,
.formQuestion.formSecondStep.contactViaSMS.labelCheckBoxPair,
.formQuestion.formSecondStep.contactViaPost.labelCheckBoxPair {
  display: none;
}


.carouselSlideDetail {
background-color: #FFED00;
}

body.PostCategory_hide-profile-picture .profilePic {
display: none !important;
}
