.Header__header {   
    display: none !important;
}

.KbDetailRtContainer__followOption {
    display: none !important;
}


.commonStyle__zt3BrandBg {
    background-color: #59118e;
}
.Button__footerBtn
 {
    background: #59118e !important;
}
.Button__footerBtn:hover
 {
    background: #9b70bb !important;
}
.AppContainer__backToTop:hover {
    background: #9b70bb;
}
.commonStyle__zt3BrandBg:hover {
    background-color: #9b70bb;
}
.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: .7rem 1rem;
    font-size: var(--size-base14);
    border-radius: 2rem;
    background: #636363;
}
li#portal_tabHome {
    color: #59118e;
}
  
.Header__homeContent.Header__homeNavbarFixed .Header__navbar{
    background-color: rgba(0, 0, 0, 0.45);
}

.globalfixednav .aPlusIcon {
    color: #ffffff;
}
 
.globalfixednav .globalSignin, .globalfixednav .globalSignup {
    color: #ffffff;
}
 
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab {
    color: #ffffff;
}
 
.Header__homeNavbarFixed .Header__menu, .Header__homeNavbarFixed .Header__menu:after, .Header__homeNavbarFixed .Header__menu:before {
    background-color: #ffffff;
}
.Header__homeNavbarFixed .Header__menuToggle {
background-color: transparent !important;
}
    .Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar, .Header__navopen .Header__navbar .Header__menuTab {
        background-color: #FFFFFF;
    }
.commonStyle__zt3Link, .themeLink {
    color: #000000;
}

.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
    background-color: #fff;
}
.Header__name, .Header__searchTitle, .Header__description {
    color: #171717;
}
.Header__globalSearch {
    border: .0625rem solid #59118e;
}

/* Hide original button text */
#footerContainer .Button__footerBtn {
  font-size: 0 !important;
  position: relative;
  overflow: hidden;
  padding:20px 100px;
}

/* Inject custom text on one line */
#footerContainer .Button__footerBtn::after {
  content: "Contact Us";
  font-size: 1rem !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the text */
  color: #ffffff; /* Adjust as needed */
  white-space: nowrap; /* Prevent wrapping */
  pointer-events: none; /* Allow button clicks */
}


.Footer__footerDescription span {
    display: block;
    text-align: left;
    margin-top: 10px;
    position: relative;
    color: transparent;
    font-size: 0px;
}

 
/* Inject custom text on one line */

.Footer__footerDescription span::after {
  content: "For the quickest help fill out this short form and we will get back to you ASAP!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  color: #000; 
  pointer-events: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin-top:10px;     
}  

.article-share-container {
    display: none !important;
}


.KbDetailLtContainer__review {
    display: none!important;
}

@media screen and (max-width: 767px){
.Footer__footerQus::after {
    font-size: 20px !important;
    text-align: center;
}
.Footer__footerDescription {
    margin-top: 34px;
}
#footerContainer .Button__footerBtn {
    margin-top: 40px;
}
  
}
.BreadCrumbs__breadcrumbsView ul li:last-child {
    color: #ffffff;
}
