/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* COLORS --------------------------------------------*/

@font-face {
  font-family: "museo_sans";
  src: url("/fonts/MuseoSans/300/museosans_300-webfont.eot");
  src: url("/fonts/MuseoSans/300/museosans_300-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoSans/300/museosans_300-webfont.woff") format("woff"), url("/fonts/MuseoSans/300/museosans_300-webfont.ttf") format("truetype"), url("/fonts/MuseoSans/300/museosans_300-webfont.svg#museo_sans300") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "museo_sans";
  src: url("/fonts/MuseoSans/500/museosans_500-webfont.eot");
  src: url("/fonts/MuseoSans/500/museosans_500-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoSans/500/museosans_500-webfont.woff") format("woff"), url("/fonts/MuseoSans/500/museosans_500-webfont.ttf") format("truetype"), url("/fonts/MuseoSans/500/museosans_500-webfont.svg#museo_sans500") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "museo_sans";
  src: url("/fonts/MuseoSans/500/italic/museosans_500italic-webfont.eot");
  src: url("/fonts/MuseoSans/500/italic/museosans_500italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoSans/500/italic/museosans_500italic-webfont.woff") format("woff"), url("/fonts/MuseoSans/500/italic/museosans_500italic-webfont.ttf") format("truetype"), url("/fonts/MuseoSans/500/italic/museosans_500italic-webfont.svg#museo_sans500") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "museo_slab";
  src: url("/fonts/MuseoSlab/100/museo_slab_100-webfont.eot");
  src: url("/fonts/MuseoSlab/100/museo_slab_100-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoSlab/100/museo_slab_100-webfont.woff") format("woff"), url("/fonts/MuseoSlab/100/museo_slab_100-webfont.ttf") format("truetype"), url("/fonts/MuseoSlab/100/museo_slab_100-webfont.svg#museo_slab100") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "museo_slab";
  src: url("/fonts/MuseoSlab/300/museo_slab_300-webfont.eot");
  src: url("/fonts/MuseoSlab/300/museo_slab_300-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoSlab/300/museo_slab_300-webfont.woff") format("woff"), url("/fonts/MuseoSlab/300/museo_slab_300-webfont.ttf") format("truetype"), url("/fonts/MuseoSlab/300/museo_slab_300-webfont.svg#museo_slab300") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "museo_slab";
  src: url("/fonts/MuseoSlab/500/museo_slab_500-webfont.eot");
  src: url("/fonts/MuseoSlab/500/museo_slab_500-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoSlab/500/museo_slab_500-webfont.woff") format("woff"), url("/fonts/MuseoSlab/500/museo_slab_500-webfont.ttf") format("truetype"), url("/fonts/MuseoSlab/500/museo_slab_500-webfont.svg#museo_slab500") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "museo_slab";
  src: url("/fonts/MuseoSlab/500/italic/museo_slab_500italic-webfont.eot");
  src: url("/fonts/MuseoSlab/500/italic/museo_slab_500italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoSlab/500/italic/museo_slab_500italic-webfont.woff") format("woff"), url("/fonts/MuseoSlab/500/italic/museo_slab_500italic-webfont.ttf") format("truetype"), url("/fonts/MuseoSlab/500/italic/museo_slab_500italic-webfont.svg#museo_slab500_italic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "museo_slab";
  src: url("/fonts/MuseoSlab/700/museo_slab_700-webfont.eot");
  src: url("/fonts/MuseoSlab/700/museo_slab_700-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoSlab/700/museo_slab_700-webfont.woff") format("woff"), url("/fonts/MuseoSlab/700/museo_slab_700-webfont.ttf") format("truetype"), url("/fonts/MuseoSlab/700/museo_slab_700-webfont.svg#museo_slab700") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "museo_slab";
  src: url("/fonts/MuseoSlab/700/italic/museo_slab_700italic-webfont.eot");
  src: url("/fonts/MuseoSlab/700/italic/museo_slab_700italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoSlab/700/italic/museo_slab_700italic-webfont.woff") format("woff"), url("/fonts/MuseoSlab/700/italic/museo_slab_700italic-webfont.ttf") format("truetype"), url("/fonts/MuseoSlab/700/italic/museo_slab_700italic-webfont.svg#museo_slab700_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "museo_slab";
  src: url("/fonts/MuseoSlab/900/museo_slab_900-webfont.eot");
  src: url("/fonts/MuseoSlab/900/museo_slab_900-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoSlab/900/museo_slab_900-webfont.woff") format("woff"), url("/fonts/MuseoSlab/900/museo_slab_900-webfont.ttf") format("truetype"), url("/fonts/MuseoSlab/900/museo_slab_900-webfont.svg#museo_slab900") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1lyqiy");
  src: url("../fonts/icomoon.eot?1lyqiy#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1lyqiy") format("truetype"), url("../fonts/icomoon.woff?1lyqiy") format("woff"), url("../fonts/icomoon.svg?1lyqiy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-thin-up:before {
  content: "\e900";
}

.icon-chevron-thin-down:before {
  content: "\e901";
}

body {
  font-family: Helvetica;
  font-size: normal;
  font-weight: 300;
  letter-spacing: -.25px;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  font-family: Helvetica;
  font-size: normal;
  font-weight: 300;
  letter-spacing: -.25px;
  font-style: italic;
  font-weight: 500;
  font-size: 36px;
}

@media all and (min-width: 640px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-family: Helvetica;
  font-size: normal;
  font-weight: bold;
  letter-spacing: -.25px;
  font-style: italic;
  font-size: 24px;
}

h3 {
  font-family: Helvetica;
  font-size: normal;
  font-weight: 300;
  letter-spacing: -.25px;
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
}

h4 {
  font-family: Helvetica;
  font-size: normal;
  font-weight: bold;
  letter-spacing: -.25px;
  font-style: italic;
  font-size: 18px;
}

html body {
  margin: 0;
  padding: 0;
  color: #6c6d70;
}

html body * {
  box-sizing: border-box;
}

hr {
  margin-top: 32px;
  margin-bottom: 32px;
  color: #deeddf;
  background-color: #deeddf;
  border-color: #deeddf;
  border-style: solid;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #7ac143;
}

.content-wrap {
  padding: 0 20px;
}

.nohighlite {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.margins {
  max-width: 630px;
  margin: 0 auto 60px;
}

@media all and (max-width: 1000px) {
  .margins {
    max-width: 100%;
  }
}

button {
  display: block;
  padding: 20px 30px;
  font-family: Raleway,Georgia,Times,Times New Roman,serif;
  font-size: 12px;
  font-weight: 700;
  background-color: rgba(0, 155, 210, 0.99);
  border: none;
  color: #ffffff;
  line-height: 1;
  margin: 0 5px 5px 0;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

#top-banner {
  position: relative;
  width: 100%;
  margin-top: 56px;
  margin-bottom: 100px;
  padding-top: 45px;
  min-height: 408px;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#top-banner .desktop {
  display: none;
}

@media all and (min-width: 800px) {
  #top-banner .desktop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #top-banner .desktop .bayer-circle {
    display: block;
  }

  #top-banner .desktop .headline {
    font-family: Helvetica;
    font-style: italic;
    font-weight: 800;
    font-size: 110px;
    line-height: 160px;
  }

  #top-banner .desktop .headline small {
    font-size: 110px;
    font-weight: 300;
  }
}

#top-banner.en {
  background-image: url("/images/banner-home-desktop.png");
}

