html {
  font-size: 1em;
  line-height: 1.4;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #000000;
  padding: 25px;
  background-color: #ffffff;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.divider {
  width: 100%;
  display: block;
  background-color: #000000;
  height: 3px;
}

.headline-container, .menu-container, .video-container, .history-container, .upcoming-container, .limited-container, .rewards-container, .donation-container, .social-container .plans-container {
  display: inline-block;
  width: 100%;
  position: relative;
}

.headline h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 41px;
  margin: 0;
}

.divider, .twenty-five, .thirty-three, .seventy-five {
  box-sizing: border-box;
}

.twenty-five h2, .thirty-three h2, .seventy-five h2 {
  font-size: 34px;
  margin: 0;
}

.twenty-five h3, .thirty-three h3 {
  font-size: 21px;
  margin: 0;
}

.twenty-five {
  display: inline-block;
  width: 25%;
  padding: 0 1% 0 0;
  float: left;
}

.thirty-three {
  display: inline-block;
  width: 33.3%;
  float: left;
}

.thirty-three:nth-of-type(1) {
  padding: 0 1% 0 0;
}

.thirty-three:nth-of-type(2) {
  padding: 0 1%;
}

.thirty-three:nth-of-type(3) {
  padding: 0 0 0 1%;
}

.seventy-five {
  display: inline-block;
  width: 75%;
  float: right;
  padding: 0 0 0 1%;
}

.llsb-video {
  margin: 10px 0;
  background-color: #cdc7c7;
  height: 440px;
}

.llsb-video iframe {
  width: 100%;
  height: 303px;
  border: 0;
}

