.newsletter {
  background: #FFF;
  padding: 25px;
}

.nice-table {
  width: 100%;
}

.nice-table tr {
  background: #FFF;
}

.nice-table tr:nth-of-type(2n) {
  background: #F6F6F6;
}

.nice-table tr:first-of-type td p {
  font-weight: bold;
}

.nice-table tr td {
  border: 1px solid #DDD;
  padding: 15px;
}

.nice-table tr td p {
  margin-bottom: 0;
}

.team-member {
  height: 330px;
}

@media (max-width: 768px) {
  .donate {
    display: none !important;
  }
}

.az-contents::after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .az-contents ul {
    width: 30%;
    float: left;
    padding-right: 50px;
    box-sizing: border-box;
  }
}

.az-item {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .print-button {
    position: fixed;
    bottom: 50px;
    right: 50px;
    text-align: center;
    background: #4c820c;
    color: #FFF;
    height: 200px;
    width: 200px;
    font-size: 1.8em;
    text-transform: uppercase;
    padding: 7px 20px 0 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: block;
    cursor: pointer;
    z-index: 100;
    border: 0;
  }

  .print-button:after {
    content: "Print this form";
  }

  .print-button:hover {
    opacity: 0.9;
  }

  .print-button:active {
    opacity: 0.8;
  }

  .print-button:focus {
    outline: none;
  }
}

.userform .right-title {
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
  margin: 4px 0 0 0;
  opacity: 0.89;
}

.userform .field {
  margin-bottom: 20px;
  clear: both;
}

.userform .field label {
  display: block;
}

.userform .field input {
  margin: 0;
  font-weight: 100;
}

.userform .field .left,
.userform .field .right {
  float: none !important;
}

.userform .field .message {
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: inherit;
}

.userform .field.requiredField label:after {
  content: " *";
}

@media (min-width: 768px) {
  .userform .field.half {
    width: 48%;
    clear: none;
  }

  .userform .field.left {
    float: left !important;
    clear: left;
  }

  .userform .field.right {
    float: right !important;
  }
}

.userform legend {
  font-weight: bold;
  font-size: 1.4em;
}

.userform .userformsgroup {
  padding: 20px 30px;
  margin-bottom: 15px;
}

.userform textarea.error {
  display: inline-block;
  padding: 1rem 1.125rem;
  color: #777777;
  width: 100%;
  outline: 0;
  border: 0;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  -ms-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  -webkit-box-shadow: 0 1px 5px 1px #dddddd;
  -moz-box-shadow: 0 1px 5px 1px #dddddd;
  -ms-box-shadow: 0 1px 5px 1px #dddddd;
  box-shadow: 0 1px 5px 1px #dddddd;
  text-transform: none;
}

.printing #header,
.printing #footer,
.printing .Actions,
.printing .print-button,
.printing #sidebar,
.printing #banner-img,
.printing input.file {
  display: none;
}

.printing select {
  color: rgba(255, 255, 255, 0);
}