body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  display: block;
  margin: 20px auto 10px;
  float: none;
  font-family:'Great Vibes', cursive;
  color: #005a4d;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}
h2 {
  margin-top: 20px;
  color: #005a4d;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  color: #005a4d;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  color: #005a4d;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.header-section {
  background-color: rgba(255, 0, 0, 0);
}
.nav-bar {
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}
.header-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.menu-bar {
  padding-bottom: 39px;
  background-color: white;
  font-family:'Droid Sans', sans-serif;
}
.copyright {
  font-family:'Droid Sans', sans-serif;
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.footer-section {
  margin-top: 40px;
  display: block;
  background-color: #bdccd4;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}
.subtitle-paragraph {
  text-align: justify;
}
.title-section {
  margin-bottom: 40px;
  background-color: #bdccd4;
}
.content-section {
  margin-bottom: 40px;
}
.nfp-list-section {
  margin-bottom: 40px;
}
.unordered-list {
  margin-bottom: 10px;
}
.login-form {
  text-align: left;
}
.block {
  border: 1px solid gray;
}
.campaignblock {
  border: 1px dotted gray;
  border-radius: 10px;
  background: #fff0e1;
  height: 410px;
}
.nfpoblock {
  border: 1px dotted gray;
  border-radius: 10px;
  background: #fff0e1;
}
.required {
  color: #ff1d25;
}
.percentbar { background: #CCCCCC; border:1px solid #666666; height:10px; }
.percentage { background: #A7C280; height: 8px; }
/* Bars at the bottom of the Header */
/* Each bar with 25% of width but will expand and compress as windows resizes */
#bar-wrapper{
    margin-left: -10px;
    margin-right: -10px;
    line-height: 3px;
}
#footer-bar-wrapper{
    margin-left: 0px;
    margin-right: 0px;
    line-height: 3px;
}
#orange-bar {
    background-color: #FF9256;
    float:left;
    width:25%;
}
#green-bar {
    background-color: #9CB986;
    float:left;
    width:25%;
}
#gray-bar {
    background-color: #D9D9D9;
    float:left;
    width:25%;
}