#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;
}
/* Hides the Follow button and subscription text on KB articles */
.articleDetail .KBDetailsContainer__info,
.KbDetailRtContainer__followerCount,
.userFollowOption,
.KBProductHeader__button {
    display: none !important;
}
/* Hides the Follow block on Section/Category pages */
.categoryFollowOption,
.CategoryDetail__followContainer,
.kb-section-follow,
.zd-category-follow,
.kb-right-sidebar .userFollowOption,
.follow-section {
    display: none !important;
}
/* Wildcard rule: Hides the Follow block AND the description text on ALL pages */
div[class*="followContentLow"],
div[class*="followContainer"],
span[data-id="category_follow"],
span[data-id="article_follow"],
p[class*="descriptionFlw"] {
    display: none !important;
}
/* Maximum specificity to hide the subscription description text */
body .ArticleDetailRightContainer__descriptionFlw,
body .CategoryDetailRightContainer__descriptionFlw,
body p[class*="descriptionFlw"] {
    display: none !important;
}
/* One last blind attempt at the section page follow description */
body .CategoryDetailRightContainer__followDes,
body .CategoryDetail__followDesc,
body .CategoryDetailRightContainer__followContentLow p {
    display: none !important;
}
/* --- THE ULTIMATE FOLLOW BLOCK REMOVER --- */
/* Hides buttons and text on Articles and Sections */
.articleDetail .KBDetailsContainer__info,
.KbDetailRtContainer__followerCount,
.userFollowOption,
.KBProductHeader__button,
.categoryFollowOption,
.CategoryDetail__followContainer,
.kb-section-follow,
.zd-category-follow,
.kb-right-sidebar .userFollowOption,
.follow-section,
.ArticleDetailRightContainer__followContentLow,
body .SubscribeDepart__decsmall {
    display: none !important;
}