#top-banner.en.mail {
  background-image: url("/images/banner-contact-desktop.png");
  min-height: 194px;
  padding-top: 0px;
}

#top-banner.fr {
  background-image: url("/images/banner-home-desktop.png");
}

#top-banner.fr.mail {
  background-image: url("/images/banner-contact-desktop.png");
  min-height: 194px;
  padding-top: 0px;
}

#top-banner .logo {
  background: url("/images/monsanto_logo.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 190px;
  height: 62px;
  margin: 0 auto;
}

#top-banner form {
  margin-top: 30px;
}

#top-banner form a {
  text-decoration: none;
}

@media all and (max-width: 1000px) {
  #top-banner {
    min-height: 138px;
    background-image: url("/images/banner-home-mobile.png");
    padding-top: 4vw;
    margin-bottom: 6vw;
  }

  #top-banner .logo {
    width: 30vw;
    height: 9.8vw;
  }

  #top-banner form {
    padding-left: 7%;
    padding-right: 7%;
    margin-top: 2vw;
  }
}

.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  min-height: 48px;
  height: 48px;
  margin: 0 auto;
  background-color: #ffffff;
  z-index: 100;
}

.top-nav .container {
  width: 90%;
  margin: 0 auto;
  overflow: auto;
  max-width: 960px;
}

