/**HOME PAGE**/
.Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar {
    background-color: #ffffff;
}
.Header__name {
  color: black;
}

/**Search Box in Banner**/
.Input__headerSearch{
 /**this is a darker color background-color: #fcfdfb;**/
 /** background-color:#f4faf8;
  border: 1px solid #e5e8ea;
  border-bottom: 1px solid #1D3449;
    border-top: 1px solid #1D3449;**/
    border-left: 1px solid #1D3449;
}
.SearchContainer__globalSearch{
 /**  background-color:#f4faf8;
   border: 1px solid #1D3449;**/
  border-top: 1px solid #1D3449;
  border-bottom: 1px solid #1D3449;
}

/**MSB motto in Banner**/
.Header__motto {
  margin-top: -35px; 
  margin-bottom: 30px;
  text-align: center;
  color: #1D3449;
}

/**KNOWLEDGE BASE PAGE**/
/**Blocks and search widgets**/
.kbLanding .WidgetContainer__contentList+.WidgetContainer__contentList {
    margin-top: 0;
    margin-bottom: 30px;
}

.kbLanding .BreadCrumbs__breadcrumbsView ul li:last-child {
  color: white;
}

/**Removes categories in the box at top of page**/
.kbLanding  .WidgetContainer__contentList .faq{
/**.kbLanding  .WidgetContainer__contentList .announcements{**/
  display:none
}

/**Ticket Secion*/
.Button__footerBtn {
        background: #075970;  
}

.Button__footerBtn:hover {
    background: #96B7C0;
}

/**FOOTER**/

/**this code will put address & phone number side by side and stretch the color across the page**/
/**  .Footer__footerCopyrigt{
  display:flex;
  justify-content: center
}
.Footer__container2{
  margin:0
}**/

.custom_msbimage{
  margin-right:8px;
  width:15px;
  height:18px
}
.custom_AnnouncemntlistItem{
   list-style-type: none
}
.custom_msblist {
   display:flex;
   align-items:center;
   line-height: 2.5
}
.CustomWidget__customDescription  ul{ 
  padding:0
}
