p {
  margin-bottom: 0px;
  color: rgba(51, 51, 51, 0.64);
}

.mini-hero {
  background-color: green;
  color: #fff;
}

._2-column {
  position: relative;
  width: 50%;
  float: left;
}

._2-column.value-right {
  padding-left: 32px;
}

._2-column.sus {
  margin-bottom: 16px;
  padding-right: 6%;
}

._2-column.team {
  padding-right: 64px;
}

._2-column.about-us {
  margin-bottom: 16px;
}

._2-column.contact {
  padding-right: 10%;
}

.mini-hero-link {
  float: left;
}

.mini-hero-link.left {
  margin-right: 12px;
}

.mini-hero-icon {
  width: 24px;
  height: 24px;
  float: left;
  background-color: #000;
}

.mini-hero-icon.left {
  margin-right: 8px;
}

.mini-hero-h1 {
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;
}

.hero-section {
  position: relative;
  min-height: 600px;
  background-color: #dee8d9;
  color: #fff;
}

.nav-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  height: 58px;
  border-top: 2px solid #001d10;
  background-color: transparent;
}

.hero-float {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: auto;
  min-height: 200px;
  padding: 64px 6% 84px 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 128, 0, 0.82);
  color: #001d10;
}

.image-block {
  position: relative;
  width: 220px;
  height: 400px;
  float: none;
  background-color: green;
}