.top-nav .logo {
  float: left;
  background: url("/images/bayer-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 28.6px;
  margin: 14px 0;
  position: relative;
}

@media all and (min-width: 800px) {
  .top-nav .logo {
    width: 180px;
    height: 28px;
    left: 59px;
  }
}

.top-nav .nav-toggle-mobile {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #009bd2;
}

@media all and (min-width: 1000px) {
  .top-nav .nav-toggle-mobile {
    display: none;
  }
}

.top-nav .nav-toggle-mobile:before {
  font-size: 20px;
  font-family: FontAwesome;
  content: '\f0c9';
}

.top-nav .nav-toggle-mobile.active:before {
  font-family: FontAwesome;
  content: '\f00d';
  font-size: 20px;
}

.top-nav .header-menu-mobile {
  display: block;
  background-color: white;
  width: 238px;
  position: fixed;
  top: 56px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  right: -260px;
  transition: right 0.5s;
  z-index: 100;
}

.top-nav .header-menu-mobile.active {
  right: 0;
}

.top-nav .header-menu-mobile .navigation {
  padding: 30px;
}

.top-nav .header-menu-mobile .navigation a {
  display: block;
  text-decoration: none;
  color: #4A4C4C;
  padding: 0 18px;
  line-height: 3;
}

.top-nav .header-menu-mobile .navigation a.active {
  color: #7FB4DA;
}

.top-nav .header-menu-mobile .menu {
  color: #D3D1CF;
  background-color: #F9F8F7;
  padding: 22px 40px;
  margin: 0;
  font-family: Helvetica;
  font-size: normal;
  font-weight: 300;
  letter-spacing: -.25px;
  font-size: 12px;
}

.top-nav .header-menu-mobile .menu a {
  color: #D3D1CF;
  text-decoration: none;
  padding: 0 10px;
}

.top-nav .header-menu-mobile .menu a.active {
  color: rgba(74, 76, 76, 0.5);
}

@media all and (min-width: 1000px) {
  .top-nav .header-menu-mobile {
    display: none;
  }
}

.top-nav .header-menu {
  display: none;
}

@media all and (min-width: 1000px) {
  .top-nav .header-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
}

.top-nav .header-menu .navigation {
  font-family: Helvetica;
  font-size: normal;
  font-weight: 300;
  letter-spacing: -.25px;
  padding: 0 30px;
  font-size: 16px;
}

.top-nav .header-menu .navigation a {
  text-decoration: none;
  color: #4A4C4C;
  padding: 0 18px;
}

.top-nav .header-menu .navigation a.active {
  color: #7FB4DA;
}

.top-nav .header-menu .menu {
  float: right;
  color: #D3D1CF;
  background-color: #F9F8F7;
  padding: 15px 40px;
  margin: 0;
  font-family: Helvetica;
  font-size: normal;
  font-weight: 300;
  letter-spacing: -.25px;
  font-size: 12px;
}

.top-nav .header-menu .menu.desktop {
  display: none;
}

@media all and (min-width: 601px) {
  .top-nav .header-menu .menu.desktop {
    display: block;
  }
}

.top-nav .header-menu .menu.mobile {
  display: block;
}

@media all and (min-width: 600px) {
  .top-nav .header-menu .menu.mobile {
    display: none;
  }
}

.top-nav .header-menu .menu a {
  color: #D3D1CF;
  text-decoration: none;
  padding: 0 10px;
}

.top-nav .header-menu .menu a.active {
  color: rgba(74, 76, 76, 0.5);
}

.content-wrap .overlay {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 50;
}

.content-wrap .overlay.active {
  display: block;
}

@media all and (min-width: 1000px) {
  .content-wrap .overlay.active {
    display: none;
  }
}

.content-wrap.mail #header-content {
  margin-bottom: 0;
}

