@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap');

.commonStyle__zt3Brand {
  color: #004f8b;
}
.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 2rem;
    background: #004f8b;
    transition: all .15s ease;
    color: #FFF;
}
  
/* Apply Lexend globally */
body, 
html, 
#hc-main, 
#hc-header, 
#hc-footer, 
.hc-article, 
.hc-section, 
.hc-title, 
.hc-content, 
h1, h2, h3, h4, h5, h6, p, a, span, li {
    font-family: 'Lexend', sans-serif !important;
}


  .Button__footerBtn:hover {
    background: #40b4e5;
    border: 1px solid transparent;
}
  
  .commonStyle__zt3BrandBg {
    background-color: #004f8b;
}

.Icon__brand {
    color: #004f8b;
}

.NoContent__title {
    font-size: 1.333rem;
    font-weight: 600;
    color: #004f8b;
    margin: 1rem 0 0;
}

.commonStyle__zt3buttonPrimaryBg {
    background-color: #004f8b;
}
.SearchContainer__downArrow {
    width: 0;
    height: 0;
    display: block;
    margin: 8px 0px 0px;
    border: solid transparent;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #004f8b;
    border-bottom: 0;
    border-width: 5px;
}

div[data-id="channelFilter"] {
  display: none;
}

/* Target the link by its unique data-id */
a[data-id="kb_module"] {
    font-size: 0; /* hide original text without removing the element */
    position: relative;
}

/* Add replacement text */
a[data-id="kb_module"]::after {
    content: "Knowledge Base";
    font-size: 20px;   /* set to your normal font size */
    font-family: inherit;
    color: inherit;
     left: 0;
    top: 0;
}
