/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "FontAwesome";
  src: url("//f.hubspotusercontent40.net/hubfs/9055494/ChurchBrothersFarms_March2021/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url(//f.hubspotusercontent40.net/hubfs/9055494/raw_assets/public/ChurchBrothersFarms_March2021/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(//f.hubspotusercontent40.net/hubfs/9055494/raw_assets/public/ChurchBrothersFarms_March2021/fonts/fontawesome-webfont.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/9055494/raw_assets/public/ChurchBrothersFarms_March2021/fonts/fontawesome-webfont.ttf) format("truetype"),
    url(//f.hubspotusercontent40.net/hubfs/9055494/raw_assets/public/ChurchBrothersFarms_March2021/fonts/fontawesome-webfont.svg) format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima-Nova";
  src: url("//f.hubspotusercontent40.net/hubfs/9055494/ChurchBrothersFarms_March2021/fonts/proximanova-bold.eot");
  src: url("//f.hubspotusercontent40.net/hubfs/9055494/ChurchBrothersFarms_March2021/fonts/proximanova-bold.eot") format("embedded-opentype"),
    url(//f.hubspotusercontent40.net/hubfs/9055494/raw_assets/public/ChurchBrothersFarms_March2021/fonts/proximanova-bold.woff2) format("woff2"),
    url(//f.hubspotusercontent40.net/hubfs/9055494/raw_assets/public/ChurchBrothersFarms_March2021/fonts/proximanova-bold.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/9055494/raw_assets/public/ChurchBrothersFarms_March2021/fonts/proximanova-bold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/a10112/00000000000000003b9b306c/27/l?subset_id=2&fvd=n9&v=3) format("woff2"),
        url(https://use.typekit.com/af/a10112/00000000000000003b9b306c/27/d?subset_id=2&fvd=n9&v=3) format("woff"),
        url(https://use.typekit.com/af/a10112/00000000000000003b9b306c/27/a?subset_id=2&fvd=n9&v=3) format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/e14e28/00000000000000003b9b306d/27/l?subset_id=2&fvd=i9&v=3) format("woff2"),
        url(https://use.typekit.com/af/e14e28/00000000000000003b9b306d/27/d?subset_id=2&fvd=i9&v=3) format("woff"),
        url(https://use.typekit.com/af/e14e28/00000000000000003b9b306d/27/a?subset_id=2&fvd=i9&v=3) format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/070a9f/00000000000000003b9b3068/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
        url(https://use.typekit.com/af/070a9f/00000000000000003b9b3068/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
        url(https://use.typekit.com/af/070a9f/00000000000000003b9b3068/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/8d52a5/00000000000000003b9b3069/27/l?subset_id=2&fvd=i7&v=3) format("woff2"),
        url(https://use.typekit.com/af/8d52a5/00000000000000003b9b3069/27/d?subset_id=2&fvd=i7&v=3) format("woff"),
        url(https://use.typekit.com/af/8d52a5/00000000000000003b9b3069/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/e991bd/00000000000000003b9b306a/27/l?subset_id=2&fvd=n8&v=3) format("woff2"),
        url(https://use.typekit.com/af/e991bd/00000000000000003b9b306a/27/d?subset_id=2&fvd=n8&v=3) format("woff"),
        url(https://use.typekit.com/af/e991bd/00000000000000003b9b306a/27/a?subset_id=2&fvd=n8&v=3) format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/a8244f/00000000000000003b9b306b/27/l?subset_id=2&fvd=i8&v=3) format("woff2"),
        url(https://use.typekit.com/af/a8244f/00000000000000003b9b306b/27/d?subset_id=2&fvd=i8&v=3) format("woff"),
        url(https://use.typekit.com/af/a8244f/00000000000000003b9b306b/27/a?subset_id=2&fvd=i8&v=3) format("opentype");
    font-weight: 800;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/c79887/00000000000000003b9b305e/27/l?subset_id=2&fvd=n1&v=3) format("woff2"),
        url(https://use.typekit.com/af/c79887/00000000000000003b9b305e/27/d?subset_id=2&fvd=n1&v=3) format("woff"),
        url(https://use.typekit.com/af/c79887/00000000000000003b9b305e/27/a?subset_id=2&fvd=n1&v=3) format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/d876d4/00000000000000003b9b305f/27/l?subset_id=2&fvd=i1&v=3) format("woff2"),
        url(https://use.typekit.com/af/d876d4/00000000000000003b9b305f/27/d?subset_id=2&fvd=i1&v=3) format("woff"),
        url(https://use.typekit.com/af/d876d4/00000000000000003b9b305f/27/a?subset_id=2&fvd=i1&v=3) format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/085107/00000000000000003b9b3066/27/l?subset_id=2&fvd=n6&v=3) format("woff2"),
        url(https://use.typekit.com/af/085107/00000000000000003b9b3066/27/d?subset_id=2&fvd=n6&v=3) format("woff"),
        url(https://use.typekit.com/af/085107/00000000000000003b9b3066/27/a?subset_id=2&fvd=n6&v=3) format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/310426/00000000000000003b9b3067/27/l?subset_id=2&fvd=i6&v=3) format("woff2"),
        url(https://use.typekit.com/af/310426/00000000000000003b9b3067/27/d?subset_id=2&fvd=i6&v=3) format("woff"),
        url(https://use.typekit.com/af/310426/00000000000000003b9b3067/27/a?subset_id=2&fvd=i6&v=3) format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/53c5dc/00000000000000003b9b3062/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
        url(https://use.typekit.com/af/53c5dc/00000000000000003b9b3062/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
        url(https://use.typekit.com/af/53c5dc/00000000000000003b9b3062/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/b3caa7/00000000000000003b9b3063/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),
        url(https://use.typekit.com/af/b3caa7/00000000000000003b9b3063/27/d?subset_id=2&fvd=i4&v=3) format("woff"),
        url(https://use.typekit.com/af/b3caa7/00000000000000003b9b3063/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/57cd6a/00000000000000003b9b3060/27/l?subset_id=2&fvd=n3&v=3) format("woff2"),
        url(https://use.typekit.com/af/57cd6a/00000000000000003b9b3060/27/d?subset_id=2&fvd=n3&v=3) format("woff"),
        url(https://use.typekit.com/af/57cd6a/00000000000000003b9b3060/27/a?subset_id=2&fvd=n3&v=3) format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/3c0937/00000000000000003b9b3061/27/l?subset_id=2&fvd=i3&v=3) format("woff2"),
        url(https://use.typekit.com/af/3c0937/00000000000000003b9b3061/27/d?subset_id=2&fvd=i3&v=3) format("woff"),
        url(https://use.typekit.com/af/3c0937/00000000000000003b9b3061/27/a?subset_id=2&fvd=i3&v=3) format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/33a4a5/00000000000000003b9b3064/27/l?subset_id=2&fvd=n5&v=3) format("woff2"),
        url(https://use.typekit.com/af/33a4a5/00000000000000003b9b3064/27/d?subset_id=2&fvd=n5&v=3) format("woff"),
        url(https://use.typekit.com/af/33a4a5/00000000000000003b9b3064/27/a?subset_id=2&fvd=n5&v=3) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: proxima-nova-1;
    src: url(https://use.typekit.com/af/37f060/00000000000000003b9b3065/27/l?subset_id=2&fvd=i5&v=3) format("woff2"),
        url(https://use.typekit.com/af/37f060/00000000000000003b9b3065/27/d?subset_id=2&fvd=i5&v=3) format("woff"),
        url(https://use.typekit.com/af/37f060/00000000000000003b9b3065/27/a?subset_id=2&fvd=i5&v=3) format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-1;
    src: url(https://use.typekit.com/af/779881/00000000000000000000e800/27/l?subset_id=2&fvd=n1&v=3) format("woff2"),
        url(https://use.typekit.com/af/779881/00000000000000000000e800/27/d?subset_id=2&fvd=n1&v=3) format("woff"),
        url(https://use.typekit.com/af/779881/00000000000000000000e800/27/a?subset_id=2&fvd=n1&v=3) format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-1;
    src: url(https://use.typekit.com/af/d40c0d/00000000000000000000e801/27/l?subset_id=2&fvd=i1&v=3) format("woff2"),
        url(https://use.typekit.com/af/d40c0d/00000000000000000000e801/27/d?subset_id=2&fvd=i1&v=3) format("woff"),
        url(https://use.typekit.com/af/d40c0d/00000000000000000000e801/27/a?subset_id=2&fvd=i1&v=3) format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-1;
    src: url(https://use.typekit.com/af/f6d549/00000000000000000000e7fe/27/l?subset_id=2&fvd=n3&v=3) format("woff2"),
        url(https://use.typekit.com/af/f6d549/00000000000000000000e7fe/27/d?subset_id=2&fvd=n3&v=3) format("woff"),
        url(https://use.typekit.com/af/f6d549/00000000000000000000e7fe/27/a?subset_id=2&fvd=n3&v=3) format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-1;
    src: url(https://use.typekit.com/af/55aa58/00000000000000000000e802/27/l?subset_id=2&fvd=i3&v=3) format("woff2"),
        url(https://use.typekit.com/af/55aa58/00000000000000000000e802/27/d?subset_id=2&fvd=i3&v=3) format("woff"),
        url(https://use.typekit.com/af/55aa58/00000000000000000000e802/27/a?subset_id=2&fvd=i3&v=3) format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-1;
    src: url(https://use.typekit.com/af/901082/00000000000000000000e803/27/l?subset_id=2&fvd=n5&v=3) format("woff2"),
        url(https://use.typekit.com/af/901082/00000000000000000000e803/27/d?subset_id=2&fvd=n5&v=3) format("woff"),
        url(https://use.typekit.com/af/901082/00000000000000000000e803/27/a?subset_id=2&fvd=n5&v=3) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-1;
    src: url(https://use.typekit.com/af/bed9a3/00000000000000000000e804/27/l?subset_id=2&fvd=i5&v=3) format("woff2"),
        url(https://use.typekit.com/af/bed9a3/00000000000000000000e804/27/d?subset_id=2&fvd=i5&v=3) format("woff"),
        url(https://use.typekit.com/af/bed9a3/00000000000000000000e804/27/a?subset_id=2&fvd=i5&v=3) format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-1;
    src: url(https://use.typekit.com/af/c2dac6/00000000000000000000e805/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
        url(https://use.typekit.com/af/c2dac6/00000000000000000000e805/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
        url(https://use.typekit.com/af/c2dac6/00000000000000000000e805/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-1;
    src: url(https://use.typekit.com/af/dc6ba3/00000000000000000000e806/27/l?subset_id=2&fvd=i7&v=3) format("woff2"),
        url(https://use.typekit.com/af/dc6ba3/00000000000000000000e806/27/d?subset_id=2&fvd=i7&v=3) format("woff"),
        url(https://use.typekit.com/af/dc6ba3/00000000000000000000e806/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-1;
    src: url(https://use.typekit.com/af/f0a7c7/00000000000000000000e807/27/l?subset_id=2&fvd=n9&v=3) format("woff2"),
        url(https://use.typekit.com/af/f0a7c7/00000000000000000000e807/27/d?subset_id=2&fvd=n9&v=3) format("woff"),
        url(https://use.typekit.com/af/f0a7c7/00000000000000000000e807/27/a?subset_id=2&fvd=n9&v=3) format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: museo-sans-1;
    src: url(https://use.typekit.com/af/3b14be/00000000000000000000e808/27/l?subset_id=2&fvd=i9&v=3) format("woff2"),
        url(https://use.typekit.com/af/3b14be/00000000000000000000e808/27/d?subset_id=2&fvd=i9&v=3) format("woff"),
        url(https://use.typekit.com/af/3b14be/00000000000000000000e808/27/a?subset_id=2&fvd=i9&v=3) format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: futura-pt-1;
    src: url(https://use.typekit.com/af/e3d63a/00000000000000000001008f/27/l?subset_id=2&fvd=n5&v=3) format("woff2"),
        url(https://use.typekit.com/af/e3d63a/00000000000000000001008f/27/d?subset_id=2&fvd=n5&v=3) format("woff"),
        url(https://use.typekit.com/af/e3d63a/00000000000000000001008f/27/a?subset_id=2&fvd=n5&v=3) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: futura-pt-1;
    src: url(https://use.typekit.com/af/5b2c67/000000000000000000010090/27/l?subset_id=2&fvd=i5&v=3) format("woff2"),
        url(https://use.typekit.com/af/5b2c67/000000000000000000010090/27/d?subset_id=2&fvd=i5&v=3) format("woff"),
        url(https://use.typekit.com/af/5b2c67/000000000000000000010090/27/a?subset_id=2&fvd=i5&v=3) format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: futura-pt-1;
    src: url(https://use.typekit.com/af/058ed0/000000000000000000010091/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
        url(https://use.typekit.com/af/058ed0/000000000000000000010091/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
        url(https://use.typekit.com/af/058ed0/000000000000000000010091/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: futura-pt-1;
    src: url(https://use.typekit.com/af/314234/000000000000000000010092/27/l?subset_id=2&fvd=i7&v=3) format("woff2"),
        url(https://use.typekit.com/af/314234/000000000000000000010092/27/d?subset_id=2&fvd=i7&v=3) format("woff"),
        url(https://use.typekit.com/af/314234/000000000000000000010092/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: futura-pt-1;
    src: url(https://use.typekit.com/af/6a84ca/000000000000000000010093/27/l?subset_id=2&fvd=i3&v=3) format("woff2"),
        url(https://use.typekit.com/af/6a84ca/000000000000000000010093/27/d?subset_id=2&fvd=i3&v=3) format("woff"),
        url(https://use.typekit.com/af/6a84ca/000000000000000000010093/27/a?subset_id=2&fvd=i3&v=3) format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: futura-pt-1;
    src: url(https://use.typekit.com/af/713a19/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
        url(https://use.typekit.com/af/713a19/000000000000000000013365/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
        url(https://use.typekit.com/af/713a19/000000000000000000013365/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: futura-pt-1;
    src: url(https://use.typekit.com/af/4a732e/000000000000000000010095/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),
        url(https://use.typekit.com/af/4a732e/000000000000000000010095/27/d?subset_id=2&fvd=i4&v=3) format("woff"),
        url(https://use.typekit.com/af/4a732e/000000000000000000010095/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: futura-pt-1;
    src: url(https://use.typekit.com/af/24ba43/000000000000000000010096/27/l?subset_id=2&fvd=n3&v=3) format("woff2"),
        url(https://use.typekit.com/af/24ba43/000000000000000000010096/27/d?subset_id=2&fvd=n3&v=3) format("woff"),
        url(https://use.typekit.com/af/24ba43/000000000000000000010096/27/a?subset_id=2&fvd=n3&v=3) format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: futura-pt-1;
    src: url(https://use.typekit.com/af/e8edf9/000000000000000000010097/27/l?subset_id=2&fvd=n8&v=3) format("woff2"),
        url(https://use.typekit.com/af/e8edf9/000000000000000000010097/27/d?subset_id=2&fvd=n8&v=3) format("woff"),
        url(https://use.typekit.com/af/e8edf9/000000000000000000010097/27/a?subset_id=2&fvd=n8&v=3) format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: futura-pt-1;
    src: url(https://use.typekit.com/af/3fd21b/000000000000000000010098/27/l?subset_id=2&fvd=i8&v=3) format("woff2"),
        url(https://use.typekit.com/af/3fd21b/000000000000000000010098/27/d?subset_id=2&fvd=i8&v=3) format("woff"),
        url(https://use.typekit.com/af/3fd21b/000000000000000000010098/27/a?subset_id=2&fvd=i8&v=3) format("opentype");
    font-weight: 800;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: futura-pt-1;
    src: url(https://use.typekit.com/af/2d6da0/000000000000000000012192/27/l?subset_id=2&fvd=n6&v=3) format("woff2"),
        url(https://use.typekit.com/af/2d6da0/000000000000000000012192/27/d?subset_id=2&fvd=n6&v=3) format("woff"),
        url(https://use.typekit.com/af/2d6da0/000000000000000000012192/27/a?subset_id=2&fvd=n6&v=3) format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: futura-pt-1;
    src: url(https://use.typekit.com/af/6d9bcf/000000000000000000012193/27/l?subset_id=2&fvd=i6&v=3) format("woff2"),
        url(https://use.typekit.com/af/6d9bcf/000000000000000000012193/27/d?subset_id=2&fvd=i6&v=3) format("woff"),
        url(https://use.typekit.com/af/6d9bcf/000000000000000000012193/27/a?subset_id=2&fvd=i6&v=3) format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: kepler-std-1;
    src: url(https://use.typekit.com/af/315f91/000000000000000000013146/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
        url(https://use.typekit.com/af/315f91/000000000000000000013146/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
        url(https://use.typekit.com/af/315f91/000000000000000000013146/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: kepler-std-1;
    src: url(https://use.typekit.com/af/038137/000000000000000000013141/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),
        url(https://use.typekit.com/af/038137/000000000000000000013141/27/d?subset_id=2&fvd=i4&v=3) format("woff"),
        url(https://use.typekit.com/af/038137/000000000000000000013141/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: kepler-std-1;
    src: url(https://use.typekit.com/af/708684/00000000000000000001313f/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
        url(https://use.typekit.com/af/708684/00000000000000000001313f/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
        url(https://use.typekit.com/af/708684/00000000000000000001313f/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: kepler-std-1;
    src: url(https://use.typekit.com/af/db931d/000000000000000000013140/27/l?subset_id=2&fvd=i7&v=3) format("woff2"),
        url(https://use.typekit.com/af/db931d/000000000000000000013140/27/d?subset_id=2&fvd=i7&v=3) format("woff"),
        url(https://use.typekit.com/af/db931d/000000000000000000013140/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: kepler-std-1;
    src: url(https://use.typekit.com/af/8c4169/000000000000000000013142/27/l?subset_id=2&fvd=n3&v=3) format("woff2"),
        url(https://use.typekit.com/af/8c4169/000000000000000000013142/27/d?subset_id=2&fvd=n3&v=3) format("woff"),
        url(https://use.typekit.com/af/8c4169/000000000000000000013142/27/a?subset_id=2&fvd=n3&v=3) format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: kepler-std-1;
    src: url(https://use.typekit.com/af/634448/000000000000000000013144/27/l?subset_id=2&fvd=n5&v=3) format("woff2"),
        url(https://use.typekit.com/af/634448/000000000000000000013144/27/d?subset_id=2&fvd=n5&v=3) format("woff"),
        url(https://use.typekit.com/af/634448/000000000000000000013144/27/a?subset_id=2&fvd=n5&v=3) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: kepler-std-1;
    src: url(https://use.typekit.com/af/775c14/000000000000000000013147/27/l?subset_id=2&fvd=n6&v=3) format("woff2"),
        url(https://use.typekit.com/af/775c14/000000000000000000013147/27/d?subset_id=2&fvd=n6&v=3) format("woff"),
        url(https://use.typekit.com/af/775c14/000000000000000000013147/27/a?subset_id=2&fvd=n6&v=3) format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: kepler-std-1;
    src: url(https://use.typekit.com/af/3b1aa8/00000000000000000001313d/27/l?subset_id=2&fvd=n9&v=3) format("woff2"),
        url(https://use.typekit.com/af/3b1aa8/00000000000000000001313d/27/d?subset_id=2&fvd=n9&v=3) format("woff"),
        url(https://use.typekit.com/af/3b1aa8/00000000000000000001313d/27/a?subset_id=2&fvd=n9&v=3) format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: kepler-std-1;
    src: url(https://use.typekit.com/af/fb1bc5/000000000000000000013143/27/l?subset_id=2&fvd=i3&v=3) format("woff2"),
        url(https://use.typekit.com/af/fb1bc5/000000000000000000013143/27/d?subset_id=2&fvd=i3&v=3) format("woff"),
        url(https://use.typekit.com/af/fb1bc5/000000000000000000013143/27/a?subset_id=2&fvd=i3&v=3) format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: kepler-std-1;
    src: url(https://use.typekit.com/af/d337fd/00000000000000000001313e/27/l?subset_id=2&fvd=i9&v=3) format("woff2"),
        url(https://use.typekit.com/af/d337fd/00000000000000000001313e/27/d?subset_id=2&fvd=i9&v=3) format("woff"),
        url(https://use.typekit.com/af/d337fd/00000000000000000001313e/27/a?subset_id=2&fvd=i9&v=3) format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: kepler-std-1;
    src: url(https://use.typekit.com/af/437a1f/000000000000000000013145/27/l?subset_id=2&fvd=i5&v=3) format("woff2"),
        url(https://use.typekit.com/af/437a1f/000000000000000000013145/27/d?subset_id=2&fvd=i5&v=3) format("woff"),
        url(https://use.typekit.com/af/437a1f/000000000000000000013145/27/a?subset_id=2&fvd=i5&v=3) format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: kepler-std-1;
    src: url(https://use.typekit.com/af/f800e7/000000000000000000013148/27/l?subset_id=2&fvd=i6&v=3) format("woff2"),
        url(https://use.typekit.com/af/f800e7/000000000000000000013148/27/d?subset_id=2&fvd=i6&v=3) format("woff"),
        url(https://use.typekit.com/af/f800e7/000000000000000000013148/27/a?subset_id=2&fvd=i6&v=3) format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: auto;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
  background: #eee;
  background-color: rgba(238,238,238,1);
}

p {
  margin: 0 0 10px;
}

/* Anchor Links */
a {
  color: #0270E0;
  color: #d53122;
  font-weight: 400;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a, .btn, a:hover, .btn:hover {
  -webkit-transition: .3s;
  transition: .3s;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: normal;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.09090909091;
  font-style: normal;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  letter-spacing: 2px;
}

h2 {
  font-size: 1.6rem;
  font-family: adelle-1, serif;
  line-height: 1.73333333333;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0 0 5px 0;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h4 {
  font-size: 1.175rem;
  line-height: 2;
  text-transform: uppercase;
}

h5 {
  font-size: 1rem;
  line-height: 1.36363636364;
}

h6 {
  font-size: .9rem;
  line-height: 1.35;
  margin: -10px 0 -5px 0;
  text-shadow: 0 0 0 rgb(0 0 0 / 1%);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 0 0 0;
}

@media (max-width: 979px) {
  h1, h3, h6 {
    letter-spacing: 0!important;
  }
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}




.dnd-section > .row-fluid,
.page-center,
.content-wrapper {}

.page-center,
.content-wrapper {
  margin: 0 auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: middle;
  background-color: #04c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background: 0;
  border-style: double double double double;
  border-width: 4px 4px 4px 4px;
  border-radius: 0;
  text-shadow: 0 0 0 rgb(0 0 0 / 1%);
  padding: 7px 17px 7px 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin: 20px 0 0 0;
  font-family: inherit;
  border-color: #013e7e;
  color: #013E7E;
}

.hs-button:hover, .hs-button:focus {
  background: #4ec450;
  background-color: rgba(78,196,80,1);
  color: #013E7E;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  min-height: 28px;
  margin-bottom: 10px;
  padding: 4px 6px;
  padding: 4px 6px \9;
  font-size: 14px;
  line-height: 18px;
  outline: 0;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear .2s,box-shadow linear .2s;
  color: rgb(161, 161, 161);
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input:focus,
input[type="password"]:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.no-banner .body-container-wrapper {
  padding-top: 125px;
}

.gree-giant-grp4 .body-banner .page-center {
  min-height: 200px;
  box-sizing: content-box;
}

.gree-giant-grp1 .widget-type-rich_text h3 {
  color: #3b3b3b;
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: 3px;
}

.gree-giant-grp1 .span6,
.home-grp1 .span6 {
  justify-content: initial !important;
}

.gree-giant-grp1 .widget-type-rich_text p {
  font-size: 22px;
  line-height: 35px;
  color: #3b3b3b;
}

.gree-giant-grp2 .body-banner .dynamic-p h3 {
  font-size: 55px;
  font-weight: 300;
  color: #fff;
  line-height: 55px;
  letter-spacing: 3px;
  text-align: center;
}

.gree-giant-grp2 .body-banner .dynamic-p p {
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  margin: 0 0 10px;
}

.gree-giant-grp3 .widget-type-rich_text {
  text-align: center;
}

.gree-giant-grp3 .widget-type-rich_text h3 {
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: 3px;
  color: #3b3b3b;
}

.gree-giant-grp3 .widget-type-rich_text p {
  font-size: 22px;
  line-height: 35px;
}

.gree-giant-grp3 .widget-type-rich_text p a {
  color: rgb(200, 15, 15);
  font-weight: 100;
}

.gree-giant-grp3 .widget-type-rich_text p a:hover {
  text-decoration: none;
}

.growing-grp4 .widget-type-rich_text {
  text-align: center;
}

.growing-grp4 .widget-type-rich_text p {
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 7px;
}

.growing-grp1 .span6 {
  justify-content: initial !important;
}

.growing-grp1 .widget-type-rich_text h3 {
  letter-spacing: 3px;
  padding-bottom: 15px;
}

.growing-grp1 .widget-type-rich_text {
  line-height: 24px;
  color: #3b3b3b;
}

.growing-grp1 .widget-type-rich_text p {
  font-size: 22px;
  line-height: 35px;
}

.growing-grp1 .hs-responsive-embed-wrapper {
  margin-bottom: 30px !important;
  max-width: none !important;
  max-height: none !important;
}

.growing-grp1 .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper {
  padding-bottom: 56.25% !important;
}

.careers-grp1 .hs-responsive-embed-wrapper {
  max-width: none !important;
  max-height: none !important;
}

.careers-grp1 .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper {
  padding-bottom: 0 !important;
  height: auto !important;
  padding-top: 0;
}

.careers-grp1 .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper iframe {
  position: relative !important;
  height: 400px !important;
  display: block;
}

.growing-grp3 .widget-type-rich_text h3 {
  text-align: center;
  padding-bottom: 15px;
}

.growing-grp3 .dnd-section {
  background-position: left top !important;
  background-repeat: repeat !important;
  background-size: 100% 100% !important;
}

.faq-grp1 .span10 {
  width: 65.81196581196582%;
  margin-left: 2.564102564102564%;
}

.faq-grp1 .widget-type-rich_text {
  padding: 20px 0 0;
}

.faq-grp1 .widget-type-rich_text p {
  color: #3b3b3b;
  font-size: 22px;
  line-height: 35px;
  margin: 0;
}

.faq-grp1 .hs-button {
  padding-left: 21px;
}

.faq-grp1 .span2 {
  opacity: 0;
}

.faq-grp1 .widget-type-space {
  max-width: 60%;
  margin: 25px auto;
  border-top: 1px solid #ddd;
  font-family: inherit;
  padding: 5px 0 0 0!important;
  font-weight: 900;
  background: black!important;
  color: #3b3b3b;
}

.fullwidth-grp1 .dnd-section,
.value-add-grp1 .dnd-section,
.careers-grp1 .dnd-section,
.home-grp5 .dnd-section,
.home-grp3 .dnd-section,
.home-grp1 .dnd-section {
  background-position: left top !important;
  background-repeat: repeat !important;
  background-size: 100% 100% !important;
}

.fullwidth-grp1 .widget-type-rich_text h3 {
  text-align: center;
}

.fullwidth-grp1 .widget-type-rich_text h6 {
  text-align: center;
  padding-bottom: 10px;
}

.fullwidth-grp1 .span4 {
  justify-content: initial !important;
}

.fullwidth-grp1 .hs-button,
.careers-grp1 .hs-button {
  width: 250px;
  font-weight: 500;
  padding-left: 21px;
  text-shadow: 0 0 0 rgb(1 62 126);
}

.fullwidth-grp1 .hs-button:hover,
.careers-grp1 .hs-button:hover {
  text-decoration:underline;
}

.careers-grp1 .hs-button {
  width: auto;
}

.careers-grp1 .widget-type-rich_text hr {
  border-top: 1px solid #ddd;
  padding: 5px 0 0 0;
  margin: 35px 0 25px 0;
  font-weight: 900;
  background: black;
  height: 0;
}

.fullwidth-grp1 .hs_cos_wrapper_type_rich_text table {
  width: 100%;
  border: none;
  margin: 0;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.fullwidth-grp1 .hs_cos_wrapper_type_rich_text th,
.fullwidth-grp1 .hs_cos_wrapper_type_rich_text td {
  border: none;
  background-color: transparent;
  padding: 0;
}

.fullwidth-grp1 .hs_cos_wrapper_type_rich_text table td {
  padding-left: 4px;
  padding-right: 4px;
}

.value-add-grp1 h6 {
  padding-bottom: 10px;
}

.value-add-grp1 .hs-button {
  width: 250px;
  font-weight: 500;
  padding-left: 21px;
  -webkit-animation: .5s typekitLoad ease-in-out;
  animation: .5s typekitLoad ease-in-out;
}

.value-add-grp1 .hs-button:hover{
  text-decoration:underline;
}

.value-add-grp2 .widget-type-rich_text h3 {
  font-family: futura-pt-1;
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
  padding: 0 0 5px 0;
  text-decoration: none;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-style: normal;
  text-transform: none;
  letter-spacing: 3px;
  text-align: center;
}

.value-add-grp2 .widget-type-rich_text p {
  text-align: center;
  font-family: futura-pt-1;
  font-size: 22px;
  line-height: 35px;
  font-weight: 100;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  margin-bottom: 0;
}

.value-add-grp2 .widget-type-rich_text {
  width: 65.81196581196582%;
  margin-left: calc(14.52991452991453% + 2.564102564102564%);
}

.careers-grp1 .span6 {
  justify-content: initial !important;
}

.value-add-grp2 .body-banner {
  padding: 250px 0;
}

.value-add-grp2 .body-banner .dynamic-p h3 {
  text-transform: none;
  font-style: normal;
  line-height: 114px;
  text-shadow: 0 0 0 rgb(0 0 0);
  padding: 0;
  color: #fff;
}

.home-grp6 .body-banner {
  padding: 250px 0;
}

.home-grp6 .body-banner .dynamic-p h3 {
  text-transform: none;
  padding: 0;
}

.home-grp6 .body-banner .dynamic-p h3 a:hover {
  text-decoration: none;
}

.home-grp5 .widget-type-rich_text h1,
.home-grp3 .widget-type-rich_text h1 {
  text-align: center;
  color: #013E7E;
  text-transform: uppercase;
  font-size: 49px;
  line-height: 70px;
  padding-top: 30px;
}

.home-grp3 .widget-type-rich_text h1 {
  padding-top: 50px;
}

.home-grp5 .widget-type-rich_text p,
.home-grp3 .widget-type-rich_text p {
  text-align: center;
  font-size: 22px;
  line-height: 35px;
}

.home-grp5 .hs-button,
.home-grp3 .hs-button {
  padding-left: 21px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

.home-grp5 table {
  border: none;
  width: 100%;
  margin: 0;
  padding-top: 62px;
  padding-bottom: 40px;
}

.home-grp5 table td {
  background: transparent;
  border: 0;
  padding: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
}

.home-grp5 table td p {
  text-align: left !important;
}

.home-grp3 .uncheckimg {
  width: 100%;
  cursor: pointer;
}

.home-grp3 .span7,
.home-grp3 .span5 {
  justify-content: initial !important;
}

.home-grp2 .iwca-mdl .iwca-item .cont-wrap .hs-title h3 {
  font-family: futura-pt-1;
  font-style: normal;
  font-size: 36px;
  font-weight: 400;
  margin: 33px 0 0 0;
  text-transform: uppercase;
}

.home-grp2 .iwca-mdl .iwca-item .cont-wrap {
  padding: 30px 0 0;
}

.home-pg .hsbs-wrapper.no-title .hsbs-top {
  display: none;
}

.home-grp {
  border: 2px solid #E63525;
  border-left: 0;
  border-right: 0;
  margin-top: -1px;
  padding-bottom: 30px;
  background: #222;
  background-color: rgba(34,34,34,0.87);
}

.home-grp1 .hs-button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: transparent;
  padding-left: 21px;
}

.home-grp3 .hs-button,
.home-grp5 .hs-button {
  background: transparent;
}

.home-grp1 .hs-button:hover,
.home-grp3 .hs-button:hover,
.home-grp5 .hs-button:hover {
  background: #4ec450;
  background-color: rgba(78,196,80,1);
}

.value-add-grp1 .span4 {
  justify-content: initial !important;
}

img.fancybox-image {
  height: auto !important;
}

.home-grp2 .iwca-mdl .iwca-item .cont-wrap .hs-title {
  padding: 0 5px;
}

.eco-friendly-grp1 .hs-button:hover {
  text-decoration: underline;
}

.hs-button {
  white-space: normal!important;
}

.f_safety_pg .safety_row1 .hs-button {
  font-weight: 400;
}

.value-add-grp1 .hs-button,
.f_safety_pg .hs-button {
  text-shadow: 0 0 0 rgb(1 62 126);
}







@media (max-width: 1170px) {
  .gree-giant-grp1 .dnd-section > .row-fluid,
  .growing-grp1 .dnd-section > .row-fluid {
    max-width: 100%;
  }
  .fullwidth-grp1 .dnd-section > .row-fluid,
  .value-add-grp1 .dnd-section > .row-fluid,
  .value-add-grp2 .dnd-section > .row-fluid,
  .careers-grp1 .dnd-section > .row-fluid,
  .faq-grp1 .widget-type-header,
  .home-grp1 .dnd-section > .row-fluid,
  .home-grp3 .dnd-section > .row-fluid,
  .home-grp5 .dnd-section > .row-fluid {
    padding: 20px;
  }
  .home-grp6 .body-banner .page-center {
    padding: 0 20px;
  }
}

@media (max-width: 979px) {
  .no-banner .body-container-wrapper {
    padding-top: 0;
  }
  .gree-giant-grp4 .body-banner .page-center {
    min-height: 100px;
  }
  .faq-grp1 .widget-type-space {
    max-width: 100%;
  }
  .fullwidth-pg .hsbs-wrapper .hsbs-top {
    padding-bottom: 200px;
  }
  .value-add-pg .hsbs-wrapper .hsbs-top,
  .careers-pg .hsbs-wrapper .hsbs-top {
    padding: 100px 0;
  }
  .careers-grp1 .dnd-section > .row-fluid .row-fluid-wrapper {
    padding-top: 0 !important;
  }
  .careers-grp1 .span6 p {
    letter-spacing: normal !important;
  }
  .home-grp1 .span6,
  .home-grp3 .span5 {
    padding-top: 0 !important;
  }
  .home-grp3 .widget-type-rich_text h1,
  .home-grp5 .widget-type-rich_text h1 {
    padding-top: 0;
  }
  .home-grp5 table {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-grp5 .span6 {
    justify-content: initial !important;
  }
  .home-grp6 .body-banner {
    padding: 125px 0;
  }
  .home-grp5 table td p a {
    margin: 0 -6px;
  }
  .chefs_pg .hsbs-wrapper .hsbs-top {
    padding: 0 0 200px;
  }
  .hsiwt-wrap ul li .btn.anchorFull {
    z-index: 1 !important;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .value-add-grp1 .hs-button,
  .fullwidth-grp1 .hs-button,
  .careers-grp1 .hs-button {
    width: auto;
  }
}

@media (max-width: 767px) {
  .gree-giant-grp3 .widget-type-rich_text,
  .gree-giant-grp1 .widget-type-rich_text,
  .gree-giant-grp2 .body-banner .dynamic-p,
  .growing-grp4 .widget-type-rich_text p {
    padding-bottom: 20px;
  }
  .growing-grp3 .widget-type-rich_text h3 {
    margin-bottom: 20px;
  }
  .faq-grp1 .span2 {
    display: none;
  }
  .faq-grp1 .span10 {
    width: 100%;
    margin-left: 0;
    padding: 1px 0;
  }
  .fullwidth-grp1 .dnd-section > .row-fluid {
    max-width: 100%;
  }
  .fullwidth-grp1 .widget-type-rich_text {
    padding-bottom: 20px;
  }
  .value-add-pg .hsbs-wrapper .page-center {
    max-width: 100%;
  }
  .value-add-grp1 h6 {
    padding-top: 34px;
    padding-bottom: 30px;
  }
  .value-add-grp1 h6 {
    padding-bottom: 30px;
    padding-top: 35px;
  }
  .careers-grp1 .span8 h6 {
    padding-bottom: 20px;
  }
  .careers-grp1 .hs_cos_wrapper_type_rich_text span {
    margin-bottom: 20px;
  }
  .careers-grp1 .dnd-section > .row-fluid {
    max-width: 100%;
  }
  .careers-grp1 .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper iframe {
    margin-top: 20px;
  }
  .home-pg .body-container-wrapper .dnd-section > .row-fluid {
    max-width: 100%;
  }
  .home-grp2 .iwca-mdl .iwca-item .cont-wrap .hs-title {
    margin-bottom: 20px;
  }
  .home-grp3 .widget-type-rich_text p {
    margin-bottom: 30px;
  }
  .home-grp5 .hs-button {
    margin-top: 40px;
  }
  .home-grp5 table {
    margin-bottom: 16px;
  }
  .home-grp6 .body-banner .page-center {
    margin-bottom: 20px;
  }
  .hs-value-added-page .widget-type-space {
    display: none;
  }
  .cst-value-added-r3-grp .iwca-mdl .iwca-item.left .hs-btn-wrap a {
    margin-bottom: 50px;
  }
  .value-add-grp2 .widget-type-rich_text {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .fullwidth-grp1 .hs_cos_wrapper_type_rich_text tr:first-child {
    display: none!important;
  }
  .fullwidth-grp1 .hs_cos_wrapper_type_rich_text td {
    padding-left: 0%!important;
  }
  .home-grp5 table tr:first-child {
    display: none;
  }
  .home-grp5 table {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .faq-grp1 .widget-type-header h1,
  .fullwidth-grp1 .widget-type-rich_text h1,
  .home-grp3 .widget-type-rich_text h1,
  .home-grp5 .widget-type-rich_text h1 {
    font-size: 26px;
    line-height: 39px;
  }
}






@-webkit-keyframes typekitLoad {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes typekitLoad {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


/*  */
.body-container-wrapper img {
  vertical-align: middle;
  max-width: 100%;
}
.body-container-wrapper .dnd-section {
  background-color: #fff;
  /*   padding: 40px 0 20px 0; */
}
.cbharvesting-grp1 .dnd-section {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.92) 0%,rgba(0, 0, 0, 0.92) 100%);
  padding-bottom: 81px;
}
.cbharvesting-grp1 .dnd-section .span4,
.cbharvesting-grp1 .dnd-section .span8 {
  padding: 0;
  padding-top: 100px;
}
.cbharvesting-grp2 .dnd-section .span6 {
  padding: 0;
}
.cbharvesting-grp1 .dnd-section .span8 {
  text-align: center;
}
.cbharvesting-grp1 .dnd-section .span4 {
  padding-bottom: 80px;
}
.cbharvesting-grp1 .widget-type-rich_text h3 {
  margin-bottom: 10px;
  letter-spacing: 3px;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-style: normal;
}
.cbharvesting-grp1 .widget-type-rich_text p {
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-size: 22px;
  line-height: 35px;
}
.hs-responsive-embed-wrapper.hs-responsive-embed {
  min-width: auto !important;
}
.hs-responsive-embed-inner-wrapper {
  padding-top: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.cbharvesting-grp2 .widget-type-rich_text {
  text-align: center;
  padding-top: 80px;
}
.cbharvesting-grp2 .widget-type-rich_text h3 {
  font-family: futura-pt-1;
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 35px;
  letter-spacing: 0;
  color: #3b3b3b;
}
.cbharvesting-grp2 .widget-type-rich_text h6 {
  color: #3b3b3b;
  font-family: futura-pt-1;
  font-weight: 100;
  font-size: 22px;
  line-height: 35px;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  padding: 0 0 10px;
}
.cbharvesting-grp3 .hsiwt-wrap h6 {
  font-size: 20px;
  line-height: 24px;
}
.cbharvesting-grp3 .dnd-section {
  padding: 145px 0 40px 0;
  background-repeat: repeat !important;
  background-size: 100% 100% !important;
}
.cbharvesting-grp3 .widget-type-rich_text h3 {
  margin-bottom: 10px;
}
.cbharvesting-grp4 .dnd-section .span6 {
  width: auto;
}
.cbharvesting-grp4 .widget-type-linked_image img {
  float: left;
  width: 50%;
  margin-right: 20px;
}
.cbharvesting-pg .body-banner .body-banner-col,
.cbharvesting-pg .cwli-wrapper .cwri-row {
  width: 65.81196581196582%;
  margin: 0 auto;
}
.eco-friendly-grp1 .dnd-section,
.eco-friendly-grp4 .dnd-section,
.eco-friendly-grp6 .dnd-section {
  background-size: 100% 100% !important;
  padding: 145px 0 40px 0;
  background-position: left top !important;
  background-repeat: repeat !important;
}
.eco-friendly-grp1 .dnd-section .span8 {
  text-align: center;
  padding-bottom: 50px;
}
.eco-friendly-grp1 .widget-type-rich_text p {
  margin: 0;
}
.eco-friendly-grp1 .hs-button {
  padding-left: 21px;
  font-weight: 500;
  color: #013E7E;
}
.eco-friendly-grp1 table {
  margin: 0;
  border: initial;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.eco-friendly-grp1 table tr:nth-of-type(odd) {
  background: #eee;
}
.eco-friendly-grp1 td, .eco-friendly-grp1 th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
  background: transparent;
  color: inherit;
}
.eco-friendly-grp1 table td {
  padding-left: 4px;
  padding-right: 4px;
}
.eco-friendly-grp2 .widget-type-rich_text h3 {
  letter-spacing: 3px;
}
.eco-friendly-grp2 .widget-type-rich_text p {
  font-size: 22px;
  line-height: 35px;
  margin: 0;
}
.eco-friendly-pg .hs-responsive-embed {
  min-width: auto !important;
  max-width: 100% !important;
  max-height: initial !important;
}
.eco-friendly-pg .hs-responsive-embed-inner-wrapper {
  padding-top: 30px;
  margin-bottom: 30px !important;
  padding-bottom: 56.25% !important;
}
.eco-friendly-grp2 a {
  color: #000;
  font-weight: 500;
}
.eco-friendly-grp2 a:hover {
  color: #b5b5b5;
  font-weight: 300;
  text-decoration: none;
}
.eco-friendly-grp3 .body-banner-col {
  padding: 120px 0;
  text-align: center;
}
.eco-friendly-grp3 .body-banner h6 {
  font-family: proxima-nova-1;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  margin-top: -10px;
}
.eco-friendly-grp3 .body-banner .dynamic-p p {
  margin: 0 0 10px;
}
.eco-friendly-grp4 .widget-type-rich_text {
  padding: 30px 0;
}
.eco-friendly-grp4 .widget-type-rich_text h6 {
  padding-bottom: 10px;
}
.eco-friendly-grp4 .widget-type-linked_image {
  margin-bottom: 20px;
}
.ef-grp5 .body-banner .page-center {
  width: 65.81196581196582%;
  max-width: 100%;
}
.ef-grp5 .cwri-wrapper {
  padding: 40px 0 20px 0;
}
.ef-grp5 .cwri-wrapper .cwri-scroll {
  padding-top: 0;
  padding-bottom: 0;
}
.ef-grp5 .cwri-wrapper .cwri-scroll .cwri-content h3 {
  letter-spacing: 3px;
}
.ef-grp5 .cwri-wrapper .cwri-scroll .cwri-content h6 {
  margin: 0 0 20px;
  letter-spacing: 4px;
  padding: 0;
  line-height: 30px;
}
.ef-grp5 .cwri-wrapper .cwri-scroll .cwri-content p {
  font-size: 22px;
  line-height: 35px;
}
.eco-friendly-pg .row-fluid [class*="span"] {
  min-height: 31px;
}
.eco-friendly-grp6 .dnd-section > .row-fluid {
  padding-top: 26px;
}
.eco-friendly-grp6 .widget-type-rich_text {
  padding-bottom: 79px;
  padding-top: 30px;
}
.eco-friendly-grp6 .widget-type-rich_text h6 {
  padding-bottom: 10px;
}
.hstd-pg .cbharvesting-grp1 .dnd-section {
  padding: 40px 0 20px 0;
}
.hstd-pg .cbharvesting-grp1 .dnd-section > .row-fluid {
  padding: 100px 0;
}
.hstd-pg .cwri-wrapper .cwri-content ul {
  color: #fff;
  line-height: 35px;
  font-size: 22px;
  margin: 0;
  padding: 0;
  list-style: disc inside none;
}
.hstd-pg .cwri-wrapper .cwri-content ul li {
  line-height: 35px;
  font-size: 22px;
}
.hstd-pg .cwri-wrapper .cwri-content p a {
  font-weight: bold;
  color: #000;
}
.hstd-pg .cwri-wrapper .cwri-content p a:hover {
  color: #b5b5b5;
  text-decoration: none;
}
.hstd-pg .cwri-wrapper .cwri-content {
  padding-bottom: 30px;
}
.hstd-pg .body-banner .page-center {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hstd-pg .cwri-wrapper .tintWrap {
  background: transparent;
}
.hsuc-pg .eco-friendly-grp1 .dnd-section {
  padding: 40px 0 20px 0;
}
.hsuc-pg .eco-friendly-grp1 .widget-type-rich_text {
  text-align: center;
}
.hsuc-grp1 .dnd-section > .row-fluid {
  padding-top: 30px;
}
.hsuc-grp1 .widget-type-rich_text h3,
.hsuc-grp3 .widget-type-rich_text h3 {
  letter-spacing: 3px;
}
.hsuc-grp1 .widget-type-rich_text h6,
.hsuc-grp5 .widget-type-rich_text h6 {
  padding-top: 0;
  letter-spacing: 4px;
  margin-bottom: 5px;
}
.hsuc-grp3 .widget-type-rich_text h6 {
  padding-top: 0;
  padding-bottom: 10px;
}
.hsuc-grp5 .widget-type-rich_text h6 {
  line-height: 30px;
  font-family: inherit;
}
.hsuc-grp2 .widget-type-rich_text h6,
.hsuc-grp4 .widget-type-rich_text h6 {
  padding-bottom: 10px;
}
.hsuc-grp1 .widget-type-rich_text p,
.hsuc-grp2 .widget-type-rich_text p {
  margin: 0 0 10px;
}
.hsuc-pg .hsuc-grp2 .dnd-section,
.hsuc-pg .hsuc-grp4 .dnd-section {
  padding: 145px 0 40px 0;
}
.hsuc-pg .hsuc-grp4 .dnd-section > .row-fluid {
  padding-bottom: 30px;
}
.hsuc-pg .eco-friendly-grp1 table {
  font-size: 14px;
  line-height: 24px;
}
.hsuc-pg .eco-friendly-grp1 table p {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 10px;
  word-break: break-word;
}
.hsuc-pg .hsuc-grp4 table p {
  font-size: 20px;
  line-height: 30px;
}
.hsuc-pg .eco-friendly-grp1 table td {
  padding: 6px;
  vertical-align: baseline;
}
.hsuc-grp5 .dnd-section > .row-fluid,
.hsuc-grp3 .dnd-section > .row-fluid {
  padding-bottom: 30px;
}
.hsuc-pg .hsuc-grp2 table tr:first-child p {
  font-size: 20px;
}
/* .hsuc-pg .eco-friendly-grp1 table tr:first-child p {
color: #3b3b3b;
} */
.hsuc-grp5 .hsuc-grp3 table p,
.hsuc-grp3 table p {
  color: #3b3b3b;
}
.fancybox-wrap {
  max-width: calc(100% - 50px);
}
.fancybox-inner {
  max-width: 100%;
}
.eco-friendly-grp3 .body-banner .flex-fixed-inner {
  background: transparent;
}
.value-add-pg .hsiwt-wrap h6 {
  font-family: proxima-nova-1;
  font-weight: 600;
  font-size: 16px;
}
.value-add-pg .hsiwt-wrap .verticalAlignment,
.value-add-pg .hsiwt-wrap ul li {
  min-height: 300px;
}
.fullwidth-grp1 .widget-type-form {
  color: #323232;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 24px;
  font: 16px "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}
.fullwidth-grp1 .widget-type-form h2 {
  font: 16px "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: #284fa1;
}
.fullwidth-grp1 .widget-type-form p {
  font: 16px "Helvetica Neue", Arial, sans-serif;
  white-space: pre-wrap;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 24px 0;
  color: #323232;
}
.fullwidth-grp1 .widget-type-form .field {
  margin: 0 0 24px 0;
}
.fullwidth-grp1 .widget-type-form .field > label {
  font: 16px "Helvetica Neue", Arial, sans-serif;
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  font-weight: bold;
  color: #323232;
  position: relative;
}
.fullwidth-grp1 .widget-type-form .field > label .hs-form-required {
  font-size: 0;
}
.fullwidth-grp1 .widget-type-form .field > label .hs-form-required:before {
  content: "\2217";
  position: absolute;
  top: -4px;
  left: -12px;
  color: #f5463b;
  font-size: 16px;
}
.fullwidth-grp1 .widget-type-form .hs-input {
  padding: 10px 15px;
  min-height: 28px;
  width: 100%;
  height: 46px;
  border: 1px solid #b0b6bb;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #323232;
  display: inline-block;
}
.fullwidth-grp1 .widget-type-form .hs-input:focus {
  outline: 1px solid #5dacd6;
}
.fullwidth-grp1 form > div:nth-child(8) p {
  font-size: 11px;
  line-height: normal;
}
.fullwidth-grp1 .widget-type-form p a {
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  color: #323232;
  line-height: 35px;
}
.fullwidth-grp1 .widget-type-form .hs-button {
  font-weight: normal;
  outline: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  vertical-align: middle;
  transition: all 0.1s ease-in-out;
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  padding: 16px;
  line-height: 1;
  box-shadow: none;
  border-radius: 3px;
  text-transform: none;
  background-color: #284fa1;
  border: 1px solid #284fa1;
  color: #ffffff;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.fullwidth-grp1 .widget-type-form .hs-button:hover {
  background-color: #3263ca;
  border: 1px solid #3263ca;
  text-decoration: none;
}
.fullwidth-grp1 .widget-type-form .hs-input.invalid.error {
  border-color: #f5463b !important;
  color: #f5463b !important;
}
.fullwidth-grp1 .widget-type-form .hs-error-msgs label {
  font: 16px "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
  color: #f5463b;
}
.ef-grp5 .cwri-wrapper .cwri-scroll .cwri-content p {
  color: #3b3b3b;
}



@media (max-width: 1170px) {
  .body-container-wrapper .dnd-section {
    padding: 60px 20px 40px;
  }
  .cbharvesting-grp1 .dnd-section {
    padding-bottom: 141px;
  }
  .cbharvesting-grp1 .dnd-section > .row-fluid {
    max-width: 100%;
  }
  .cbharvesting-grp2 .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cbharvesting-grp2 .dnd-section > .row-fluid,
  .eco-friendly-grp2 .dnd-section > .row-fluid,
  .ef-grp5 .cwri-wrapper .cwri-scroll .page-center {
    max-width: 100%;
  }
  .cbharvesting-grp3 .dnd-section > .row-fluid,
  .eco-friendly-grp4 .dnd-section > .row-fluid {
    max-width: 900px;
  }
  .body-container-wrapper .cbharvesting-grp3 .dnd-section {
    padding-top: 165px;
    padding-bottom: 60px;
  }
  .eco-friendly-grp1 .dnd-section, 
  .eco-friendly-grp4 .dnd-section {
    padding-top: 165px;
    padding-bottom: 60px;
  }
  .eco-friendly-grp6 .dnd-section > .row-fluid {
    padding: 20px;
    padding-top: 46px;
  }
  .eco-friendly-grp6 .dnd-section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 145px;
  }
  .hstd-pg .cbharvesting-grp1 .dnd-section > .row-fluid {
    padding: 120px 20px;
  }
  .hstd-pg .cwri-wrapper .page-center {
    max-width: 100%;
  }
  .hstd-pg .body-banner .page-center {
    padding: 60px 20px;
  }
  .hsuc-pg .eco-friendly-grp1 .dnd-section > .row-fluid {
    padding: 20px;
    max-width: 940px;
  }
  .hsuc-pg .hsuc-grp1 .dnd-section > .row-fluid {
    padding-top: 50px;
  }
  .hsuc-pg .hsuc-grp5 .dnd-section > .row-fluid, 
  .hsuc-pg .hsuc-grp3 .dnd-section > .row-fluid {
    padding-bottom: 50px;
    max-width: 100%;
  }

}

@media (max-width: 979px) {

  .cbharvesting-grp1 .dnd-section .span4 {
    padding-top: 0;
  }
  .cbharvesting-grp2 .widget-type-rich_text {
    padding-top: 0;
  }
  .cbharvesting-grp3 .dnd-section > .row-fluid,
  .eco-friendly-grp1 .dnd-section > .row-fluid, 
  .eco-friendly-grp4 .dnd-section > .row-fluid {
    max-width: 684px;
  }
  .cbharvesting-pg .cwri-wrapper .cwri-fixed .page-center {
    max-width: 100%;
  }
  .eco-friendly-pg .hsbs-wrapper .hsbs-row {
    padding: 100px 0;
  }
  .eco-friendly-grp3 .body-banner-col {
    padding: 0;
  }
  .eco-friendly-grp4 .dnd-section {
    padding-top: 135px;
    padding-bottom: 30px;
  }
  .ef-grp5 .body-banner .page-center {
    padding: 0;
  }
  .ef-grp5 .body-banner {
    padding: 60px 20px 40px;
  }
  .ef-grp5 .body-banner .flex-fixed-inner {
    left: 0;
  }
  .eco-friendly-grp6 .dnd-section > .row-fluid {
    padding-top: 21px;
  }
  .hstd-pg .body-banner .page-center {
    padding: 20px;
  }
  .hsuc-pg .eco-friendly-grp1 .dnd-section > .row-fluid {
    max-width: 724px;
  }
  .hsuc-pg .hsuc-grp5 .dnd-section > .row-fluid, 
  .hsuc-pg .hsuc-grp3 .dnd-section > .row-fluid {
    max-width: 100%;
  }
  .value-add-pg .hsiwt-wrap .verticalAlignment,
  .value-add-pg .hsiwt-wrap ul li {
    min-height: 75px;
  }
  .value-add-pg .hsiwt-wrap .paragraphWrap {
    height: 75px;
  }

}

@media (max-width: 767px) {
  .cbharvesting-grp1 .dnd-section .span8 {
    margin-bottom: 20px;
  }
  .cbharvesting-grp1 .dnd-section {
    padding-bottom: 153px;
  }
  .cbharvesting-grp2 .dnd-section .span6,
  .cbharvesting-grp3 .widget-type-rich_text {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .cbharvesting-pg .body-banner .body-banner-col,
  .cbharvesting-pg .cwli-wrapper .cwri-row {
    width: 100%;
  }
  .eco-friendly-grp1 .dnd-section .span8 {
    padding-bottom: 20px;
  }
  .eco-friendly-grp1 table,
  .eco-friendly-grp1 thead,
  .eco-friendly-grp1 tbody,
  .eco-friendly-grp1 th,
  .eco-friendly-grp1 td,
  .eco-friendly-grp1 tr {
    display: block;
  }
  .eco-friendly-grp1 table tr {
    border: 1px solid #ccc;
  }
  .eco-friendly-grp1 table tr:first-child {
    display: none!important;
  }
  .eco-friendly-grp1 table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%!important;
  }
  .eco-friendly-grp1 td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 14px;
  }
  .eco-friendly-grp1 td:nth-of-type(1):before {
    content: "ITEM";
  }
  .eco-friendly-grp1 td:nth-of-type(2):before {
    content: "NET WT.";
  }
  .eco-friendly-grp1 td:nth-of-type(3):before {
    content: "LAYER/HIGH";
  }
  .eco-friendly-grp1 td:nth-of-type(4):before {
    content: "PALLET CT.";
  }
  .eco-friendly-grp1 td:nth-of-type(5):before {
    content: "DIMENSIONS";
  }
  .eco-friendly-grp1 td:nth-of-type(6):before {
    content: "CUBE";
  }
  .eco-friendly-grp3 .body-banner .dynamic-p {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .ef-grp5 .body-banner .page-center {
    width: 100%;
  }
  .eco-friendly-grp6 .dnd-section > .row-fluid {
    max-width: 100%;
  }
  .eco-friendly-grp6 .widget-type-rich_text {
    margin-bottom: 40px;
    padding-top: 10px;
  }
  .hstd-pg .cbharvesting-grp1 .dnd-section > .row-fluid {
    padding-bottom: 140px;
  }
  .hsuc-pg .eco-friendly-grp1 .widget-type-rich_text {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .hsuc-pg .eco-friendly-grp1 td:nth-of-type(2):before {
    content: "SIZE";
  }
  .hsuc-pg .eco-friendly-grp1 td:nth-of-type(3):before {
    content: "PACKAGING STYLE";
  }
  .hsuc-pg .eco-friendly-grp1 td:nth-of-type(4):before {
    content: "OLD UPC";
  }
  .hsuc-pg .eco-friendly-grp1 td:nth-of-type(5):before {
    content: "NEW (12 DIGIT) UPC";
  }
  .hsuc-pg .eco-friendly-grp1 td:nth-of-type(6):before {
    content: "NEW GTIN";
  }
}




.nopd .dnd-section>.row-fluid {
  max-width: 100%;
}
.nopd .dnd-section {
  padding: 0;
}
.chfs_row1 .dnd-section {
  padding: 145px 0 40px 0;
  background-size: 100% 100% !important;
} 
.chfs_row1 .widget-type-rich_text {
  width: 48.717948717948715%;
  margin: 0 auto;
}
.chfs_row1 .widget-type-rich_text h6 {
  text-align: center;
  padding-bottom: 10px;
}

.chfs_row1 .widget-type-rich_text h3 {
  text-align: center;
  letter-spacing: 2px;
}
@-webkit-keyframes typekitLoad {
  0% {
    opacity: 0
  }

  100% {  
    opacity: 1
  }
}  

@keyframes typekitLoad {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1 
  }
}
.safety_row1 .widget-type-rich_text img {
  float: right;
  width: 50%;
  margin-left: 20px;
}
.f_safety_pg .widget-type-rich_text h3 {
  color: #3b3b3b;
  word-break: initial;
}

.f_safety_pg h3 {
  line-height: 55px;
  padding: 0 0 5px 0;
  text-decoration: none;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-style: normal;
  text-transform: none;
  letter-spacing: 3px;
  font-family: futura-pt-1;
  font-size: 55px;
  font-weight: 300;
  text-align: center;
} 

.f_safety_pg .widget-type-rich_text h3 {
  color: #3b3b3b;
}
.f_safety_pg .widget-type-rich_text p {
  font-family: futura-pt-1;
  font-size: 22px;
  line-height: 35px;
  font-weight: 100;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  color: #3b3b3b;
  margin: 0; 
} 
.f_safety_pg .dynamic-p ul, .f_safety_pg .widget-type-rich_text ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.f_safety_pg .widget-type-rich_text, .f_safety_pg .body-banner-content {
  text-align: center;
  width: 65.81196581196582%;
  margin: 0 auto;
}
.safety_row9 {
  background-size: 100% 100%;
  padding: 145px 0 40px 0;
  background-repeat: no-repeat;
}

.safety_row9 .dnd-section { 
  padding: 0;
  background: transparent;
}
.safety_row9 .span4 {
  margin-bottom: 30px;
}
.safety_row9 .span6 {
  padding-bottom: 25px;
}
.f_safety_pg .hs-button:hover {
  text-decoration: underline;
}
.f_safety_pg .hs-button {
  font-weight: 500;
  padding: 7px 17px 7px 21px;
}
.safety_row9 .widget-type-header {
  text-align: center;
}
.safety_row9 img {
  max-width: 100%;
  display: block;
}
.safety_row1 .hs-button {
  text-decoration: none !important;
}
.org_row_wrap .dnd-section {
  padding: 0;
  background: transparent;
} 
.org_row_wrap {
  background-size: 100% 100%;
  padding: 245px 0 40px 0;
  background-repeat: no-repeat;
}
.org_row1 .span6 .imglist.img-pin img { 
  margin: 0 auto; 
} 
.org_row1 .widget-type-rich_text h3 {
  text-align: center;
  margin-bottom: 12px; 
}
.org_row1 .widget-type-rich_text p {
  line-height: 35px;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  margin-bottom: 8px;
} 
.org_row_wrap img {
  display: block; 
  max-width: 100%;
}
.org_row_wrap .widget-type-header h4 {
  text-align: center;
  color: #e63525;
  font-family: proxima-nova-1;
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 27px;
  padding: 4px 0 0 0;
}

.eco-friendly-grp1.org_row1_table table p {
  margin-bottom: 10px;
}
.org_row2 {
  padding-top: 30px;
}

.org_row2 .imglist.img-pin img {
  width: 100%;
} 
.org_row2 .span3 {
  padding: 50px 0 0;
} 
.org_row2 .row-fluid {
  align-items: flex-start;
} 
.org_row2 .widget-type-header h4 { 
  margin-bottom: -5px;
}
.org_row2 .span12 {
  display: block !important;
}
.org_row2 .widget-type-linked_image img {
  width: 100% !important;
}
.t_food_pg h3 {
  font-family: futura-pt-1;
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
  padding: 0 0 5px 0;
  text-decoration: none;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-style: normal;
  text-transform: none;
  letter-spacing: 3px;
  word-break: break-word;
}
.t_food_pg .widget-type-rich_text h3 {
  color: #3b3b3b;
} 
.t_food1 .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper {
  padding-bottom: 56.25% !important;
  padding-top: 30px !important;
  margin-bottom: 30px !important; 
}
.t_food1 .hs-responsive-embed-wrapper {
  max-width: 100% !important;
  max-height: initial !important;
}
.t_food_pg .widget-type-rich_text p {
  color: #3b3b3b;
} 

.t_food_pg p {
  font-family: futura-pt-1;
  font-size: 22px;
  line-height: 35px;
  font-weight: 100;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
}
.t_food_pg .body-banner-content {
  text-align: center;
  padding: 120px 0;
}
.t_food_pg .body-banner h6,
.t_food_pg h6{
  margin: 0;
  font-family: inherit;
  text-transform: none;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  margin: -10px 0 -5px 0;
}
.t_food_pg .dynamic-headline-text-wrap {
  padding-bottom: 10px;
}
.t_food_pg .dynamic-p { 
  padding-bottom: 10px;
  margin-bottom: 0;
}
.t_food_pg .dnd-section>.row-fluid {
  align-items: flex-start;
}
.t_food_pg .widget-type-rich_text h4 {
  font-family: inherit;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3b3b3b;
  padding: 0 0 15px 0;
  text-decoration: none;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-style: normal;
  letter-spacing: 3px;
  text-align: center;
}
.t_food4 .body-banner .dynamic-p {
  padding: 0;
}

.t_food4 .body-banner .dynamic-p p {
  line-height: 24px;
  margin: 0;
} 
.t_food5 .dnd-section>.row-fluid > div,
.t_food7 .dnd-section>.row-fluid > div{
  width: 65.81196581196582%;
  margin: 0 auto;
  float: none;
} 

.t_food5 .widget-type-rich_text img {
  float: right;
  width: 50%;
  margin-left: 20px;
  max-width: 100%;
} 
.t_food5 .widget-type-rich_text h6,
.t_food7 .widget-type-rich_text h6{
  color: #3b3b3b;
  text-transform: lowercase;
  margin-bottom: 21px;
  letter-spacing: 4px;
  font-family: proxima-nova-1;
  font-style: italic;
  padding-top: 12px;
}
.t_food5 .widget-type-rich_text p {
  margin: 0;
} 
.t_food5 .span12 {
  display: block !important;
} 

.t_food6 .body-banner-col {
  width: 50%;
  margin: 0 auto;
  padding: 22px 0;
}
.t_food6 h6.dynamic-h6 {
  font-family: proxima-nova-1;
  letter-spacing: 4px;
  text-transform: lowercase;
  font-style: italic;
} 
.t_food6 .body-banner-content { 
  padding-bottom: 98px;
}
.t_food7 .widget-type-rich_text{
  text-align: center; 
}
.t_food7 .widget-type-rich_text p {
  line-height: 24px;
  margin: 0;
} 
.t_food6 .body-banner h3 {
  margin-bottom: 10px;
}
.t_food_pg .body-banner .flex-fixed-inner {
  background: transparent;
} 
.t_food_pg .hs-button {
  padding: 7px 17px 7px 21px;
}
.nopd.t_food2.t_retail2 h3 {
  font-family: futura-pt-1;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
  font-style: normal;
}

.nopd.t_food2.t_retail2 h6 {
  font-family: proxima-nova-1;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.t_food4.t_retail4 .dnd-section {
  background: transparent;
  text-align: center;
  color: #fff;
}
.t_food4.t_retail4 .widget-type-rich_text h3 {
  color: #fff;
  margin-bottom: 6px;
}

.t_food4.t_retail4 .widget-type-rich_text h6 {
  color: white;
  font-size: 22px;
  line-height: 35px;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-family: futura-pt-1;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 10px;
}

.t_food4.t_retail4 .widget-type-rich_text p {
  color: #fff;
}
.t_retail5 .widget-type-rich_text h6 {
  color: #3b3b3b;
  letter-spacing: normal;
  font-weight: bold;
  font-family: futura-pt-1;
  font-size: 22px;
  line-height: 35px;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  margin-bottom: 10px;
}

.t_retail5 .widget-type-rich_text h3 {
  margin-bottom: 6px;
}
.nopd.t_retail6 .body-banner-content {
  padding: 0;
}
.t_retail7 .row-fluid {
  align-items: flex-start;
}
.t_retail7 .widget-type-rich_text p {
  color: #080808;
}

.t_retail7 .widget-type-rich_text h3 {
  margin-bottom: 10px;
} 
.eco-friendly-grp1.t_food8.t_retail8 .widget-type-rich_text h6 {
  font-family: proxima-nova-1;
  text-align: center;
  color: #e63525;
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 27px;
  padding: 14px 0 0 0;
  padding-bottom: 10px;
}

.eco-friendly-grp1.t_food8.t_retail8 .widget-type-rich_text h3 {
  font-family: futura-pt-1;
  text-align: center;
  font-weight: 400;
  color: #013E7E;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
}
.t_retail8 .hstwti-wrap .aligntop .caption p { 
  vertical-align: middle; 
  text-align: center;
}
.eco-friendly-grp1.t_food8.t_retail8 table p {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 10px;
} 
.t_retail5 .widget-type-rich_text {
  text-align: center;
}
.t_retail8 .hstwti-wrap .hstwti-title h6 {
  text-align: center;
  font-family: proxima-nova-1;
  color: #e63525;
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 27px;
  padding: 14px 0 0 0;
}
.t_food1.t_retail1 .widget-type-rich_text h3 {
  color: #2e2e2e;
}
.t_retail7 .widget-type-rich_text h3  {
  color: #050505;
}
.w_new_pg main.body-container-wrapper {
  padding: 0;
}
.w_new_row2 .span2 {
  padding: 15px 0;
}

.w_new_row2 .dnd-section {
  padding: 0;
}
.w_new_row2 .span10 {
  width: 83.333%;
  margin-left: 2.564102564102564%;
  padding-top: 20px;
  color: #fff;
}
.w_new_row2 .span2 {
  padding: 15px 0;
  width: 16.666%;
}
.w_new_row2 .widget-type-rich_text h3 {
  text-transform: none;
  font-family: futura-pt-1;
  text-align: left;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  color: #fff;
  letter-spacing: normal;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
}
.w_new_pg .row-fluid {
  align-items: flex-start;
}
.w_new_row2 .widget-type-rich_text p {
  font-size: 22px;
  line-height: 35px;
}
.w_new_row3 .cwi_wrap {
  padding-top: 10px;
}
.w_new_row3 .span6 {
  padding-bottom: 20px;
}
.w_new_row4 {
  position: relative;
}
.w_new_row4_bg_inr {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  background-position: center center;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.w_new_row4_bg {
  position: absolute;
  top: 0;
  clip: rect(auto,auto,auto,auto);
  width: 100%;
  height: 100%;
}

.w_new_row4_inr {
  background: rgba(255, 255, 255, 0.49);
  position: relative;
}

.w_new_row4_inr .dnd-section {
  background: transparent !important;
}
.w_new_pg {  
  position: relative;
}
.org_row1_table table {
  margin-top: 44px;
}
.t_food4 .body-banner .page-center,
.t_retail2 .body-banner .page-center {
  max-width: 100%;
}
.t_food4 .body-banner-content,
.t_retail2 .body-banner-content {
  width: 65.81196581196582%;
  margin-left: calc(14.52991452991453% + 2.564102564102564%);
}







@media (max-width: 1170px){
  .safety_row1 .widget-type-rich_text img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .f_safety_pg .body-container-wrapper .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .safety_row9 img {
    max-width: 100%;
  }
  .safety_row9 > div {
    padding: 20px 0;
  }
  .safety_row9 .dnd-section>.row-fluid {
    padding: 0 20px;
  }
  .t_food1 .dnd-section>.row-fluid ,
  .t_food3 .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .t_food5 .widget-type-rich_text img {
    float: none;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  } 
  .t_food5 .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 20px 0 0;
  }
  .t_food6 .body-banner-content {
    padding-bottom: 30px;
    padding-top: 37px;
  }
  .t_food7 .dnd-section>.row-fluid {
    padding: 0;
    max-width: 100%;
  }
  .nopd.t_retail6 .dnd-section>.row-fluid,
  .t_retail5 .dnd-section>.row-fluid ,
  .t_food4.t_retail4 .dnd-section>.row-fluid{
    max-width: 100%;
  }
  .w_new_row2 .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 0 10px;
  }
  .w_new_row3 .dnd-section>.row-fluid ,
  .w_new_row4 .dnd-section>.row-fluid{
    max-width: 100%;
  }
  .w_new_row3 .cwi_wrap .cwi_ttl {
    margin-top: 0;
  }
  .w_new_row3 .cwi_wrap {
    padding-top: 0;
  }
  .org_row_wrap .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .org_row1 .dnd-section > .row-fluid {
    padding-top: 20px;
  }
  .org_row2 .dnd-section > .row-fluid {
    padding-bottom: 20px;
  }
  .t_food4 .body-banner .dynamic-p p {
    line-height: 24px;
  }


}
@media (max-width: 979px){
  .chfs_row1 .dnd-section > .row-fluid { 
    padding: 20px;
  }
  .chefs_pg .hsbs-title e{ 
    padding-bottom: 200px;
  }

  .pd_bnr .hsbs-title{ 
    padding-bottom: 100px;
    padding-top: 100px;  
  }
  .safety_row9 .span6 {
    padding-bottom: 0;
  }
  .org_row_wrap .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  } 
  .eco-friendly-grp1.org_row1_table .dnd-section > .row-fluid {
    padding: 0;
  }
  .t_food_pg .body-banner-content { 
    padding: 0;
  }
  .t_food6 .body-banner-col {
    width: 57.666667%; 
  }
  .t_food6 .body-banner-content {
    padding-bottom: 18px;
    padding-top: 37px;
  }
  .org_row2 .span3 {
    padding: 0;
  }
  .org_row1_table table {
    margin-top: 0;
  }
  .org_row_wrap {
    padding: 145px 0 40px 0;
  }
  .org_row1 .span6 {
    padding-bottom: 0 !important;
  }
  .org_row_wrap .widget-type-header h4 {
    letter-spacing: 0;
  }

}


@media (max-width: 767px) {
  .chfs_row1 .widget-type-rich_text {
    width: 100%; 
    padding-bottom: 25px;
  }
  .safety_row9 img { 
    width: 100%;
  }
  .safety_row9 .widget-type-header h4 {
    padding-bottom: 20px;
  }
  .f_safety_pg .widget-type-rich_text,
  .f_safety_pg .body-banner-content { 
    width: 100%; 
  }
  .f_safety_pg h3 { 
    word-break: break-word;
  }
  .org_row_wrap .dnd-section > .row-fluid {
    max-width: 100%;
  }

  .org_row1 .span6:last-child {
    padding-bottom: 22px !important;
  }
  .org_row_wrap .widget-type-header h4 {
    margin-bottom: 15px;
    letter-spacing: normal; 
  } 
  .eco-friendly-grp1.org_row1_table .dnd-section > .row-fluid {
    padding: 0 20px;
  }
  .org_pg .hsbs-wrapper .page-center {
    max-width: 100%;
  }
  .eco-friendly-grp1.org_row1_table td:nth-of-type(2):before {
    content: "PACK";
  }
  .eco-friendly-grp1.org_row1_table td:nth-of-type(3):before {
    content: "CBF SKU";
  }
  .eco-friendly-grp1.org_row1_table td:nth-of-type(4):before {
    content: "PER PALLET";
  }
  .t_food1 .widget-type-rich_text p {
    margin: 0;
  }
  .t_food_pg .dynamic-p {     
    margin-bottom: 20px;
  }
  .t_food3 .widget-type-rich_text p { 
    padding-bottom: 20px;
  }
  .t_food4 .body-banner .dynamic-p p { 
    margin: 0;
  }
  .t_food5 .dnd-section>.row-fluid > div, .t_food7 .dnd-section>.row-fluid > div {
    width: 100%; 
  }

  .t_food6 .body-banner-col {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: -20px;
  }
  .t_food6 .body-banner-content {
    padding-bottom: 0;
    padding-top: 0;
  }
  .t_food_pg .widget-type-rich_text h4 {
    letter-spacing: normal;
  }
  .t_food4 .body-banner-content,
  .t_retail2 .body-banner-content {
    width: 100%;
    margin-left: 0;
  } 
  .t_food4.t_retail4 .widget-type-rich_text p { 
    padding-bottom: 20px;
  } 
  .t_retail5 .widget-type-rich_text p {
    padding-bottom: 20px;
  }
  .t_retail7 .span8 {
    padding-bottom: 20px;
  }
  .eco-friendly-grp1.t_food8.t_retail8 .dnd-section>.row-fluid {
    padding-bottom: 100px;
  }
  .t_food4.t_retail4 .widget-type-rich_text p {
    word-break: break-word;
  }
  .eco-friendly-grp1.t_food8.t_retail8 .widget-type-rich_text h3 { 
    margin-top: 10px;
  }
  .w_new_row2 .span2 {
    padding: 15px 0 0;
    width: 100%;
    text-align: center;
  }
  .w_new_row2 .span10 {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    color: #fff;
  }  
  .w_new_row3 .imglist.img-pin img {
    width: 100%;
  }
  .w_new_row3 .cwi_wrap { 
    padding-bottom: 40px;
  } 
  .cwi_img img {
    width: 100%;
    max-width: 100%; 
  }
  .w_new_row4 .dnd-section {
    margin-bottom: 40px;
  } 
  .w_new_row2 .dnd-section { 
    padding-bottom: 25px;
  } 
  .w_new_row3 .span6 {
    padding-bottom: 0;
  }
  .cwi_wrap .cwi_cnt {
    padding-bottom: 0 !important;
  }
  .fancybox-skin {
    margin: 0 -5px !important;
  }

}






.hs-true-leaf-farm-page .body-container-wrapper .dnd-section {
  background-color: transparent;
}

.no-banner .hs-true-leaf-farm-page .body-container-wrapper {
  padding-top: 0;
}

.hs-true-leaf-farm-page .body-container-wrapper .dnd-section {
  background-color: transparent;
}

.cst-lf-frm-r1-grp .dnd-section {
  padding: 0!important;
}

.cst-lf-frm-r2-grp {
  background-position: top left;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: 100% 100%;
  padding: 145px 0 40px 0;
  margin: 0;
}
.cst-lf-frm-r2-grp .dynamicColumn.span12 .left-imge-grp {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 40.17094017094017%;
}

.cst-lf-frm-r2-grp .dynamicColumn.span12 .right-imge-grp {
  overflow: hidden;
}

.cst-lf-frm-r2-grp .dynamicColumn.span12 .right-imge-grp .widget-type-rich_text h3 {
  font-family: futura-pt-1;
  text-align: center;
  font-weight: 400;
  color: #013E7E;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cst-lf-frm-r2-grp .dynamicColumn.span12 .right-imge-grp .widget-type-rich_text p {
  font-weight: 300;
  font-size: 20px;
  color: #000;
}

.cst-lf-frm-r3-grp {
  position: relative;
  width: 100%;
  padding: 40px 0 20px 0;
  overflow: hidden;
}
.cst-lf-frm-r3-grp .flex-fixed-inner {
  position: absolute;
  top: 0;
  clip: rect(auto,auto,auto,auto);
  width: 100%;
  height: 100%;
}
.cst-lf-frm-r3-grp .flex-fixed-inner .noBlurWrap {
  position: fixed;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  background-position: center center;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.cst-lf-frm-r3-grp .cst-height {
  padding: 200px 0;
}

.cst-lf-frm-r5-grp {
  background-size: 100% 100%;
  padding: 145px 0 40px 0;
  margin: 0;
  background-position: left top;
  background-attachment: scroll;
  background-repeat: repeat;
}
.cst-lf-frm-r5-grp .inner-page-center.clearfix .row.clearfix .left-imge-grp {
  display: block;
  float: left;
  width: 48.717948717948715%;
}
.cst-lf-frm-r5-grp .inner-page-center.clearfix {
  padding-top: 50px;
}



.cst-lf-frm-r5-grp .inner-page-center.clearfix .row.clearfix .right-imge-grp {
  min-height: 1px;
  margin-left: 2.564102564102564%;
  display: block;
  float: left;
  width: 48.717948717948715%;
}


.cst-lf-frm-r5-grp .inner-page-center.clearfix .row.clearfix .left-imge-grp .widget-type-rich_text {
  text-align: center;
}

.cst-lf-frm-r5-grp .inner-page-center.clearfix .row.clearfix .right-imge-grp .cst-lf-frm-r5-right-section {
  width: 100%;
  margin-bottom: 0;
}


.cst-lf-frm-r5-grp .dnd-section {
  padding: 0!important;
}
.cst-lf-frm-r6-grp .page-center.clearfix {
  max-width: 100%;
}

.cst-lf-frm-r6-grp .page-center.clearfix .row > div {
  display: block;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}



.cst-lf-frm-r5-grp .inner-page-center.clearfix .row.clearfix {
  width: 100%;
}

.cst-video-r2-grp {
  background-size: 100% 100%;
  padding: 145px 0 40px 0;
  margin: 0;
  background-attachment: scroll;
  background-position: left top;
  background-repeat: repeat;
}
.cst-data-trends-r2-grp {
  background-size: 100% 100%;
  padding: 145px 0 40px 0;
  margin: 0;
  background-position: left top;
  background-attachment: scroll;
  background-repeat: repeat;
}
.cst-data-trends-r3-grp {
  position: relative;
  width: 100%;
  padding: 40px 0 20px 0;
  overflow: hidden;
}
.cst-data-trends-r3-grp .flex-fixed-inner {
  position: absolute;
  top: 0;
  clip: rect(auto,auto,auto,auto);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cst-data-trends-r3-grp .flex-fixed-inner .noBlurWrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  background-position: center center;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: fixed;
}

.tintWrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translate3d(0,0,0);
  background: rgba(0, 0, 0, 0.34);
}

.hs-data-trends-page .dnd-section {
  padding: 0 0 0 0!important;
}

.cst-data-trends-r3-grp.cst-data-trends-r5-grp .tintWrap {
  background: rgba(0, 0, 0, 0.3);
}


.cst-retail-r1-grp {
  position: relative;
  width: 100%;
  padding: 40px 0 20px 0;
  overflow: hidden;
  z-index: 2;
}

.cst-retail-r1-grp .flex-fixed-inner {
  position: absolute;
  top: 0;
  clip: rect(auto,auto,auto,auto);
  width: 100%;
  background: rgba(0,0,0,0.1);
  height: 100%;
}


.cst-retail-r1-grp .flex-fixed-inner .noBlurWrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  background-position: center center;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: fixed;
}

.cst-retail-r1-grp .page-center.clearfix {
  position: relative;
}

.cst-retail-r1-grp .page-center.clearfix .widget-type-rich_text p {
  margin: 0;
}
.cst-retail-r1-grp .page-center.clearfix .widget-type-rich_text p {
  margin: 0;
  font-size: 22px;
  line-height: 35px;
}

.cst-retail-r3-grp {
  position: relative;
  width: 100%;
  padding: 40px 0 20px 0;
  overflow: hidden;
}

.cst-retail-r3-grp .flex-fixed-inner {
  position: absolute;
  top: 0;
  clip: rect(auto,auto,auto,auto);
  width: 100%;
  height: 100%;
}

.cst-retail-r3-grp .flex-fixed-inner .noBlurWrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  background-position: center center;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: fixed;
}

.cst-retail-r3-grp .page-center.clearfix {
  position: relative;
  z-index: 2;
}

.cst-retail-r3-grp .page-center.clearfix .dnd-section {
  padding: 0!important;
}

.cst-retail-r3-grp .page-center.clearfix .inner-page-center.clearfix {
  display: flex;
  align-items: flex-start;
}
.cst-retail-r3-grp .page-center.clearfix .inner-page-center.clearfix .dynamicColumn.span4:first-child {
  margin-left: 0;
}
.cst-retail-r3-grp .page-center.clearfix .inner-page-center.clearfix .dynamicColumn.span4 {
  min-height: 1px;
  margin-left: 2.564102564102564%;
  width: 31.623931623931625%;
}

.cst-retail-r3-grp .page-center.clearfix .inner-page-center.clearfix .dynamicColumn.span4 .widget-type-rich_text {
  text-align: center;
  font-size: 22px;
  line-height: 35px;
}


.cst-value-added-r1-grp {
  background-size: 100% 100%;
  padding: 145px 0 40px 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: left top;
}

.cst-value-added-r1-grp .widget-type-header h4 {
  font-family: proxima-nova-1;
  text-align: center;
  color: #e63525;
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 27px;
  padding: 4px 0 0;
  text-shadow: 0 0 0 rgb(0 0 0 / 1%);
}
.cst-value-added-r1-grp .widget-type-header {
  padding: 0 0 5px 0;
  text-align: center;
}


.cst-value-added-r1-grp .span4 .hs_cos_wrapper_type_module {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}


.cst-value-added-r1-grp .span4 .hs_cos_wrapper_type_module a.hs-button {
  max-width: 250px;
  width: 100%;
  margin: 20px 0 0 0;
  font-family: futura-pt-1;
  font-weight: 500;
  color: #013E7E;
  text-shadow: 0 0 0 rgb(1 62 126);
  font-size: 14px;
  padding: 7px 17px 7px 21px;
}

.cst-value-added-r1-grp .span4 .hs_cos_wrapper_type_module a.hs-button:hover {
  text-decoration: underline;
}

.cst-value-added-r2-grp {
  position: relative;
  width: 100%;
  padding: 40px 0 20px 0;
  overflow: hidden;
}
.cst-value-added-r2-grp .tintWrap {
  background: #000;
}

.cst-value-added-r2-grp .page-center {
  position: relative;
  color: #fff;
}

.cst-value-added-r2-grp .page-center .inner-page-center.clearfix {
  display: flex;
  align-items: flex-start;
}

.cst-value-added-r2-grp .page-center .inner-page-center.clearfix .dynamicColumn.span2:first-child {
  margin-left: 0;
}
.cst-value-added-r2-grp .page-center .inner-page-center.clearfix .dynamicColumn.span2 {
  width: 14.52991452991453%;
  min-height: 1px;
  margin-left: 2.564102564102564%;
}
.cst-value-added-r2-grp .page-center .inner-page-center.clearfix .dynamicColumn.span8 {
  min-height: 1px;
  margin-left: 2.564102564102564%;
  width: 65.81196581196582%;
  text-align: center;
}

.cst-value-added-r2-grp .page-center .inner-page-center.clearfix .dynamicColumn.span8 .widget-type-rich_text h3 {
  margin: 0;
  font-family: futura-pt-1;
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
  padding: 0 0 5px 0;
  text-decoration: none;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-style: normal;
  text-transform: none;
  letter-spacing: 3px;
  color: #fff;
}

.cst-value-added-r2-grp .page-center .inner-page-center.clearfix .dynamicColumn.span8 .widget-type-rich_text p {
  font-family: futura-pt-1;
  font-size: 22px;
  line-height: 35px;
  font-weight: 100;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  margin: 0;
}


.cst-value-added-r3-grp .span6 {
  width: 50%!important;
  margin-left: 0!important;
  display: block!important;
  margin: 0 0 -19px 0;
}

.cst-value-added-r3-grp .iwca-mdl .iwca-item.left {
  width: 100%;
}

.cst-value-added-r3-grp .iwca-mdl .iwca-item.left .cont-wrap {
  padding: 0;
}

.cst-value-added-r3-grp .iwca-mdl .iwca-item.left .cont-wrap .hs-title h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 55px;
  padding: 0 0 5px 0;
  text-decoration: none;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-style: normal;
  text-transform: none;
  letter-spacing: 3px;
  font-weight: 300;
}

.cst-value-added-r3-grp .iwca-mdl .iwca-item.left .hs-btn-wrap {
  margin-bottom: 10px;
}
.cst-value-added-r3-grp .iwca-mdl .iwca-item.left .hs-btn-wrap a:hover {
  font-family: jubilat-1;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-align: center;
  background: #4ec450;
  background-color: rgba(78,196,80,1);
  border-style: double double double double;
  border-color: #c7b48b #c7b48b #c7b48b #c7b48b;
  border-width: 4px 4px 4px 4px;
  color: #c7b48b;
}
.cst-value-added-r3-grp .iwca-mdl .iwca-item.left .hs-btn-wrap a {
  font-family: jubilat-1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  background: #c7b48b;
  background-color: rgba(199,180,139,1);
  border-color: #c7b48b #c7b48b #c7b48b #c7b48b;
  color: #fff;
  float: none;
  margin-left: auto!important;
  margin-right: auto!important;
  display: table;
  width: 250px;
}

.cst-value-added-r3-grp .span6:first-child.iwca-mdl .iwca-item.left .cont-wrap {
  padding: 0;
  background-color: rgba(26, 40, 87, 1.0);
}
.cst-value-added-r3-grp .span6:last-child .iwca-mdl .cont-wrap {
  background-color: #a8123e;
  padding-bottom: 60px;
}
.cst-value-added-r3-grp .span6 .iwca-mdl {
  background: transparent!important;
}
.cst-value-added-r3-grp .span6:first-child .iwca-mdl .cont-wrap {
  background-color: #1a2857;
  padding-bottom: 60px;
}

.cst-value-added-r3-grp {
  background: rgba(229, 229, 229, 1);
}

.cst-store-r1-grp {
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: 100% 100%;
  padding: 145px 0 40px 0;
  margin: 0;
}

.hs-store-page .dnd-section {
  padding: 0!important;
}



/* Start: Recommended Isotope styles */
/* www.jq22.com */
/**** Isotope Filtering ****/




/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

@-moz-keyframes slideInRightCart {
  0% {
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    visibility: visible!important
  }

  100% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes slideInRightCart {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    visibility: visible!important
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideInRightCart {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    visibility: visible!important
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible!important
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-moz-keyframes slideTitleP {
  0% {
    margin: 0
  }

  100% {
    margin-top: -45%;
    color: #333;
    z-index: 99999999
  }
}

@-webkit-keyframes slideTitleP {
  0% {
    margin: 0
  }

  100% {
    margin-top: -45%;
    color: #333;
    z-index: 99999999
  }
}

@keyframes slideTitleP {
  0% {
    margin: 0
  }

  100% {
    margin-top: -45%;
    color: #333;
    z-index: 99999999
  }
}

@keyframes slideTitlePAlt {
  0% {
    margin: 0
  }

  100% {
    margin-top: -300%;
    color: #333;
    z-index: 99999999
  }
}

@-webkit-keyframes titlePColor {
  0% {
    color: #333
  }

  25% {
    color: #333
  }

  100% {
    color: #333
  }
}

@keyframes titlePColor {
  0% {
    color: #333
  }

  25% {
    color: #333
  }

  100% {
    color: #333
  }
}

@-webkit-keyframes fadeInDesc {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInDesc {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeInBg {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInBg {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/******************************************************************************************
************************************** Media Querries ************************************
******************************************************************************************/




@media (max-width: 1170px) {
  .hs-true-leaf-farm-page .body-container-wrapper .dnd-section {
    padding: 0!important;
  }
  .cst-store-r1-grp {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 980px) and (max-width: 1170px) {
  .cst-lf-frm-r2-grp .page-center.clearfix .inner-page-center.clearfix {
    padding: 20px!important;
  }
  .cst-lf-frm-r5-grp .inner-page-center.clearfix {
    padding: 20px!important;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .cst-value-added-r3-grp .iwca-mdl .iwca-item.left .hs-btn-wrap a {
    width: 90%;
    padding-left: 4px;
    padding-right: 0;
  }
  .cst-value-added-r3-grp .iwca-mdl .iwca-item.left .cont-wrap {
    padding: 0 15px 20px;
  }
}
@media (max-width: 979px) {
  .cst-lf-frm-r2-grp .page-center.clearfix .inner-page-center.clearfix {
    padding: 20px!important;
  }
  .cst-lf-frm-r5-grp .inner-page-center.clearfix {
    padding: 20px!important;
  }
  .hs-true-leaf-farm-page.video-page .hsbs-wrapper .page-center > div,
  .hs-retail-page .hsbs-wrapper .page-center > div,
  .hs-value-added-page .hsbs-wrapper .page-center > div  {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .cst-video-r2-grp .page-center.clearfix {
    padding: 20px!important;
  }
  .hide-space-mobile {
    display: none;
  }
  .hs-data-trends-page .hsbs-wrapper .page-center .hsbs-row {
    padding: 0 0 100px 0;
  }
  .hs-data-trends-page .body-container-wrapper .page-center,
  .hs-retail-page .body-container-wrapper .page-center,
  .hs-value-added-page .body-container-wrapper .page-center {
    padding: 20px !important;
  }
  .cst-data-trends-r3-grp .page-center.clearfix {
    max-width: 100%!important;
  }
  .cst-retail-r3-grp .page-center.clearfix {
    max-width: 100%!important;
  }
  .cst-value-added-r1-grp .widget-type-header {
    padding: 20px 0 5px 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .cst-value-added-r1-grp .widget-type-header h4 {
    padding: 14px 0 0 0;
    margin: -10px 0 -5px 0;
    letter-spacing: 0;
  }
  .cst-store-r1-grp .page-center.clearfix {
    padding: 20px!important;
  }
  .cst-store-r1-grp {
    padding-left: 0;
    padding-right: 0;
  }
  .cst-lf-frm-r3-grp .cst-height {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .cst-lf-frm-r2-grp .dynamicColumn.span12 .left-imge-grp {
    float: none!important;
    width: 100%!important;
    max-width: none!important;
    margin: 0 0 20px 0!important;
    padding: 0!important;
  }
  .cst-lf-frm-r2-grp .dynamicColumn.span12 .left-imge-grp img {
    width: 100%;
  }
  .cst-lf-frm-r2-grp .dynamicColumn.span12 .right-imge-grp {
    float: none!important;
    width: 100%!important;
    padding: 0!important;
  }
  .cst-lf-frm-r3-grp .cst-height {
    padding: 0;
    height: 240px;
  }
  .cst-lf-frm-r5-grp .inner-page-center.clearfix .row.clearfix .left-imge-grp {
    display: block;
    float: none;
    width: 100%!important;
  }
  .cst-lf-frm-r5-grp .inner-page-center.clearfix .row.clearfix .right-imge-grp {
    display: block;
    float: none;
    width: 100%!important;
    margin-left: 0;
  }
  .cst-lf-frm-r6-grp .page-center.clearfix .row > div {
    float: none;
    width: 100%;
  }
  .cst-retail-r3-grp .page-center.clearfix .inner-page-center.clearfix {
    display: block;
  }
  .cst-retail-r3-grp .page-center.clearfix .inner-page-center.clearfix .dynamicColumn.span4 {
    margin-left: 0!important;
    width: 100%!important;
  }
  .cst-retail-r3-grp .page-center.clearfix .inner-page-center.clearfix .dynamicColumn.span4 .widget-type-rich_text {
    margin-bottom: 20px;
    padding-bottom: .1px;
  }
  .cst-value-added-r2-grp .page-center .inner-page-center.clearfix {
    display: block;
  }
  .cst-value-added-r2-grp .page-center .inner-page-center.clearfix .dynamicColumn.span2 {
    width: 100%!important;
    margin-left: 0!important;
  }
  .cst-value-added-r2-grp .page-center .inner-page-center.clearfix .dynamicColumn.span8 {
    width: 100%;
    margin-left: 0;
  }
  .cst-value-added-r3-grp .span6 {
    width: 100%!important;
    margin: 0;
  }
  .iwca-mdl .iwca-item .cont-wrap .hs-title h3 {
    margin-bottom: 0px;
  }
  .cst-value-added-r3-grp .span6:last-child {
    padding-top: 30px;
  }
  .cst-value-added-r3-grp .span6:last-child {
    padding-top: 30px;
    margin-bottom: 11px;
  }
  .cst-value-added-r3-grp .iwca-mdl .iwca-item.left .cont-wrap .hs-title h3 {
    margin-bottom: 0!important;
  }
  .cst-value-added-r3-grp .iwca-mdl .iwca-item.left .cont-wrap {
    padding: 0 15px 20px;
  }
}




.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.contact-page-main-sec .dnd-section {
  background-size: 100% 100% !important;
  padding: 145px 0 70px 0 !important;
}

.contact-form-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 0 20px 0;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: repeat;
}

.contact-form-wrapper .page-center {
  max-width: 80%;
}

.contact-form-inner-wrapper {
  background: #fff;
  background-color: rgba(255,255,255,1);
  padding: 46px 46px 46px 46px;
  border-style: double double double double;
  border-color: #505156 #505156 #505156 #505156;
  border-width: 2px 2px 2px 2px;
  margin-right: auto;
  margin-left: auto;
}

.contact-form-inner-wrapper .row {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.contact-form-wrapper .contact-form-col.span7 {
  width: 57.26495726495726%;
  margin-left: 0;
}

.contact-form-wrapper .contact-form-col {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.564102564102564%;
}

.contact-form-wrapper .contact-form-col.span5.content-col {
  width: 40.17094017094017%;
}

.contact-form-wrapper h3.form-title {
  font-family: museo-sans-1;
  color: #013E7E;
  letter-spacing: 0;
  text-align: left;
  font-size: 40px;
  line-height: 1;
  padding: 2px 0 26px 0;
  text-decoration: none;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-style: normal;
  text-transform: none;
  margin: 0;
  word-break: normal;
  font-weight: 300;
}

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

.contact-form-wrapper form .hs-form-field {
  margin-bottom: 0;
}

.contact-form-wrapper form .hs-input {
  margin-bottom: 10px;
  color:#000;
}

.contact-form-wrapper form .hs-input::-webkit-input-placeholder {
  color: rgb(161, 161, 161);
}

.contact-form-wrapper form .hs-form-field> label {
  margin: 0;
}

.contact-form-wrapper form textarea.hs-input {
  min-height: 100px;
  resize: none;
}

.contact-form-wrapper form .hs-button {
  padding: 7px 17px 7px 21px;
}

.contact-form-wrapper form fieldset.form-columns-2 .input, fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

.contact-form-wrapper form fieldset.form-columns-2 .hs-form-field {
  width: 48.717948717948715% !important;
  margin-left: 2.564102564102564%;
}

.contact-form-wrapper form fieldset.form-columns-2 .hs-form-field:first-child {
  margin-left: 0;
}

.contact-right-sec {
  text-align: center;
  padding-bottom: 30px;
}

.contact-right-sec .hs_cos_wrapper_type_rich_text h4 {
  color: #013E7E;
  font-family: museo-sans-1;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 3px 0;
  font-size: 28px;
  line-height: 40px;
  text-transform: none;
}

.contact-right-sec .hs_cos_wrapper_type_rich_text h5 {
  color: #d40f04;
  font-family: museo-sans-1;
  margin: 0 0 15px 0;
  font-weight: 500;
}

.contact-right-sec .hs_cos_wrapper_type_rich_text h2 {
  color: #013E7E;
  font-family: museo-sans-1;
  font-weight: 500;
  margin: 0 0 12px 0;
  font-size: 25px;
  line-height: 35px;
}

.contact-right-sec .hs_cos_wrapper_type_rich_text p {
  color: #013E7E;
  font-family: museo-sans-1;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 13px;
  font-weight: 400;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
}

.location-main-wrapper {
  background-size: 100% 100%;
  padding: 175px 0 40px 0;
  margin: 0;
  background-position: left top;
  background-repeat: repeat;
}

.body-container-wrapper .location-main-wrapper .dnd-section {
  background-color: transparent;
}

.our-story-main-wrapper {
  background-size: 100% 100%;
  padding: 145px 0 40px 0;
  margin: 0;
  background-position: left top;
}

.our-story-sec1 .hs_cos_wrapper_type_rich_text {
  padding-bottom: 40px;
  display: block;
}

.our-story-sec2 .hs_cos_wrapper_type_rich_text h3 {
  text-align: center;
}

.our-story-sec2 .imglist.img-pin img {
  width: 100%;
}

.our-story-sec2 .hs_cos_wrapper_type_rich_text h3 {
  padding-bottom: 15px;
}

.ready-sides-page .hsbs-wrapper .hsbs-item-inner {
  background-position: center center;
  background-attachment: fixed;
}

.ready-sides-page .hsbs-wrapper .hsbs-top {
  padding: 290px 0 150px;
}

.ready-sides-sec1 .hs_cos_wrapper_type_rich_text h3 {
  font-family: inherit;
  color: #1A2857;
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
  padding: 0 0 5px 0;
  text-decoration: none;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-style: normal;
  text-transform: none;
  letter-spacing: 3px;
  text-align: center;
}

.ready-sides-sec1 .hs_cos_wrapper_type_rich_text h5 {
  font-family: inherit;
  color: #1A2857;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}

.ready-sides-sec1 .hs_cos_wrapper_type_rich_text p {
  font-family: inherit;
  color: #1A2857;
  font-size: 22px;
  line-height: 35px;
  font-weight: 100;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
}

.ready-sides-sec1 .hs-button{
  padding: 7px 17px 7px 21px;
  background-color: transparent;
  font-family: inherit;
  color: #000;
  border-color: #000 #000000 #000 #000000;
}

.ready-sides-sec1 .hs-button:hover {
  background: #4ec450;
  background-color: rgba(78,196,80,1);
  color: #000;
  border-color: #000 #000000 #000 #000000;
}

.ready-sides-page .iwca-mdl .iwca-item .cont-wrap {
  padding: 33px 0 0;
}

.ready-sides-page .iwca-mdl .iwca-item .cont-wrap .hs-title h3 {
  font-size: 36px;
}

.ready-sides-page .iwca-mdl .iwca-item .cont-wrap .hs-btn-wrap a,
.ready-sides-page .iwca-mdl .iwca-item .cont-wrap .hs-btn-wrap a:hover {
  font-family: inherit;
  background: #fff;
  background-color: rgba(255,255,255,1);
  color: #000;
  border-color: #c7b48b #c7b48b #c7b48b #c7b48b;
  margin-top: 10px;
}

.location-main-wrapper.resource-library-main-wrapper {
  padding-top: 145px;
}

.resource-library-page-sec1 .hs_cos_wrapper_type_header h3 {
  text-align: center;
  margin-bottom: 30px;
}

.resource-library-page-sec1 .hs_cos_wrapper_type_rich_text h6 {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 27px;
  padding: 14px 0 0 0;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
}

.resource-library-page-sec1 .hs_cos_wrapper_type_linked_image img {
  display: block;
  margin: 0 auto;
}

.resource-library-page-sec1 .span3.widget-span {
  margin-bottom: 20px;
}

.resource-library-page-sec2 {
  padding-top: 10px;
}

.resource-library-page-sec2 .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  margin-bottom: 30px !important;
}

.resource-library-page-sec2 .hs-responsive-embed-inner-wrapper {
  padding-top: 0;
  padding-bottom: 52.7% !important;
}

.resource-library-page-sec2 .hs-responsive-embed-inner-wrapper iframe {
  display: block;
}

.resource-library-page .dnd-section>.row-fluid {
  max-width: 100% !important;
}

.hs-form .hs-error-msgs label {
  color: red;
  margin-top: 0;
}

.sells-sheets-page .hsbs-wrapper .hsbs-top {
  padding-top: 250px;
}

.products-main-wrapper {
  background-size: 100% 100%;
  padding: 145px 0 40px 0;
  margin: 0;
  background-position: left top;
}

.products-main-wrapper .products-inner-wrapper {
  background: #fff;
  background-color: rgba(255,255,255,0.19);
  padding: 65px 25px 30px 25px;
  font-family: jubilat-1;
  color: #C7B48B;
  font-size: 17px;
  font-weight: 300;
  border-style: double double double double;
  border-width: 10px 10px 10px 10px;
  border-color: #dbdbdb #dbdbdb #dbdbdb #dbdbdb;
  -webkit-box-shadow: 0 0 6px 0 rgb(3 3 3 / 22%);
  box-shadow: 0 0 6px 0 rgb(3 3 3 / 22%);
  margin: -10px 0 20px 0;
  line-height: 40px;
}

.products-page-main-sec {
  margin: 20px 0;
}

.products-page-main-sec .span6.widget-span {
  position: relative;
  line-height: inherit;
  border-bottom: 0;
  display: table;
  width: calc(50% - 20px);
  margin: 0;
  margin-right: 40px;
  clear: both;
  text-align: left;
  padding: 20px 0;
}

.products-page-main-sec .span6.widget-span:nth-child(2n) {
  margin-right: 0;
  clear: right;
  float: left;
}

.products-page-main-sec .hs_cos_wrapper_type_rich_text h3 {
  font-family: jubilat-1;
  text-align: left;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.products-page-main-sec .hs_cos_wrapper_type_rich_text p {
  text-align: left;
  position: relative;
  overflow: hidden;
  float: left;
  width: 80%;
  padding: 0;
  display: inline-block;
  margin: 0;
  margin-top: 5px;
  min-height: 20px;
  cursor: default;
  color: #000;
  font-family: futura-pt-1;
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
}

.products-page-main-sec .hs_cos_wrapper_type_rich_text p:after {
  content: "";
  position: absolute;
  bottom: .4em;
  width: 100%;
  border-bottom: 2px dotted;
}

.products-page-bottom-sec .hs_cos_wrapper_type_header {
  text-align: center;
}

.wf-loading {visibility: hidden;}
.wf-active, .wf-inactive { visibility: visible;}

html.wf-active h1,
html.wf-active h2,
html.wf-active h3,
html.wf-active h4,
html.wf-active h5,
html.wf-active h6,
html.wf-active .header-nav .hs-menu-wrapper > ul > li,
html.wf-active p,
html.wf-active td,
html.wf-active .hs-button,
html.wf-empty h1,
html.wf-empty h2,
html.wf-empty h3,
html.wf-empty h4,
html.wf-empty h5,
html.wf-empty h6,
html.wf-active .header-nav .hs-menu-wrapper > ul > li,
html.wf-empty p,
html.wf-empty td,
html.wf-active .hs-button {
  -webkit-animation: .5s typekitLoad ease-in-out;
  animation: .5s typekitLoad ease-in-out;
}

.t_food_pg .widget-type-rich_text p {
  color: initial;
}



@media (max-width: 1230px){
  .ready-sides-page .iwca-mdl .iwca-item .cont-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }

  .ready-sides-page .iwca-mdl .iwca-item .cont-wrap .hs-title h3 {
    font-size: 33px;
    line-height: 1.5;
  }
}
@media (max-width: 1170px){
  .contact-form-inner-wrapper,
  .contact-page-main-sec .dnd-section > .row-fluid,
  .resource-library-main-wrapper .page-center,
  .products-main-wrapper .page-center {
    padding: 20px;
  }

  .our-story-sec1 .dnd-section > .row-fluid {
    padding: 20px 20px 0;
  }

  .our-story-sec2 .dnd-section > .row-fluid {
    padding: 0 20px 20px;
  }

  .ready-sides-sec1 .dnd-section > .row-fluid {
    padding: 20px;
    max-width: 1170px;
  }

  .ready-sides-sec1 .hs-button {
    margin-bottom: 30px;
  }

  .ready-sides-page .iwca-mdl .iwca-item .cont-wrap .hs-title h3 {
    font-size: 25px;
  }
}

@media (max-width: 979px){
  .contact-form-wrapper .page-center {
    max-width: 100%;
  }

  .contact-page .hsbs-wrapper .hsbs-title,
  .location-page .hsbs-wrapper .hsbs-title,
  .our-story-page .hsbs-wrapper .hsbs-title,
  .resource-library-page .hsbs-wrapper .hsbs-title{
    padding: 100px 0;
  }

  .products-page  .hsbs-wrapper .hsbs-title{
    padding: 200px 0;
  }

  .our-story-sec1 .hs_cos_wrapper_type_rich_text {
    padding-bottom: 0;
  }

  .our-story-sec2 .span4.widget-span.dnd-column {
    padding-top: 0 !important;
  }

  .ready-sides-page .iwca-mdl .iwca-item .cont-wrap .hs-title h3 {
    font-size: 22px;
  }

  .ready-sides-page .iwca-mdl .iwca-item .cont-wrap .hs-btn-wrap a, .ready-sides-page .iwca-mdl .iwca-item .cont-wrap .hs-btn-wrap a:hover {
    padding: 7px 16px 7px 16px;
  }

  .resource-library-page .dnd-section>.row-fluid {
    max-width: 100% !important;
  }

  .resource-library-page-sec1 .hs_cos_wrapper_type_header h3 {
    margin-bottom: 50px;
  }

  .resource-library-page-sec1 .hs_cos_wrapper_type_rich_text h6 {
    margin-bottom: 15px;
  }

  .resource-library-page-sec1 .span3.widget-span {
    margin-bottom: 0;
  }

  #hs_cos_wrapper_module_16166436092835 {
    margin-top: 10px !important;
  }

  .products-page-main-sec .span6.widget-span {
    width: 100%;
  }

  .sells-sheets-page .hsbs-wrapper .hsbs-top {
    padding-top: 0;
    padding-bottom: 200px;
  }

  .gree-giant-pg .hsbs-wrapper .hsbs-top {
    padding: 100px 0;
  }
}

@media (max-width: 767px){
  .contact-form-wrapper .contact-form-col.span7,.contact-form-wrapper .contact-form-col.span5.content-col {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .contact-form-inner-wrapper .row {
    flex-wrap: wrap;
  }

  .contact-form-wrapper form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    margin-left: 0;
  }

  .contact-page-main-sec .dnd-section > .row-fluid {
    max-width: 100%;
  }

  .contact-page-main-sec .dnd-section {
    padding: 145px 0 40px 0 !important;
  }

  .contact-right-sec {
    padding-top: 20px;
  }

  .our-story-sec1 .hs_cos_wrapper_type_rich_text,
  .our-story-sec2 .hs_cos_wrapper_type_rich_text{
    padding-bottom: 20px;
    display: block;
  }

  .our-story-sec2 .hs_cos_wrapper_type_rich_text h3 ~ h3 {
    padding-top: 20px;
  }

  .our-story-sec2 .hs_cos_wrapper_type_rich_text h3 + h3 {
    padding-top: 15px;
  }

  .ready-sides-sec1 .hs-button {
    margin-top: 40px;
  }

  .ready-sides-page .iwca-mdl .iwca-item .cont-wrap .hs-title h3 {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 55px;
  }

  .ready-sides-page .iwca-mdl .iwca-item .cont-wrap .hs-btn-wrap a, .ready-sides-page .iwca-mdl .iwca-item .cont-wrap .hs-btn-wrap a:hover {
    padding: 7px 17px 7px 21px;
  }

  .ready-sides-page .iwca-mdl .iwca-item .cont-wrap .hs-btn-wrap {
    margin-bottom: 20px;
  }

  .resource-library-page-sec2 {
    padding-top: 30px;
  }

  .resource-library-page-sec2 .hs_cos_wrapper_type_rich_text {
    margin-bottom: 30px;
    display: block;
  }

  .products-page-bottom-sec .hs_cos_wrapper_type_header {
    margin-bottom: 20px;
    display: block;
  }

  .products-page-bottom-sec .imglist.img-pin img {
    width: 100%;
    display: block;
  }

  .products-page-bottom-sec {
    padding-bottom: 4px;
  }
}


@media (max-width: 500px){
  .products-page-main-sec .span6.widget-span {
    margin-right: 0;
    clear: none;
    display: block;
  }

  .products-page-main-sec .hs_cos_wrapper_type_rich_text p {
    width: 100%;
  }
}

@media (max-width: 479px){
  .ready-sides-page .custom-banner-area .page-center h1 {
    font-size: 26px;
    line-height: 39px;
  }
}



@media (max-width: 350px) {
  .growing-grp4 .widget-type-rich_text p span {
    font-size: 30px !important;
  }
  .cst-retail-mdl-grp .page-center.clearfix .row.clearfix .content-col .inner-wrapper .cst-text-wrap .header-section-grp h3.dynamic-h3,
  .wht_bg.safety_row5 .widget-type-rich_text h3 {
    font-size: 50px !important;
  }
  .growing-grp1 .widget-type-rich_text h3 {
    font-size: 27px;
  }
  .t_food1 .widget-type-rich_text h3,
  .t_food7 .widget-type-rich_text h3 {
    font-size: 42px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  z-index: 2100!important;
  padding: 0;
  margin: 0;
  top: 0;
  position: fixed;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
}

.header .header-search {
  margin: 20px 0 15px 0;
}

.header .page-center {
  position: relative;
}

.header .header-search .page-center .hs-search-field {
  position: relative;
  z-index: 6;
  float: right;
  top: 5px;
  max-width: 203px;
  width: 100%;
  min-height: 56px;
}

.header .header-search .page-center .hs-search-field form {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  width: 100%;
}

.header .header-search .page-center .hs-search-field form:before {
  content: "\f002";
  position: absolute;
  right: 5px;
  top: 3px;
  line-height: 22px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

.header .header-search .page-center .hs-search-field form .hs-search-field__input {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  margin: 0;
  display: inline-block;
  min-height: 28px;
  margin-bottom: 10px;
  padding: 4px 6px;
  padding: 4px 6px \9;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  outline: 0;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear .2s,box-shadow linear .2s;
  width: 100%;
  margin-bottom: 0;
  padding-right: 25px;
}

.header .header-search .page-center .hs-search-field form .hs-search-field__input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
}

.header .toggle-menu {
  display: none;
}

.header .logo-wrapper {
  position: absolute;
  z-index: 4;
  width: 20%;
  padding-right: 20px;
}

.header .logo-wrapper a {
  font-family: futura-pt-1;
  color: #fff;
  font-size: 19px;
  line-height: 35px;
  margin: 0;
  font-weight: 300;
  display: block;
}

.header .logo-wrapper a img {
  -webkit-transition: .3s;
  transition: .3s;
  margin: -73px 0 0 0;
  width: 100px !important;
  height: auto;
  padding: 0;
}

.header .header-search #hs_cos_wrapper_search_input:after {
  content: '';
  display: table;
  clear: both;
}

.header-nav {
  position: relative;
  z-index: 3;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-box-shadow: 0 0 100px 89px rgb(3 3 3 / 19%), inset 0 0 100px 89px rgb(3 3 3 / 19%);
  box-shadow: 0 0 100px 89px rgb(3 3 3 / 19%), inset 0 0 100px 89px rgb(3 3 3 / 19%);
}

.header-nav .hs-menu-wrapper {
  padding-left: 20%;
}

.header-nav .hs-menu-wrapper > ul {
  text-align: right;
}

.header-nav .hs-menu-wrapper > ul > li {
  position: relative;
  float: none;
  display: inline-block;
}

.header-nav .hs-menu-wrapper > ul li {
  line-height: 20px;
}

.header-nav .hs-menu-wrapper > ul li a {
  font-family: futura-pt-1;
  color: #fff;
  font-size: 19px;
  line-height: 35px;
  margin: 0;
  font-weight: 300;
  display: block;
  transition: all .3s ease-in;
  margin-right: 2px;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}

.header-nav .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: '\25bc';
  display: inline-block;
  line-height: auto;
  -webkit-transform: scale(.7,.7);
  -moz-transform: scale(.7,.7);
  -o-transform: scale(.7,.7);
  -ms-transform: scale(.7,.7);
  transform: scale(.7,.7);
  font-family: FontAwesome;
  margin-left: 4.3px;
}

.header-nav .hs-menu-wrapper > ul > li > a:hover {
  color: #d9d9d9;
  text-decoration: none;
}

.header-nav .hs-menu-wrapper > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  background-clip: padding-box;
  margin: 0;
  border-radius: 6px;
  background: 0;
}

.header-nav .hs-menu-wrapper > ul > li.clicked > ul {
  display: block;
}

.header-nav .hs-menu-wrapper > ul ul li {
  line-height: 20px;
  display: block;
  float: none;
}

.header-nav .hs-menu-wrapper > ul ul li a {
  padding: 8px 20px;
  clear: both;
  white-space: nowrap;
  margin-right: 0;
  font-family: futura-pt-1;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  background: #fff;
  background-color: rgba(255,255,255,1);
  background-size: ;
  border-color: #616161 #616161 #616161 #616161;
  border-style: double double double double;
  border-width: 3px 3px 3px 3px;
}

.header-nav .hs-menu-wrapper > ul ul li a:hover {
  font-family: futura-pt-1;
  background: #4ec450;
  background-color: rgba(78,196,80,1);
  background-size: ;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  border-color: #fff #ffffff #fff #ffffff;
  text-decoration: none;
}

.lp_hd.header .header-inner {
  padding: 93px 0 0;
}

.lp_hd .header-nav {
  height: 34px;
}

.header .header-inner {
  padding-top: 2px;
}

.header .hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  position: absolute;
}

.header .hs-search-field--open .hs-search-field__suggestions li {
  padding: 2px;
}

.header .hs-search-field--open .hs-search-field__suggestions li a {
  padding: 0 8px;
}

.header .hs-search-field--open .hs-search-field__suggestions li#results-for {
  padding: 2px 10px;
}



@media (max-width: 1200px) and (min-width: 1171px) {
  header.header {
    padding: 0 15px;
  }
}

@media (max-width: 979px) {
  header.header {
    background: url(//f.hubspotusercontent40.net/hubfs/9055494/raw_assets/public/ChurchBrothersFarms_March2021/images/e08c5cf2-b042-4d61-b739-44d335be2637.jpg) left top repeat scroll;
    padding: 30px 0 45px 0;
    position: static;
    width: 100%;
    text-align: center;
  }

  .header .page-center {
    max-width: 100%;
    position: static;
    text-align: center;
  }

  .header .header-search .page-center .hs-search-field {
    float: none;
    display: inline-block;
    margin: 5px auto;
    text-align: center;
  }

  .header .toggle-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
  }

  .header .toggle-menu .toggle-text {
    overflow: hidden;
    display: block;
    width: 85px;
    cursor: pointer;
    float: left;
    font-size: 12px;
    text-shadow: 0 0 0 rgb(0 0 0);
    padding: 0;
    color: #fcfcfc;
    height: 60px;
    line-height: 38px;
    text-align: center;
  }

  .header .toggle-menu .toggle-text span {
    margin-right: 10px;
    font-size: 12px;
  }

  .header .toggle-menu .toggle-text .mobilePillNav {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
    float: right;
    position: relative;
    right: 15px;
    top: 12px;
  }

  .header .toggle-menu .toggle-text .mobilePillNav:before {
    content: "\f0c9";
  }

  .header .logo-wrapper {
    position: static;
    margin: 0 auto;
    width: 100%;
    padding: 5px 0;
    max-width: 100%;
  }

  .header .logo-wrapper .hs-logo {
    padding: 0 20px;
    line-height: 0;
  }

  .header .logo-wrapper .hs-logo a {
    display: inline-block;
    max-width: 100%;
  }

  .header .logo-wrapper a img {
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
  }

  .header-nav {
    background: none;
  }

  .header-nav .hs-menu-wrapper {
    padding: 0;
  }

  .header-nav .hs-menu-wrapper > ul > li {
    display: none;
    -webkit-animation: .5s typekitLoad ease-in-out;
    animation: .5s typekitLoad ease-in-out;
  }

  .mobile-open .header-nav .hs-menu-wrapper > ul > li {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
  }

  .header-nav .hs-menu-wrapper > ul li a {
    display: inline-block;
    margin: 2px auto;
    text-align: center;
    width: auto;
    padding: 6px 10px;
    line-height: 1;
  }

  .header-nav .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 0;
    margin-right: -4px;
  }

  .header-nav .hs-menu-wrapper > ul ul {
    width: 100%;
    position: relative;
    left: 0;
    float: none;
  }

  .header-nav .hs-menu-wrapper > ul ul li {
    text-align: center;
    width: 100%;
  }

  .header-nav .hs-menu-wrapper > ul ul li a {
    display: inline-block;
    margin: 2px auto;
    text-align: center;
    width: auto;
    padding: 6px 10px;
    line-height: 1;
  }

  .header-nav .hs-menu-wrapper > ul ul li a:hover {
    display: inline-block;
    margin: 2px auto;
    text-align: center;
    width: auto;
    padding: 6px 10px;
    line-height: 1;
  }

  .lp_hd.header .header-inner {
    padding: 103px 0 0;
  }

  .lp_hd .header-nav {
    height: 0;
  }
}

@media (max-width: 767px) {
  .header .header-inner {
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  .header .header-search .page-center .hs-search-field {
    margin: 11px 0 3px 0;
  }
  .header-nav .hs-menu-wrapper > ul li a,
  .header-nav .hs-menu-wrapper > ul ul li a,
  .header-nav .hs-menu-wrapper > ul ul li a:hover {
    margin: 8px 0 0 0;
  }
  .lp_hd.header .header-inner {
    padding: 105px 0 0;
  }
}

@media (max-width: 480px) {
  .custom-banner-area .page-center h1 {
    font-size: 26px;
    line-height: 39px;
  }
}

@media (min-width: 980px) {
  .scrolled header.header {
    background: url(//f.hubspotusercontent40.net/hubfs/9055494/raw_assets/public/ChurchBrothersFarms_March2021/images/e08c5cf2-b042-4d61-b739-44d335be2637.jpg) left top repeat scroll;
    padding: 30px 0 45px 0;
    margin: 0;
  }

  .scrolled .header .logo-wrapper a img {
    margin: -80px 0 0 0;
  }
}

@-webkit-keyframes typekitLoad {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes typekitLoad {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: repeat;
  background-position: left top;
  font-size: 14px;
  line-height: 24px;
}

.footer .page-center {
  max-width: 80%;
  width: 100%;
  position: relative;
  padding: 35px 35px 35px 35px;
}

.footer .page-center:after {
  content: '';
  display: table;
  clear: both;
}

.footer .ft-left {
  float: left;
  width: 57.26495726495726%;
}

.footer .ft-right {
  float: left;
  margin-left: 2.564102564102564%;
  width: 40.17094017094017%;
}

.footer .locations p {
  font-weight: 100;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-family: futura-pt-1;
  text-align: left;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}

.footer .locations h3 {
  font-family: futura-pt-1;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: left;
  color: white;
  line-height: 55px;
}

.footer .locations h3 span {
  font-weight: bold;
}

.footer table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  border: none;
}

.footer table td {
  padding: 0;
  padding-left: 4px;
  padding-right: 4px;
  background: transparent;
  border: none;
  color: inherit;
}

.footer table td p {
  font-family: futura-pt-1;
  text-align: left;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}

.footer table td p span {
  font-weight: bold;
}

.ft-social {
  margin: 0 0 10px;
  font-weight: 100;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-family: futura-pt-1;
  text-align: left;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}

.ft-social div {
  display: inline;
}

.ft-social a {
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.footer .locations h5 {
  font-family: inherit;
  color: #fff;
  text-align: left;
  margin: 0;
}

.footer .locations h5 a {
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none !important;
}

.footer .operation-hrs h3 {
  font-family: futura-pt-1;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: left;
  color: white;
  line-height: 55px;
}

.footer .operation-hrs h3 span {
  font-weight: bold;
}

@media (max-width: 1170px) {
  .footer .page-center {
    padding: 20px!important;
  }
}

@media (max-width: 979px) {
  .footer .page-center {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .footer .ft-left,
  .footer .ft-right {
    float: none;
    width: 100%;
    margin: 0;
  }

  .footer .operation-hrs {
    margin-bottom: 20px;
  }

  .footer .locations {
    margin-bottom: 31px;
  }
}

@media (max-width: 760px) {
  .footer table tr:first-child {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
/*   background-color: #F8FAFC;
  padding: 2rem 0; */
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
/* 
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
} */
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

/* .blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
} */
.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}


/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}




/*-- Blog Listing New --*/
.blog-wrap {
  background: url(//f.hubspotusercontent40.net/hubfs/9055494/raw_assets/public/ChurchBrothersFarms_March2021/images/blogbg.jpg) left top repeat scroll;
  background-size: 100% 100%;
  padding: 145px 0 40px 0;
  margin: 0;
}
.blog-pagination {
  display: none;
}

.hsbbs-wrapper .hsbbs-top {
  padding: 200px 0;
}
.hsbbs-wrapper .hsbbs-top h1 {
  font-style: normal;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  letter-spacing: 2px;
  text-decoration: none;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 35px;
  color: #fff;
  font-family: museo-sans-1;
  font-weight: 600;
}
.hsbbs-wrapper .hsbbs-slide-wrap img {
  width: 100%;
}
.hsbbs-wrapper .hsbbs-slide-wrap {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}
.hsbbs-wrapper .hsbbs-slide-wrap li {
  line-height: 20px;
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hsbbs-wrapper .hsbbs-slide-wrap li.prevslide {
  z-index: -20;
}
.hsbbs-wrapper .hsbbs-slide-wrap li.activeslide {
  z-index: -10;
}
.hsbbs-wrapper .hsbbs-slide-wrap * {
  height: 100%;
}
.hsbbs-wrapper .hsbbs-item-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-item-wrap {
  margin-bottom: 60px;
}
.post-item {
  padding: 0 0 30px 80px;
}
.post-date {
  position: absolute;
  margin: 10px 0 0 -80px;
  width: 61px;
  height: 61px;
  padding: 6px 0;
  text-align: center;
}
.post-month {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.post-item .post-month {
  font-family: brandon-grotesque-1;
  font-size: 16px;
  color: #ababab;
  font-weight: 400;
  line-height: 22px;
  margin: -10px 0 -5px 0;
}
.post-day {
  display: block;
  font-size: 29px;
}
.post-item .post-day {
  font-family: brandon-grotesque-1;
  font-size: 30px;
  line-height: 40px;
}
.mod_hero, .mod-divider, .mod-header {
  margin-bottom: 0;
}
.mod-header {
  padding: 0 0 10px 0;
}
.post-description {
  padding: 20px 0;
  border-top: 1px solid #e4e4e3;
  border-bottom: 1px solid #e4e4e3;
}
.post-item .btn {
  line-height: 24px;
  border-style: double double double double;
  border-radius: 0;
  padding: 7px 17px 7px 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: none;
  display: inline-block;
  text-align: center;
  margin: 20px 0 0 0;
  color: #013E7E;
  font-family: futura-pt-1;
  border-color: #013e7e #013e7e #013e7e #013e7e;
  font-weight: 500;
  text-shadow: 0 0 0 rgb(1 62 126);
  border-width: 4px 4px 4px 4px;
  text-decoration: none;
  background: #fff;
  background-color: rgba(255,255,255,1);
  background-size: ;
  font-size: 14px;
}
.post-item .btn:hover {
  font-family: futura-pt-1;
  color: #013e7e;
  background: #4ec450;
  background-color: rgba(78,196,80,1);
  background-size: ;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}
.post-item .post-info {
  float: left;
  padding: 10px 0 0 0;
}
.post-item .share {
  float: right;
  padding: 10px 0 0 0;
}
.post-item .share ul {
  margin: 0 0 10px 0;
  list-style: none;
  padding: 5px 0 5px 20px;
}
.post-item .share ul li {
  float: left;
  padding: 0 0 8px 8px;
  line-height: 20px;
}
.post-item .share .share-facebook {
  width: 60px;
}
.post-item .share-facebook a {
  height: 23px;
  overflow: hidden;
}
.post-item .fb_iframe_widget {
  width: 54px;
  background: url(//f.hubspotusercontent40.net/hubfs/9055494/raw_assets/public/ChurchBrothersFarms_March2021/images/sprite-social-share.png);
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: -9999px;
  background-position: -2px -4px;
  height: 23px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  overflow: hidden;
}
.blog-comments {
  position: relative;
  padding: 20px;
  background: #fff;
}
.blog-comments form {
  margin-top: 0;
  padding-top: 0;
}
.comment-date {
  display: block !important;
}




@media (max-width: 1170px) {
  .hsbbs-wrapper .page-center {
    padding: 20px;
  }
  .blog-wrap .page-center {
    padding: 20px;
  }
}


@media (max-width: 979px) {
  .hsbbs-wrapper .page-center {
    max-width: 724px;
    padding: 20px;
  }

}

@media (max-width: 767px) {
  .post-item {
    padding: 0;
  }
  .post-date {
    position: relative;
    margin: 0 0 10px 0;
}

}

@media (max-width: 480px) {
  .hsbbs-wrapper .hsbbs-top h1 {
    font-size: 26px;
    line-height: 39px;
  }
  .post-item-wrap {
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: hidden;
    overflow-x: auto;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #bbbbbb;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 40px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

#email-prefs-form .hs-input,
.form-container,
#hs_cos_wrapper_password_prompt {
  width: 100% !important;
  max-width: 650px;
}

.form-container {
  margin-bottom: 10px;
}

.form-container .hs-form-field {
  margin-bottom: 14px;
}

.form-container .hs-form-field .hs-input[type=checkbox] {
  display: inline;
}

.form-container #hs_login_reset {
  margin-bottom: 10px;
  display: inline-block;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

#hs-pwd-widget-password {
  height: 46px !important;
  margin-bottom: 15px;
  margin-top: 0 !important;
}

#hs-search-module .hs-input {
  margin-bottom: 15px;
}

.grecaptcha-badge {
  margin: 0;
}

@media (max-width: 767px) {
  #email-prefs-form .hs-input,
  .form-container,
  #hs_cos_wrapper_password_prompt {
    max-width: 100%;
  }
}

.error-wrap {
  padding: 8px;
  background: #ffffff;
  min-height: 100vh;
  line-height: initial;
}
.error404 {
  font-family: 'Proxima-Nova';
  background: #ffffff;
  height: 100%;
  text-align: center;   
  padding: 20px 15px 0 15px;
}
.error404 img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 40px !important;
  vertical-align: middle;
}
.error404 .errorMessage {
  color: #666;
  font-size: 22px;
}
.error404 span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.hs-search-results__pagination {
  text-align: left;
}
.search-pg .systems-page {
  padding: 0;
}
.search-pg .header-search .hs-search-field form:before {
  content: "\f002";
  position: absolute;
  right: 5px;
  top: 3px;
  line-height: 22px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.search-pg .blog-wrap {
  font-size: 14px;
  line-height: 24px;
}
.search-pg .header-search .hs-search-field__input {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: inline-block;
  min-height: 28px;
  margin-bottom: 10px;
  padding: 4px 6px;
  padding: 4px 6px \9;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  outline: 0;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear .2s,box-shadow linear .2s;
  padding-right: 25px;
  color: rgb(161, 161, 161);
}
.search-pg .header-search .hs-search-field__input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
  color: #000;
}
.search-pg .header-search {
  max-width: 203px;
  padding-bottom: 28px;
}
.search-pg .hs-search-results {
  margin-top: 0;
  margin-bottom: 30px;
}
.search-pg .hs-search-results__listing {
  margin: 20px 0 0 0;
  border-top: 1px solid #ddd;
}
.search-pg ul#hsresults li {
  margin: 0;
  padding: 15px;
  list-style: none;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  line-height: 20px;
}
.search-pg ul#hsresults li:nth-of-type(even) {
  background: #f8f8f8;
}
.search-pg ul#hsresults li a {
  margin: 0;
  padding: 0 0 5px 0;
  text-decoration: none;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  font-style: normal;
  font-family: futura-pt-1;
  text-align: center;
  font-weight: 400;
  color: #013E7E;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-family: inherit;
  color: #d53122;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
.search-pg ul#hsresults li p {
  margin: 0 0 10px;
  line-height: 35px;
  text-shadow: 0 0 0 rgb(3 3 3 / 1%);
  color: #000;
  font-family: futura-pt-1;
  font-weight: 300;
  font-size: 20px;
}
.search-pg .hs-search-results__pagination a {
  font-family: inherit;
  color: #d53122;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  line-height: 35px;
  float: none;
}
.search-pg .hs-search-results__pagination a:hover,
.search-pg ul#hsresults li a:hover {
  color: #474646;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}

@media (max-width: 1170px) {
  .body-container-wrapper.hs_system {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 979px) {
  .search-pg .hsbbs-wrapper .hsbbs-top {
    padding: 0;
  }
}


@media (max-width: 479px) {
  #email-prefs-form h1 {
    font-size: 35px;
  }
  #email-prefs-form h2 {
    font-size: 25px;
  }
  .systems-page h2 {
    font-size: 25px;
  }
}