#header-content {
  height: auto;
  margin-bottom: 68px;
  background-repeat: no-repeat;
}

@media all and (max-width: 1000px) {
  #header-content {
    background-size: 100% 100%;
    padding-top: 4vw;
    margin-bottom: 6vw;
  }
}

@media all and (min-width: 1400px) {
  #header-content {
    background-size: 100% 100%;
  }
}

#header-content h1 {
  text-align: center;
  color: rgba(0, 155, 210, 0.99);
  line-height: 48px;
}

#header-content h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #7ac143;
}

#header-content h4 {
  margin: 0;
  text-align: center;
  color: rgba(0, 155, 210, 0.99);
}

#header-content .logo {
  background: url("/images/monsanto_logo.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 190px;
  height: 62px;
  margin: 0 auto;
}

@media all and (max-width: 1000px) {
  #header-content .logo {
    width: 30vw;
    height: 9.8vw;
  }
}

#header-content form {
  margin-top: 30px;
}

@media all and (max-width: 1000px) {
  #header-content form {
    padding-left: 7%;
    padding-right: 7%;
    margin-top: 2vw;
  }
}

#header-content form a {
  text-decoration: none;
}

#header-content .download-squash {
  width: 85%;
  margin: 0 auto;
}

#header-content.mail {
  max-width: 85%;
}

@media all and (min-width: 800px) {
  #header-content.mail {
    max-width: 630px;
  }
}

#header-content.mail h1 {
  text-align: left;
}

#header-content .mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 800px) {
  #header-content .mobile {
    display: none;
  }
}

#header-content .mobile .headline {
  font-family: Helvetica;
  font-style: italic;
  font-weight: 800;
  font-size: 41px;
  color: rgba(0, 155, 210, 0.99);
}

#header-content .mobile .headline small {
  font-size: 41px;
  font-weight: 300;
  color: #7ac143;
}

#header-content .mobile h1 {
  position: relative;
  top: 14px;
  font-family: Helvetica;
  font-style: italic;
  font-size: 18px;
  letter-spacing: -.25px;
  line-height: 24px;
  font-weight: 800;
}

#header-content .mobile h1 .green {
  color: #7ac143;
}

#header-content .desktop {
  display: none;
}

@media all and (min-width: 800px) {
  #header-content .desktop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#header-content .desktop h1 {
  position: relative;
  top: -30px;
  font-family: Helvetica;
  font-style: italic;
  font-size: 40px;
  letter-spacing: -.26px;
  line-height: 40px;
  font-weight: 300;
}

#header-content .desktop h4 {
  font-family: Helvetica;
  color: #7ac143;
  font-style: italic;
  font-size: 24px;
  letter-spacing: -.25px;
  line-height: 24px;
  font-weight: 800;
  top: -30px;
  position: relative;
}

#mail-form h1 .tug {
  font-weight: 900;
}

#mail-form .info {
  font-weight: 300;
  margin-top: 32px;
  margin-bottom: 32px;
  line-height: 36px;
}

#mail-form .info.small {
  font-size: 0.8rem;
  line-height: 1.7;
}

#mail-form .info.success {
  display: none;
}

#mail-form .info.failure {
  display: none;
}

#mail-form.success .info {
  display: none;
}

#mail-form.success .info.success {
  display: block;
}

#mail-form.success form {
  display: none;
}

#mail-form.failure .info {
  display: none;
}

#mail-form.failure .info.failure {
  display: block;
}

#mail-form.failure form {
  display: none;
}

#mail-form .working {
  display: none;
}

#mail-form.working .working {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}

#mail-form form {
  position: relative;
}

#mail-form form .form-group {
  margin-top: 30px;
  font-size: 0;
}

