#portal_tabsignin{
  display: none
}
.home .ModuleCategoryContainer__tabs{
  visibility: hidden
}
.Header__defaultContent .Header__searchalt{
  flex-direction: row-reverse;
  justify-content: left
}
.Header__defaultContent .Header__searchLink{
  width: 80%;
  margin-left: 30px
}
html[dir="rtl"] .Header__defaultContent .Header__searchLink{
  margin-left: 0;
  margin-right: 30px
}
@media (max-width: 48rem){
  .Header__defaultContent .Header__searchLink{
     width: 100%;
     margin: 0
  }
}
.Header__defaultContent .Header__welcomeTitle, .Header__defaultContent .Header__welcomeDescription, .Header__defaultContent .Header__titleDescription{
  display:block
}

/* Code for the white header background */
.Header__menuWrapper,
.Header__menuBox {
    background-color: #ffffff !important;
}
/* The new code to fix the text color and match the two-tone logo */
/* Colors the custom orange letters */
body .Header__logotxt .sa-orange {
    color: #F26522 !important;
}

/* Colors the custom blue letters */
body .Header__logotxt .sa-blue {
    color: #008DD2 !important;
}
