.head {
  display: block;
  height: 35px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #017ed1;
}

.logo {
  height: 35px;
}

.logo.w--current {
  display: inline-block;
  padding-top: 7px;
  padding-left: 10px;
  float: left;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.body {
  padding-right: 20px;
  padding-left: 20px;
}

.main_block {
  border: 1px solid rgba(0, 0, 0, .39);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .12);
}

.top_grey {
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-top: 4px;
  background-color: rgba(0, 0, 0, .12);
}

.login-form {
  margin-top: 9px;
}

.login-button {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
}

.text {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.center {
  display: block;
  font-family: 'PT Sans', sans-serif;
  color: #017ed1;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.center.hplan {
  text-align: left;
  text-transform: none;
}

.highlight {
  border-radius: 28px;
  background-color: rgba(255, 255, 0, .2);
}

.action-button {
  display: inline-block;
  margin-left: 40px;
}

.project_banner {
  display: inline-block;
  width: 31%;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid rgba(0, 0, 0, .26);
  border-radius: 6px;
}

.project-banner-small {
  width: 100%;
}

.short-project-description {
  color: #a7a7a7;
}

.fund-progress {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0591ee;
}

.select-category {
  margin-top: 10px;
}

.footer {
  padding-top: 15px;
  background-color: #017ed1;
  color: #fff;
}