#mail-form form .form-group label {
  font-family: Helvetica;
  font-size: normal;
  font-weight: 300;
  letter-spacing: -.25px;
  font-size: 12px;
  display: block;
}

#mail-form form .form-group input,
#mail-form form .form-group select {
  font-family: Helvetica;
  font-size: normal;
  font-weight: 300;
  letter-spacing: -.25px;
  font-size: 16px;
  width: 510px;
  height: 53px;
  border: 1px solid #cbcbcb;
  margin-top: 18px;
  font-weight: 300;
  color: #494949;
  padding-left: 10px;
}

#mail-form form .form-group .invalid {
  border-color: red;
}

#mail-form form .form-group .city,
#mail-form form .form-group .state,
#mail-form form .form-group .zip {
  display: inline-block;
  margin-right: 20px;
}

#mail-form form .form-group .city > input {
  width: 200px;
}

#mail-form form .form-group .state > select {
  width: 130px;
}

#mail-form form .form-group .zip > input {
  width: 137px;
}

#mail-form form button {
  margin-top: 42px;
  margin-bottom: 40px;
  background-color: rgba(0, 155, 210, 0.99);
  width: 168.2px;
  font-size: 14px;
}

@media all and (max-width: 1000px) and (min-width: 600px) {
  #mail-form .checkbox {
    margin: 0 0 15px 50px;
  }
}

@media all and (max-width: 1000px) {
  #mail-form hr {
    width: 86%;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  #mail-form .info {
    margin-top: 10vw;
    margin-bottom: 10vw;
    padding-left: 7%;
    padding-right: 7%;
    max-width: 90%;
  }

  #mail-form .info.emphasis {
    font-style: italic;
  }

  #mail-form form .form-group {
    padding-left: 7%;
    padding-right: 7%;
  }

  #mail-form form .form-group input,
  #mail-form form .form-group select {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
  }

  #mail-form form .form-group .city,
  #mail-form form .form-group .state,
  #mail-form form .form-group .zip {
    display: block;
    width: 100%;
  }

  #mail-form form .form-group .city input,
  #mail-form form .form-group .state input,
  #mail-form form .form-group .zip input {
    width: 100%;
  }

  #mail-form form .form-group .city select,
  #mail-form form .form-group .state select,
  #mail-form form .form-group .zip select {
    width: 150px;
  }

  #mail-form form .form-group .state,
  #mail-form form .form-group .zip {
    margin-top: 30px;
  }

  #mail-form form button {
    margin-top: 60px;
  }
}

#intro {
  line-height: 24px;
  margin-top: 68px;
  margin-bottom: 68px;
}

@media all and (max-width: 1000px) {
  #intro {
    padding-left: 7%;
    padding-right: 7%;
  }
}

#addendums {
  margin-top: 70px;
}

#addendums .info {
  font-family: "museo_sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  margin-top: 32px;
  margin-bottom: 32px;
}

#addendums .table {
  display: table;
}

#addendums .table .cell {
  display: table-cell;
  vertical-align: middle;
}

#addendums .table .row {
  display: table-row;
}

#addendums .table .header .cell {
  color: #9dbb67;
  font-family: "museo_slab", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  background-color: white;
  padding: 5px;
}

#addendums .table .row.download:hover {
  cursor: pointer;
  background-color: #5ca360;
  color: white;
}

#addendums .table .row:not(.header):not(.download) > .cell .download-icon {
  display: none;
}

#addendums .table .row:not(.header):not(.download) > .cell .text {
  width: 100%;
}

#addendums .table .row:not(.header) .cell {
  font-family: "museo_sans300", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 36px 30px;
}

#addendums .table .row:not(.header) .cell .download-icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5%;
  font-size: 2vw;
}

#addendums .table .row:not(.header) .cell .text {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}

#addendums .table .row:not(.header) .cell:first-of-type {
  padding: 54px 30px;
  border-right: 8px solid #ebf1e1;
}

#addendums .table .row:nth-child(even) {
  background-color: #f5f8f0;
}