.image-block.about {
  float: left;
  background-image: url('../images/img-about-us.jpg');
  background-position: 73% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.team {
  float: left;
  background-image: url('../images/img-team.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.rubber {
  float: left;
  background-image: url('../images/img-rubber.jpg');
  background-position: 73% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.cashew-nuts {
  float: left;
  background-image: url('../images/img-cashew.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-block.cocoa {
  float: left;
  background-image: url('../images/img-cocoa.jpg');
  background-position: 73% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.coffee {
  float: left;
  background-image: url('../images/img-beans.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section {
  position: relative;
  padding: 96px 32px 76px;
}

.section.highlight {
  border-top: 1px solid #dbe4d7;
  border-bottom: 1px solid #dbe4d7;
  background-color: #f7fcf5;
}

.section.core-value {
  padding-top: 46px;
  padding-bottom: 46px;
  background-color: #dee8d9;
}

.image-brand {
  position: absolute;
  left: -32px;
  top: -32px;
  display: none;
  width: 100%;
  height: 400px;
  border: 10px solid #001d10;
}

.line {
  width: 80px;
  height: 3px;
  background-color: #f15a24;
}

.line.light {
  background-color: #fff;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

.heading-1.black {
  color: #000;
}

.content-block {
  margin-bottom: 32px;
}

.content-block._16 {
  margin-bottom: 16px;
}

.navlink {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.navlink.w--current {
  border-radius: 1px;
  color: #f15a24;
}

.heading-3 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
}

.heading-3.black {
  font-family: Lato, sans-serif;
  color: #000;
}

.div-block {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 100%;
  height: 100%;
  border: 10px solid #013401;
}

.hero-h1 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 54px;
  line-height: 58px;
  font-weight: 900;
}

.hero-h3 {
  position: relative;
  z-index: 1;
  font-size: 1.3em;
  line-height: 1em;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.hero-h2 {
  margin-top: -10px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #001d10;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.body {
  font-family: Exo, sans-serif;
}

.heading-highlight {
  position: absolute;
  left: 10%;
  bottom: 0px;
  z-index: 1;
  display: none;
  margin-top: 0px;
  margin-bottom: 6px;
  color: #000;
  font-size: 8em;
  line-height: 0.9em;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
}

.container {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-container {
  position: relative;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 47px;
  padding-bottom: 47px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer {
  margin-top: -1px;
  padding: 18px 32px;
  border-top: 1px solid #dbe4d7;
  font-size: 13px;
}

.footer-link {
  color: #001d10;
  text-decoration: none;
}

.footer-column {
  margin-right: 32px;
  float: left;
}

.div-block-3 {
  width: 70%;
  float: left;
}

.brand {
  display: block;
  width: 160px;
  height: 60px;
  padding-bottom: 0px;
  float: left;
  background-color: #588e3f;
  background-image: url('../images/ATTI-ATTI-Commodities-Logo.png');
  background-position: 50% 50%;
  background-size: 84px;
  background-repeat: no-repeat;
}

.nav-menu {
  padding-right: 16px;
  padding-left: 16px;
  background-color: #001d10;
}

.text-column {
  width: 30%;
  margin-top: 8%;
  float: left;
}

.hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  height: 300px;
  float: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #588e3f;
}

.hero-image.products {
  background-image: url('../images/hero-products.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.home {
  background-image: url('../images/hero-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.contact {
  background-image: url('../images/hero-contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.hide {
  display: none;
}

.div-block-5 {
  float: right;
}

.image-div-block {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  min-height: 150px;
  padding: 32px 27px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(46, 49, 146, 0.5);
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
  text-align: center;
}

.text-block {
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.hero-blurb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 150px;
  padding: 48px 24px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f15a24;
  text-align: center;
}

.image-column {
  width: 640px;
  float: right;
}

.hero-line {
  width: 280px;
  height: 4px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f15a24;
}

.hero-line.right {
  float: right;
}

.section-container-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-sub-image {
  width: 200px;
  height: 150px;
  float: right;
  background-color: #001d10;
}

.hero-sub-image.home {
  background-image: url('../images/hero-home-sub.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-sub-image.products {
  background-image: url('../images/hero-products-sub.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-sub-image.contact {
  background-image: url('../images/hero-contact-sub.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.horo-upper-rown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-btm-row {
  height: 150px;
}

.hero-paragraph {
  line-height: 28px;
}

.image-blurb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  min-height: 200px;
  padding: 58px 32px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f15a24;
  color: #fff;
  font-size: 13px;
}

.image-blurb.green {
  background-color: #588e3f;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.sustainability-column {
  width: 30%;
  margin-bottom: 32px;
  padding-right: 10%;
  float: left;
}

.overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  min-height: 100px;
  background-color: rgba(46, 49, 146, 0.5);
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.menu-button {
  background-color: #001d10;
}

.section-line {
  width: 280px;
  height: 4px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f15a24;
}

.section-line.right {
  float: right;
}

.text-field {
  border: 1px solid #dbe4d7;
}

.text-field.text-area {
  min-height: 100px;
}

.submit-button {
  padding-right: 44px;
  padding-left: 44px;
  background-color: #588e3f;
}

.slide {
  width: 440px;
}

.slide._1 {
  background-image: url('../images/pexels-photo-1124065.jpeg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._2 {
  background-image: url('../images/pexels-photo-175389.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._3 {
  background-image: url('../images/pexels-photo-221369.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-arrow {
  display: none;
}

.slide-nav {
  display: none;
  padding-top: 15px;
  font-size: 6px;
  line-height: 6px;
}

.success-message {
  background-color: #dbe4d7;
}

@media screen and (max-width: 991px) {
  ._2-column.sus {
    width: 100%;
  }

  ._2-column.team {
    width: 50%;
    padding-right: 36px;
  }

  ._2-column.about-us {
    width: 50%;
    padding-left: 36px;
    float: right;
  }

  .hero-section {
    overflow: hidden;
    min-height: auto;
  }

  .image-block {
    width: 100%;
  }

  .hero-h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .container {
    width: 100%;
  }

  .hero-container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }

  .hero-image {
    width: 100%;
  }

  .image-div-block {
    width: 50%;
  }

  .hero-blurb {
    width: 50%;
  }

  .image-column {
    width: 60%;
  }

  .hero-line {
    width: 40%;
  }

  .section-container-line {
    width: 100%;
  }

  .hero-sub-image {
    width: 50%;
    float: left;
  }

  .horo-upper-rown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-paragraph {
    line-height: 24px;
  }

  .image-blurb {
    width: 50%;
    min-height: 33%;
  }

  .sustainability-column {
    width: 100%;
  }

  .section-line {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    height: 60px;
    background-color: #001d10;
  }

  .navbar {
    border-top-style: none;
  }

  .brand {
    background-position: 28px 50%;
  }

  .text-column {
    margin-top: 0%;
  }

  .image-div-block {
    width: 70%;
  }

  .hero-paragraph {
    line-height: 22px;
  }

  .image-blurb {
    width: 100%;
  }

  .menu-button {
    margin-right: 6px;
  }

  .menu-button.w--open {
    background-color: #001d10;
    color: #f15a24;
  }

  .text-field {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  ._2-column {
    width: 100%;
  }

  ._2-column.value-right {
    margin-top: 24px;
    padding-left: 0px;
  }

  ._2-column.sus {
    padding-right: 0%;
  }

  ._2-column.team {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 0px;
  }

  ._2-column.about-us {
    width: 100%;
    margin-top: 36px;
    padding-left: 0px;
  }

  .image-block {
    height: 220px;
  }

  .section {
    padding-top: 32px;
  }

  .footer-link {
    display: block;
    margin-bottom: 8px;
  }

  .div-block-3 {
    width: 100%;
  }

  .text-column {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 16px;
  }

  .image-div-block {
    margin-top: -158px;
  }

  .image-column {
    width: 100%;
  }

  .menu-button {
    background-color: #001d10;
  }

  .menu-button.w--open {
    background-color: #001d10;
    color: #f15a24;
  }
}

