body {
  margin: 2% 10%;
  font-size: 112.5%;
  font-family: GloberRegular;
  letter-spacing: -0.5px;
}
header,
section,
footer {
  margin: 2% 10%;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: GloberBold;
  font-weight: normal;
  font-size: 100%;
  line-height: 0.9;
}
h1 {
  font-size: 266.67%;
  letter-spacing: -2px;
}
h2 {
  font-size: 233.33%;
  margin-left: 1%;
  letter-spacing: -2px;
}
h3 {
  font-size: 177.78%;
  margin-left: 2%;
  letter-spacing: -2px;
}
h4 {
  font-size: 133.33%;
  margin-left: 3%;
  letter-spacing: -2px;
}
h5 {
  font-size: 111.11%;
  letter-spacing: -2px;
}
span.logo-text-head,
span.logo-text-sub,
span.logo-image {
  display: block;
  text-align: right;
  clear: right;
  letter-spacing: -2px;
}
header {
  line-height: 0.9;
  padding-top: 1px;
}
header h1 {
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 100% 0;
  padding-top: 57.5px;
  padding-bottom: 14px;
  font-size: 195.31%;
  line-height: 95%;
}
header a {
  text-decoration: none;
}
span.logo-text-head {
  font-family: GloberBold;
}
span.logo-text-sub {
  font-family: GloberLight;
}
p,
ul,
dl {
  margin-left: 5%;
  padding-left: 0;
}
li {
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
}
dd {
  margin-bottom: 10px;
  margin-left: 1%;
}
.main-heading {
  background-position: 50% 100%;
  background-size: cover;
  height: 280px;
  padding: 2% 10%;
  text-align: right;
}
.main-heading h1 {
  line-height: 1.05;
  font-size: 466.66%;
  text-shadow: 0px 0px 20px #666;
}
p.cta {
  display: block;
  width: 350px;
  padding: 13px 30px 10px 20px;
  line-height: 1em;
  background-size: 36px 15px;
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
p.cta a {
  padding: 0 30px 0 0;
  display: block;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 111.11%;
}
p.byline {
  padding: 2%;
  margin: 2% 10%;
  font-family: GloberSemiBoldItalic;
}
figure {
  margin: 2% 10%;
}
figure img {
  width: 100%;
}
figure figcaption {
  text-align: center;
  font-family: GloberLightItalic;
  font-size: 80%;
}
footer {
  padding-bottom: 2%;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h7 {
  margin-left: 1%;
}
footer p {
  font-size: 90%;
}
footer p.cta {
  font-size: 100%;
}
@media (max-width: 500px) {
  body {
    margin: 0;
    font-size: 94.4%;
  }
  header,
  section,
  footer {
    margin: 0 4% 4%;
  }
  header h1 {
    height: 40px;
    background-size: 58px;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-top: 26px;
    padding-left: 58px;
    margin: 20px 4% 4%;
    font-size: 194.38%;
    line-height: 95%;
    position: relative;
  }
  .main-heading h1 {
    font-size: 366.66%;
  }
  .top-box blockquote {
    font-size: 90%;
    margin: 10px 4% 4%;
  }
  p.cta {
    display: block;
    width: auto;
    margin-right: 4%;
    padding: 13px 40px 13px 20px;
  }
  p.cta a {
    display: block;
  }
  span.logo-text-head,
  span.logo-text-sub,
  span.logo-image {
    display: inline;
    text-align: left;
    clear: none;
  }
}