@media all and (max-width: 1000px) {
  #addendums hr {
    width: 86%;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  #addendums .info {
    padding-left: 7%;
    padding-right: 7%;
    line-height: 8vw;
    margin-bottom: 10vw;
  }

  #addendums .table {
    display: block;
    width: 100%;
  }

  #addendums .table .row.header > .cell {
    display: none;
  }

  #addendums .table .row:not(.header) {
    display: block;
    width: 100%;
  }

  #addendums .table .row:not(.header) .cell {
    display: block;
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 3vw;
    line-height: 9vw;
  }

  #addendums .table .row:not(.header) .cell .download-icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5%;
    font-size: 6vw;
  }

  #addendums .table .row:not(.header) .cell .text {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
  }

  #addendums .table .row:not(.header) .cell:nth-of-type(1) {
    padding-top: 10vw;
    padding-bottom: 0;
    border-right: none;
    padding-left: 7%;
    padding-right: 7%;
    font-weight: bold;
  }

  #addendums .table .row:not(.header) .cell:nth-of-type(2) {
    padding-bottom: 10vw;
  }
}

#components h2 {
  padding-right: 20px;
  color: rgba(0, 155, 210, 0.99);
  white-space: nowrap;
}

#components .component-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#components .component-header hr {
  display: block;
  border: solid 1px #7fb4da;
  height: .05px;
  width: 100%;
}

#components .component-header.mail h2 {
  color: #7ac143;
}

#components .component-header.mail hr {
  border-color: #7ac143;
}

#components .chevron-toggle {
  color: #D2D1CF;
  font-size: 16px;
  position: relative;
  top: -10px;
}

#components .info {
  font-family: Helvetica;
  font-size: normal;
  font-weight: 300;
  letter-spacing: -.25px;
  font-weight: 300;
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
  line-height: 26px;
}

@media all and (min-width: 600px) {
  #components .info .no-wrap {
    white-space: nowrap;
  }
}

#components .info.emphasis {
  font-style: italic;
  font-size: 0.8rem;
  max-width: 450px;
}

@media all and (min-width: 600px) {
  #components .info.emphasis.short {
    max-width: 350px;
  }
}

#components #component-selection {
  margin-top: 24px;
  margin-bottom: 80px;
  font-family: Helvetica;
  font-size: normal;
  font-weight: 300;
  letter-spacing: -.25px;
  font-size: 18px;
  line-height: 24px;
}

#components #component-selection .us-en-tug .checkbox,
#components #component-selection .us-en-tug .toggle {
  color: #000000;
}

#components #component-selection .ca-en-tug .checkbox,
#components #component-selection .ca-en-tug .toggle {
  color: #000000;
}

#components #component-selection .ca-fr-tug .checkbox,
#components #component-selection .ca-fr-tug .toggle {
  color: #000000;
}

#components #component-selection .squash-tug .checkbox,
#components #component-selection .squash-tug .toggle {
  color: #000000;
}

#components #component-selection .tug {
  margin-bottom: 20px;
}

@media all and (max-width: 1000px) {
  #components #component-selection .tug {
    margin: 0 20px 0 60px;
  }
}

#components #component-selection .tug .components {
  opacity: 1;
  max-height: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}

#components #component-selection .tug .components .component-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px;
  margin-top: 10px;
}

#components #component-selection .tug .components .component-list .checkbox {
  width: 100%;
}

@media all and (min-width: 1000px) {
  #components #component-selection .tug .components .component-list .checkbox {
    width: 50%;
  }
}

@media all and (min-width: 1000px) {
  #components #component-selection .tug .components .component-list {
    margin-left: 75px;
  }
}

#components #component-selection .tug .components.hidden {
  opacity: 0;
  max-height: 0;
}

#components #component-selection .toggle {
  float: right;
  font-size: 1.4rem;
  margin-top: 10px;
  position: relative;
  display: block;
  cursor: pointer;
  margin-right: -10px;
  transition: all 0.5s ease;
}

@media all and (min-width: 1000px) {
  #components #component-selection .toggle {
    margin-right: 20px;
  }
}

#components #component-selection .toggle.active {
  transform: rotate(180deg);
  margin-top: 0;
}

