*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: Lato-Bold; 
  src: url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-Bold.eot") format("embedded-opentype"), 
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-Bold.woff") format("woff"),
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-Bold.ttf") format("truetype"), 
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-Bold.svg") format("svg"); 
  font-style: normal; 
  font-weight: 400; 
}

@font-face {
  font-family: Lato-Light; 
  src: url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-Light.eot") format("embedded-opentype"),
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-Light.woff") format("woff"), 
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-Light.ttf") format("truetype"),
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-Light.svg") format("svg");
  font-style: normal;
  font-weight: 400; 
}

@font-face { 
  font-family: Lato-Regular; 
  src: url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-Regular.eot") format("embedded-opentype"), 
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-Regular.woff") format("woff"), 
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-Regular.ttf") format("truetype"),
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-Regular.svg") format("svg"); 
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: Lato-SemiBold; 
  src: url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-SemiBold.eot") format("embedded-opentype"),
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-SemiBold.woff") format("woff"), 
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-SemiBold.ttf") format("truetype"),
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/Lato-SemiBold.svg") format("svg"); 
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: OpenSans-Regular;
  src: url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/OpenSans-Regular.eot") format("embedded-opentype"), 
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/OpenSans-Regular.woff") format("woff"), 
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/OpenSans-Regular.ttf") format("truetype"), 
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/OpenSans-Regular.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {  
  font-family: OpenSans-SemiBold; 
  src: url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/OpenSans-SemiBold.eot") format("embedded-opentype"), 
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/OpenSans-SemiBold.woff") format("woff"), 
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/OpenSans-SemiBold.ttf") format("truetype"), 
    url("https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/AgriWebb_September2021/Fonts/OpenSans-SemiBold.svg") format("svg"); 
  font-style: normal;
  font-weight: 400;
}


body {
  line-height: 1.5; 
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

.body-wrapper {
    overflow-x: hidden;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  font-weight: 600!important;
  letter-spacing: .2px;
  margin-bottom: 2px;
  display: block;
  font-size: 14px!important;
  max-width: 100%;
}

/* Help text - legends */

form legend {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
}

/* Inputs */

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 6px 0 #d8dee2!important;
  outline: none;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  height: 42px;
  min-height: 42px;
  font-size: 14px!important;
  padding: 8px 14px!important;
  font-family: Open Sans,sans-serif;
  background: #fff;
  margin-bottom:10px!important;
  border: 1px solid;
  display: block;
  line-height: 1.428571429;
  color: #222;
  font-weight: 300;
  -webkit-appearance: none;
  width: 100%;
  letter-spacing: .19px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: none!important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

.hs-button,
.hs-button.large.primary,
button,
.button {
  width: 140px;
  box-shadow: inset 0 -2px 0 0 #559f2f;
  height: 42px;
  min-height: 42px;
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .3px;
  word-spacing: 1px;
  font-family: Open Sans,sans-serif;
  text-align: center;
  text-transform: none;
  -webkit-appearance: button;
  justify-content: center;
  border: 1px solid;
  cursor: pointer;
  transition: box-shadow .1s linear,background-color .1s linear,border-color .1s linear;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.hs-button:hover,
.hs-button:focus,
.hs-button.large.primary:hover,
.hs-button.large.primary:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  box-shadow: inset 0 -2px 0 0 #66a844;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */
section.header-top {
  background: #65bb38;
  padding: 10px 0;
  position: relative;
}
.fixed header.header {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: inset 2px -7px 6px -10px rgb(0 0 0 / 90%);
  box-shadow: inset 2px -7px 6px -10px rgb(0 0 0 / 90%);
}
.custom-header {
  min-height: 124.2px;
}
.header__container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
section.header-top .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.header-top .header-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
header.header {
  background: #fff!important;
  padding: 30px 0;
  z-index: 999;
}
header.header .header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: static;
}
header.header .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  line-height: 0;
  margin-right: -15px;
  margin-left: -15px;
}
.menu-trigger {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
}
.menu-trigger p {
  font-family: OpenSans-SemiBold;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
  display: inline;
  position: relative;
}
.header-logo {
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.header-logo img.hs-image-widget {
  display: block;
  vertical-align: middle;
  width: 124px !important;
}
nav.header-nav-primary {
  display: block;
}
.menu-header-au-container .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-header-au-container .hs-menu-wrapper>ul>li {
  padding: 0 20px;
  line-height: 24px;
  color: #007bff;
}
.menu-header-au-container .hs-menu-wrapper>ul>li>a {
  position: relative;
  padding-bottom: 4px;
  font-family: Lato-SemiBold;
  color: #222;
  font-size: 14px;
  line-height: 21px;
  transition: unset;
}
.menu-header-au-container .hs-menu-wrapper>ul>li>ul {
  -webkit-box-shadow: inset 2px 4px 15px -10px rgb(0 0 0 / 90%);
  box-shadow: inset 2px 4px 15px -10px rgb(0 0 0 / 90%);
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 30px 0 30px 40px;
  margin-top: 30px;
  z-index: 99;
  display: none;
}
.desktop-actions {
  text-align: right;
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.actions-inner {
  display: inline-block;
  vertical-align: top;
}
.actions-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.actions-inner ul li {
  margin-left: 30px;
}
.actions-inner ul li a {
  font-family: OpenSans-SemiBold;
  padding-bottom: 4px;
  color: #222;
  line-height: 21px;
  font-size: 14px;
}
.actions-inner ul li a.hs-button {
  width: auto !important;
  -webkit-appearance: unset !important;
  background: #65bb38;
  color: #fff;
  min-height: auto !important;
  height: auto !important;
  padding: 10px 25px !important;
  border: 1px solid #559f2f !important;
  font-size: 14px;
  display: unset !important;
  border-radius: 4px;
  background-color: #65bb38;
  -webkit-box-shadow: inset 0 -3px 0 0 #559f2f;
  box-shadow: inset 0 -3px 0 0 #559f2f;
  font-family: OpenSans-SemiBold;
  text-decoration: none !important;
  margin: 0 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  line-height: 21px !important;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.child-open>a {
  border-bottom: 2px solid #65bb38;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:nth-child(2)>ul>li.see-all-features>a:hover {
  text-decoration: underline;
  color: #0d67ad !important;
  padding-right: 24px;
}
.menu-header-au-container .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li.see-all-features>a span.menu-title {
  color: #0d67ad !important;
}
.menu-header-au-container .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li.see-all-features:hover {
  background-color: transparent !important;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: "";
  background: url(https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/raw_assets/public/AgriWebb_September2021/images/menu-arrow-down.svg) no-repeat;
  width: 10px;
  height: 20px;
  position: absolute;
  right: -15px;
  top: 7px;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:first-child>ul>li>a:hover span.menu-title {
  color: #767676;
}
.menu-header-au-container .hs-menu-wrapper>ul>li>a:hover { 
  border-bottom: 2px solid #65bb38;
}
.menu-header-au-container .hs-menu-wrapper>ul>li>ul>li {
  font-size: 14px;
  line-height: 22px;
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.menu-header-au-container .hs-menu-wrapper>ul>li>ul>li>ul {
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:nth-child(2) {
  border-left: 1px solid #d8dee2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.menu-header-au-container .hs-menu-wrapper>ul>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.resources>ul>li>ul>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.menu-header-au-container .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li.see-all-features>a:hover {
  text-decoration: underline;
  color: #0d67ad!important;
  padding-right: 24px;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  list-style-type: none;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 20px;
  font-family: OpenSans-Regular;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.child-open>ul {
  display: block;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:first-child>ul>li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: normal;
  padding: 0 20px;
  color: #007bff;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:first-child>ul>li>a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 4px;
  font-family: Lato-SemiBold;
  color: #222;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:nth-child(2)>ul>li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 20px;
  color: #007bff;
}
.menu-header-au-container .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a {
  font-family: OpenSans-SemiBold;
  line-height: 20px;
  padding-bottom: 4px;
  font-size: 14px;
  color: #222;
  display: inline-flex;
  flex-wrap: wrap;
}
.menu-header-au-container .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a span.menu-title {
  line-height: 20px;
  padding-left: 10px;
}
span.menu-item-description {
  float: none;
  display: block;
  margin-left: 35px;
  text-transform: none;
  max-width: 290px;
  color: #434343 !important;
  font-size: 14px;
  line-height: 22px;
  font-family: OpenSans-Regular;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:nth-child(2)>ul,
.menu-header-au-container .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul{
  display: flex;
  flex-wrap: wrap;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -7px;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:nth-child(2)>ul>li>a span.menu-item-description {
  padding-left: 35px;
  max-width: 290px;
  margin-left: 0;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:first-child>ul>li>a span.menu-title {
  padding: 0;
  line-height: normal;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:nth-child(2)>ul>li.see-all-features {
  margin-top: 30px;
  margin-bottom: 15px;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:nth-child(2)>ul>li.see-all-features>a {
  color: #0d67ad;
  display: inline-block;
  font-family: OpenSans-Regular;
  cursor: pointer;
  font-size: 16px;
  background: url(https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/raw_assets/public/AgriWebb_September2021/images/right.svg) no-repeat;
  background-position: 100% 5px;
  line-height: 22px;
  padding: 0 20px 4px 23px;
  text-decoration: none;
}
.menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:nth-child(2)>ul>li.see-all-features>a span.menu-title {
  padding: 0;
  line-height: normal;
}



@media(min-width: 992px){
  .menu-trigger {
    display: none;
  }
  .mobile-chat-now {
    display: none;
  }
  .mobile-actions {
    display: none;
  }
}


@media(max-width: 991px){
  .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    font-size: 14px;
  }
  .header-logo img.hs-image-widget {
    display: block;
    margin: 0 auto;
  }
  nav.header-nav-primary {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 5px 0 0;
    margin-left: 0;
    top: 49px;
    z-index: 9999;
    display: none;
  }
  .custom-header {
    min-height: 94px;
  }
  .lp-header .header-row {
    justify-content: center;
  }
  .desktop-actions.header-btn {
    padding-left: 0;
  }
  .desktop-actions.header-btn .actions-inner {
    display: none;
  }
  .mobile-open section.header-top {
    display: none;
  }
  header.header {
    padding: 15px 0;
    display: block;
  }
  .mobile-open header.header {
    background: #fff!important;
    overflow-y: scroll;
    height: 100vh;
  }
  .fixed header.header {
    overflow-y: auto;
  }
  .mobile-open nav.header-nav-primary {
    display: block;
  }
  .menu-header-au-container {
    color: #222;
    background: #fff;
  }
  .menu-header-au-container .hs-menu-wrapper>ul {
    margin-bottom: 30px;
    color: #222;
    background: #fff;
    flex-direction: column;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li {
    padding-right: 0;
    width: 100%;
    padding-left: 15px;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li>a {
    color: #222!important;
    font-size: 20px;
    padding: 10px 0;
    border-top: 1px solid #d8dee2;
    display: block;
    width: 100%;
    line-height: 28px;
    font-family: Lato-SemiBold;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li:first-child>a {
    border: 0;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    top: 24px;
    right: 10px;
  }
  .mobile-chat-now {
    text-align: center;
    color: #222;
    background: #fff;
    display: block;
    line-height: 21px;
  }
  .mobile-chat-now img {
    display: inline-block!important;
    color: #222;
    background: #fff;
    vertical-align: middle;
  }
  .mobile-chat-now p {
    font-family: OpenSans-SemiBold;
    font-size: 14px;
    display: inline-block;
    color: #222;
    background: #fff;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 21px;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li:last-child>a {
    border-bottom: 1px solid #d8dee2;
  }
  .mobile-chat-now p a {
    font-size: 14px;
    color: #222;
    background: #fff;
    text-decoration: underline;
    font-family: OpenSans-SemiBold !important;
    font-weight: 400;
  }
  .mobile-actions.header-btn {
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 0 rgb(0 0 0 / 9%);
    box-shadow: 4px 4px 20px 0 rgb(0 0 0 / 9%);
    display: block !important;
    color: #222;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 5px;
  }
  .mobile-actions.header-btn ul {
    color: #222;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-actions.header-btn ul li {
    width: 45%;
  }
  .mobile-actions.header-btn ul li a {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-family: OpenSans-SemiBold;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  .mobile-actions.header-btn ul li a.hs-button {
    padding: 10px 25px;
    border: 1px solid #559f2f;
    background: #65bb38;
    border-radius: 4px;
    background-color: #65bb38;
    -webkit-box-shadow: inset 0 -3px 0 0 #559f2f;
    box-shadow: inset 0 -3px 0 0 #559f2f;
    color: #fff;
  }
  p.close-menu {
    display: none;
  }
  .mobile-open p.open-menu {
    display: none;
  }
  .mobile-open p.close-menu {
    display: inline;
  }
  .menu-trigger p.open-menu:after {
    background: url(https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/raw_assets/public/AgriWebb_September2021/images/menu-arrow-down.svg) no-repeat;
  }
  .menu-trigger p:after {
    content: "";
    width: 13px;
    height: 19px;
    top: 8px;
    right: -22px;
    position: absolute;
    display: inline-block;
  }
  .mobile-open p.close-menu:after {
    background: url(https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/raw_assets/public/AgriWebb_September2021/images/menu-arrow-up.svg) no-repeat;
  }
  header.header .header-row {
    align-items: center;
  } 
  .menu-header-au-container .hs-menu-wrapper>ul>li>ul {
    background: none;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    box-shadow: none;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:nth-child(2) {
    display: none;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:first-child>ul>li {
    padding: 0;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:first-child>ul>li>a {
    text-transform: none;
    padding: 0;
    display: block;
    line-height: 20px;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after {
    display: block;
    top: 10px;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li>a:hover {
    border-bottom: 0;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li {
    padding: 10px 0 10px 15px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li.product>ul>li>ul>li:nth-child(2)>ul, .menu-header-au-container .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul {
    display: block;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a {
    display: inline;
    line-height: normal;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a img {
    height: 24px;
    line-height: 20px;
    font-size: 14px;
    box-shadow: none;
    vertical-align: middle;
    width: auto;
    display: inline;
  }
  .menu-header-au-container .hs-menu-wrapper>ul>li.resources>ul>li>ul>li {
    padding-right: 0;
  }
}


@media(max-width: 767px){
  .menu-trigger {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .header-logo {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .desktop-actions.header-btn {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}



@media(min-width: 320px) and (max-width: 480px){
  section.header-top {
    display: none;
  }
  .custom-header {
    min-height: 54px;
  }
}
.footer {
  margin-top: 50px;
  display: block;
}
.footer .footer__container {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-content .footer-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-content .footer-contact-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-content .footer-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-bottom: 70px;
  max-width: 25%;
  position: relative;
  overflow-x: auto;
  width: 100%;
}
.footer-content .footer-menu {
  margin-left: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-form label.hs-main-font-element {
  color: #ff0000 !important;
}
.footer-content .footer-bottom {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.footer-logo img {
  vertical-align: middle;
}
.footer-contact-details-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-contact-details-content .footer-detail-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-contact-details-content .footer-detail-column p {
  font-family: OpenSans-SemiBold;
  margin-bottom: 5px;
  margin-top: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-contact-details-content .footer-detail-column a {
  text-decoration: underline;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-form h3 {
  background: transparent!important;
  font-family: OpenSans-SemiBold;
  margin-bottom: 8px;
  margin-top: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-form .hs_email {
  margin: 0;
  order: 1;
  display: inline-block;
}
.footer-form .hs_submit {
  display: inline-block;
  order: 3;
}
.footer-form form {
  display: flex;
  position: relative;
  justify-content: unset;
  align-items: center;
}
.footer-form .hs-richtext.hs-main-font-element {
  margin: 0;
  position: absolute;
  top: 100%;
}
.footer-form .hs_email .input input {
  height: 43px;
  background-color: #fff;
  border: 1px solid #d8dee2 !important;
  border-radius: 4px;
  margin-bottom: 8px !important;
  width: 160px !important;
  color: #767676;
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0 10px !important;
  outline: none !important;
}
.footer-form .hs_email label {
  display: none;
}
.footer-form .hs_submit .actions input {
  box-shadow: 0px 3px 0px #559f2f;
  -moz-box-shadow: 0px 3px 0px #559f2f;
  -webkit-box-shadow: 0px 3px 0px #559f2f;
  background: #65bb38;
  border: 1px solid #559f2f;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  margin-bottom: 8px!important;
  margin: 0;
  padding: 0px 16px;
  width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-form .hs_submit .actions input:hover {
  background-color: rgba(116,193,76,1.0);
  border: 1px solid rgba(85,159,47,1.0);
  color: rgba(255,255,255,1.0);
  box-shadow: 0px 3px 0px #559f2f;
  -moz-box-shadow: 0px 3px 0px #559f2f;
  -webkit-box-shadow: 0px 3px 0px #559f2f;
}
.footer-form .hs_submit .actions {
  padding-left: 8px;
}
.footer-form .hs-richtext.hs-main-font-element p span {
  margin: 0;
  color: #767676!important;
  font-size: 12px;
  background: transparent!important;
}
.footer-form .hs-richtext.hs-main-font-element p {
  margin: 0;
}
.footer-form .hs-richtext.hs-main-font-element p span a {
  text-decoration: underline;
  color: #767676!important;
  line-height: 1.4em!important;
  font-weight: 400!important;
  font-size: 13px!important;
}
.footer-form .hs_email .input input::placeholder {
  color: #767676;
}
.footer-form .no-list.hs-error-msgs.inputs-list {
  position: absolute;
  top: 125%;
}
.footer-form .no-list.hs-error-msgs.inputs-list .hs-error-msg {
  color: #ef6b51!important;
  font-size: 13px!important;
}
.footer-menu-primary .hs-menu-wrapper>ul {
  border-top: 1px solid #d8dee2;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-top: 0;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer-menu-primary .hs-menu-wrapper>ul>li {
  width: 23%;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-bottom-column {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-menu-primary .hs-menu-wrapper>ul>li>a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  font-family: OpenSans-SemiBold;
  font-size: 14px;
  text-transform: uppercase;
}
.footer-menu-primary .hs-menu-wrapper>ul>li>ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  display: block;
}
.footer-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  display: block;
  line-height: 1.5;
}
.footer-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  text-transform: none;
  font-family: OpenSans-SemiBold;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  line-height: 1.5;
}
.footer-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  text-decoration: underline;
}
.footer-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-bottom-column.column1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-bottom-column.column2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  visibility: hidden!important;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-bottom-column.column3 {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-bottom-column.column1 p {
  display: inline-block;
  font-family: Lato-Light;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-social a {
  margin-left: 5px;
  margin-right: 0!important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-social a img {
  vertical-align: middle;
  border-style: none;
}
.footer-social {
  text-align: center;
}


@media (max-width: 991px) {
  .footer-content .footer-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 50px;
    max-width: 50%;
    margin-left: 25%;
  }
  .footer-content .footer-contact-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .footer-content .footer-bottom {
    margin-bottom: 64px;
  }
}




@media (max-width: 767px) {
  .footer .footer__container {
    max-width: 100%;
  }
  .footer-content .footer-logo {
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-content .footer-contact-details {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-form form {
    flex-wrap: wrap;
  }
  .footer-content .footer-form {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 65px;
    padding: 0 15px;
    margin-left: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
    overflow: unset;
  }
  .footer-content .footer-menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    display: block;
  }
  .footer-content .footer-bottom {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-contact-details-content .footer-detail-column.column1 {
    display: none;
  }
  .footer-contact-details-content .footer-detail-column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-contact-details-content .footer-detail-column.column2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-menu-primary .hs-menu-wrapper>ul {
    border-top: none;
    padding-top: 50px;
  }
  .footer-menu-primary .hs-menu-wrapper>ul>li {
    background: url(https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/raw_assets/public/AgriWebb_September2021/images/menu-grey-arrow-down.svg) no-repeat;
    background-position: 100% 21px;
    margin: 0;
    border-top: 1px solid #d8dee2;
    padding: 16px 0 !important;
    width: 100%;
  }
  .footer-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
  }
  .footer-menu-primary .hs-menu-wrapper>ul>li.footer-child-open {
    background: url(https://20515857.fs1.hubspotusercontent-na1.net/hubfs/20515857/raw_assets/public/AgriWebb_September2021/images/menu-grey-arrow-up.svg) no-repeat;
    background-position: 100% 17px;
  }
  .footer-menu-primary .hs-menu-wrapper>ul>li.open>ul {
    display: block;
  }
  .footer-menu-primary .hs-menu-wrapper>ul>li>ul {
    display: none;
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
  }
  .footer-menu-primary .hs-menu-wrapper>ul>li:last-child {
    border-bottom: 1px solid #d8dee2;
  }
  .footer-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    padding: 16px 0 !important;
    width: 100%;
  }
  .footer-bottom-column.column1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-bottom-column.column2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 40px;
    max-width: 100%;
  }
  .footer-bottom-column.column3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left!important;
  }
  .footer-social {
    text-align: left;
  }
  .footer-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
    text-decoration: none;
  }
  .footer-social a {
    margin: 0!important;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}


.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}



.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
} */