body:not(:has(#myCarousel)) #donation-banner {
  display: none;
}

@media (min-width: 1200px) {
  body:has(#myCarousel) #donation-banner {
    background: #e5e5e5;
  }
}

#portal-globalnav li:hover {
    background: #422D83 !important;
    color: white !important;
}
.box-shadow {
    box-shadow: -1em .4em .4em gray;
}
.marketing {
    background: #EBEBEB;
}
.news h4 {
    background: #30AADD;
}
.navbar-dark {
    background: #CCCCCC;
}