#components #component-selection .checkbox {
  color: #7ac143;
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 3px;
}

#components #component-selection .checkbox.part {
  font-size: 16px;
  line-height: 24px;
}

#components #component-selection .checkbox.large {
  line-height: 24px;
}

@media all and (min-width: 1000px) {
  #components #component-selection .checkbox.large {
    margin-left: 75px;
  }
}

#components #component-selection .checkbox.ca-en::before {
  font-family: FontAwesome;
  content: "\f096";
  font-size: 26px;
  color: rgba(0, 155, 210, 0.99);
}

#components #component-selection .checkbox.us-en::before {
  font-family: FontAwesome;
  content: "\f096";
  font-size: 26px;
  color: #7ac143;
}

#components #component-selection .checkbox.ca-fr::before {
  font-family: FontAwesome;
  content: "\f096";
  font-size: 26px;
  color: #287032;
}

#components #component-selection .checkbox.squash::before {
  font-family: FontAwesome;
  content: "\f096";
  font-size: 26px;
  color: #7f4e6b;
}

#components #component-selection .checkbox.ca-en.checked::before {
  font-family: FontAwesome;
  content: "\f14a";
  font-size: 26px;
}

#components #component-selection .checkbox.us-en.checked::before {
  font-family: FontAwesome;
  content: "\f14a";
  font-size: 26px;
}

#components #component-selection .checkbox.ca-fr.checked::before {
  font-family: FontAwesome;
  content: "\f14a";
  font-size: 26px;
}

#components #component-selection .checkbox.squash.checked::before {
  font-family: FontAwesome;
  content: "\f14a";
  font-size: 26px;
}

#components #component-selection .checkbox.large::before {
  width: 40px;
  height: 0px;
}

@media all and (min-width: 1000px) {
  #components #component-selection .checkbox.large::before {
    top: -12px;
    margin-left: -60px;
  }
}

#components #component-selection .checkbox::before {
  content: '';
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  top: 10px;
  position: relative;
}

#components #component-selection .checkbox.part::before {
  top: 5px;
}

#components #component-selection a {
  text-decoration: none;
}

#components #component-selection button {
  margin-top: 42px;
  margin-bottom: 40px;
}

#components .mail-link {
  margin-top: 54px;
  font-size: 16px;
}

@media all and (max-width: 1000px) {
  #components hr {
    width: 86%;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  #components .info {
    padding-left: 7%;
    padding-right: 7%;
    line-height: 8vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  #components #header-content {
    height: auto;
    padding-top: 4vw;
    margin-bottom: 18vw;
  }

  #components #component-selection .checkbox {
    margin-bottom: 3vw;
  }

  #components #component-selection .checkbox::before {
    width: 23px;
    height: auto;
    top: 0;
  }

  #components #component-selection .checkbox.checked::before {
    width: 23px;
    height: auto;
  }

  #components #component-selection .checkbox.large::before {
    width: 23px;
    height: auto;
    margin-left: -42px;
  }
}

@media all and (max-width: 1000px) and (min-width: 1000px) {
  #components #component-selection .checkbox.large::before {
    margin-left: -50px;
  }
}

@media all and (max-width: 1000px) {
  #components #component-selection .checkbox.large.checked::before {
    width: 23px;
    height: auto;
    margin-left: -42px;
  }
}

@media all and (max-width: 1000px) and (min-width: 1000px) {
  #components #component-selection .checkbox.large.checked::before {
    margin-left: -50px;
  }
}

@media all and (max-width: 1000px) {
  #components .mail-link {
    padding-left: 7%;
    padding-right: 7%;
    margin-top: 13vw;
    margin-bottom: 13vw;
    line-height: 8vw;
  }
}

#squash {
  margin-top: 50px;
}

#squash h1 .tug {
  font-weight: 900;
}

#squash .info {
  font-family: "museo_sans300", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
  line-height: 26px;
}

#squash .mail-link {
  margin-top: 54px;
  font-size: 16px;
}

#squash a {
  text-decoration: none;
}

