html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: arial;
  height: 100%;
}

* {
  outline: none !important;
}

.home {
  font-size: 35px;
  line-height: 40px;
  padding: 20px 20px;
}
.home a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.home .box {
  overflow: hidden;
}
.home .box.red {
  background-color: #f2633f;
}
.home .box.black {
  background-color: black;
  color: white;
}
.home .box.green {
  background-color: #a4c454;
  color: black;
}
.home .box.grey {
  background-color: #b8b8b8;
}
.home .box.blue {
  background-color: #378ee6;
}
.home p:not(:first-of-type) {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .home {
    font-size: 70px;
    line-height: 78px;
    padding: 50px 50px;
  }
  .home p:not(:first-of-type) {
    padding-top: 40px;
  }
}
@media (min-width: 1000px) {
  .home {
    font-size: 100px;
    line-height: 110px;
    max-width: 1300px;
  }
  .home p:not(:first-of-type) {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .home {
    padding: 50px 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer {
  color: white;
  background-color: black;
  font-size: 12px;
  line-height: 1.3;
  padding-bottom: 12px;
}
.footer a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.footer .padding {
  position: relative;
  padding: 20px;
  text-align: center;
}
.footer .padding .btn-top {
  background-color: transparent;
  border: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-up.svg");
}
.footer .padding .linkedin {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-image: url("../img/linkedin.svg");
}
.footer .padding img[src*="logo.svg"] {
  padding-top: 50px;
  width: 70%;
  height: auto;
  padding-bottom: 20px;
}
.footer .padding p {
  text-align: left;
}
@media (min-width: 768px) {
  .footer .padding {
    font-size: 20px;
    padding: 50px 50px;
  }
  .footer .padding img[src*="logo.svg"] {
    width: 80%;
    padding: 0;
  }
  .footer .padding .linkedin {
    left: 50px;
    top: 50px;
  }
  .footer .padding .btn-top {
    bottom: 50px;
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .footer .padding {
    padding: 50px 0;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .padding .btn-top {
    right: 0;
  }
  .footer .padding .linkedin {
    left: 0;
  }
}

.lightbox {
  font-size: 35px;
  line-height: 40px;
  overflow: hidden;
  display: none;
  position: fixed;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
}
.lightbox img {
  height: 1em;
  width: auto;
  margin-bottom: -.15em;
}
.lightbox#healthy {
  background-color: #f2633f;
}
.lightbox#equitable {
  background-color: #378ee6;
}
.lightbox#sustainable {
  background-color: #a4c454;
}
.lightbox .padding {
  position: relative;
  padding: 20px;
  padding-right: 45px;
}
.lightbox .padding .btn-close {
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("../img/close.svg");
}
.lightbox .padding p:not(:first-of-type) {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .lightbox .padding {
    font-size: 50px;
    line-height: normal;
    padding: 50px;
    padding-right: 120px;
  }
  .lightbox .padding .btn-close {
    width: 40px;
    height: 40px;
    top: 50px;
    right: 50px;
  }
}
@media (min-width: 1000px) {
  .lightbox .padding {
    font-size: 70px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .lightbox .padding {
    padding-left: 0;
    padding-right: 80px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .lightbox .padding .btn-close {
    right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
