.commonStyle__zt3BrandBg {
  background-color: #16B65A;
}
.commonStyle__zt3Brand {
  color: #16B65A;
}
.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 1.25rem;
    background: #16B65A;
    transition: all .15s ease;
    color: #FFF;
}
.Icon__brand {
    color: #16B65A;
}
.Button__footerBtn:hover{

background:#6CEDA3;
border:1px solid transparent;
} 

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

/* Hide Follow button on KB articles */
button.commonStyle__zt3Brand {
  display: none !important;
}

/* Hide KB subscribe description text */
.KbDetailRtContainer__subscribeDescription {
  display: none !important;
}
:root {
  --color-brand: #16B65A;
}
