 .Header__bgColor
{
  background:linear-gradient(180deg, #35673e 0%, #8dc63f 100%) !important;
  background:-webkit-linear-gradient(180deg, #35673e 0%, #8dc63f 100%) !important;
}

.Header__menuWrapper
{
  text-transform: uppercase;
  background-color:#fff;
  color:#000!important;
}
.Header__menuList,#portal_tabsignup, #portal_tabsignin
{
  background-color:#fff;
  color:#35673e!important;
  font-size:.8em;
}

.Readingprogress__progressBar {
    height: 4px;
    transition: all .2s;
 

    background: linear-gradient(90deg,#8dc63f 16%,#8dc63f 75.89%,#35673e 99.8%);
    box-shadow: rgba(0,0,0,0.24) 0 8px 18px;
    border-radius: 0 5px 5px 0;
}

.Button__tagPrimary
{
  background: #35673e  !important;
}

.Header__logotxt, #userPreference
{
  visibility: hidden;
  display:none;
}

 .Header__logoimg {
   max-width: 12rem;
}

.Header__logo
{
    position: relative;
  max-width: 100%;
     ;max-height: 8rem;
}


.Badge__implement
{
  background-color:#35673e;
}

.Button__neutral {
    border: .0625rem solid #35673e;
    color: var(--color-brand1);
    transition: all .2s ease;
}

.Button__neutral:hover {
    color: var(--color-brand);
    background-color: #35673e;
}

.Header__containerLink:hover {
    color: #35673e;
}
