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

background:#777;
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:#007042;
border-bottom:0;
border-width:5px;
} 