#squash button {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media all and (max-width: 1000px) {
  #squash hr {
    width: 86%;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  #squash .info {
    padding-left: 7%;
    padding-right: 7%;
    line-height: 8vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  #squash .download-squash {
    width: 85%;
    margin: 0 auto;
  }

  #squash .mail-link {
    padding-left: 7%;
    padding-right: 7%;
    margin-top: 13vw;
    margin-bottom: 13vw;
    font-size: 3vw;
    line-height: 8vw;
  }

  #squash button {
    margin-top: 10vw;
  }
}

footer {
  width: 100%;
  background-color: #f9f8f7;
  padding: 60px 20px;
}

footer .mail-link {
  margin-top: 54px;
  font-size: 16px;
  color: #7ac143;
}

footer .info {
  font-weight: 300;
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
  line-height: 26px;
}

footer .info.emphasis {
  font-style: italic;
  font-size: 0.8rem;
}

footer .info.short {
  max-width: 350px;
}

#component-admin table {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

#component-admin table td {
  padding: 5px;
}

#component-admin table tbody tr:nth-child(odd) {
  background-color: #f5f8f0;
}

#addendum-admin table {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

#addendum-admin table td {
  padding: 5px;
}

#addendum-admin table tbody input {
  width: 100%;
}

#addendum-admin table tbody tr:nth-child(odd) {
  background-color: #f5f8f0;
}

#addendum-admin table tbody tr.unedited i.save {
  color: grey;
  cursor: not-allowed;
}

#addendum-admin table tbody tr.unedited i.cancel {
  color: grey;
  cursor: not-allowed;
}

#addendum-admin table tbody tr.edited i.save {
  color: green;
  cursor: pointer;
}

#addendum-admin table tbody tr.edited i.cancel {
  color: red;
  cursor: pointer;
}

#addendum-admin table tbody tr.new i.delete {
  color: grey;
  cursor: not-allowed;
}

#addendum-admin table tbody tr.existing i.delete {
  color: red;
  cursor: pointer;
}

#notification-email-admin table {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

#notification-email-admin table td {
  padding: 5px;
}

#notification-email-admin table tbody input {
  width: 100%;
}

#notification-email-admin table tbody tr:nth-child(odd) {
  background-color: #f5f8f0;
}

#notification-email-admin table tbody tr.unedited i.save {
  color: grey;
  cursor: not-allowed;
}

#notification-email-admin table tbody tr.unedited i.cancel {
  color: grey;
  cursor: not-allowed;
}

#notification-email-admin table tbody tr.edited i.save {
  color: green;
  cursor: pointer;
}

#notification-email-admin table tbody tr.edited i.cancel {
  color: red;
  cursor: pointer;
}

#notification-email-admin table tbody tr.new i.delete {
  color: grey;
  cursor: not-allowed;
}

#notification-email-admin table tbody tr.existing i.delete {
  color: red;
  cursor: pointer;
}

#mailing-list-admin table {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

#mailing-list-admin table td {
  padding: 5px;
}

#mailing-list-admin table tbody input,
#mailing-list-admin table tfoot input {
  width: 100%;
}

#mailing-list-admin table tbody tr:nth-child(odd),
#mailing-list-admin table tfoot tr:nth-child(odd) {
  background-color: #f5f8f0;
}

#mailing-list-admin table tbody a,
#mailing-list-admin table tfoot a {
  padding: 3px;
  border: 3px #5ca360 solid;
  text-decoration: none;
  display: block;
  text-align: center;
}

#mailing-list-admin table tbody a:hover,
#mailing-list-admin table tfoot a:hover {
  color: white;
  background-color: #5ca360;
}

#admin-login form div {
  padding: 10px;
}

#admin-login form div label {
  display: inline-block;
  width: 30%;
  text-align: right;
  padding-right: 5%;
}

#admin-login form div label.right {
  width: 50%;
  text-align: left;
}

#admin-login form div input[type=checkbox] {
  margin-left: 23%;
  margin-right: 5%;
}

#admin-login form div input[type=email],
#admin-login form div input[type=password] {
  width: 50%;
}

#admin-login form div button {
  float: right;
  margin-right: 20%;
}