@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
 
.donate {
  /*padding: 50px*/
  background-color: #0184a8;
  /*width: 500px;*/
  color: #FFF;
  margin-top:20px;
  margin-bottom:20px;
}
.donate p {
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: white;
}
.donate h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #020203;
    font-family: 'Mulish';
}
.denomination {
  float: left;
  width: 33%;
  text-align: center;
  padding: 13px 0;
  cursor: pointer;
  background-color: #037fc5;
  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: #FFF;
    font-size: 14px;
    font-weight: 600;
    width: inherit;
    text-align: center;
    background-color: black;
    border: none;
    padding: 13px 0;
    transition: background-color 0.2s ease;
    text-transform: uppercase;
}

.denomination-other input:hover {
  background-color: darkgray;
}

.denomination-other input:before {
  position: absolute;
  left: 6px;
  top: 2px;
  content: "$";
}

.donate-amount .selected, .denomination-other input.selected, .donate-amount .denomination:hover {
  background-color: #037fc5;
  border: 0;
}

.donate-black h2 {
    font-family: 'Mulish';
    color: white;
    font-size: 32px;
    margin-bottom: 22px;
}

.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: darkgray;
  border-radius: 50%;
}

.donate-type label, .donate-payment label {
    font-size: 16px;
    font-weight: 300;
    margin-right: 30px;
    color: white;
}
.donate-black input[type=radio] {
  font-size: 19px; 
}

.donate-blue {
  background-color: #e7f3f6;
  padding: 25px;
}

.donate-black {
  padding: 25px;
}

.donate-submit button {
  font-family: "Oswald", sans-serif;
  width: 100%;
  background-color: #037fc5;
  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;
}
@media (max-width: 767px) {
    .denomination {
    width: 49%!important;
    }
}