/*
  BannerExtensibility CSS Customizations
*/

/* Branding Logo */
.institutionalBranding {
  background-image: url("https://mybanner-oci.muw.edu/SSBIcons/assets/logos/TheW_BannerSelfService_Small.svg");
  background-size: contain;
}

/* Header Color */
#header-main-section {
  background-color: #174074;
  border-bottom: 4px solid #75B2DD;
}

/* Disable Banner Menu */
#bannerMenuDiv, #bannerMenu{
  display: none;
} 

/* Disable Header Logo URL */
div#brandingDiv {
    pointer-events: none;
}
