header.content {
  margin-bottom:0;
}
.pages {
  padding-top:100px;
  border-left:2px solid #e4e4dc;
}
.page {
  color:#333;
  position:relative;
  padding-left:6px;
}
.page::before {
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-radius:50%;
  background-color:#777774;
  position:absolute;
  top:12px;
  left:-6px;
}
.page .content span {
  display:block;
}
.page .year {
  color:#f05032;
  font-weight:500;
  font-size:28px;
  font-family:"Lora", serif;
  margin-bottom:18px;
}
.page h3 {
  margin-bottom:20px;
}
.page .image,
.page .description {
  padding-bottom:100px;
}
.page p {
  margin-bottom:36px;
}
.page p a {
  transition:0.3s;
  border-bottom-width:1px;
  border-bottom-style:solid;
}
.page p a:hover {
  color:#f05032;
}
@media (max-width: 767px) {
  .page .image {
    display:none;
  }
}
.award-logos {
  margin-top:100px;
}
@media (min-width: 768px) {
  .award-logos {
    position:sticky;
    top:70px;
  }
}
.award-logo {
  margin-left:auto;
  margin-right:auto;
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  font-size:0;
  margin-bottom:100px;
}
.award-dc {
  background-image:url('../images/logo-dc.png');
  height:107px;
}
.award-gerald {
  background-image:url('../images/logo-gerald.png');
  width:191px;
  height:148px;
}
.award-izzy {
  background-image:url('../images/logo-izzy.png');
  width:236px;
  height:55px;
}
.award-mirror {
  background-image:url('../images/logo-mirror.png');
  width:206px;
  height:168px;
}
.award-sabew {
  background-image:url('../images/logo-sabew.png');
  width:260px;
  height:130px;
}
.award-telly {
  background-image:url('../images/logo-telly.png');
  width:177px;
  height:182px;
}
.award-thedrum {
  background-image:url('../images/logo-thedrum.png');
  width:262px;
  height:84px;
}
