.header-slug {
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.hero-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.main-heading {
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 68px;
  font-weight: 100;
  text-align: center;
}

.standfirst {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.standfirst.grey {
  margin-top: 175px;
  color: #3a312a;
  font-size: 20px;
  line-height: 32px;
}

.standfirst.grey.how {
  margin-top: 30px;
  margin-bottom: 70px;
}

.body-text {
  display: block;
  margin: 30px auto 0px;
  padding-top: 0px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  list-style-type: disc;
}

.body-text.left-align {
  text-align: left;
  list-style-type: disc;
}

.body-text.intro {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 0px;
}

.body-text.wbt {
  font-family: Merriweather, serif;
  font-size: 19px;
}

.body-text.link {
  color: #000;
  text-decoration: underline;
}

.subhead {
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.subhead.tv-heading {
  margin-top: 0px;
}

.copyright {
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  text-align: center;
}

.email-link {
  color: #3a312a;
  text-decoration: none;
}

.menu-item {
  margin-top: 57px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: Merriweather, serif;
  font-size: 16px;
}

.menu-item:hover {
  background-color: transparent;
  color: rgba(64, 77, 66, .7);
}

.menu-item.w--current {
  color: rgba(64, 76, 66, .7);
}

.menu-item.hamburger-menu-item {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 12px;
}

.nav-bar {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: hsla(0, 0%, 100%, .7);
}

.nav-bar.home {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 35px;
  direction: ltr;
}

.header-bar {
  background-color: #3a312a;
}

.nav-brand.home {
  margin-top: 20px;
  margin-left: -35px;
  padding-top: 1px;
}

.nav-brand.home.w--current {
  margin-top: 19px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer {
  padding-bottom: 20px;
  border-style: none;
  border-color: transparent;
}

.social-media-icons {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border-style: none;
  border-color: transparent;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #3a312a;
  font-size: 77px;
  text-align: center;
}

.social-media-feeds {
  margin-top: 20px;
  margin-bottom: 40px;
}

.hero-image {
  height: 650px;
  background-image: url('../images/stock-photo-24523925-hand-in-a-field.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.about {
  height: 650px;
  background-image: url('../images/WFF-hero-002.jpg');
  background-size: cover;
}

.hero-image.founder {
  height: 650px;
  background-image: url('../images/WFF-hero-003.jpg');
  background-position: 50% 89%;
  background-size: cover;
}

.hero-image.how {
  background-image: url('../images/WFF-hero-005.jpg');
  background-size: cover;
}

.hero-image.home {
  height: 650px;
  background-image: url('../images/WFF-hero-001.jpg');
  background-position: 50% 71%;
  background-size: cover;
}

.hero-image.our-work {
  background-image: url('../images/WFF-hero-004.jpg');
  background-size: cover;
}

.hero-statement {
  position: relative;
  left: 0px;
  top: 200px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.hero-statement.founder-hero {
  top: 315px;
  bottom: 0px;
}

.down-arrow {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 49px;
  text-align: center;
  text-decoration: none;
}

.text-link {
  color: #404c42;
  text-align: left;
  text-decoration: underline;
}

.text-link:hover {
  text-decoration: underline;
}

.first-paragraph {
  margin-top: 27px;
  font-family: Merriweather, serif;
  color: #3a312a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.first-paragraph.objectives {
  display: block;
  height: 71px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 40px;
  border-radius: 5px;
  background-color: #333;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
}

.first-paragraph.bottom {
  margin-top: 60px;
  text-align: center;
}

.panel-subhead {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #404c42;
  font-size: 27px;
  font-weight: 300;
  text-align: center;
}

.panel-section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 25px;
  padding-bottom: 70px;
  background-color: #f7f4e8;
  background-image: url('../images/leaves-tile.png');
  background-position: 0px 0px;
  background-size: 100px;
}

.panel-section.activites {
  margin-top: 0px;
}

.panel-section.tablet-text {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 68px;
}

.panel-section.tablet-text.cu {
  margin-top: 0px;
}

.panel-section.lgb {
  margin-top: -165px;
}

.panel-section.pm {
  margin-top: -164px;
}

.paragraph-rule {
  display: block;
  width: 5%;
  height: 4px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #404c42;
}

.signature {
  display: block;
  margin: 50px auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 80px;
  text-align: center;
  text-transform: none;
}

.list {
  margin-top: 20px;
  font-family: Merriweather, serif;
  color: #302f2f;
  line-height: 24px;
  font-weight: 300;
}

.hero-opener {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: -190px;
}

.form-label {
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.prompt-text {
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.prompt-text.comment-input-panel {
  height: 200px;
}

.submit-button {
  background-color: #3a312a;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.small-subhead {
  margin-top: 48px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-align: center;
}

.activity-panel {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  background-color: hsla(0, 0%, 100%, .8);
}

.activity-logo {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.activity-logo.yoe {
  padding: 15px 15px 28px 32px;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2f5152), to(#2f5152));
  background-image: linear-gradient(180deg, #2f5152, #2f5152);
}

.activity-logo.hippy {
  margin-top: -15px;
  margin-bottom: -15px;
}

.address-panel {
  margin-bottom: 30px;
}

.introduction-section {
  margin-bottom: -20px;
}

.scroll-down {
  position: relative;
  left: 0px;
  top: 425px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  text-decoration: none;
}

.home-nav.hamburger-menu {
  position: relative;
  left: 0px;
  top: 29px;
  right: 0px;
  margin-top: -25px;
  margin-right: 6px;
  padding-right: 0px;
  padding-left: 64px;
  float: left;
  direction: ltr;
  font-size: 20px;
  line-height: 0px;
  font-weight: 400;
}

.facebook-feed {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tablet-text {
  margin-top: 0px;
  padding-top: 0px;
}

.tablet-text.hww {
  margin-top: -190px;
}

.video-blurb {
  margin-bottom: 30px;
  padding-top: 30px;
  font-family: Merriweather, serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.video-column {
  margin-top: 30px;
}

.video-column.people-matter-container {
  margin-top: 45px;
}

.people-matter-container {
  margin-top: 195px;
  margin-bottom: 30px;
}

.spacer {
  height: 20px;
}

.history-section {
  margin-top: -40px;
}

.wwf-history-logo {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.video-subheading {
  font-size: 22px;
}

.container {
  padding-top: 0px;
  font-size: 70px;
}

.body {
  margin-top: 26px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #3a312a;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.quote {
  margin-top: 25px;
  font-family: Merriweather, serif;
  color: #333;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.container-2 {
  padding-top: 0px;
}

.our-work-container {
  margin-top: -152px;
  padding-top: 0px;
}

.love-grows-container {
  margin-top: 30px;
  padding-top: 0px;
  text-align: center;
}

.lgb-video-colum {
  margin-top: 319px;
}

.lgb-follow-on-videos {
  margin-top: 30px;
}

.container-3 {
  margin-top: -113px;
}

.div-block {
  position: relative;
  right: 0px;
  margin-top: 150px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, #333, #333);
}

.div-block-2 {
  margin-top: 70px;
}

.div-block-3 {
  margin-top: 0px;
  padding-top: 25px;
}

.container-4 {
  border-style: none;
}

.heading {
  font-size: 46px;
  text-align: center;
}

.bold-text {
  font-family: 'Changa One', Impact, sans-serif;
  color: rgba(51, 51, 51, .9);
}

.wbt {
  font-family: Merriweather, serif;
  font-size: 27px;
}

.link {
  color: #3a312a;
  text-decoration: underline;
  list-style-type: none;
}

.link-2 {
  text-align: center;
}

.text-span {
  color: #3a312a;
}

.text-span-2 {
  color: #3a312a;
}

@media (max-width: 991px) {
  .main-heading {
    font-size: 61px;
  }
  .standfirst {
    font-size: 20px;
    line-height: 35px;
  }
  .menu-item.hamburger-menu-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-statement {
    margin-top: 240px;
  }
  .hero-statement.founder-hero {
    margin-top: 20px;
  }
  .hero-statement.tablet {
    margin-top: 35px;
  }
  .first-paragraph.objectives {
    height: auto;
    padding-bottom: 20px;
    font-size: 18px;
  }
  .hero-opener.tablet {
    margin-top: 20px;
  }
  .activity-panel {
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, .6);
  }
  .address-panel {
    padding-right: 30px;
    padding-left: 30px;
  }
  .home-nav.hamburger-menu {
    padding-bottom: 60px;
    background-color: #f7f4e9;
    background-image: url('../images/leaves-tile.png');
    background-position: 0px 0px;
    background-size: 100px;
    background-repeat: repeat;
  }
  .hamburger-menu {
    background-color: #c7c7c7;
  }
  .menu-button {
    margin-top: -3px;
    margin-bottom: 31px;
    padding-top: 59px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .image {
    margin-left: 39px;
    padding-left: 0px;
  }
  .lgb-video-colum {
    margin-top: 370px;
  }
}

@media (max-width: 767px) {
  .main-heading.mobile-portrait {
    margin-top: 0px;
  }
  .standfirst {
    margin-right: 65px;
    margin-left: 65px;
    font-size: 19px;
    text-align: center;
  }
  .body-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-image.about {
    background-position: -115px 0px;
  }
  .hero-image.our-work {
    background-position: -400px 0px;
  }
  .hero-statement {
    margin-top: 324px;
  }
  .hero-statement.founder-hero {
    margin-top: -288px;
  }
  .hero-statement.tablet.mobile-landscape {
    margin-top: 0px;
  }
  .hero-statement.tablet.mobile-landscape.mobile-portrait {
    margin-top: -150px;
  }
  .hero-opener.tablet {
    margin-top: 50px;
  }
  .tablet-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lgb-video-colum {
    margin-top: 451px;
  }
}

@media (max-width: 479px) {
  .header-slug {
    font-size: 12px;
  }
  .main-heading {
    margin-top: 0px;
    font-size: 39px;
  }
  .main-heading.mobile-portrait {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .standfirst {
    display: block;
    margin: 50px 20px 20px;
    padding-top: 25px;
    float: none;
    clear: right;
    direction: ltr;
    font-size: 17px;
    line-height: 26px;
  }
  .standfirst.mobile-portrait {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .body-text {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
  }
  .hero-image {
    background-position: 50% 50%;
    background-size: 100%;
  }
  .hero-image.about {
    background-position: -151px 0px;
  }
  .hero-image.our-work {
    background-position: -642px 0px;
  }
  .hero-statement.founder-hero {
    margin-top: -265px;
  }
  .hero-statement.tablet.mobile-landscape.mobile-portrait {
    position: static;
    margin-top: auto;
  }
  .first-paragraph.objectives {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-opener.tablet {
    margin-top: 0px;
  }
  .address-panel {
    padding-right: 10px;
    padding-left: 10px;
  }
  .icon {
    margin-right: 22px;
    margin-left: 0px;
  }
  .lgb-video-colum {
    margin-top: 662px;
  }
  .bold-text {
    font-size: 38px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}