.fundraiser {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}

.fundraiser .column:first-child {
  margin-right: 32px;
}

.fundraiser .column:last-child {
  margin-top: 42px;
}

.fundraiser-image {
  width: 250px;
}

.fundraiser .disclaimer {
  margin-top: 20px;
  font-size: 10px;
}

.fundraiser .button img {
  height: 34px;
}

.fundraiser ul {
  margin-top: 24px;
  margin-bottom: 32px;
}

.fundraiser ul li {
  list-style: none outside none;
  padding-left: 40px;
  background-repeat: no-repeat;
  height: 30px;
  background-size: 30px;
  margin-bottom: 16px;
}

.fundraiser li.easy-to-apply {
  padding-top: 6px;
  background-image: url("/sites/all/themes/hofshut/images/community/checkmark-icon.png");
  margin-bottom: 10px;
}

.fundraiser li.easy-to-promote {
  height: 34px;
  background-size: 34px;
  background-image: url("/sites/all/themes/hofshut/images/community/horn-icon.png");
}

.fundraiser li.easy-to-earn {
  height: 34px;
  background-size: 34px;
  background-image: url("/sites/all/themes/hofshut/images/community/bag-icon.png");
}

.fundraiser .footer {
  margin-bottom: 20px;
}

.student-award {
  margin-left: -220px;
  display: flex;
  flex-direction: row;
}
.student-award p {
  margin-bottom: 15px;
}

.student-award-button {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  padding: 15px;
  background-color: #236386;
  display: inline-block;
  font-size: 10pt;
}

.student-award-button a {
  color: #fff;
}

.student-award .column:first-child {
  margin-right: 32px;
}

.student-award-image {
  width: 400px;
}

.student-award-header {
  font-weight: 400;
  font-style: italic;
  font-size: 11pt;
}
