/* Target the main container to change its background and border */
.block-statement__note-card {
  /* Darker Blue Background */
  background-color: #e9f4ff !important; 
  
  /* Darker Blue Border */
  border-color: #002244 !important;
  
  /* You may need to change the text color too for readability */
  color: #ffffff; /* White text for contrast */
}

/* Target the icon (the SVG element) to change its color */
.block-statement__note-card svg {
  /* Use 'fill' to change the color of the SVG content */
  fill: #002244 !important; 
  
  /* 'color' can also work if the SVG inherits it, but 'fill' is standard */
  color: #002244 !important;
}
.sidebar-branding
{
  width:100%;
  margin: -40px auto 70px auto;
}

.sidebar-branding img
{
    margin: 0 auto;
    display: block;
    width: 75%;
}

.page__header-container {
    margin-left: 10px !important;
}

.page-menu-toggle__icon {
    height:20px !important;
    width: 20px !important;
    margin: 10px 10px 10px -5px !important;
    border: solid 1px #999999 !important;
    padding: 2px !important;
}

@media(min-width: 48em) {
    .page-menu-toggle__icon {
        height: 20px!important;
        width: 20px !important;
    }
}