
          .theme-blue {
        color: #427bb8;
      }
      .theme-orange {
        color: #cc851c;
      }
      .theme-green {
       color: #8ab042;
      }
      .theme-grey {
        color: #666666;
      }
      .theme-white {
        color: #fff;
      }
      .theme-background-blue {
        background-color: #427bb8;
        color: #fff;
      }
      .theme-background-orange {
        background-color: #cc851c;
        color: #fff;
      }
      .theme-background-green {
        background-color: #8ab042;
        color: #fff;
      }
      .theme-background-grey {
        background-color: #666666;
        color: #fff;
      }
      .theme-background-white {
        background-color: #fff;
        color: #4c4c4c;
      }
      .donate-bar {
        padding: 32px 23px 28px;
      }
      
      
      .donate-buttons>li>a {
        font-size: 17px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        position: relative;
        display: block;
        padding: 10px 3px;
        border-radius: 5px;
        width:80% !important;
      }
      .btn-blue-other,
      .btn-blue {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        background-color: #454B1B;
        color: #fff;
        border-radius: 5px;
        border: 0;
        padding: 0;
        width: 80%;
        height: 60px;
        margin-top: 8px;
      }
      form#other{
        
        
        //background-color: #454B1B !important;    
      }
      form#other input {
        text-align:center;
         background-color: #454B1B !important;
          marign:3px;
          margin-left:0;
          width:60%;
          color:#fff;
          border:none;
          padding:2px;
      }
      form#other button {
        text-align:center;
         background-color: #454B1B !important;
          margin:3px;
           margin-left:0;
           color:#fff;
          border-bottom-right-radius:5px;
          border-top-right-radius:5px;
             border:none;
      }
      form#other label {
          color:#fff !important;
          padding:3px;
        text-align:center;
         background-color: #454B1B !important;
         border-bottom-left-radius:5px;
          border-top-left-radius:5px;
      }
     
      
      .impact {
        font-size: 1.1em;
        font-weight: bold;
        clear: both;
      }
      .nav>li>a:hover, .nav>li>a:focus {
        text-decoration: none;
        background-color: transparent;
      }
      .donate-buttons .active {
        background-color: #454B1B;
        border: 5px solid #454B1B;
        color: #fff;
      }
      .donate-buttons:focus {
      outline: -webkit-focus-ring-color auto 0px;
      }
      .donate-buttons li:last-child {
        font-size: 17px;
        line-height: 37px;
        padding-left: 20px;
        padding-top: 15px;
      }

  