@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #2b2b2b;
  /* typography */
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  letter-spacing: normal;
  min-width: 1100px;
}
h1 {
  text-align: center;
  font-weight: 300;
  font-size: 70px;
  padding: 60px 0 10px 0;
}
h2 {
  font-size: 40px;
}
h2.lower-spacing {
  margin-bottom: 0;
}
h2.thin {
  font-weight: 300;
}
h3 {
  font-size: 24px;
  margin: 16px 0;
}
a {
  color: #6b6b6b;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -ms-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
a:hover {
  color: #2b2b2b;
  text-decoration: none;
}
p {
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0 20px 0;
}
p:last-child {
  margin-bottom: 50px;
}
header {
  height: 70vh;
  position: relative;
  margin-bottom: 120px;
}
header .video {
  overflow: hidden;
  height: 100%;
}
header .video video {
  width: 100%;
  margin-top: -10vh;
}
header .logo {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -100px;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-color: #2b2b2b;
}
header .logo:after {
  content: ' ';
  position: absolute;
  width: 120px;
  height: 120px;
  margin: 40px;
  background: transparent url('../images/logo-letters.svg') center no-repeat;
  background-size: contain;
}
header .menu {
  padding: 26px 0;
}
header .menu a {
  color: #333333;
  font-weight: 400;
  font-size: 20px;
  padding: 0 20px;
}
header .menu a:hover {
  color: #000;
}
header .menu .left-side {
  width: 50%;
  float: left;
  text-align: right;
}
header .menu .left-side a:last-child {
  margin-right: 100px;
}
header .menu .right-side {
  width: 50%;
  float: right;
}
header .menu .right-side a:first-child {
  margin-left: 100px;
}
header .menu .right-side .right-edge {
  float: right;
  margin: 4px 38px 0 0;
}
header .menu .right-side .right-edge a {
  font-size: 14px;
  padding: 0;
}
header .menu .right-side .right-edge a:first-child {
  margin-left: 0;
}
header.small {
  height: 100px;
  margin-bottom: 0;
}
header.small .logo {
  bottom: auto;
  top: -100px;
}
header.small .logo:after {
  width: 60px;
  height: 60px;
  margin: 70px;
  margin-top: 114px;
}
.small-content {
  max-width: 1200px;
}
section.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
section .text {
  padding: 50px 200px 20px 200px;
}
section.text-fixed .text {
  width: 400px;
  flex: 400px 0 0;
}
section.text-large .text {
  width: 600px;
  flex: 600px 0 0;
}
section.text-right .text {
  padding-right: 100px;
  padding-left: 110px;
}
section.text-left .text {
  padding-right: 100px;
}
section.dark {
  color: #eee;
  background-color: #2b2b2b;
}
form .formDefaults {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 10px 10px 5px 0;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #aaa;
  outline: none;
}
form .formDefaults:focus {
  border-color: #222;
  box-shadow: none!important;
}
form input {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 10px 10px 5px 0;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #aaa;
  outline: none;
  width: 260px;
}
form input:focus {
  border-color: #222;
  box-shadow: none!important;
}
form input[type=submit] {
  background-color: transparent;
  cursor: pointer;
  width: 230px;
}
form input[type=submit]:hover {
  border-color: #222;
}
form button.submit {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 10px 10px 5px 0;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #aaa;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  width: 230px;
  margin-top: 5px;
}
form button.submit:focus {
  border-color: #222;
  box-shadow: none!important;
}
form button.submit:hover {
  border-color: #222;
}
form textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 10px 10px 5px 0;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #aaa;
  outline: none;
  width: 556px;
}
form textarea:focus {
  border-color: #222;
  box-shadow: none!important;
}
form .g-recaptcha {
  display: inline-block;
}
form .submit-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 10px;
  align-items: center;
  justify-content: space-around;
}
.grid .grid-row {
  float: left;
  width: 100%;
}
.grid .grid-row:last-child {
  margin-bottom: 50px;
}
.grid .grid-row .item {
  width: 33.33333333%;
  float: left;
  text-align: center;
  margin-top: 40px;
}
.grid .grid-row .item.empty-space {
  width: 16.66666667%;
}
.grid .grid-row .item .title {
  font-weight: bold;
  padding: 20px 40px 0 40px;
}
.grid .grid-row .item .description {
  padding: 0 40px 30px 40px;
}
.grid .grid-row .item .description .description-row {
  height: 60px;
  width: 100%;
  display: table;
  margin: 20px 0;
}
.grid .grid-row .item .description .description-row p {
  display: table-cell;
  vertical-align: middle;
}
.grid .grid-row .item img {
  width: 240px;
  height: 240px;
}
.grid .grid-row .item img .black-white {
  -webkit-filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: 0.5s ease-in-out;
}
.grid .grid-row .item:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: 0.5s ease-in-out;
}
.addresses .address {
  display: inline-block;
  width: 45%;
}
.addresses .address p {
  margin: 6px 0;
}
.bg-img.wheat {
  display: block;
  width: 100%;
  height: 603px;
  background: transparent url('../images/wheat.png') left center no-repeat;
}
@media (min-width: 1735px) {
  .bg-img.wheat {
    background-position-x: right;
  }
}
.bg-img.field {
  display: block;
  min-width: 400px;
  width: 100%;
  height: 603px;
  background: transparent url('../images/field.png') center no-repeat;
}
@media (min-width: 1845px) {
  .bg-img.field {
    background-position-x: left;
  }
}
.bg-img.certificate-icon {
  margin-top: 140px;
  display: inline-block;
  height: 200px;
  width: 100%;
  background: transparent url('../images/certificate-icon.svg') center no-repeat;
  background-size: contain;
}
.map {
  width: 100%;
  min-height: 400px;
  height: 55vh;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.align-center {
  text-align: center;
}
.block-align-center {
  margin: auto;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
