/* DONATION */

.donate {
  /*padding: 50px*/
  width: 100%;
  color: #000;
}

.donate p {
  /* line-height: 24px;
  font-size: 14px;
  font-weight: 300; */
}

.donate h3 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
}

.denomination {
  float: left;
  width: 33%;
  text-align: center;
  padding: 13px 0;
  cursor: pointer;
  background-color: #bbc5cc;
  margin: 0 1px 1px 0;
  transition: background-color 0.2s ease;
}

.denomination label {
  font-weight: 600;
  cursor: pointer;
}

.denomination input {
  left: -10001px;
  position: absolute;
}

.denomination-other {
  width: 99.8%;
}

.denomination-other input {
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  width: inherit;
  text-align: center;
  border: none;
  padding: 13px 0;
  background-color: #e2e3e4;
}

.denomination-other input:hover {
  /* background-color: #07acc3; */
}

.denomination-other input:before {
  position: absolute;
  left: 6px;
  top: 2px;
  content: "$";
}

.donate-amount .selected,
.denomination-other input.selected,
.donate-amount .denomination:hover {
  border: 0;
  background-image: linear-gradient(
    to right,
    #0047ba 0%,
    #098bd1 50%,
    #0047ba 100%
  );
  color: #fff;
}

.donate-black h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
}

.donate-black h2 span {
  display: block;
  float: left;
  font-size: 16px;
  padding-top: 7px;
  margin-right: 20px;
  text-align: center;
  width: 30px;
  height: 25px;
  background-color: #ec3029;
  border-radius: 50%;
}

.donate-type label,
.donate-payment label {
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px;
}

.donate-blue {
  /* background-color: #1e252d;
  padding: 25px; */
}

.donate-black {
  padding: 25px;
}

.donate-submit button {
  width: 100%;
  background-color: #ec3029;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 14px 0;
  margin: 30px 0;
  text-transform: uppercase;
  cursor: pointer;
}

.donate-submit small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

:-moz-placeholder {
  color: #fff;
  font-weight: 300;
}

::-moz-placeholder {
  color: #fff;
  font-weight: 300;
}

:-ms-input-placeholder {
  font-weight: 300;
  color: #fff;
}

*:focus {
  outline: none;
}

.donation-bar__banner {
  display: flex;
  align-items: center;
}
.donation-bar__container {
  width: 100%;
  margin: 0 auto;
}
.above-bar {
  display: flex;
  justify-content: space-between;
}

.amount-raised:after {
  content: "raised";
  padding-left: 5px;
}
.goal-amount:after {
  content: "goal";
  padding-left: 5px;
}

.progress {
  margin: 20px auto;
  padding: 0;
  width: 100%;
  height: 60px !important;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
}

.bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    #0047ba 0%,
    #098bd1 50%,
    #0047ba 100%
  );
}

.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 18px;
  color: white;
}

.below-bar {
  display: flex;
  justify-content: space-between;
}

.days-left {
  display: flex;
  flex-direction: column;
}
