﻿body.Sponsorship #Top {
  margin-top: 0;
}
body.Sponsorship .Row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -40px;
}
body.Sponsorship .Row .Column {
  width: calc(25% - 40px);
  margin: 0 20px 40px 20px;
}
@media only screen and (max-width: 759px) {
  body.Sponsorship .Row .Column {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 499px) {
  body.Sponsorship .Row .Column {
    width: 100%;
    display: block;
  }
}
body.Sponsorship .Row .Column a {
  text-decoration: none;
}
body.Sponsorship .Row .Column .Image img {
  width: 100%;
}
body.Sponsorship .Row .Column .Description {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
body.Sponsorship .Row .Column .Description .Name {
  color: #000;
  font: normal 22px BebasNeue;
  padding-bottom: 20px;
}
body.Sponsorship .Row .Column .Description .Rank {
  color: #999;
  font: normal 18px BebasNeue;
}
