.wrap{
  max-width: 92%;
}

.columns1{
  display: block;
}

.columns3.links{
  grid-template-columns: 47.5% 47.5%;
  grid-row-gap: 40px;
}

.columns4{
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 5%;
}

a.button,
input.button{
  padding: 15px 20px;
  font-size: 14px;
  line-height: 17px;
}

div.video div.title{
  bottom: 20px;
  font-size: 24px;
  line-height: 26px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

div.accordion{
  margin-bottom: 20px;
}

img.sticker{
  margin: 0 auto 20px auto;
}

div.special.hello img{
  margin: -12px 0 20px 0;
}

div.special.olly img{
  width: 220px;
  margin: -20px 0 -95px 0;
}

img.avatar{
  margin: 0 -1% 25px -1%;
  max-width: 102%;
}

div.links{
  margin-bottom: 20px;
}

a.link span.button{
  font-size: 18px;
  line-height: 18px;
}

div.olly h3{
  font-size: 22px;
  line-height: 24px;
}

div.olly div.title{
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}

form.contact label{
  font-size: 14px;
  line-height: 20px;
}

form.contact input[type=text],
form.contact input[type=email],
form.contact input[type=tel],
form.contact textarea{
  font-size: 14px;
  line-height: 20px;
}

header a.logo{
  margin: 0 25px -25px 0;
  font-size: 15.4px;
  line-height: 20px;
}

header a.logo img{
  height: 38px;
  margin-bottom: 6px;
}

header nav{
  margin-left: -12px;
}

header nav.main{
  margin-top: 30px;
}

header nav ul{
  margin-right: -12px;
}

header nav a{
  padding: 10px 12px;
}

header nav.sub ul li{
  font-size: 14px;
}

article{
  padding: 45px 0;
}

article.collapse{
  margin-top: -20px;
}

article h1,
article h2,
article h3{
  margin-bottom: 20px;
}

article h1,
article h2.large,
article h3.large{
  font-size: 26px;
  line-height: 28px;
}

article h2{
  font-size: 22px;
  line-height: 24px;
}

article p,
article ul,
article ol{
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

article ul li{
  padding-left: 20px;
  background-size: 12px;
}

footer{
  padding: 45px 0;
}

footer div.columns4 div:last-child{
  margin-top: 20px;
}