.bigNumber {
  text-align: center;
  font-size: 68px;
  line-height: 68px;
  font-weight: 700;
  color: #103c89;
  margin: 35px auto 5px;
}
.numberDescription {
  text-align: center;
  font-weight: 700;
  color: #103c89;
  margin: 0 auto 35px;
}
.bigNumber.gold, .numberDescription.gold, h4.gold {
  color: #cfa938 !important;
}
.bigNumber.spacer {
  margin-top: 55px;
}
#supportRight {
  width: 400px;
  float: right;
  margin: 20px 0 20px 20px;
}
#supportLeft {
  width: calc(100% - 420px);
  float: left;
}
#hall_of_fame.rightColumn {
  margin-top: 0;
}
#contentPage h2 {
  margin: 1em 0;
}
#photoPlaceholder {
  margin: 20px 0;
  background: #E6E6E6;
  height: 200px;
  width: 100%;
}
#supportColumn {
  width: 48%;
  float: left;
  margin-bottom: 40px;
}
#supportColumn .right {
  float: right;
}

#organizations {
  width: 100%;
  margin: 40px 0;
  background-image: url(/images/library/support_background.jpg);
  background-size: cover;
  background-position: center center;
}

#organizationsLeft {
  width: 25%;
  float: left;
  text-align: right;
  font-size: 19px;
  line-height: 30px;
  margin: 50px 0;
  color: #FFF;
  font-weight: 700;
}
#organizationsMiddle {
  width: calc(70% / 2);
  float: left;
  margin: 60px 0 60px 5%;
  color: #103c89;
  font-weight: 700;
  font-size: 15px;
}
#organizationsRight {
  width: calc(70% / 2);
  float: right;
  margin: 60px 0;
  color: #103c89;
  font-weight: 700;
  font-size: 15px;
}
.giveNow {
  margin: 40px auto;
  width: 100%;
  text-align: center;
}
.giveNow a { 
  display: inline-block;
  border-radius: 10px;
  background: #103C89;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  padding: 0 20px;
}

#boardMembers {
  margin: 25px auto 0;
  font-size: 14px;
}
.boardColumn {
  width: calc(100% / 3);
  float: left;
}
.boardMember {
  height: 80px;
}

@media only screen and (max-width: 800px) {
  #supportColumn { width: 100%; margin-bottom: 0; }
  #organizationsLeft { width: 90%; margin: 0 auto; float: none; padding: 25px 0; text-align: center; }
  #organizationsMiddle { width: 90%; margin: 0 auto; float: none; text-align: center; }
  #organizationsRight { width: 90%; float: none; margin: 0 auto; padding: 0 0 25px; text-align: center; }
  .boardColumn { width: 100%; float: none; }
  .boardMember { height: auto; margin-bottom: 5px; }
}