.share-button, .donate-button {
  font-weight: 600;
  font-size: 20px;
  float: right;
  text-align: center;
  padding: 6px 32px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.share-button a, .donate-button a {
  cursor: pointer;
}

.share-button {
  border: 3px solid #000000;
}

.share-button:hover {
  color: #ffffff;
  background-color: #000000;
}

.donate-button {
  color: #ffffff;
  background-color: #d22567;
  border: 3px solid #d22567;
}

.donate-button:hover {
  color: #d22567;
  background-color: #ffffff;
}

.giant-headline {
  z-index: 1;
}

.giant-headline img {
  width: 100%;
}

.limited-container .giant-headline {
  width: 50%;
  float: right;
}

.giant-donate {
  font-size: 70px;
  font-weight: 600;
  z-index: 0;
  width: 100%;
  margin-top: 1%;
}

.giant-donate.right {
  margin-top: -5%;
}

.giant-donate img {
  width: 80%;
  height: 80%;
}

.limited-container .hang-right {
  width: 100%;
}

.limited-container .giant-donate {
  width: 40%;
  padding: 20px 0;
  float: right;
}

.hang-left {
  float: left;
  width: 50%;
}

.hang-right {
  float: right;
  width: 50%;
}

.hang-left .donate-text, .hang-left .events-text {
  width: 90%;
  margin-left: 5%;
}

.hang-right .donate-text, .hang-left .donate-text, .hang-left .events-text, .hang-right .events-text {
  padding: 0 5%;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
}

.hang-right .donate-text {
  float: right;
  margin-top: -45px;
  width: 55%;
}

.limited-container .hang-left .donate-text {
  margin-top: 27.5%;
}

.events-text table, .donations-text table {
  margin: 15px 0 45px 0;
  width: 100%;
}

.events-text tr, .donations-text tr {
  border: 1px solid #d8d8d8;
}

.events-text td, .donations-text td {
  padding: 10px 25px;
}

.events-text td:nth-of-type(n+2), .donations-text td:nth-of-type(n+2) {
  color: #d22567;
  text-align: right;
}

.upcoming-images {
  margin: 20px 0 0 0;
  width: 90%;
}

.upcoming-images img {
  width: 100%;
  margin: 20px 0;
}

.upcoming-images iframe {
  width: 100%;
  height: 304px;
  margin: 20px 0;
}

.upcoming-images .credit {
  display: block;
  text-align: right;
}

.purple-text {
  color: #d22567;
}

a.purple-text {
  text-decoration: underline;
}

.purple-line {
  padding: 0 10%;
  margin-top: -15px;
  margin-bottom: 25px;
}

.purple-line img {
  width: 100%
}

.purple-highlight {
  position: absolute;
  left: -25px;
  bottom: 67%;
}

.purple-highlight img {
  width: 40%;
}

.diagram{
  padding:10px;
}
.diagram img{
  width:100%;
}

.reward {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin: 15px 0;
  background-color: #d8d8d8;
  position: relative;
}

.reward.special {
  background-color: #d22567;
  color: #ffffff;
  font-size: 24px;
}

.reward-left, .reward-right {
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

.reward-left {
  float: left;
  width: 40%;
  padding: 5px 30px 25px;
}

.reward-right {
  float: right;
  width: 60%;
  background-size: cover;
  padding: 0 35px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.donate-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.special .donate-button {
  background-color: #efefef;
  border: 3px solid #efefef;
  color: #000;
}

.special .donate-button:hover {
  background-color: #000;
  color: #fff;
}

.gift-aid {
  font-size: 13px;
}

.reward-amount {
  font-size: 90px;
  font-weight: 600;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.reward-amount .reward-postage {
  font-size: 25px;
  display: block;
  margin-top: -25px;
}

.reward-right.thanks {
  background-image: url('../img/bg-thank-you.png');
}

.reward-right.photo {
  background-image: url('../img/bg-photo.jpg');
}

.reward-right.t-shirt {
  background-image: url('../img/bg-t-shirt.jpg');
}

.reward-right.prints {
  background-image: url('../img/bg-prints.jpg');
}

.reward-right.art {
  background-image: url('../img/bg-art.jpg');
}

.reward-right.tour {
  background-image: url('../img/bg-tour.jpg');
}

.reward-right.lesson {
  background-image: url('../img/bg-lesson.jpg');
}

.reward-right.collection {
  background-image: url('../img/bg-collection.jpg');
}

.reward-right.speak {
  background-image: url('../img/bg-speak.jpg');
}

.reward-right.special {
  background-image: url('../img/bg-special.jpg');
}

.reward-right.richthekid {
  background-image: url('../img/richthekid.png');
}

.ts-and-cs {
  font-size: 11px;
  font-weight: 600;
  text-align: right;
}

.donation-container {
  margin-bottom: 30px;
}

.donation-container .ts-and-cs {
  text-align: left;
  margin-left: 10px;
}

.outlined-headline {
  margin-top: 40px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 4px 0;
  font-size: 30px;
  font-weight: 600;
}

.donations-text td {
  font-weight: 600;
}

.donations-text td:nth-of-type(n+2) span {
  background-color: #df6593;
  color: #fff;
  width: 120px;
  padding: 3px 0;
  text-align: center;
  display: inline-block;
}

.donation-tower {
  margin-top: 40px;
  padding: 0 12.5%;
}

.donation-tower img {
  width: 100%;
}

#reveal-terms, #reveal-data-protection {
  cursor: pointer;
  display: inline-block;
  transition: transform 0.2s ease-in-out;
}

#terms, #data-protection {
  padding: 5px 15px;
  border: 1px solid #000;
  margin-top: 10px;
}

.purple-sparks {
  position: absolute;
  width: 450px;
  left: 135px;
  bottom: -75px;
}

.purple-sparks img {
  width: 100%;
}

.social-container {
  border-top: 3px solid #000;
  padding: 4% 15%;
  box-sizing: border-box;
}

.southbank-logo, .llsb-logo, .social-icons {
  width: 32%;
  display: inline-block;
  box-sizing: border-box;
  padding: 5%;
}

.southbank-logo img {
  width: 100%;
}

.llsb-logo img {
  width: 100%;
  margin-left: -5%;
}

.social-icons img {
  max-width: 30%;
  max-height: 64px;
}

.social-icons a:nth-of-type(n+2) img {
  margin-right: -5%;
}

@media only screen and (max-width:1175px) {
  .purple-highlight {
    bottom: 70%;
  }
}

@media only screen and (max-width:1000px) {
  .giant-headline {
    width: 100%;
  }
  .limited-container .giant-headline {
    width: 100%;
  }
  .hang-right .giant-donate {
    display: none;
  }
  .hang-left, .hang-left .donate-text, .hang-right, .hang-right .donate-text, .hang-left .events-text, .hang-right .events-text {
    width: 100%;
    max-width: none;
  }
  .hang-right {
    margin-top: 15px;
  }
  .hang-right .donate-text, .hang-left .donate-text, .hang-right .events-text, .hang-left .events-text {
    margin-top: 0;
    margin-left: 0;
  }
  .upcoming-images {
    margin: 20px 10%;
    width: 80%;
  }
  .limited-container .hang-left .donate-text {
    margin-top: 7.5%;
  }
  .purple-highlight {
    display: none;
  }
  .purple-line {
    padding: 0;
  }
  .southbank-logo, .llsb-logo, .social-icons {
    width: 100%;
    padding: 7.5% 33%;
  }
}

@media only screen and (max-width:590px) {
  .headline h1 {
    font-size: 35px;
  }
  .reward-left {
    float: left;
    width: 100%;
  }
  .reward-right {
    float: right;
    width: 100%;
    position: relative;
  }
  .reward-amount {
    font-size: 78px;
  }
  .twenty-five, .seventy-five {
    width: 100%;
    padding: 0;
    padding: 10px 0;
  }
  .hide-on-mob{
    display:none;
  }
}

@media only screen and (max-width:480px) {
  .upcoming-images {
    margin: 20px 5%;
    width: 90%;
  }
  .llsb-video {
    height: 260px;
  }
  .reward {
    display: inline-block;
  }
  .reward.special {
    color: #000;
  }
  .reward-amount {
    font-size: 78px;
  }

  .comp{
    background-color:#000 !important;
    color:#fff;
  }

  .reward-right, .reward-left {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 25px;
  }
  .hide-on-mob{
    display:none;
  }
}
