.announcement .padding, .progress-bar .padding, .ticker .padding {
    padding: 10px;
}

.equal > .six.columns {
    background-color: #f1f1f1;
}

/* MailChimp signup form on homepage */

.mailchimp-form {
    margin: 50px 0 0;
}

#mc_embed_signup {
    background: #F1F1F1;
    }
    
#mc_embed_signup form {
    padding: 10px !important;
}
    
#mc_embed_signup #mc_embed_signup_scroll h2 {
    font-family: "Enriqueta", Georgia, Times, serif;
    font-size: 24px; font-size: 1.5rem;
    font-weight: 400;
    margin-top: 0;
    }
    
    
.mc-field-group label {    
    font-size: 13px; font-size: 0.8125rem;
    } 
    
.mc-field-group input {
    background-color: white;
    }
    
input#mc-embedded-subscribe {
    background-color: #6d0e0e;
    }
    
/* Progress Bar on homepage */ 

.progress-bar {
    background-color: #F1F1F1;
}

.bar {
    height: 20px;
    position: relative;
    background: #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    margin: 20px 0;
    width: 80%;
    display: inline-block;
    }
    
.bar > div {
    display: block;
    height: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(149,0,26);
    background-image: linear-gradient(
    center bottom,
    rgb(149,0,26) 37%,
    rgb(84,240,84) 69%
    );
    box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
    }

.percentage {
    display: inline-block;
    font-weight: bold;
    font-size: 16px; font-size: 1rem;
    margin: 0 0 0 5px;
    color: #95001a;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    .bar {
        width: 90%;
        margin-bottom: 10px;
    }
}    

@media only screen and (max-width: 767px) {
    .progress-bar, .ticker {
        margin: 50px 0 0 !important;
    }
    
    .mailchimp-form {
        margin-bottom: 50px !important;
    }
} 

@media only screen and (max-width: 479px) {
    .bar {
        width: 90%;
        margin-bottom: 10px;
    }
}
  
/* Powerstat Ticker on homepage */ 

.ticker {
    background-color: #F1F1F1;
}

.ticker p {
    text-align: center;
    margin-bottom: 10px;
}

.ticker i {
    color: #01256e;
    font-size: 30px;
}

.ticker h3 {
    text-align: center;
}

.powerstat {
    margin: 0 auto;
}

.counter-target {
    display: block;
    /*background-color: #95001a;*/
    color: #95001a;
    font-size: 56px; font-size: 3.5rem;
    text-align: center;
    margin-bottom: 20px;
    padding: 25px;
}

