@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100&family=Spartan:wght@400;600;700&display=swap");
@font-face {
  font-family: 'roslindale-bold';
  src: url("/wp-content/themes/strukture/fonts/RoslindaleBold.otf") format("opentype"); }

@font-face {
  font-family: 'roslindale-semi';
  src: url("/wp-content/themes/strukture/fonts/RoslindaleEmi.otf") format("opentype"); }

/**
 *  Colors
 ================================================= */
/**
 *  Text COlor
 ================================================= */
/**
 *  Text Sylte
 ================================================= */
/**
 *  Grid Settings
 ================================================= */
/**
 Animation
 */
/**
 *  Misc settings
 ================================================= */
/*
 |----------------------------------------------------------------
 |  Fluid Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Font Faces
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Letter spacing
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property Alias
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Height Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Overlay Pseudo
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Gravityform
 |----------------------------------------------------------------
 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*
 |----------------------------------------------------------------
 |  Background
 |----------------------------------------------------------------
 */
.background_primary {
  background-color: #58585A;
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .background_primary {
      padding-bottom: 40px; } }
  @media screen and (min-width: 1200px) {
    .background_primary {
      padding-top: 40px; } }

/*
 |----------------------------------------------------------------
 |  Images
 |----------------------------------------------------------------
 */
/*
|----------------------------------------------------------------
|  Icons
|----------------------------------------------------------------
*/
/*
 |----------------------------------------------------------------
 |  Floating Animation
 |----------------------------------------------------------------
 */
.spacer {
  margin-bottom: calc(60px + (80 - 60) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .spacer {
      margin-bottom: 80px; } }

/*
 |----------------------------------------------------------------
 |  Animation
 |----------------------------------------------------------------
 */
/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

/*
 |----------------------------------------------------------------
 |  Column Grid
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Block Grid
 |----------------------------------------------------------------
 */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }
  .row-full {
    max-width: none; }
  .row-max {
    max-width: 1600px; }
  .row-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .row-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .row-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  @media screen and (min-width: 480px) {
    .row-xs-full {
      max-width: none; }
    .row-xs-max {
      max-width: 1600px; }
    .row-xs-nowrap {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .row-xs-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .row-xs-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .row-xs-middle {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .row-xs-bottom {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .row-xs-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .row-xs-start {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (min-width: 640px) {
    .row-sm-full {
      max-width: none; }
    .row-sm-max {
      max-width: 1600px; }
    .row-sm-nowrap {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .row-sm-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .row-sm-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .row-sm-middle {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .row-sm-bottom {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .row-sm-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .row-sm-start {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (min-width: 769px) {
    .row-md-full {
      max-width: none; }
    .row-md-max {
      max-width: 1600px; }
    .row-md-nowrap {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .row-md-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .row-md-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .row-md-middle {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .row-md-bottom {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .row-md-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .row-md-start {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (min-width: 980px) {
    .row-lg-full {
      max-width: none; }
    .row-lg-max {
      max-width: 1600px; }
    .row-lg-nowrap {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .row-lg-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .row-lg-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .row-lg-middle {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .row-lg-bottom {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .row-lg-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .row-lg-start {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (min-width: 1200px) {
    .row-xl-full {
      max-width: none; }
    .row-xl-max {
      max-width: 1600px; }
    .row-xl-nowrap {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .row-xl-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .row-xl-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .row-xl-middle {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .row-xl-bottom {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .row-xl-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .row-xl-start {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

[class*='columns-'] > .row {
  margin-left: -10px;
  margin-right: -10px; }

.columns-1 {
  -ms-flex-preferred-size: calc(1 / 12 * 100%);
  flex-basis: calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%); }

.columns-2 {
  -ms-flex-preferred-size: calc(2 / 12 * 100%);
  flex-basis: calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%); }

.columns-3 {
  -ms-flex-preferred-size: calc(3 / 12 * 100%);
  flex-basis: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%); }

.columns-4 {
  -ms-flex-preferred-size: calc(4 / 12 * 100%);
  flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%); }

.columns-5 {
  -ms-flex-preferred-size: calc(5 / 12 * 100%);
  flex-basis: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%); }

.columns-6 {
  -ms-flex-preferred-size: calc(6 / 12 * 100%);
  flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%); }

.columns-7 {
  -ms-flex-preferred-size: calc(7 / 12 * 100%);
  flex-basis: calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%); }

.columns-8 {
  -ms-flex-preferred-size: calc(8 / 12 * 100%);
  flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%); }

.columns-9 {
  -ms-flex-preferred-size: calc(9 / 12 * 100%);
  flex-basis: calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%); }

.columns-10 {
  -ms-flex-preferred-size: calc(10 / 12 * 100%);
  flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%); }

.columns-11 {
  -ms-flex-preferred-size: calc(11 / 12 * 100%);
  flex-basis: calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%); }

.columns-12 {
  -ms-flex-preferred-size: calc(12 / 12 * 100%);
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%); }

@media screen and (min-width: 480px) {
  .columns-xs-auto {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%; }
  .columns-xs-1 {
    -ms-flex-preferred-size: calc(1 / 12 * 100%);
    flex-basis: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .columns-xs-2 {
    -ms-flex-preferred-size: calc(2 / 12 * 100%);
    flex-basis: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .columns-xs-3 {
    -ms-flex-preferred-size: calc(3 / 12 * 100%);
    flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .columns-xs-4 {
    -ms-flex-preferred-size: calc(4 / 12 * 100%);
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .columns-xs-5 {
    -ms-flex-preferred-size: calc(5 / 12 * 100%);
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .columns-xs-6 {
    -ms-flex-preferred-size: calc(6 / 12 * 100%);
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .columns-xs-7 {
    -ms-flex-preferred-size: calc(7 / 12 * 100%);
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .columns-xs-8 {
    -ms-flex-preferred-size: calc(8 / 12 * 100%);
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .columns-xs-9 {
    -ms-flex-preferred-size: calc(9 / 12 * 100%);
    flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .columns-xs-10 {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .columns-xs-11 {
    -ms-flex-preferred-size: calc(11 / 12 * 100%);
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .columns-xs-12 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); } }

@media screen and (min-width: 640px) {
  .columns-sm-auto {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%; }
  .columns-sm-1 {
    -ms-flex-preferred-size: calc(1 / 12 * 100%);
    flex-basis: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .columns-sm-2 {
    -ms-flex-preferred-size: calc(2 / 12 * 100%);
    flex-basis: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .columns-sm-3 {
    -ms-flex-preferred-size: calc(3 / 12 * 100%);
    flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .columns-sm-4 {
    -ms-flex-preferred-size: calc(4 / 12 * 100%);
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .columns-sm-5 {
    -ms-flex-preferred-size: calc(5 / 12 * 100%);
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .columns-sm-6 {
    -ms-flex-preferred-size: calc(6 / 12 * 100%);
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .columns-sm-7 {
    -ms-flex-preferred-size: calc(7 / 12 * 100%);
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .columns-sm-8 {
    -ms-flex-preferred-size: calc(8 / 12 * 100%);
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .columns-sm-9 {
    -ms-flex-preferred-size: calc(9 / 12 * 100%);
    flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .columns-sm-10 {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .columns-sm-11 {
    -ms-flex-preferred-size: calc(11 / 12 * 100%);
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .columns-sm-12 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); } }

@media screen and (min-width: 769px) {
  .columns-md-auto {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%; }
  .columns-md-1 {
    -ms-flex-preferred-size: calc(1 / 12 * 100%);
    flex-basis: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .columns-md-2 {
    -ms-flex-preferred-size: calc(2 / 12 * 100%);
    flex-basis: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .columns-md-3 {
    -ms-flex-preferred-size: calc(3 / 12 * 100%);
    flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .columns-md-4 {
    -ms-flex-preferred-size: calc(4 / 12 * 100%);
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .columns-md-5 {
    -ms-flex-preferred-size: calc(5 / 12 * 100%);
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .columns-md-6 {
    -ms-flex-preferred-size: calc(6 / 12 * 100%);
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .columns-md-7 {
    -ms-flex-preferred-size: calc(7 / 12 * 100%);
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .columns-md-8 {
    -ms-flex-preferred-size: calc(8 / 12 * 100%);
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .columns-md-9 {
    -ms-flex-preferred-size: calc(9 / 12 * 100%);
    flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .columns-md-10 {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .columns-md-11 {
    -ms-flex-preferred-size: calc(11 / 12 * 100%);
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .columns-md-12 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); } }

@media screen and (min-width: 980px) {
  .columns-lg-auto {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%; }
  .columns-lg-1 {
    -ms-flex-preferred-size: calc(1 / 12 * 100%);
    flex-basis: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .columns-lg-2 {
    -ms-flex-preferred-size: calc(2 / 12 * 100%);
    flex-basis: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .columns-lg-3 {
    -ms-flex-preferred-size: calc(3 / 12 * 100%);
    flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .columns-lg-4 {
    -ms-flex-preferred-size: calc(4 / 12 * 100%);
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .columns-lg-5 {
    -ms-flex-preferred-size: calc(5 / 12 * 100%);
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .columns-lg-6 {
    -ms-flex-preferred-size: calc(6 / 12 * 100%);
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .columns-lg-7 {
    -ms-flex-preferred-size: calc(7 / 12 * 100%);
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .columns-lg-8 {
    -ms-flex-preferred-size: calc(8 / 12 * 100%);
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .columns-lg-9 {
    -ms-flex-preferred-size: calc(9 / 12 * 100%);
    flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .columns-lg-10 {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .columns-lg-11 {
    -ms-flex-preferred-size: calc(11 / 12 * 100%);
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .columns-lg-12 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); } }

@media screen and (min-width: 1200px) {
  .columns-xl-auto {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%; }
  .columns-xl-1 {
    -ms-flex-preferred-size: calc(1 / 12 * 100%);
    flex-basis: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%); }
  .columns-xl-2 {
    -ms-flex-preferred-size: calc(2 / 12 * 100%);
    flex-basis: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
  .columns-xl-3 {
    -ms-flex-preferred-size: calc(3 / 12 * 100%);
    flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%); }
  .columns-xl-4 {
    -ms-flex-preferred-size: calc(4 / 12 * 100%);
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .columns-xl-5 {
    -ms-flex-preferred-size: calc(5 / 12 * 100%);
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .columns-xl-6 {
    -ms-flex-preferred-size: calc(6 / 12 * 100%);
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }
  .columns-xl-7 {
    -ms-flex-preferred-size: calc(7 / 12 * 100%);
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
  .columns-xl-8 {
    -ms-flex-preferred-size: calc(8 / 12 * 100%);
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
  .columns-xl-9 {
    -ms-flex-preferred-size: calc(9 / 12 * 100%);
    flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%); }
  .columns-xl-10 {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .columns-xl-11 {
    -ms-flex-preferred-size: calc(11 / 12 * 100%);
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
  .columns-xl-12 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); } }

.column-center {
  margin-left: auto;
  margin-right: auto; }

.column-right {
  margin-right: 0;
  margin-left: auto; }

.column-block {
  padding: 10px; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-gutter {
  margin-left: -10px;
  margin-right: -10px; }

.column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.block-grid-1 > * {
  -ms-flex-preferred-size: calc(1 / 1 * 100%);
  flex-basis: calc(1 / 1 * 100%);
  max-width: calc(1 / 1 * 100%); }

.block-grid-2 > * {
  -ms-flex-preferred-size: calc(1 / 2 * 100%);
  flex-basis: calc(1 / 2 * 100%);
  max-width: calc(1 / 2 * 100%); }

.block-grid-3 > * {
  -ms-flex-preferred-size: calc(1 / 3 * 100%);
  flex-basis: calc(1 / 3 * 100%);
  max-width: calc(1 / 3 * 100%); }

.block-grid-4 > * {
  -ms-flex-preferred-size: calc(1 / 4 * 100%);
  flex-basis: calc(1 / 4 * 100%);
  max-width: calc(1 / 4 * 100%); }

[class*='block-grid-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  list-style: none; }
  [class*='block-grid-'] > * {
    padding-left: 10px;
    padding-right: 10px; }

.block-grid-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.block-grid-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.block-grid-spread {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.block-grid-equal {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.block-grid-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.block-grid-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.block-grid-stretch > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.block-grid-flatten > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .block-grid-flatten > * > * {
    width: 100%; }

.site-main {
  overflow: hidden; }

/*
Vertical padding for anvil blocks + templates.
All wrapped in breakpoints.
*/
.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

@media screen and (min-width: 480px) {
  .pt-xs-0 {
    padding-top: 0; }
  .pb-xs-0 {
    padding-bottom: 0; }
  .mt-xs-0 {
    margin-top: 0; }
  .mb-xs-0 {
    margin-bottom: 0; } }

@media screen and (min-width: 640px) {
  .pt-sm-0 {
    padding-top: 0; }
  .pb-sm-0 {
    padding-bottom: 0; }
  .mt-sm-0 {
    margin-top: 0; }
  .mb-sm-0 {
    margin-bottom: 0; } }

@media screen and (min-width: 769px) {
  .pt-md-0 {
    padding-top: 0; }
  .pb-md-0 {
    padding-bottom: 0; }
  .mt-md-0 {
    margin-top: 0; }
  .mb-md-0 {
    margin-bottom: 0; } }

@media screen and (min-width: 980px) {
  .pt-lg-0 {
    padding-top: 0; }
  .pb-lg-0 {
    padding-bottom: 0; }
  .mt-lg-0 {
    margin-top: 0; }
  .mb-lg-0 {
    margin-bottom: 0; } }

@media screen and (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0; }
  .pb-xl-0 {
    padding-bottom: 0; }
  .mt-xl-0 {
    margin-top: 0; }
  .mb-xl-0 {
    margin-bottom: 0; } }

.pt-1 {
  padding-top: 5px; }

.pb-1 {
  padding-bottom: 5px; }

.mt-1 {
  margin-top: 5px; }

.mb-1 {
  margin-bottom: 5px; }

@media screen and (min-width: 480px) {
  .pt-xs-1 {
    padding-top: 5px; }
  .pb-xs-1 {
    padding-bottom: 5px; }
  .mt-xs-1 {
    margin-top: 5px; }
  .mb-xs-1 {
    margin-bottom: 5px; } }

@media screen and (min-width: 640px) {
  .pt-sm-1 {
    padding-top: 5px; }
  .pb-sm-1 {
    padding-bottom: 5px; }
  .mt-sm-1 {
    margin-top: 5px; }
  .mb-sm-1 {
    margin-bottom: 5px; } }

@media screen and (min-width: 769px) {
  .pt-md-1 {
    padding-top: 5px; }
  .pb-md-1 {
    padding-bottom: 5px; }
  .mt-md-1 {
    margin-top: 5px; }
  .mb-md-1 {
    margin-bottom: 5px; } }

@media screen and (min-width: 980px) {
  .pt-lg-1 {
    padding-top: 5px; }
  .pb-lg-1 {
    padding-bottom: 5px; }
  .mt-lg-1 {
    margin-top: 5px; }
  .mb-lg-1 {
    margin-bottom: 5px; } }

@media screen and (min-width: 1200px) {
  .pt-xl-1 {
    padding-top: 5px; }
  .pb-xl-1 {
    padding-bottom: 5px; }
  .mt-xl-1 {
    margin-top: 5px; }
  .mb-xl-1 {
    margin-bottom: 5px; } }

.pt-2 {
  padding-top: 10px; }

.pb-2 {
  padding-bottom: 10px; }

.mt-2 {
  margin-top: 10px; }

.mb-2 {
  margin-bottom: 10px; }

@media screen and (min-width: 480px) {
  .pt-xs-2 {
    padding-top: 10px; }
  .pb-xs-2 {
    padding-bottom: 10px; }
  .mt-xs-2 {
    margin-top: 10px; }
  .mb-xs-2 {
    margin-bottom: 10px; } }

@media screen and (min-width: 640px) {
  .pt-sm-2 {
    padding-top: 10px; }
  .pb-sm-2 {
    padding-bottom: 10px; }
  .mt-sm-2 {
    margin-top: 10px; }
  .mb-sm-2 {
    margin-bottom: 10px; } }

@media screen and (min-width: 769px) {
  .pt-md-2 {
    padding-top: 10px; }
  .pb-md-2 {
    padding-bottom: 10px; }
  .mt-md-2 {
    margin-top: 10px; }
  .mb-md-2 {
    margin-bottom: 10px; } }

@media screen and (min-width: 980px) {
  .pt-lg-2 {
    padding-top: 10px; }
  .pb-lg-2 {
    padding-bottom: 10px; }
  .mt-lg-2 {
    margin-top: 10px; }
  .mb-lg-2 {
    margin-bottom: 10px; } }

@media screen and (min-width: 1200px) {
  .pt-xl-2 {
    padding-top: 10px; }
  .pb-xl-2 {
    padding-bottom: 10px; }
  .mt-xl-2 {
    margin-top: 10px; }
  .mb-xl-2 {
    margin-bottom: 10px; } }

.pt-3 {
  padding-top: 20px; }

.pb-3 {
  padding-bottom: 20px; }

.mt-3 {
  margin-top: 20px; }

.mb-3 {
  margin-bottom: 20px; }

@media screen and (min-width: 480px) {
  .pt-xs-3 {
    padding-top: 20px; }
  .pb-xs-3 {
    padding-bottom: 20px; }
  .mt-xs-3 {
    margin-top: 20px; }
  .mb-xs-3 {
    margin-bottom: 20px; } }

@media screen and (min-width: 640px) {
  .pt-sm-3 {
    padding-top: 20px; }
  .pb-sm-3 {
    padding-bottom: 20px; }
  .mt-sm-3 {
    margin-top: 20px; }
  .mb-sm-3 {
    margin-bottom: 20px; } }

@media screen and (min-width: 769px) {
  .pt-md-3 {
    padding-top: 20px; }
  .pb-md-3 {
    padding-bottom: 20px; }
  .mt-md-3 {
    margin-top: 20px; }
  .mb-md-3 {
    margin-bottom: 20px; } }

@media screen and (min-width: 980px) {
  .pt-lg-3 {
    padding-top: 20px; }
  .pb-lg-3 {
    padding-bottom: 20px; }
  .mt-lg-3 {
    margin-top: 20px; }
  .mb-lg-3 {
    margin-bottom: 20px; } }

@media screen and (min-width: 1200px) {
  .pt-xl-3 {
    padding-top: 20px; }
  .pb-xl-3 {
    padding-bottom: 20px; }
  .mt-xl-3 {
    margin-top: 20px; }
  .mb-xl-3 {
    margin-bottom: 20px; } }

.pt-4 {
  padding-top: 30px; }

.pb-4 {
  padding-bottom: 30px; }

.mt-4 {
  margin-top: 30px; }

.mb-4 {
  margin-bottom: 30px; }

@media screen and (min-width: 480px) {
  .pt-xs-4 {
    padding-top: 30px; }
  .pb-xs-4 {
    padding-bottom: 30px; }
  .mt-xs-4 {
    margin-top: 30px; }
  .mb-xs-4 {
    margin-bottom: 30px; } }

@media screen and (min-width: 640px) {
  .pt-sm-4 {
    padding-top: 30px; }
  .pb-sm-4 {
    padding-bottom: 30px; }
  .mt-sm-4 {
    margin-top: 30px; }
  .mb-sm-4 {
    margin-bottom: 30px; } }

@media screen and (min-width: 769px) {
  .pt-md-4 {
    padding-top: 30px; }
  .pb-md-4 {
    padding-bottom: 30px; }
  .mt-md-4 {
    margin-top: 30px; }
  .mb-md-4 {
    margin-bottom: 30px; } }

@media screen and (min-width: 980px) {
  .pt-lg-4 {
    padding-top: 30px; }
  .pb-lg-4 {
    padding-bottom: 30px; }
  .mt-lg-4 {
    margin-top: 30px; }
  .mb-lg-4 {
    margin-bottom: 30px; } }

@media screen and (min-width: 1200px) {
  .pt-xl-4 {
    padding-top: 30px; }
  .pb-xl-4 {
    padding-bottom: 30px; }
  .mt-xl-4 {
    margin-top: 30px; }
  .mb-xl-4 {
    margin-bottom: 30px; } }

.pt-5 {
  padding-top: 50px; }

.pb-5 {
  padding-bottom: 50px; }

.mt-5 {
  margin-top: 50px; }

.mb-5 {
  margin-bottom: 50px; }

@media screen and (min-width: 480px) {
  .pt-xs-5 {
    padding-top: 50px; }
  .pb-xs-5 {
    padding-bottom: 50px; }
  .mt-xs-5 {
    margin-top: 50px; }
  .mb-xs-5 {
    margin-bottom: 50px; } }

@media screen and (min-width: 640px) {
  .pt-sm-5 {
    padding-top: 50px; }
  .pb-sm-5 {
    padding-bottom: 50px; }
  .mt-sm-5 {
    margin-top: 50px; }
  .mb-sm-5 {
    margin-bottom: 50px; } }

@media screen and (min-width: 769px) {
  .pt-md-5 {
    padding-top: 50px; }
  .pb-md-5 {
    padding-bottom: 50px; }
  .mt-md-5 {
    margin-top: 50px; }
  .mb-md-5 {
    margin-bottom: 50px; } }

@media screen and (min-width: 980px) {
  .pt-lg-5 {
    padding-top: 50px; }
  .pb-lg-5 {
    padding-bottom: 50px; }
  .mt-lg-5 {
    margin-top: 50px; }
  .mb-lg-5 {
    margin-bottom: 50px; } }

@media screen and (min-width: 1200px) {
  .pt-xl-5 {
    padding-top: 50px; }
  .pb-xl-5 {
    padding-bottom: 50px; }
  .mt-xl-5 {
    margin-top: 50px; }
  .mb-xl-5 {
    margin-bottom: 50px; } }

.pt-6 {
  padding-top: 70px; }

.pb-6 {
  padding-bottom: 70px; }

.mt-6 {
  margin-top: 70px; }

.mb-6 {
  margin-bottom: 70px; }

@media screen and (min-width: 480px) {
  .pt-xs-6 {
    padding-top: 70px; }
  .pb-xs-6 {
    padding-bottom: 70px; }
  .mt-xs-6 {
    margin-top: 70px; }
  .mb-xs-6 {
    margin-bottom: 70px; } }

@media screen and (min-width: 640px) {
  .pt-sm-6 {
    padding-top: 70px; }
  .pb-sm-6 {
    padding-bottom: 70px; }
  .mt-sm-6 {
    margin-top: 70px; }
  .mb-sm-6 {
    margin-bottom: 70px; } }

@media screen and (min-width: 769px) {
  .pt-md-6 {
    padding-top: 70px; }
  .pb-md-6 {
    padding-bottom: 70px; }
  .mt-md-6 {
    margin-top: 70px; }
  .mb-md-6 {
    margin-bottom: 70px; } }

@media screen and (min-width: 980px) {
  .pt-lg-6 {
    padding-top: 70px; }
  .pb-lg-6 {
    padding-bottom: 70px; }
  .mt-lg-6 {
    margin-top: 70px; }
  .mb-lg-6 {
    margin-bottom: 70px; } }

@media screen and (min-width: 1200px) {
  .pt-xl-6 {
    padding-top: 70px; }
  .pb-xl-6 {
    padding-bottom: 70px; }
  .mt-xl-6 {
    margin-top: 70px; }
  .mb-xl-6 {
    margin-bottom: 70px; } }

.pt-7 {
  padding-top: 90px; }

.pb-7 {
  padding-bottom: 90px; }

.mt-7 {
  margin-top: 90px; }

.mb-7 {
  margin-bottom: 90px; }

@media screen and (min-width: 480px) {
  .pt-xs-7 {
    padding-top: 90px; }
  .pb-xs-7 {
    padding-bottom: 90px; }
  .mt-xs-7 {
    margin-top: 90px; }
  .mb-xs-7 {
    margin-bottom: 90px; } }

@media screen and (min-width: 640px) {
  .pt-sm-7 {
    padding-top: 90px; }
  .pb-sm-7 {
    padding-bottom: 90px; }
  .mt-sm-7 {
    margin-top: 90px; }
  .mb-sm-7 {
    margin-bottom: 90px; } }

@media screen and (min-width: 769px) {
  .pt-md-7 {
    padding-top: 90px; }
  .pb-md-7 {
    padding-bottom: 90px; }
  .mt-md-7 {
    margin-top: 90px; }
  .mb-md-7 {
    margin-bottom: 90px; } }

@media screen and (min-width: 980px) {
  .pt-lg-7 {
    padding-top: 90px; }
  .pb-lg-7 {
    padding-bottom: 90px; }
  .mt-lg-7 {
    margin-top: 90px; }
  .mb-lg-7 {
    margin-bottom: 90px; } }

@media screen and (min-width: 1200px) {
  .pt-xl-7 {
    padding-top: 90px; }
  .pb-xl-7 {
    padding-bottom: 90px; }
  .mt-xl-7 {
    margin-top: 90px; }
  .mb-xl-7 {
    margin-bottom: 90px; } }

.pt-8 {
  padding-top: 110px; }

.pb-8 {
  padding-bottom: 110px; }

.mt-8 {
  margin-top: 110px; }

.mb-8 {
  margin-bottom: 110px; }

@media screen and (min-width: 480px) {
  .pt-xs-8 {
    padding-top: 110px; }
  .pb-xs-8 {
    padding-bottom: 110px; }
  .mt-xs-8 {
    margin-top: 110px; }
  .mb-xs-8 {
    margin-bottom: 110px; } }

@media screen and (min-width: 640px) {
  .pt-sm-8 {
    padding-top: 110px; }
  .pb-sm-8 {
    padding-bottom: 110px; }
  .mt-sm-8 {
    margin-top: 110px; }
  .mb-sm-8 {
    margin-bottom: 110px; } }

@media screen and (min-width: 769px) {
  .pt-md-8 {
    padding-top: 110px; }
  .pb-md-8 {
    padding-bottom: 110px; }
  .mt-md-8 {
    margin-top: 110px; }
  .mb-md-8 {
    margin-bottom: 110px; } }

@media screen and (min-width: 980px) {
  .pt-lg-8 {
    padding-top: 110px; }
  .pb-lg-8 {
    padding-bottom: 110px; }
  .mt-lg-8 {
    margin-top: 110px; }
  .mb-lg-8 {
    margin-bottom: 110px; } }

@media screen and (min-width: 1200px) {
  .pt-xl-8 {
    padding-top: 110px; }
  .pb-xl-8 {
    padding-bottom: 110px; }
  .mt-xl-8 {
    margin-top: 110px; }
  .mb-xl-8 {
    margin-bottom: 110px; } }

.pt-9 {
  padding-top: 130px; }

.pb-9 {
  padding-bottom: 130px; }

.mt-9 {
  margin-top: 130px; }

.mb-9 {
  margin-bottom: 130px; }

@media screen and (min-width: 480px) {
  .pt-xs-9 {
    padding-top: 130px; }
  .pb-xs-9 {
    padding-bottom: 130px; }
  .mt-xs-9 {
    margin-top: 130px; }
  .mb-xs-9 {
    margin-bottom: 130px; } }

@media screen and (min-width: 640px) {
  .pt-sm-9 {
    padding-top: 130px; }
  .pb-sm-9 {
    padding-bottom: 130px; }
  .mt-sm-9 {
    margin-top: 130px; }
  .mb-sm-9 {
    margin-bottom: 130px; } }

@media screen and (min-width: 769px) {
  .pt-md-9 {
    padding-top: 130px; }
  .pb-md-9 {
    padding-bottom: 130px; }
  .mt-md-9 {
    margin-top: 130px; }
  .mb-md-9 {
    margin-bottom: 130px; } }

@media screen and (min-width: 980px) {
  .pt-lg-9 {
    padding-top: 130px; }
  .pb-lg-9 {
    padding-bottom: 130px; }
  .mt-lg-9 {
    margin-top: 130px; }
  .mb-lg-9 {
    margin-bottom: 130px; } }

@media screen and (min-width: 1200px) {
  .pt-xl-9 {
    padding-top: 130px; }
  .pb-xl-9 {
    padding-bottom: 130px; }
  .mt-xl-9 {
    margin-top: 130px; }
  .mb-xl-9 {
    margin-bottom: 130px; } }

.pt-10 {
  padding-top: 140px; }

.pb-10 {
  padding-bottom: 140px; }

.mt-10 {
  margin-top: 140px; }

.mb-10 {
  margin-bottom: 140px; }

@media screen and (min-width: 480px) {
  .pt-xs-10 {
    padding-top: 140px; }
  .pb-xs-10 {
    padding-bottom: 140px; }
  .mt-xs-10 {
    margin-top: 140px; }
  .mb-xs-10 {
    margin-bottom: 140px; } }

@media screen and (min-width: 640px) {
  .pt-sm-10 {
    padding-top: 140px; }
  .pb-sm-10 {
    padding-bottom: 140px; }
  .mt-sm-10 {
    margin-top: 140px; }
  .mb-sm-10 {
    margin-bottom: 140px; } }

@media screen and (min-width: 769px) {
  .pt-md-10 {
    padding-top: 140px; }
  .pb-md-10 {
    padding-bottom: 140px; }
  .mt-md-10 {
    margin-top: 140px; }
  .mb-md-10 {
    margin-bottom: 140px; } }

@media screen and (min-width: 980px) {
  .pt-lg-10 {
    padding-top: 140px; }
  .pb-lg-10 {
    padding-bottom: 140px; }
  .mt-lg-10 {
    margin-top: 140px; }
  .mb-lg-10 {
    margin-bottom: 140px; } }

@media screen and (min-width: 1200px) {
  .pt-xl-10 {
    padding-top: 140px; }
  .pb-xl-10 {
    padding-bottom: 140px; }
  .mt-xl-10 {
    margin-top: 140px; }
  .mb-xl-10 {
    margin-bottom: 140px; } }

.bg-color-blue {
  background: #3375C0; }

.bg-color-green {
  background: #58955A; }

.bg-color-beige {
  background: #FFF3E8; }

.bg-color-light-blue {
  background: #85D9F7; }

.bg-color-orange {
  background: #FD821A; }

.bg-color-grey {
  background: rgba(51, 117, 192, 0.1); }

.text-color-white {
  color: #ffffff; }

/*
 |----------------------------------------------------------------
 |  Html / Body
 |----------------------------------------------------------------
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  color: #1C1C1C;
  max-width: 1600px;
  margin: 0 auto; }

::-moz-selection {
  background: #3375C0;
  color: white; }

::selection {
  background: #3375C0;
  color: white; }

::-moz-selection {
  background: #3375C0;
  color: white; }

@-ms-viewport {
  width: device-width; }

/*
 |----------------------------------------------------------------
 |  Headings
 |----------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6,
.single-blog-banner .meal-type {
  margin: 0;
  padding-bottom: 20px;
  color: inherit; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  .single-blog-banner .meal-type a {
    color: inherit;
    text-decoration: none; }
  p + h1, .gform_description + h1,
  ul:not([class]) + h1,
  ol:not([class]) + h1, p + h2, .gform_description + h2,
  ul:not([class]) +
  h2,
  ol:not([class]) +
  h2, p + h3, .gform_description + h3,
  ul:not([class]) +
  h3,
  ol:not([class]) +
  h3, p + h4, .gform_description + h4,
  ul:not([class]) +
  h4,
  ol:not([class]) +
  h4, p + h5, .gform_description + h5,
  ul:not([class]) +
  h5,
  ol:not([class]) +
  h5, p + h6, .gform_description + h6, .single-blog-banner p + .meal-type, .single-blog-banner .gform_description + .meal-type,
  ul:not([class]) + h6,
  .single-blog-banner ul:not([class]) + .meal-type,
  ol:not([class]) + h6,
  .single-blog-banner ol:not([class]) + .meal-type {
    padding-top: 20px; }

h1 {
  font-size: calc(40px + (62 - 40) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (75 - 40) * (100vw - 320px) / (1200 - 320));
  font-family: 'roslindale-bold', serif; }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 62px; } }
  @media screen and (min-width: 1200px) {
    h1 {
      line-height: 75px; } }

h2 {
  font-size: calc(34px + (52 - 34) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (65 - 40) * (100vw - 320px) / (1200 - 320));
  font-family: 'roslindale-bold', serif; }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 52px; } }
  @media screen and (min-width: 1200px) {
    h2 {
      line-height: 65px; } }

h3 {
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1200 - 320));
  line-height: calc(32px + (40 - 32) * (100vw - 320px) / (1200 - 320));
  font-family: 'roslindale-bold', serif; }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 28px; } }
  @media screen and (min-width: 1200px) {
    h3 {
      line-height: 40px; } }
  h3.large {
    font-size: calc(22px + (36 - 22) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      h3.large {
        font-size: 36px; } }

h4 {
  font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1200 - 320));
  line-height: calc(24px + (35 - 24) * (100vw - 320px) / (1200 - 320));
  font-family: 'roslindale-bold', serif;
  letter-spacing: 1.5px; }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) {
    h4 {
      line-height: 35px; } }

h5 {
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  line-height: calc(25px + (25 - 25) * (100vw - 320px) / (1200 - 320));
  font-family: poppins, sans-serif;
  font-weight: 600; }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 16px; } }
  @media screen and (min-width: 1200px) {
    h5 {
      line-height: 25px; } }


h6,
.single-blog-banner .meal-type {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 21px; }
  h6.blue, .single-blog-banner .blue.meal-type {
    color: #3375C0; }

/*
 |----------------------------------------------------------------
 |  Paragraph
 |----------------------------------------------------------------
 */
p, .gform_description {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  line-height: calc(28px + (28 - 28) * (100vw - 320px) / (1200 - 320));
  margin: 0;
  padding-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    p, .gform_description {
      font-size: 16px; } }
  @media screen and (min-width: 1200px) {
    p, .gform_description {
      line-height: 28px; } }
  p:empty, .gform_description:empty {
    display: none; }

/*
 |----------------------------------------------------------------
 |  Horizontal Line
 |----------------------------------------------------------------
 */
hr {
  border: none;
  border-bottom: 1px solid #3375C0;
  width: 90%;
  margin: 10px auto 35px; }

/*
 |----------------------------------------------------------------
 |  MISC
 |----------------------------------------------------------------
 */
i,
em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

/*
 |----------------------------------------------------------------
 | Address
 |----------------------------------------------------------------
 */
address {
  font-style: normal; }

/*
 |----------------------------------------------------------------
 | Code
 |----------------------------------------------------------------
 */
code,
pre {
  background-color: #F3F6F6;
  font-family: "Consolas", monospace;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    code,
    pre {
      font-size: 14px; } }

pre {
  padding: 25px 20px; }

code {
  border-radius: 3px;
  vertical-align: middle;
  padding: 2px 5px; }

/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
ul:not([class]),
ol:not([class]) {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px; }
  ul:not([class]) li,
  ol:not([class]) li {
    line-height: 24px;
    position: relative;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 600; }
    ul:not([class]) li:before,
    ol:not([class]) li:before {
      color: #3375C0;
      position: absolute;
      left: -15px; }
  ul:not([class]) ul:not([class]),
  ul:not([class]) ol:not([class]),
  ol:not([class]) ul:not([class]),
  ol:not([class]) ol:not([class]) {
    margin: 0 0 25px 10px;
    list-style: none;
    padding-left: 25px; }

ul:not([class]) li {
  font-family: poppins, sans-serif;
  font-weight: 400; }

ul:not([class]) li:before {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f111";
  font-weight: bold;
  font-size: calc(8px + (10 - 8) * (100vw - 320px) / (1200 - 320));
  top: calc(0px + (0 - 0) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    ul:not([class]) li:before {
      font-size: 10px; } }
  @media screen and (min-width: 1200px) {
    ul:not([class]) li:before {
      top: 0px; } }

ol:not([class]) {
  counter-reset: my-counter;
  font-family: poppins, sans-serif;
  font-weight: 400; }
  ol:not([class]) li:before {
    content: counter(my-counter) ".";
    counter-increment: my-counter;
    top: 1px;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1200 - 320));
    font-weight: bold;
    left: -20px; }
    @media screen and (min-width: 1200px) {
      ol:not([class]) li:before {
        font-size: 16px; } }

.anvil-list {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px; }
  .anvil-list .p-wrapper {
    padding: 0px;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1200 - 320));
    font-weight: bold; }
    @media screen and (min-width: 1200px) {
      .anvil-list .p-wrapper {
        font-size: 16px; } }
  .anvil-list li {
    position: relative;
    padding-bottom: 10px; }
  .anvil-list li:before {
    position: absolute;
    left: -20px;
    top: 6px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    content: "\f054"; }

/*
 |----------------------------------------------------------------
 |  Link
 |----------------------------------------------------------------
 */
a {
  -webkit-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: background-color, color, border, opacity, text-indent;
  -o-transition-property: background-color, color, border, opacity, text-indent;
  transition-property: background-color, color, border, opacity, text-indent;
  text-decoration: none;
  color: #3375C0; }
  a:hover, a:focus, a:active {
    text-decoration: none; }
  p a, .gform_description a,
  ul:not([class]) a,
  ol:not([class]) a {
    border-bottom: 2px solid #F3F6F6;
    opacity: 1; }
    p a:hover, .gform_description a:hover,
    ul:not([class]) a:hover,
    ol:not([class]) a:hover {
      opacity: .7; }

/*
 |----------------------------------------------------------------
 |  Image
 |----------------------------------------------------------------
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  img.aligncenter {
    display: block; }

/*
 |----------------------------------------------------------------
 |  WP Image classes
 |----------------------------------------------------------------
 */
[class*='wp-image-'] {
  margin-top: 15px; }

.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 0; }

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0; }

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.wp-caption {
  display: block;
  margin: 15px 0 45px;
  max-width: 100%;
  position: relative;
  width: auto !important; }
  .wp-caption img {
    display: block;
    margin-bottom: 0; }

.wp-caption-dd,
.wp-caption-text {
  padding: 5px 15px !important;
  font-size: 14px;
  color: #1C1C1C; }

/*
 |----------------------------------------------------------------
 |  Custom Image Classes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Video
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Iframe - anvil wraps embedded iframes with .flex-video, so that
 |  class can be used to style iframes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Block Quote
 |----------------------------------------------------------------
 */
blockquote {
  border-left: 5px solid #3375C0;
  padding: 20px 20px 20px 50px;
  margin: 20px 0 35px; }
  blockquote p:last-of-type:not(:first-of-type), blockquote .gform_description:last-of-type:not(:first-of-type) {
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
    text-transform: uppercase; }
    @media screen and (min-width: 1200px) {
      blockquote p:last-of-type:not(:first-of-type), blockquote .gform_description:last-of-type:not(:first-of-type) {
        font-size: 18px; } }
  blockquote cite {
    display: block;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
    text-transform: uppercase; }
    @media screen and (min-width: 1200px) {
      blockquote cite {
        font-size: 18px; } }

/*
 |----------------------------------------------------------------
 |  Buttons
 |----------------------------------------------------------------
 */
.button {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: background-color, color, border, opacity;
  -o-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 29.5px;
  min-width: 200px;
  min-height: 50px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none; }
  .button i {
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    position: relative;
    top: 1px; }
  .button.default {
    background-color: #3375C0; }

/*
 |----------------------------------------------------------------
 |  Button Base/Mixin
 |----------------------------------------------------------------
 */
.page-template-_products .footer-cta .footer-callout:first-of-type .button {
  color: #58955A;
  background: #ffffff; }
  .page-template-_products .footer-cta .footer-callout:first-of-type .button:hover {
    background: #357937;
    color: #ffffff; }

.button.video::after {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: '\f04b';
  margin-left: 8px;
  font-size: 13px;
  font-weight: 500; }

.button.external::after {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: '\f08e';
  margin-left: 8px;
  font-size: 16px;
  font-weight: 300; }

.button.download::after {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: '\f33d';
  margin-left: 8px;
  font-size: 16px;
  font-weight: 300; }

.one {
  color: #ffffff;
  background: #3375C0; }
  .one:hover {
    background: #295B95; }

.two {
  color: #3375C0;
  background: #ffffff; }
  .two:hover {
    background: #3375C0;
    color: #ffffff; }

.three {
  color: #ffffff;
  background: #58955A; }
  .three:hover {
    background: #357937; }

.four {
  color: #1C1C1C;
  background: #ffffff; }
  .four:hover {
    background: #1C1C1C;
    color: #ffffff; }

.five {
  color: #3375C0;
  background: #ffffff;
  border: 1px solid #3375C0; }
  .five:hover {
    background: #3375C0;
    color: #ffffff; }

.six {
  color: #ffffff;
  background: #FD821A;
  border: 1px solid #FD821A; }
  .six:hover {
    background: #C45A00; }

.seven {
  color: #1C1C1C;
  background: transparent;
  border: 1px solid #85D9F7; }
  .seven:hover {
    background: #85D9F7; }

.button.read-more {
  font-family: poppins, sans-serif;
  font-weight: 500;
  color: #1C1C1C;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  font-weight: 500; }
  .button.read-more::before {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FD821A;
    height: 2px;
    width: 100%;
    content: '';
    -webkit-transform: rotate(-0.1deg);
    -ms-transform: rotate(-0.1deg);
    transform: rotate(-0.1deg); }
  .button.read-more:hover {
    color: #FD821A;
    opacity: 1; }

.button.read-more-white {
  font-family: poppins, sans-serif;
  font-weight: 500;
  color: #1C1C1C;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  font-weight: 500;
  color: #ffffff; }
  .button.read-more-white::before {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FD821A;
    height: 2px;
    width: 100%;
    content: '';
    -webkit-transform: rotate(-0.1deg);
    -ms-transform: rotate(-0.1deg);
    transform: rotate(-0.1deg); }
  .button.read-more-white:hover {
    color: #FD821A;
    opacity: 1; }
  .button.read-more-white:hover {
    color: #FD821A !important; }
    .button.read-more-white:hover::before {
      background: #FD821A; }
  .button.read-more-white::before {
    background: #ffffff; }

/**
 *	Global Placeholder
 ================================================= */
/**
 *	Global Form Element
 ================================================= */
label {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 21px;
  color: #3375C0; }

[type="text"],
[type="url"],
[type="email"],
[type="tel"],
[type="number"],
[type="password"],
[type="search"],
select,
textarea {
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  -o-transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  outline: none;
  border: 1px solid #3375C0;
  background: white;
  padding: 5px 10px;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  font-weight: 400;
  color: #1C1C1C; }
  @media screen and (min-width: 1200px) {
    [type="text"],
    [type="url"],
    [type="email"],
    [type="tel"],
    [type="number"],
    [type="password"],
    [type="search"],
    select,
    textarea {
      font-size: 14px; } }
  [type="text"]:focus,
  [type="url"]:focus,
  [type="email"]:focus,
  [type="tel"]:focus,
  [type="number"]:focus,
  [type="password"]:focus,
  [type="search"]:focus,
  select:focus,
  textarea:focus {
    outline: none;
    border-color: #3375C0; }
  [type="text"][disabled],
  [type="url"][disabled],
  [type="email"][disabled],
  [type="tel"][disabled],
  [type="number"][disabled],
  [type="password"][disabled],
  [type="search"][disabled],
  select[disabled],
  textarea[disabled] {
    opacity: .5;
    cursor: not-allowed; }

textarea {
  min-height: 150px;
  padding: 10px;
  resize: vertical; }

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
  background-image: url("../../images/select-icon.png");
  background-position: calc( 100% - 10px) center;
  background-repeat: no-repeat;
  cursor: pointer; }

select[multiple] {
  height: auto; }

option {
  padding: 5px 10px;
  color: #1C1C1C; }

[type=submit],
[type=button] {
  background-color: #3375C0; }

input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"] {
  height: auto;
  width: auto; }

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  padding: 0;
  vertical-align: middle; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block;
    vertical-align: middle; }

.gform_body fieldset {
  padding-right: 0;
  padding-left: 0; }

.gform_body .gfield_description {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 21px;
  color: #3375C0; }

.gform_body .gfield_label {
  text-transform: none; }

.loop-item {
  margin-bottom: 40px; }
  .loop-item .wrapper {
    position: relative;
    top: 0;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    -webkit-transition: border 1ms ease-out;
    -o-transition: border 1ms ease-out;
    transition: border 1ms ease-out; }
    .loop-item .wrapper .content-column {
      -webkit-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms; }
  .loop-item h3:hover, .loop-item h4:hover {
    color: #3375C0; }
  .loop-item:not(.farm):not(.product-cat):not(.press-release):not(.resource):hover .wrapper {
    top: -10px;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    -webkit-box-shadow: 0 32px 34px rgba(0, 0, 0, 0.1);
    box-shadow: 0 32px 34px rgba(0, 0, 0, 0.1); }
  .loop-item:not(.farm):not(.product-cat):not(.press-release):not(.resource) .image-column img {
    width: 100%; }
  .loop-item.post .image-column img {
    height: 210px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .loop-item.post .excerpt {
    display: none; }
  .loop-item.background-post .wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 490px;
    position: relative; }
  .loop-item.background-post .content-column {
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    padding: 25px; }
    .loop-item.background-post .content-column h3 {
      font-family: 'Spartan', sans-serif; }
    .loop-item.background-post .content-column > *:not(.button) {
      color: #1C1C1C; }
  .loop-item.loop-post .content-column {
    padding: 20px; }
  .loop-item.recipe .recipe-times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px; }
    .loop-item.recipe .recipe-times > div {
      margin-right: 15px; }
    .loop-item.recipe .recipe-times h5 {
      padding-bottom: 5px;
      font-family: poppins, sans-serif;
      font-weight: 600; }
    .loop-item.recipe .recipe-times p, .loop-item.recipe .recipe-times .gform_description {
      font-family: poppins, sans-serif;
      font-weight: 700; }
  .loop-item.recipe .image-column {
    position: relative; }
    .loop-item.recipe .image-column img {
      height: 270px;
      -o-object-fit: cover;
      object-fit: cover; }
    .loop-item.recipe .image-column .meal-type {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background: #ffffff;
      border-radius: 5px;
      color: #3375C0;
      padding: 8px 20px;
      font-family: poppins, sans-serif;
      font-weight: 400; }
  .loop-item.farm {
    border-bottom: 1px solid rgba(51, 117, 192, 0.3);
    padding-bottom: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .loop-item.farm {
        padding-bottom: 30px; } }
    .loop-item.farm .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .loop-item.farm .wrapper h3 {
        font-size: 36px;
        letter-spacing: 0;
        line-height: 52px; }
      .loop-item.farm .wrapper h6, .loop-item.farm .wrapper .single-blog-banner .meal-type, .single-blog-banner .loop-item.farm .wrapper .meal-type {
        color: #3375C0; }
      .loop-item.farm .wrapper .image-column {
        margin-right: 20px; }
        .loop-item.farm .wrapper .image-column img {
          -o-object-fit: contain;
          object-fit: contain; }
      .loop-item.farm .wrapper .read-more {
        font-family: poppins, sans-serif;
        font-weight: 500;
        color: #1C1C1C;
        display: inline-block;
        text-decoration: none;
        font-style: normal;
        padding: 0px;
        min-width: unset;
        min-height: unset;
        padding-bottom: 3px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 20px;
        text-align: center;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        color: #212121; }
        .loop-item.farm .wrapper .read-more::before {
          position: absolute;
          top: 100%;
          left: 0;
          background: #FD821A;
          height: 2px;
          width: 100%;
          content: '';
          -webkit-transform: rotate(-0.1deg);
          -ms-transform: rotate(-0.1deg);
          transform: rotate(-0.1deg); }
        .loop-item.farm .wrapper .read-more:hover {
          color: #FD821A;
          opacity: 1; }
        .loop-item.farm .wrapper .read-more::before {
          width: 130%; }
      .loop-item.farm .wrapper i {
        margin-left: 10px; }
  .loop-item.press-release {
    padding-bottom: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
    border-bottom: 1px solid rgba(51, 117, 192, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 1200px) {
      .loop-item.press-release {
        padding-bottom: 40px; } }
    .loop-item.press-release .wrapper {
      padding-right: calc(10px + (100 - 10) * (100vw - 320px) / (1200 - 320)); }
      @media screen and (min-width: 1200px) {
        .loop-item.press-release .wrapper {
          padding-right: 100px; } }
    .loop-item.press-release .read-more {
      padding-right: 10px; }
  .loop-item.icon-border-post .wrapper {
    border: 1px solid rgba(51, 117, 192, 0.3);
    padding: 50px 20px 70px 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%; }
    .loop-item.icon-border-post .wrapper .read-more,
    .loop-item.icon-border-post .wrapper .external {
      margin-top: auto; }
    .loop-item.icon-border-post .wrapper img {
      margin-bottom: 20px;
      max-width: 100px; }
  .loop-item.resource {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .loop-item.resource:nth-child(odd) .wrapper {
      background: #F3F6F6; }
    .loop-item.resource .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px 20px 10px 20px; }
      .loop-item.resource .wrapper h5 {
        padding-bottom: 0;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        margin-bottom: 10px; }
      .loop-item.resource .wrapper .read-more {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-bottom: 10px; }
  .loop-item.full-background .wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    position: relative;
    min-height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 20px; }
    .loop-item.full-background .wrapper:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-transition-duration: 250ms;
      -o-transition-duration: 250ms;
      transition-duration: 250ms;
      -webkit-transition-property: background, opacity, -webkit-transform;
      transition-property: background, opacity, -webkit-transform;
      -o-transition-property: background, transform, opacity;
      transition-property: background, transform, opacity;
      transition-property: background, transform, opacity, -webkit-transform;
      z-index: -1; }
    .loop-item.full-background .wrapper .content-column h3 {
      font-family: 'Spartan', sans-serif; }
    .loop-item.full-background .wrapper * {
      color: #ffffff; }

.single-post-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px; }
  .single-post-cat-list .divider {
    margin: 0 5px;
    color: #3375C0; }
  .single-post-cat-list a::after {
    content: '';
    background: #3375C0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  .single-post-cat-list a:hover {
    opacity: 0.8; }
    .single-post-cat-list a:hover::after {
      width: 100%;
      -webkit-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
  .single-post-cat-list h6, .single-post-cat-list .single-blog-banner .meal-type, .single-blog-banner .single-post-cat-list .meal-type {
    padding-bottom: 0;
    color: #3375C0; }

/*
 |----------------------------------------------------------------
 |  Wrappers
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Structure
 |----------------------------------------------------------------
 */
.gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*
 |----------------------------------------------------------------
 |  Gform Heading
 |----------------------------------------------------------------
 */
.gform_description {
  display: block; }

.validation_error {
  border-left: 3px solid scarlet;
  margin: 0 0 25px;
  padding: 25px; }

/*
 |----------------------------------------------------------------
 |  Gform Body
 |----------------------------------------------------------------
 */
.gform_fields {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -10px;
  margin-right: -10px; }

.gfield {
  -ms-flex-preferred-size: calc(12 / 12 * 100%);
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  margin-bottom: 20px;
  border: none !important; }

.gfield_label {
  color: #3375C0;
  font-family: 'Spartan', sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 5px; }

.gfield_required {
  margin-left: 3px;
  vertical-align: baseline; }

.ginput_container .large {
  width: 100%; }

.ginput_container .medium {
  width: calc(2 / 3 * 100%); }

.ginput_container .small {
  width: calc(1 / 3 * 100%); }

.validation_message {
  margin-top: 5px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1200 - 320));
  font-style: italic; }
  @media screen and (min-width: 1200px) {
    .validation_message {
      font-size: 14px; } }

/*
 |----------------------------------------------------------------
 |  Gform Fields
 |----------------------------------------------------------------
 */
.ginput_container_checkbox,
.ginput_container_radio {
  margin-left: 25px; }
  .ginput_container_checkbox + .validation_message,
  .ginput_container_radio + .validation_message {
    margin-left: 25px; }

.gfield_checkbox,
.gfield_radio {
  padding: 0;
  margin: 0;
  list-style: none; }
  .gfield_checkbox input,
  .gfield_radio input {
    margin-right: 5px; }

.gform_hidden {
  display: none; }

.gform_validation_container {
  display: none !important; }

/*
 |----------------------------------------------------------------
 |  Gform Field Class
 |----------------------------------------------------------------
 */
.gf_full {
  -ms-flex-preferred-size: calc(12 / 12 * 100%);
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%); }

.gf_half {
  -ms-flex-preferred-size: calc(6 / 12 * 100%);
  flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%); }

.gf_third {
  -ms-flex-preferred-size: calc(4 / 12 * 100%);
  flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%); }

.gf_quarter {
  -ms-flex-preferred-size: calc(3 / 12 * 100%);
  flex-basis: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%); }

.gf_list_inline .gfield_checkbox,
.gf_list_inline .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -10px;
  margin-right: -10px; }

#gform_submit_button_5 {
  border: none;
  color: #FFF; }
  #gform_submit_button_5:hover {
    background: #285c98; }

/*
 |----------------------------------------------------------------
 |  Gform Footer
 |----------------------------------------------------------------
 */
.gf_submit:not(.button) {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: background-color, color, border, opacity;
  -o-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 29.5px;
  min-width: 200px;
  min-height: 50px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none; }
  .gf_submit:not(.button) i {
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    position: relative;
    top: 1px; }

.gform_ajax_spinner {
  margin-left: 10px; }

/*
 |----------------------------------------------------------------
 |  Special Fields - Datepicker
 |----------------------------------------------------------------
 */
.ui-datepicker {
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3375C0; }
  .ui-datepicker-header .ui-icon {
    display: none; }

.ui-datepicker-prev {
  padding: 5px 10px;
  -ms-flex-preferred-size: 25px;
  flex-basis: 25px;
  cursor: pointer; }
  .ui-datepicker-prev:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    color: white; }

.ui-datepicker-next {
  padding: 5px 10px;
  -ms-flex-preferred-size: 25px;
  flex-basis: 25px;
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  .ui-datepicker-next:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    color: white; }

.ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0; }

.ui-datepicker-month,
.ui-datepicker-year {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  height: 30px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0; }

.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  border: none; }
  .ui-datepicker-calendar th {
    padding: 5px;
    font-size: 14px;
    background: #F3F6F6; }
  .ui-datepicker-calendar td {
    font-size: 12px;
    text-align: center; }
  .ui-datepicker-calendar .ui-state-default {
    padding: 5px;
    display: block; }
  .ui-datepicker-calendar .ui-state-disabled {
    cursor: disabled; }
  .ui-datepicker-calendar .ui-state-hover {
    font-weight: 700; }
  .ui-datepicker-calendar .ui-state-active {
    background: #3375C0;
    color: white; }

.accordion-holder .accordion-content {
  display: none;
  padding: 20px 20px 60px; }

.accordion-entry {
  margin-bottom: 20px; }

.accordion-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .accordion-controls a {
    display: inline-block;
    padding: 5px 10px;
    opacity: 1; }
    .accordion-controls a:hover {
      opacity: .5; }

.accordion-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 20px;
  border-radius: 0px;
  position: relative;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: 1px solid rgba(51, 117, 192, 0.3); }
  .accordion-label h6, .accordion-label .single-blog-banner .meal-type, .single-blog-banner .accordion-label .meal-type {
    padding: 0 15px 0px 0px;
    width: 70%;
    text-transform: none;
    font-family: poppins, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px; }
  .accordion-label:after {
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    content: "\f077";
    font-size: 12px;
    right: 7px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    border: unset;
    color: #3375C0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
  [data-status="opened"] .accordion-label:after {
    content: "\f077";
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    border: unset; }
  .accordion-label span {
    margin-left: 15px; }

.accordion-content {
  padding: 20px;
  padding-bottom: 100px; }

@media screen and (max-width: 979px) {
  .accordion-holder {
    -ms-flex-preferred-size: calc(11 / 12 * 100%);
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%); }
    .accordion-holder h5 {
      width: 70%; } }

/*
 |----------------------------------------------------------------
 |  Banner Structure
 |----------------------------------------------------------------
 */
.page-banner {
  background-size: cover;
  z-index: 0;
  position: relative; }
  .page-banner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: background, opacity, -webkit-transform;
    transition-property: background, opacity, -webkit-transform;
    -o-transition-property: background, transform, opacity;
    transition-property: background, transform, opacity;
    transition-property: background, transform, opacity, -webkit-transform;
    z-index: -1; }
  .page-banner.landing-banner .row {
    padding-top: calc(90px + (140 - 90) * (100vw - 320px) / (1200 - 320));
    padding-bottom: calc(80px + (175 - 80) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .page-banner.landing-banner .row {
        padding-top: 140px; } }
    @media screen and (min-width: 1200px) {
      .page-banner.landing-banner .row {
        padding-bottom: 175px; } }
  .page-banner.landing-banner .row.logo {
    padding-top: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
    padding-bottom: calc(0px + (0 - 0) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .page-banner.landing-banner .row.logo {
        padding-top: 60px; } }
    @media screen and (min-width: 1200px) {
      .page-banner.landing-banner .row.logo {
        padding-bottom: 0px; } }
  .page-banner.bg-center {
    background-position: center; }
  .page-banner.bg-top {
    background-position: top; }
  .page-banner.bg-bottom {
    background-position: bottom; }
  .page-banner .row {
    padding-top: calc(90px + (120 - 90) * (100vw - 320px) / (1200 - 320));
    padding-bottom: calc(80px + (140 - 80) * (100vw - 320px) / (1200 - 320));
    min-height: calc(450px + (450 - 450) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .page-banner .row {
        padding-top: 120px; } }
    @media screen and (min-width: 1200px) {
      .page-banner .row {
        padding-bottom: 140px; } }
    @media screen and (min-width: 1200px) {
      .page-banner .row {
        min-height: 450px; } }
  .page-banner .button {
    margin-right: 20px;
    margin-bottom: 20px; }
  .page-banner .content-container {
    z-index: 10;
    color: #ffffff;
    padding: 0 10px; }
  .page-banner.simple-banner {
    background-image: none !important; }
    .page-banner.simple-banner::after {
      display: none; }
    .page-banner.simple-banner > .row {
      padding-top: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
      padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-height: auto; }
      @media screen and (min-width: 1200px) {
        .page-banner.simple-banner > .row {
          padding-top: 50px; } }
      @media screen and (min-width: 1200px) {
        .page-banner.simple-banner > .row {
          padding-bottom: 50px; } }
    .page-banner.simple-banner .content-container {
      text-align: center; }
      .page-banner.simple-banner .content-container *:not(.button) {
        color: #1C1C1C; }

.home .page-banner {
  margin-bottom: 0px; }
  .home .page-banner .row {
    padding-top: calc(50px + (80 - 50) * (100vw - 320px) / (1200 - 320));
    padding-bottom: calc(50px + (80 - 50) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .home .page-banner .row {
        padding-top: 80px; } }
    @media screen and (min-width: 1200px) {
      .home .page-banner .row {
        padding-bottom: 80px; } }

.video-banner {
  position: relative;
  overflow: hidden; }
  .video-banner > .row {
    min-height: calc(300px + (600 - 300) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .video-banner > .row {
        min-height: 600px; } }
  .video-banner #bg-video {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    pointer-events: none; }

.page-banner .content-column .title-container p, .page-banner .content-column .title-container .gform_description {
  font-size: 19px;
  font-weight: 500; }

@media screen and (min-width: 980px) {
  .page-id-2252 .page-banner .columns-5 {
    -ms-flex-preferred-size: calc(7 / 12 * 100%);
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%); }
    .page-id-2252 .page-banner .columns-5 p, .page-id-2252 .page-banner .columns-5 .gform_description {
      -ms-flex-preferred-size: calc(9 / 12 * 100%);
      flex-basis: calc(9 / 12 * 100%);
      max-width: calc(9 / 12 * 100%); } }

.gallery {
  margin-bottom: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .gallery {
      margin-bottom: 60px; } }
  .gallery .gallery-wrapper {
    position: relative; }
  .gallery .slick-next {
    right: -40px; }
  .gallery .slick-prev {
    left: -40px; }
  .gallery .gallery-image {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 700px;
    overflow: hidden; }
    .gallery .gallery-image img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 600px;
      max-width: none;
      min-width: 100%; }
  @media screen and (max-width: 480px) {
    .gallery .gallery-image, .gallery img {
      max-height: 300px; } }

.slick-thumbnail-grid {
  margin-top: 20px;
  max-height: 500px;
  /* the slides */
  /* the parent */ }
  .slick-thumbnail-grid .gallery-nav-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 155px;
    overflow: hidden; }
    .slick-thumbnail-grid .gallery-nav-image img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .slick-thumbnail-grid .slick-slide {
    margin: 20px 10px; }
  .slick-thumbnail-grid .slick-list {
    margin: -10px 0; }
  @media screen and (max-width: 480px) {
    .slick-thumbnail-grid .gallery-nav-image {
      max-height: 90px; } }

.category-filter {
  margin-bottom: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .category-filter {
      margin-bottom: 50px; } }
  .category-filter > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px; }
    .category-filter > .row h5 {
      padding-bottom: 0;
      padding-right: 15px; }
    .category-filter > .row select {
      border: none; }
    @media screen and (max-width: 639px) {
      .category-filter > .row h5 {
        padding-bottom: 20px; }
      .category-filter > .row form {
        width: 100%; } }
  .category-filter .search-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .category-filter .search-form .searchform {
      border: none;
      min-width: 300px; }
    .category-filter .search-form button {
      position: absolute;
      right: 10px;
      background: none;
      border: none; }
      .category-filter .search-form button i {
        color: #3375C0; }

.simple-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px; }
  .simple-filter-form select {
    width: 180px;
    border: none; }
  .simple-filter-form h5 {
    padding-bottom: 0;
    margin-right: 10px; }

.post-filter {
  padding: 40px 0px; }

.filter-section,
.category-filter {
  z-index: 10;
  padding: 40px 0px;
  background: rgba(51, 117, 192, 0.1); }
  .filter-section .filter-container,
  .category-filter .filter-container {
    min-height: unset;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0px !important; }
  .filter-section h6, .filter-section .single-blog-banner .meal-type, .single-blog-banner .filter-section .meal-type,
  .category-filter h6,
  .category-filter .single-blog-banner .meal-type,
  .single-blog-banner .category-filter .meal-type {
    padding-bottom: 0;
    margin-right: 10px;
    min-width: 90px;
    color: #3375C0; }
  .filter-section .view-all,
  .category-filter .view-all {
    letter-spacing: 0;
    color: #3375C0;
    font-weight: 500;
    font-size: 16px; }
  .filter-section .filter-form-container,
  .category-filter .filter-form-container {
    padding: 0 10px; }
    .filter-section .filter-form-container, .filter-section .filter-form-container .search-form, .filter-section .filter-form-container .flex-container,
    .category-filter .filter-form-container,
    .category-filter .filter-form-container .search-form,
    .category-filter .filter-form-container .flex-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .filter-section .filter-form-container .flex-container,
    .category-filter .filter-form-container .flex-container {
      margin-right: 15px;
      width: 100%; }
      .filter-section .filter-form-container .flex-container .select-container,
      .category-filter .filter-form-container .flex-container .select-container {
        margin-right: 15px;
        min-width: 180px; }
    .filter-section .filter-form-container .search-form,
    .category-filter .filter-form-container .search-form {
      pointer-events: auto;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      font-size: 12px; }
      .filter-section .filter-form-container .search-form input,
      .category-filter .filter-form-container .search-form input {
        height: 50px;
        border-radius: 30px;
        min-width: 120px; }
      .filter-section .filter-form-container .search-form select,
      .category-filter .filter-form-container .search-form select {
        border: none;
        background-image: none;
        border-radius: 3px;
        font-size: 14px;
        font-family: poppins, sans-serif;
        font-weight: 400; }
      .filter-section .filter-form-container .search-form .select-container,
      .category-filter .filter-form-container .search-form .select-container {
        background: #ffffff;
        position: relative;
        border-radius: 6px; }
        .filter-section .filter-form-container .search-form .select-container i,
        .category-filter .filter-form-container .search-form .select-container i {
          position: absolute;
          right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          color: #3375C0;
          pointer-events: none;
          font-size: 18px;
          font-weight: 500; }
      .filter-section .filter-form-container .search-form .button,
      .category-filter .filter-form-container .search-form .button {
        margin-right: 15px;
        border: 0px solid white; }
    .filter-section .filter-form-container .search-container,
    .category-filter .filter-form-container .search-container {
      min-width: 380px; }
      .filter-section .filter-form-container .search-container input,
      .category-filter .filter-form-container .search-container input {
        border: none;
        border-radius: 3px; }
      .filter-section .filter-form-container .search-container input::-webkit-input-placeholder,
      .category-filter .filter-form-container .search-container input::-webkit-input-placeholder {
        font-family: poppins, sans-serif;
        font-weight: 400;
        font-size: 14px;
        opacity: 1; }
      .filter-section .filter-form-container .search-container input:-ms-input-placeholder,
      .category-filter .filter-form-container .search-container input:-ms-input-placeholder {
        font-family: poppins, sans-serif;
        font-weight: 400;
        font-size: 14px;
        opacity: 1; }
      .filter-section .filter-form-container .search-container input::-ms-input-placeholder,
      .category-filter .filter-form-container .search-container input::-ms-input-placeholder {
        font-family: poppins, sans-serif;
        font-weight: 400;
        font-size: 14px;
        opacity: 1; }
      .filter-section .filter-form-container .search-container input::placeholder,
      .category-filter .filter-form-container .search-container input::placeholder {
        font-family: poppins, sans-serif;
        font-weight: 400;
        font-size: 14px;
        opacity: 1; }
  @media screen and (max-width: 1199px) {
    .filter-section .filter-form-container, .filter-section .filter-form-container .search-form, .filter-section .filter-form-container .flex-container,
    .category-filter .filter-form-container,
    .category-filter .filter-form-container .search-form,
    .category-filter .filter-form-container .flex-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 0; }
    .filter-section .filter-form-container .flex-container,
    .category-filter .filter-form-container .flex-container {
      -ms-flex-preferred-size: calc(9 / 12 * 100%);
      flex-basis: calc(9 / 12 * 100%);
      max-width: calc(9 / 12 * 100%); }
    .filter-section .filter-form-container .search-container,
    .category-filter .filter-form-container .search-container {
      min-width: auto;
      -ms-flex-preferred-size: calc(3 / 12 * 100%);
      flex-basis: calc(3 / 12 * 100%);
      max-width: calc(3 / 12 * 100%); }
    .filter-section .filter-form-container h6, .filter-section .filter-form-container .single-blog-banner .meal-type, .single-blog-banner .filter-section .filter-form-container .meal-type, .filter-section .filter-form-container a, .filter-section .filter-form-container .button, .filter-section .filter-form-container .select-container,
    .category-filter .filter-form-container h6,
    .category-filter .filter-form-container .single-blog-banner .meal-type,
    .single-blog-banner .category-filter .filter-form-container .meal-type,
    .category-filter .filter-form-container a,
    .category-filter .filter-form-container .button,
    .category-filter .filter-form-container .select-container {
      margin-bottom: 15px; } }
  @media screen and (max-width: 979px) {
    .filter-section .filter-form-container .select-container,
    .category-filter .filter-form-container .select-container {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    .filter-section .filter-form-container .flex-container,
    .category-filter .filter-form-container .flex-container {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); }
    .filter-section .filter-form-container .search-container,
    .category-filter .filter-form-container .search-container {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); } }

.simple-filter-form h6, .simple-filter-form .single-blog-banner .meal-type, .single-blog-banner .simple-filter-form .meal-type {
  padding-bottom: 0; }

.simple-filter-form form {
  margin: 0; }

@media screen and (max-width: 1199px) {
  .post-filter {
    padding-left: 20px; } }

.pagination-container {
  width: 100%;
  padding: 30px 0; }
  .pagination-container .wrapper a {
    color: #1C1C1C; }
  .pagination-container .pagination-column {
    padding: 15px 0px;
    padding-left: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
    padding-right: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 1200px) {
      .pagination-container .pagination-column {
        padding-left: 30px; } }
    @media screen and (min-width: 1200px) {
      .pagination-container .pagination-column {
        padding-right: 30px; } }
    .pagination-container .pagination-column .fa-arrow-left {
      margin-right: 10px; }
    .pagination-container .pagination-column i {
      color: #FD821A;
      font-size: 14px;
      margin: 10px 10px;
      font-weight: 300; }
    .pagination-container .pagination-column p, .pagination-container .pagination-column .gform_description {
      padding-bottom: 0; }
    .pagination-container .pagination-column p, .pagination-container .pagination-column .gform_description,
    .pagination-container .pagination-column a {
      font-family: poppins, sans-serif;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 21px;
      color: #FD821A; }
    .pagination-container .pagination-column .prev-disabled,
    .pagination-container .pagination-column .next-disabled {
      opacity: 0.5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .pagination-container .pagination-column .prev-disabled i,
      .pagination-container .pagination-column .next-disabled i {
        font-size: 14px;
        color: #FD821A;
        font-weight: 300; }
    .pagination-container .pagination-column .fa-arrow-right {
      margin-left: 12px;
      color: #3375C0; }
    .pagination-container .pagination-column .fa-arrow-left {
      margin-right: 12px;
      color: #3375C0; }
    .pagination-container .pagination-column .page-lists {
      padding-left: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
      padding-right: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (min-width: 1200px) {
        .pagination-container .pagination-column .page-lists {
          padding-left: 100px; } }
      @media screen and (min-width: 1200px) {
        .pagination-container .pagination-column .page-lists {
          padding-right: 100px; } }
      .pagination-container .pagination-column .page-lists .page-numbers {
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 8px;
        height: 35px;
        width: 35px;
        border-radius: 3px;
        color: #1C1C1C;
        font-family: poppins, sans-serif;
        font-weight: 400; }
      .pagination-container .pagination-column .page-lists .current {
        background: #FD821A;
        color: #ffffff; }
      .pagination-container .pagination-column .page-lists .dots {
        background: unset;
        color: #3375C0; }
      .pagination-container .pagination-column .page-lists a,
      .pagination-container .pagination-column .page-lists span {
        color: #3375C0;
        font-size: 18px;
        font-weight: 600; }

@media screen and (max-width: 767px) {
  .pagination-container .pagination-column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .pagination-container .pagination-column .page-lists {
      padding: 0px;
      margin-top: 20px;
      margin-bottom: 20px; } }

.slideout-container {
  width: 100%; }

.slideout-item .loop-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 20px; }
  .slideout-item .loop-content::after {
    display: none;
    content: '';
    position: absolute;
    bottom: -20px;
    width: 20px;
    height: 20px;
    border-bottom: 10px solid #3375C0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 2; }
  .slideout-item .loop-content h4 {
    z-index: 1000;
    padding-bottom: 0px; }
  .slideout-item .loop-content h6, .slideout-item .loop-content .single-blog-banner .meal-type, .single-blog-banner .slideout-item .loop-content .meal-type {
    text-transform: uppercase; }
  .slideout-item .loop-content .icon {
    z-index: 1000;
    height: 30px;
    width: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px; }
    .slideout-item .loop-content .icon:hover {
      cursor: pointer; }
    .slideout-item .loop-content .icon i {
      font-size: 25px; }
  .slideout-item .loop-content .minus {
    display: none; }
  .slideout-item .loop-content .show-icon {
    display: block; }
  .slideout-item .loop-content .hide-icon {
    display: none; }

.slideout-item .loop-content.show-slideout::after {
  display: block; }

.slideout-item .lesson-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .slideout-item .lesson-content .columns-10 {
    font-family: poppins, sans-serif;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 28px !important; }
    .slideout-item .lesson-content .columns-10 a:not(.button) {
      color: #ffffff; }
    .slideout-item .lesson-content .columns-10 .button {
      margin-top: 10px; }

.slideout-item .team-slideout-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px; }
  .slideout-item .team-slideout-content h6, .slideout-item .team-slideout-content .single-blog-banner .meal-type, .single-blog-banner .slideout-item .team-slideout-content .meal-type {
    padding-bottom: 0; }
  .slideout-item .team-slideout-content i {
    color: #3375C0; }

.slideout-item .team-slideout-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .slideout-item .team-slideout-hidden .columns-3 {
    padding-right: 20px; }
    .slideout-item .team-slideout-hidden .columns-3 p, .slideout-item .team-slideout-hidden .columns-3 .gform_description {
      font-family: poppins, sans-serif;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 21px;
      padding-right: 20px; }
    .slideout-item .team-slideout-hidden .columns-3 h4 {
      padding-bottom: 10px; }
    .slideout-item .team-slideout-hidden .columns-3 a {
      color: #ffffff;
      font-family: poppins, sans-serif;
      font-weight: 600; }
    .slideout-item .team-slideout-hidden .columns-3 i {
      margin-right: 10px; }
  .slideout-item .team-slideout-hidden .columns-7 {
    padding-left: 10px; }
  @media screen and (max-width: 767px) {
    .slideout-item .team-slideout-hidden {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 20px; }
      .slideout-item .team-slideout-hidden .columns-3,
      .slideout-item .team-slideout-hidden .columns-7 {
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
        flex-basis: calc(12 / 12 * 100%);
        max-width: calc(12 / 12 * 100%);
        padding: 10px; } }

.slideout-item .loop-hidden {
  display: none;
  position: relative;
  padding: 60px 0;
  background: #3375C0;
  color: #ffffff;
  margin-bottom: 40px; }
  .slideout-item .loop-hidden .company-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
    .slideout-item .loop-hidden .company-content .columns-3 > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      .slideout-item .loop-hidden .company-content .columns-3 > div i {
        margin-right: 8px; }
  .slideout-item .loop-hidden .phone-link {
    margin-bottom: 30px;
    font-weight: bold; }
    .slideout-item .loop-hidden .phone-link::after {
      content: '';
      background: 3px;
      display: block;
      margin: 0 auto;
      width: 0;
      height: white;
      -webkit-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
    .slideout-item .loop-hidden .phone-link:hover {
      opacity: 0.8; }
      .slideout-item .loop-hidden .phone-link:hover::after {
        width: 100%;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }

.slideout-item .close-slideout {
  position: absolute;
  top: 8%;
  right: 3%; }
  .slideout-item .close-slideout:hover {
    cursor: pointer; }
  .slideout-item .close-slideout i {
    font-size: 25px; }

.slideout-container.block-grid-3 .slideout-item .loop-hidden {
  width: 310%; }

.slideout-container.block-grid-3 .slideout-item:nth-child(3n+1) .loop-hidden {
  left: 0; }

.slideout-container.block-grid-3 .slideout-item:nth-child(3n+2) .loop-hidden {
  left: -105%; }

.slideout-container.block-grid-3 .slideout-item:nth-child(3n+3) .loop-hidden {
  left: -210%; }

.slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container.block-grid-4 .slideout-item .loop-hidden-big, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden-big {
  width: 435%;
  display: none; }

.slideout-container.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden {
  left: 0; }

.slideout-container.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden {
  left: -109%; }

.slideout-container.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden {
  left: -218%; }

.slideout-container.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden {
  left: -326%; }

.slideout-container.block-grid-2 .slideout-item .loop-hidden, .slideout-container.block-grid-2 .slideout-item .loop-hidden-big {
  width: 203%; }

.slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
  left: 0; }

.slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
  left: -103%; }

@media screen and (max-width: 1199px) {
  /*
     |----------------------------------------------------------------
     | Slideout Component
     |----------------------------------------------------------------
     */
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden {
    width: 310%; }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden {
    left: 0; }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden {
    left: -105%; }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%; } }

@media screen and (max-width: 979px) {
  /*
     |----------------------------------------------------------------
     | Slideout Component
     |----------------------------------------------------------------
     */
  .slideout-container.block-grid-4 > *,
  .slideout-container-big.block-grid-4 > * {
    -ms-flex-preferred-size: calc(1 / 3 * 100%);
    flex-basis: calc(1 / 3 * 100%);
    max-width: calc(1 / 3 * 100%); }
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden {
    width: 310%; }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden {
    left: 0; }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden {
    left: -105%; }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%; } }

@media screen and (max-width: 767px) {
  .slideout-container.block-grid-4 > *,
  .slideout-container-big.block-grid-4 > *,
  .slideout-container.block-grid-3 > * {
    -ms-flex-preferred-size: calc(1 / 2 * 100%);
    flex-basis: calc(1 / 2 * 100%);
    max-width: calc(1 / 2 * 100%); }
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
  .slideout-container-big.block-grid-4 .slideout-item .loop-hidden,
  .slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 203%; }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
  .slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
  .slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0; }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
  .slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
  .slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%; } }

@media screen and (max-width: 639px) {
  .slideout-container.block-grid-4 > *,
  .slideout-container-big.block-grid-4 > *,
  .slideout-container.block-grid-3 > *,
  .slideout-container.block-grid-2 > * {
    -ms-flex-preferred-size: calc(1 / 1 * 100%);
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%); }
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
  .slideout-container-big.block-grid-4 .slideout-item .loop-hidden,
  .slideout-container.block-grid-3 .slideout-item .loop-hidden,
  .slideout-container.block-grid-2 .slideout-item .loop-hidden {
    width: 100%; }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
  .slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
  .slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden,
  .slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0; }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
  .slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
  .slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden,
  .slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
    left: 0; } }

.team-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px 0 130px 0; }
  .team-single .image-column {
    width: 480px;
    height: 600px; }
    .team-single .image-column img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  @media screen and (min-width: 980px) {
    .team-single .content-column {
      padding-left: 40px;
      padding-top: 80px; } }
  .team-single .buttons {
    padding: 70px 0 130px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .team-single .buttons .read-more {
      position: relative;
      padding-bottom: 5px; }
      .team-single .buttons .read-more a {
        font-family: poppins, sans-serif;
        font-weight: 400;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 21px;
        text-align: right;
        color: black;
        border-bottom: none;
        -webkit-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        transition: all ease 300ms; }
      .team-single .buttons .read-more::before {
        position: absolute;
        top: 100%;
        left: 0;
        background: #FD821A;
        height: 2px;
        width: 108%;
        content: '';
        -webkit-transform: rotate(-0.1deg);
        -ms-transform: rotate(-0.1deg);
        transform: rotate(-0.1deg);
        -webkit-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        transition: all ease 500ms; }
      .team-single .buttons .read-more.pre-btn {
        padding-left: 10px; }
        .team-single .buttons .read-more.pre-btn:after {
          font-family: "Font Awesome 5 Pro";
          text-rendering: auto;
          font-smoothing: antialiased;
          position: absolute;
          content: "\f060";
          top: 2px;
          left: -10px;
          font-weight: 600;
          font-size: 14px;
          color: black; }
        .team-single .buttons .read-more.pre-btn:before {
          left: unset;
          right: 0; }
      .team-single .buttons .read-more.next-btn {
        padding-right: 10px; }
        .team-single .buttons .read-more.next-btn:after {
          font-family: "Font Awesome 5 Pro";
          text-rendering: auto;
          font-smoothing: antialiased;
          position: absolute;
          content: "\f061";
          top: 2px;
          right: -10px;
          font-weight: 600;
          font-size: 14px;
          color: black; }
      .team-single .buttons .read-more:hover {
        color: #FD821A;
        opacity: 1; }
        .team-single .buttons .read-more:hover a {
          color: #FD821A; }
        .team-single .buttons .read-more:hover:after {
          color: #FD821A; }
      .team-single .buttons .read-more:empty:before, .team-single .buttons .read-more:empty:after {
        opacity: 0; }

.page-nav {
  padding-top: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .page-nav {
      padding-top: 50px; } }
  @media screen and (min-width: 1200px) {
    .page-nav {
      padding-bottom: 50px; } }
  .page-nav .all-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-nav .all-posts .button {
      color: #ffffff;
      background: #3375C0; }
      .page-nav .all-posts .button:hover {
        background: #295B95; }
  .page-nav .prev-column,
  .page-nav .next-column {
    position: relative; }
    .page-nav .prev-column::after,
    .page-nav .next-column::after {
      position: absolute;
      font-family: "Font Awesome 5 Pro";
      text-rendering: auto;
      font-smoothing: antialiased;
      color: #1C1C1C;
      font-size: 15px;
      top: 2%; }
    .page-nav .prev-column p, .page-nav .prev-column .gform_description,
    .page-nav .next-column p,
    .page-nav .next-column .gform_description {
      color: #1C1C1C; }
    .page-nav .prev-column h4,
    .page-nav .next-column h4 {
      color: #3375C0;
      padding-bottom: 10px; }
  .page-nav .prev-column {
    padding-left: 8%; }
    .page-nav .prev-column::after {
      left: 18%;
      content: '\f053'; }
  .page-nav .next-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 8%; }
    .page-nav .next-column::after {
      right: 18%;
      content: '\f054'; }
    .page-nav .next-column .next-link > * {
      text-align: right; }

.double-map-wrapper {
  padding-bottom: calc(80px + (80 - 80) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .double-map-wrapper {
      padding-bottom: 80px; } }

.map-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .map-wrap .map-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0px; }
    .map-wrap .map-content > * {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
    .map-wrap .map-content .location-title {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

@media screen and (max-width: 979px) {
  .map-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .map-wrap > div {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); }
    .map-wrap .map-content {
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
      flex-basis: calc(8 / 12 * 100%);
      max-width: calc(8 / 12 * 100%); } }

.get_in_touch_form .gfield {
  margin-right: 0; }

.get_in_touch_form .field_sublabel_below > div > span > label {
  display: none; }

.get_in_touch_form .gform_fields {
  margin: 0; }

.get_in_touch_form .gform_footer .button {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: background-color, color, border, opacity;
  -o-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 29.5px;
  min-width: 200px;
  min-height: 50px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: #ffffff;
  background: #3375C0;
  border: 0px solid white; }
  .get_in_touch_form .gform_footer .button i {
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    position: relative;
    top: 1px; }
  .get_in_touch_form .gform_footer .button:hover {
    background: #295B95; }

.get_in_touch_form > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .get_in_touch_form > .row > div {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
    @media screen and (max-width: 767px) {
      .get_in_touch_form > .row > div {
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
        flex-basis: calc(12 / 12 * 100%);
        max-width: calc(12 / 12 * 100%); } }
  .get_in_touch_form > .row .contact-form-container {
    padding: 10px; }
    .get_in_touch_form > .row .contact-form-container .gform_fields {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .get_in_touch_form > .row .contact-form-container .gform_fields li:nth-of-type(-n+5) {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%; }
    @media screen and (max-width: 767px) {
      .get_in_touch_form > .row .contact-form-container .gform_fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .get_in_touch_form > .row .contact-form-container .gform_fields li:nth-of-type(-n+5) {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.testimonial-slider {
  max-width: 1200px; }

.featured-testimonials .content {
  padding: 0px 30px; }

.featured-testimonials .p-wrapper {
  font-weight: 600; }

.featured-testimonials .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 170px;
  overflow: hidden; }
  .featured-testimonials .image img {
    height: 150px;
    width: 150px; }

.featured-testimonials .testimonial-slider {
  -ms-flex-preferred-size: calc(10 / 12 * 100%);
  flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .featured-testimonials .testimonial-slider .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    color: #3375C0; }
    .featured-testimonials .testimonial-slider .slick-arrow:hover {
      cursor: pointer; }

@media screen and (max-width: 767px) {
  .featured-testimonials img {
    margin-bottom: 20px; }
  .featured-testimonials p, .featured-testimonials .gform_description,
  .featured-testimonials h5 {
    text-align: center; } }

.professional-links .professional-links__intro .row {
  padding: 20px 0;
  margin-bottom: 20px; }
  .professional-links .professional-links__intro .row .columns-8 {
    text-align: center; }

.professional-links .professional-links__links .columns-md-4 {
  position: relative;
  top: 0;
  -webkit-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  padding: 10px; }
  .professional-links .professional-links__links .columns-md-4 img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover; }
  .professional-links .professional-links__links .columns-md-4:hover {
    top: -10px;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms; }
  .professional-links .professional-links__links .columns-md-4 h3 {
    color: #1C1C1C;
    padding: 20px;
    font-family: 'Spartan', sans-serif;
    font-size: calc(24px + (26 - 24) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .professional-links .professional-links__links .columns-md-4 h3 {
        font-size: 26px; } }
    .professional-links .professional-links__links .columns-md-4 h3:hover {
      color: #3375C0; }

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .social-share h5 {
    padding-bottom: 0;
    letter-spacing: 1px;
    margin-right: 10px;
    font-family: poppins, sans-serif;
    font-weight: 700; }

.social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .social-list li {
    margin-right: 10px; }
    .social-list li i, .social-list li a {
      color: #3375C0;
      font-size: 24px; }
    .social-list li:hover i, .social-list li:hover a {
      color: #1C1C1C; }

.banner-announcement-container {
  background: #F3F6F6;
  padding: 20px 0;
  position: relative;
  display: none; }
  .banner-announcement-container .banner_announcement {
    margin-bottom: 0; }
  .banner-announcement-container .button {
    min-width: 180px;
    min-height: 40px; }
    .banner-announcement-container .button:hover {
      background-color: #3375C0;
      border: 2px solid #ffffff; }
  .banner-announcement-container .content-column {
    padding: 0; }
  .banner-announcement-container .text-container {
    padding: 0; }
    .banner-announcement-container .text-container .heading, .banner-announcement-container .text-container p, .banner-announcement-container .text-container .gform_description {
      color: #1C1C1C; }
    .banner-announcement-container .text-container .heading {
      font-size: 16px;
      padding-bottom: 5px; }
    .banner-announcement-container .text-container p, .banner-announcement-container .text-container .gform_description {
      font-size: 14px;
      line-height: 1.2; }
  .banner-announcement-container .cta-column {
    right: 0; }
  .banner-announcement-container .close-banner {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #1C1C1C; }
  .banner-announcement-container .rotate {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/*
 |----------------------------------------------------------------
 |  Site Utility
 |----------------------------------------------------------------
 */
.util-search {
  margin-left: 20px; }
  @media screen and (max-width: 979px) {
    .util-search {
      margin-left: 30px; } }
  .util-search.util-search--mobile form {
    max-width: 275px; }
  .util-search form {
    position: relative; }
    .util-search form input {
      max-height: 25px;
      border: none;
      border-bottom: 1px solid #1C1C1C;
      border-radius: 0;
      padding-left: 0;
      padding-right: 30px;
      background: none; }
    .util-search form input::-webkit-input-placeholder {
      font-family: poppins, sans-serif;
      font-weight: 500;
      font-size: 12px;
      font-style: italic;
      opacity: 1; }
    .util-search form input:-ms-input-placeholder {
      font-family: poppins, sans-serif;
      font-weight: 500;
      font-size: 12px;
      font-style: italic;
      opacity: 1; }
    .util-search form input::-ms-input-placeholder {
      font-family: poppins, sans-serif;
      font-weight: 500;
      font-size: 12px;
      font-style: italic;
      opacity: 1; }
    .util-search form input::placeholder {
      font-family: poppins, sans-serif;
      font-weight: 500;
      font-size: 12px;
      font-style: italic;
      opacity: 1; }
  .util-search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: none;
    border: none; }
    .util-search button i {
      font-size: 14px;
      font-weight: 500; }
    .util-search button:hover {
      cursor: pointer; }

.site-utility {
  padding: 15px 0;
  background: #ffffff; }
  .site-utility .columns-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .site-utility a {
    font-family: poppins, sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1C1C1C;
    font-size: 12px; }

.utility-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right; }
  .utility-menu li {
    display: inline-block; }
    .utility-menu li + li {
      margin-left: 25px; }

/*
 |----------------------------------------------------------------
 |  Site Header
 |----------------------------------------------------------------
 */
.desktop-school-health-menu {
  background: #ffffff;
  position: absolute;
  top: 150%;
  z-index: 10;
  right: 0;
  width: 830px;
  padding: 50px;
  padding-left: 40px;
  display: none; }
  .desktop-school-health-menu::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 100px;
    width: 20px;
    height: 20px;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 2; }
  .desktop-school-health-menu > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .desktop-school-health-menu .school {
    max-width: 50%; }
  .desktop-school-health-menu .desktop-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .desktop-school-health-menu .desktop-menu-content .image-container {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }
      .desktop-school-health-menu .desktop-menu-content .image-container img {
        max-width: unset;
        padding: 0px 13px; }
    .desktop-school-health-menu .desktop-menu-content .content-container {
      -ms-flex-preferred-size: 80%;
      flex-basis: 80%; }
      .desktop-school-health-menu .desktop-menu-content .content-container p, .desktop-school-health-menu .desktop-menu-content .content-container .gform_description {
        font-size: 14px;
        padding-bottom: 15px; }
  .desktop-school-health-menu .desktop-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .desktop-school-health-menu .desktop-menu li {
      padding-bottom: 10px; }
      .desktop-school-health-menu .desktop-menu li a {
        font-family: poppins, sans-serif;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
        color: #3375C0; }
        .desktop-school-health-menu .desktop-menu li a:hover {
          color: #85D9F7; }

.site-header {
  padding: 40px 10px;
  background: #3375C0; }
  @media screen and (max-width: 979px) {
    .site-header {
      padding: 40px 30px 40px 30px; } }

/*
 |----------------------------------------------------------------
 |  Burger Trigger
 |----------------------------------------------------------------
 */
.fs-menu-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }
  .fs-menu-trigger:focus {
    outline: none; }
  @media screen and (min-width: 980px) {
    .fs-menu-trigger {
      display: none !important; } }

.fs-burger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40px;
  height: 29px;
  position: relative;
  color: #ffffff;
  margin-right: 10px; }
  .fs-burger-menu:before, .fs-burger-menu:after {
    content: "";
    height: 3px;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    -o-transition-property: transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity; }
  .fs-burger-menu:after {
    width: 25px; }
  .menu-opened .fs-burger-menu:before {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .menu-opened .fs-burger-menu:after {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%; }

.burger-menu-text {
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  color: black;
  display: none; }
  @media screen and (min-width: 1200px) {
    .burger-menu-text {
      font-size: 14px; } }

.burger-line {
  position: relative;
  background: transparent;
  height: 3px; }
  .burger-line:before, .burger-line:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    background: #ffffff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .burger-line:after {
    width: 25px; }
  .menu-opened .burger-line:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  .menu-opened .burger-line:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
    width: 100%; }

/*
 |----------------------------------------------------------------
 |  Navigation Column
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Menu
 |----------------------------------------------------------------
 */
.site-utility a:hover {
  color: #3375C0; }

.site-utility .menu-item-has-children {
  margin-right: 10px; }
  .site-utility .menu-item-has-children a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .site-utility .menu-item-has-children > a:after {
    content: "\f067";
    margin-left: 5px;
    position: absolute;
    left: 100%;
    -webkit-transition: all ease 150ms;
    -o-transition: all ease 150ms;
    transition: all ease 150ms;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased; }
  .site-utility .menu-item-has-children:hover > a::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all ease 150ms;
    -o-transition: all ease 150ms;
    transition: all ease 150ms; }

.menu-mobile-only {
  display: none; }

@media screen and (min-width: 980px) {
  .primary-navigation-wrapper {
    position: relative;
    display: block !important; } }

@media screen and (max-width: 1199px) {
  li.menu-item.nutrition-trigger {
    margin-top: 25px; } }

li.menu-item.nutrition-trigger a {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: background-color, color, border, opacity;
  -o-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 29.5px;
  min-width: 200px;
  min-height: 50px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: #3375C0;
  background: #ffffff;
  font-weight: 500;
  min-height: 60px; }
  li.menu-item.nutrition-trigger a i {
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    position: relative;
    top: 1px; }
  li.menu-item.nutrition-trigger a:hover {
    background: #3375C0;
    color: #ffffff; }
  li.menu-item.nutrition-trigger a:hover {
    background: #EAEAEA;
    color: #3375C0; }
  li.menu-item.nutrition-trigger a::after {
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    font-weight: 300;
    content: '\f055';
    color: inherit;
    font-size: 14px;
    margin-left: 8px; }
  li.menu-item.nutrition-trigger a.active::after {
    content: '\f056'; }

.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .main-menu > li:not(.nutrition-trigger) {
    color: inherit; }
    @media screen and (min-width: 980px) {
      .main-menu > li:not(.nutrition-trigger) + li {
        margin-left: 25px; } }
    .main-menu > li:not(.nutrition-trigger) > a {
      font-family: poppins, sans-serif;
      font-weight: 500;
      font-size: 15px;
      color: #ffffff; }
      @media screen and (min-width: 980px) {
        .main-menu > li:not(.nutrition-trigger) > a::after {
          content: '';
          background: #ffffff;
          display: block;
          margin: 0 auto;
          width: 0;
          height: 1px;
          -webkit-transition: all ease-in-out 0.3s;
          -o-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s; }
        .main-menu > li:not(.nutrition-trigger) > a:hover {
          opacity: 0.8; }
          .main-menu > li:not(.nutrition-trigger) > a:hover::after {
            width: 100%;
            -webkit-transition: all ease-in-out 0.3s;
            -o-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s; } }
  @media screen and (min-width: 980px) {
    .main-menu > .current-menu-item > a {
      border-bottom: 2px solid currentColor; } }

/*
 |----------------------------------------------------------------
 |  Sub Menu
 |----------------------------------------------------------------
 */
.menu-item-has-children {
  position: relative; }
  .menu-item-has-children .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none; }

.mobile-submenu-trigger {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-property: background, color, -webkit-transform;
  transition-property: background, color, -webkit-transform;
  -o-transition-property: transform, background, color;
  transition-property: transform, background, color;
  transition-property: transform, background, color, -webkit-transform;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }
  .mobile-submenu-trigger i {
    font-size: 16px; }
  .mobile-submenu-trigger.opened {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/*
 |----------------------------------------------------------------
 |  None Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (min-width: 980px) {
  .main-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .main-menu .menu-item-has-children a,
  .utility-menu .menu-item-has-children a {
    background: unset !important; }
  .main-menu .menu-item-has-children > a::after,
  .utility-menu .menu-item-has-children > a::after {
    content: "\f067";
    margin-left: 5px;
    -webkit-transition: all ease 100ms;
    -o-transition: all ease 100ms;
    transition: all ease 100ms;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased; }
  .main-menu .menu-item-has-children > a:hover::after,
  .utility-menu .menu-item-has-children > a:hover::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all ease 100ms;
    -o-transition: all ease 100ms;
    transition: all ease 100ms; }
  .main-menu .menu-item-has-children .sub-menu,
  .utility-menu .menu-item-has-children .sub-menu {
    text-align: left;
    position: absolute;
    z-index: 10;
    min-width: 230px;
    background: #ffffff;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 200ms ease;
    -o-transition: height 200ms ease;
    transition: height 200ms ease;
    -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2); }
    .main-menu .menu-item-has-children .sub-menu li,
    .utility-menu .menu-item-has-children .sub-menu li {
      padding: 5px 20px; }
      .main-menu .menu-item-has-children .sub-menu li:first-of-type,
      .utility-menu .menu-item-has-children .sub-menu li:first-of-type {
        padding-top: 20px; }
      .main-menu .menu-item-has-children .sub-menu li + li,
      .utility-menu .menu-item-has-children .sub-menu li + li {
        margin-left: 0; }
      .main-menu .menu-item-has-children .sub-menu li a,
      .utility-menu .menu-item-has-children .sub-menu li a {
        font-family: poppins, sans-serif;
        font-weight: 600;
        color: #3375C0;
        font-size: 14px; }
        .main-menu .menu-item-has-children .sub-menu li a:hover,
        .utility-menu .menu-item-has-children .sub-menu li a:hover {
          color: #85D9F7; }
  .main-menu .menu-item-has-children:last-child .sub-menu,
  .utility-menu .menu-item-has-children:last-child .sub-menu {
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  .main-menu .menu-item-has-children:hover .sub-menu,
  .utility-menu .menu-item-has-children:hover .sub-menu {
    height: 200px;
    -webkit-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease; }
  .main-menu .menu-item-has-children:hover:last-child .sub-menu,
  .utility-menu .menu-item-has-children:hover:last-child .sub-menu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

/*
 |----------------------------------------------------------------
 |  Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (max-width: 979px) {
  .site-header {
    position: relative; }
    .site-header .navigation-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .primary-navigation-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 180px;
    min-width: 100%;
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff; }
    .primary-navigation-wrapper li.menu-item {
      display: block;
      padding: 0 0 35px 30px; }
      .primary-navigation-wrapper li.menu-item > a {
        font-size: 22px;
        line-height: 28px;
        color: #3375C0; }
        .primary-navigation-wrapper li.menu-item > a:hover {
          color: #85D9F7; }
    .primary-navigation-wrapper > .current-menu-item > a {
      border-bottom: none; }
  .menu-item-has-children > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .menu-item-has-children .sub-menu {
    display: none;
    margin-top: 30px; }
    .menu-item-has-children .sub-menu li.menu-item {
      padding-left: 0; }
      .menu-item-has-children .sub-menu li.menu-item a {
        padding-left: 15px;
        font-family: poppins, sans-serif;
        font-weight: 400;
        font-size: 18px; }
  .mobile-submenu-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px; } }

/*
 |----------------------------------------------------------------
 |  Site Page Content
 |----------------------------------------------------------------
 */
.no-image {
  -ms-flex-preferred-size: calc(10 / 12 * 100%) !important;
  flex-basis: calc(10 / 12 * 100%) !important;
  max-width: calc(10 / 12 * 100%) !important;
  padding-left: 0px !important; }

.hidden {
  display: none; }

.shadow_bottom {
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2); }

.simple-page-content {
  padding-top: calc(20px + (75 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (75 - 20) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .simple-page-content {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .simple-page-content {
      padding-bottom: 75px; } }

/*
 |----------------------------------------------------------------
 |  Site Single Entry
 |----------------------------------------------------------------
 */
.info-block {
  padding: 40px;
  background-color: #F3F6F6;
  margin-top: 40px;
  margin-bottom: 40px; }

.compat-object-fit {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .compat-object-fit img {
    opacity: 0; }

.wp-block-quote {
  margin-bottom: 0px; }
  .wp-block-quote p, .wp-block-quote .gform_description {
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 30px;
    color: #3375C0; }

/*
 |----------------------------------------------------------------
 |  Thank you / 404
 |----------------------------------------------------------------
 */
.page-template-_thank-you .site-main {
  text-align: center; }

.page-template-_thank-you .subscribe,
.page-template-_thank-you .get_in_touch {
  text-align: center; }

.error404 .column-center {
  text-align: center;
  padding: 50px 0; }

.no-results {
  padding: 60px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .no-results form {
    position: relative;
    max-width: 250px; }
    .no-results form input {
      max-height: 40px;
      width: 100%;
      border: 1px solid #3375C0;
      border-radius: 10px;
      padding-bottom: 10px; }
    .no-results form input::-webkit-input-placeholder {
      font-size: 15px;
      font-style: italic;
      color: #3375C0;
      opacity: 1; }
    .no-results form input:-ms-input-placeholder {
      font-size: 15px;
      font-style: italic;
      color: #3375C0;
      opacity: 1; }
    .no-results form input::-ms-input-placeholder {
      font-size: 15px;
      font-style: italic;
      color: #3375C0;
      opacity: 1; }
    .no-results form input::placeholder {
      font-size: 15px;
      font-style: italic;
      color: #3375C0;
      opacity: 1; }
  .no-results button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: none;
    border: none; }
    .no-results button i {
      font-weight: 300;
      color: #3375C0; }
    .no-results button:hover {
      cursor: pointer; }

/*
 |----------------------------------------------------------------
 |  Footer Callout
 |----------------------------------------------------------------
 */
section.follow-us {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(110px + (110 - 110) * (100vw - 320px) / (1200 - 320));
  background: #FFF3E8; }
  @media screen and (min-width: 1200px) {
    section.follow-us {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    section.follow-us {
      padding-bottom: 110px; } }
  section.follow-us .columns-6 {
    text-align: center; }
  section.follow-us .social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      section.follow-us .social-list {
        padding-top: 30px; } }
    section.follow-us .social-list li {
      margin: 0 25px; }
      section.follow-us .social-list li i, section.follow-us .social-list li a {
        color: #3375C0;
        font-size: 32px; }
      section.follow-us .social-list li:hover i, section.follow-us .social-list li:hover a {
        color: #1C1C1C; }

.footer-callout {
  position: relative; }
  .footer-callout:not(.has-bg) {
    z-index: 0; }
    .footer-callout:not(.has-bg)::after {
      position: absolute;
      top: 0;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.3);
      content: '';
      z-index: -1; }

.side-by-side-content {
  padding: 130px 100px;
  background-size: cover;
  background-repeat: no-repeat; }
  .side-by-side-content .content-column {
    text-align: center;
    margin: 0 auto;
    z-index: 10; }

@media screen and (max-width: 767px) {
  .side-by-side-content {
    padding: 70px 50px; }
    .side-by-side-content .columns-8 {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); }
  .footer-cta {
    display: block;
    padding: 10px; }
    .footer-cta .side-by-side-content {
      margin: 2% 1%;
      padding: 70px 50px 40px; } }

.fancybox-content .fancybox-close-small {
  background-color: transparent; }

body.compensate-for-scrollbar {
  margin-right: auto; }

#newsletter {
  display: none; }
  #newsletter fieldset {
    border: none;
    padding: 0; }
  #newsletter legend {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 21px;
    color: #3375C0; }
  #newsletter .ginput_container label {
    display: none; }
  #newsletter .gform_footer .gform_button {
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color, color, border, opacity;
    -o-transition-property: background-color, color, border, opacity;
    transition-property: background-color, color, border, opacity;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 29.5px;
    min-width: 200px;
    min-height: 50px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    color: #ffffff;
    background: #3375C0; }
    #newsletter .gform_footer .gform_button i {
      margin-left: 5px;
      font-family: "Font Awesome 5 Pro";
      text-rendering: auto;
      font-smoothing: antialiased;
      position: relative;
      top: 1px; }
    #newsletter .gform_footer .gform_button:hover {
      background: #295B95; }

.footer-newsletter {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  background: #3375C0; }
  @media screen and (min-width: 1200px) {
    .footer-newsletter {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .footer-newsletter {
      padding-bottom: 75px; } }
  .footer-newsletter *:not(.button) {
    color: #ffffff; }
  .footer-newsletter .heading-row {
    text-align: center; }
  .footer-newsletter .footer-newsletter__container {
    padding-bottom: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    @media screen and (min-width: 1200px) {
      .footer-newsletter .footer-newsletter__container {
        padding-bottom: 40px; } }
  .footer-newsletter .newsletter-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer-newsletter .newsletter-form-row .button:hover {
      background: #EAEAEA;
      color: #3375C0 !important; }

.site-footer {
  padding-top: calc(50px + (75 - 50) * (100vw - 320px) / (1200 - 320));
  background: #3375C0;
  /*
 |----------------------------------------------------------------
 |  Footer Menu
 |----------------------------------------------------------------
 */ }
  @media screen and (min-width: 1200px) {
    .site-footer {
      padding-top: 75px; } }
  .site-footer .flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%; }
    .site-footer .flex > div {
      width: 100%; }
  .site-footer .footer-logo-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .site-footer .footer-logo-column p, .site-footer .footer-logo-column .gform_description {
      color: white; }
    .site-footer .footer-logo-column img {
      margin-bottom: 15px;
      max-width: 80%; }
    .site-footer .footer-logo-column .contact-info {
      font-family: poppins, sans-serif;
      font-weight: 500;
      padding-bottom: 30px;
      font-size: 14px; }
      .site-footer .footer-logo-column .contact-info a, .site-footer .footer-logo-column .contact-info p, .site-footer .footer-logo-column .contact-info .gform_description {
        padding-bottom: 0;
        color: #ffffff; }
    .site-footer .footer-logo-column .social-list i, .site-footer .footer-logo-column .social-list a {
      font-size: 24px;
      color: #ffffff; }
    .site-footer .footer-logo-column .social-list li {
      margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .site-footer .footer-logo-grid {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
      padding-bottom: 40px; } }
  .site-footer .footer-logo-grid .block-grid-4 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .site-footer .footer-menu {
    list-style: none;
    margin-bottom: 25px; }
    .site-footer .footer-menu li {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .site-footer .footer-menu li a {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .site-footer .footer-menu .menu-item-has-children a::after {
      display: none; }
    .site-footer .footer-menu .menu-item-has-children .mobile-submenu-trigger {
      display: block;
      margin-left: 8px; }
      .site-footer .footer-menu .menu-item-has-children .mobile-submenu-trigger i {
        display: none; }
      .site-footer .footer-menu .menu-item-has-children .mobile-submenu-trigger::after {
        font-family: "Font Awesome 5 Pro";
        text-rendering: auto;
        font-smoothing: antialiased;
        content: '\f067';
        color: #ffffff;
        font-size: 16px;
        font-weight: 300; }
      .site-footer .footer-menu .menu-item-has-children .mobile-submenu-trigger.opened {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
        .site-footer .footer-menu .menu-item-has-children .mobile-submenu-trigger.opened::after {
          content: '\f068'; }
    .site-footer .footer-menu .menu-item-has-children > a {
      color: #ffffff;
      opacity: 1;
      font-family: poppins, sans-serif;
      font-weight: 500;
      font-size: 16px; }
    .site-footer .footer-menu ul.sub-menu {
      display: none;
      position: static;
      background: #ffffff;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
      visibility: visible;
      opacity: 1;
      background: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 10px 0; }
      .site-footer .footer-menu ul.sub-menu::after {
        display: none; }
    .site-footer .footer-menu #menu-professional-sections li {
      width: 100%; }
      .site-footer .footer-menu #menu-professional-sections li::after {
        display: none; }
    .site-footer .footer-menu li {
      padding-bottom: 10px; }
      .site-footer .footer-menu li::after {
        content: '';
        background: #ffffff;
        display: block;
        margin: 0 auto;
        width: 0;
        height: 1px;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
      .site-footer .footer-menu li:hover {
        opacity: 0.8; }
        .site-footer .footer-menu li:hover::after {
          width: 100%;
          -webkit-transition: all ease-in-out 0.3s;
          -o-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s; }
      .site-footer .footer-menu li a {
        font-family: poppins, sans-serif;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .site-footer .footer-menu ul {
      padding: 0px;
      margin: 0px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .site-footer .footer-menu h5 {
      color: #ffffff;
      font-family: poppins, sans-serif;
      font-weight: 600; }

/*
 |----------------------------------------------------------------
 |  Copyrights
 |----------------------------------------------------------------
 */
.footer-copyright {
  padding-top: calc(30px + (30 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (30 - 30) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .footer-copyright {
      padding-top: 30px; } }
  @media screen and (min-width: 1200px) {
    .footer-copyright {
      padding-bottom: 30px; } }
  .footer-copyright .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer-copyright p, .footer-copyright .gform_description,
  .footer-copyright a {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #ffffff; }

.site-copyright {
  display: inline-block; }

.privacy-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none; }
  .privacy-menu li {
    display: inline-block;
    margin-left: 25px; }
    @media screen and (max-width: 639px) {
      .privacy-menu li {
        margin-bottom: 20px; } }
  .privacy-menu a {
    border-bottom: unset; }

.designby-column {
  text-align: right; }

.site-credit {
  padding-top: 3px;
  padding-left: 20px; }
  .site-credit a {
    border-bottom: unset; }

@media screen and (max-width: 1199px) {
  .site-footer {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 767px) {
  .site-footer .footer-logo-column,
  .site-footer .footer-menu-wrapper {
    -ms-flex-preferred-size: calc(11 / 12 * 100%);
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    text-align: center; }
    .site-footer .footer-logo-column .address-column,
    .site-footer .footer-menu-wrapper .address-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .site-footer .footer-copyright .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .site-footer .footer-menu h5 {
    margin-top: 40px; }
  .footer-logo-grid .logo-container {
    margin-bottom: 20px; } }

.sub-nav {
  display: none;
  padding: 30px 10px; }
  .sub-nav h4 {
    padding-bottom: 0; }
  .sub-nav.dairy-farmers .logo.columns-4 a {
    color: #ffffff; }
  .sub-nav.health-pro .logo.columns-4 a {
    color: #1C1C1C; }
  .sub-nav.health-pro .sub-nav-menu li a {
    color: #1C1C1C; }
  .sub-nav.school .logo.columns-4 a {
    color: #ffffff; }
  .sub-nav .sub-nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .sub-nav .sub-nav-menu li {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-right: 20px; }
      .sub-nav .sub-nav-menu li a {
        font-family: poppins, sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: #ffffff; }
        .sub-nav .sub-nav-menu li a::after {
          content: '';
          background: #ffffff;
          display: block;
          margin: 0 auto;
          width: 0;
          height: 1px;
          -webkit-transition: all ease-in-out 0.3s;
          -o-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s; }
        .sub-nav .sub-nav-menu li a:hover {
          opacity: 0.8; }
          .sub-nav .sub-nav-menu li a:hover::after {
            width: 100%;
            -webkit-transition: all ease-in-out 0.3s;
            -o-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s; }

.site-main.dairy-farmers, .site-main.health-pro, .site-main.school-educators {
  position: relative; }
  .site-main.dairy-farmers::after, .site-main.health-pro::after, .site-main.school-educators::after {
    content: '';
    height: 510px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1; }
  .site-main.dairy-farmers .page-banner, .site-main.health-pro .page-banner, .site-main.school-educators .page-banner {
    max-width: 96%;
    margin: 0 auto; }

.site-main.dairy-farmers::after {
  background: #58955A; }

.site-main.dairy-farmers .sub-nav.dairy-farmers {
  display: block; }

.site-main.health-pro::after {
  background: #85D9F7; }

.site-main.health-pro .sub-nav-menu li a::after {
  content: '';
  background: #1C1C1C;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 1px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

.site-main.health-pro .sub-nav-menu li a:hover {
  opacity: 0.8; }
  .site-main.health-pro .sub-nav-menu li a:hover::after {
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }

.site-main.health-pro .sub-nav.health-pro {
  display: block; }

.site-main.school-educators::after {
  background: #FD821A; }

.site-main.school-educators .sub-nav.school {
  display: block; }

.get-in-touch-row {
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .get-in-touch-row {
      padding-bottom: 75px; } }
  .get-in-touch-row .left_intro .content-column .text-container {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

.contact-inquiries {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .contact-inquiries {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .contact-inquiries {
      padding-bottom: 75px; } }
  .contact-inquiries .inquiry {
    margin-bottom: 40px; }
    .contact-inquiries .inquiry .wrapper {
      padding-right: 10px;
      padding-left: 10px;
      padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: 1px solid rgba(51, 117, 192, 0.5); }
      @media screen and (min-width: 1200px) {
        .contact-inquiries .inquiry .wrapper {
          padding-bottom: 50px; } }
      .contact-inquiries .inquiry .wrapper .button {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .contact-inquiries .inquiry .info {
      padding-right: calc(10px + (40 - 10) * (100vw - 320px) / (1200 - 320)); }
      @media screen and (min-width: 1200px) {
        .contact-inquiries .inquiry .info {
          padding-right: 40px; } }
    .contact-inquiries .inquiry:last-of-type .wrapper {
      border-bottom: none; }
  .contact-inquiries .contact-numbers div {
    padding-bottom: 10px; }
  .contact-inquiries .contact-numbers a {
    font-family: poppins, sans-serif;
    font-weight: 600;
    color: #1C1C1C; }
  .contact-inquiries .contact-numbers span {
    font-family: poppins, sans-serif;
    font-weight: 400; }

.contact-info {
  font-family: poppins, sans-serif;
  font-weight: 400;
  color: #1C1C1C; }
  .contact-info a {
    padding-bottom: 5px;
    color: #1C1C1C; }
    .contact-info a:hover {
      color: #FD821A; }
  .contact-info p, .contact-info .gform_description {
    padding-bottom: 5px; }
  .contact-info i {
    color: #3375C0;
    margin-right: 15px;
    margin-top: 5px; }
  .contact-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-right: calc(10px + (40 - 10) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .contact-info > div {
        padding-right: 40px; } }

.category .page-banner .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 769px) {
  .category .block-grid-1 .loop-item .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .category .block-grid-1 .loop-item .wrapper > div {
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
      flex-basis: calc(6 / 12 * 100%);
      max-width: calc(6 / 12 * 100%); } }

.category .block-grid-1 .loop-item.recipe .image-column {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  .category .block-grid-1 .loop-item.recipe .image-column img {
    height: auto;
    width: 100%; }

.category .block-grid-1 .loop-item.recipe .recipe-times {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.category .block-grid-1 .loop-item.recipe .content-column {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ie11 * {
  min-width: 1px; }

.ie11 body {
  width: 100%; }
  .ie11 body > * {
    min-width: 1px; }

.ie11 html {
  width: 100%; }

.ie11 html > * {
  min-width: 1px; }

.ie11 .banner-content-box {
  width: 100%; }

.ie11 select:not([multiple]) {
  background-image: none;
  padding-right: 0px; }

.ie11 .button {
  max-width: 300px; }

.ie11 .translation_cta .button, .ie11 .donate_now_cta .button {
  margin: 0 auto; }

.ie11 .item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.ie11 .row {
  width: 100%; }
  .ie11 .row > * {
    width: 100%; }

.ie11 .banner-wrapper {
  width: 100%; }

.ie11 p, .ie11 .gform_description {
  width: 100%; }

.ie11 .block-grid-2,
.ie11 .block-grid-3,
.ie11 .block-grid-4 {
  width: 100%; }

.ie11 .accordion-holder {
  width: 100%; }
  .ie11 .accordion-holder .type {
    text-align: right; }

.ie11 .accordion-label p, .ie11 .accordion-label .gform_description {
  width: auto; }

.ie11 .compat-object-fit {
  background-size: cover;
  background-position: center center; }
  .ie11 .compat-object-fit img {
    opacity: 0; }

.ie11 .read-more {
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: auto;
  max-width: auto;
  min-height: auto;
  max-height: auto;
  width: auto;
  padding: 0; }

.ie11 .label {
  max-width: auto;
  width: auto; }

.ie11 select::-ms-expand {
  display: none; }

.ie11 .single-post-cat-list a, .ie11 .single-post-cat-list p, .ie11 .single-post-cat-list .gform_description {
  width: auto;
  text-align: left; }

.ie11 .single-post-cat-list .divider {
  width: 20px; }

.ie11 .get_in_touch_form {
  height: 900px; }
  .ie11 .get_in_touch_form .contact-form-container .gform_fields .gfield {
    -ms-flex-preferred-size: 47% !important;
    flex-basis: 47% !important; }
    .ie11 .get_in_touch_form .contact-form-container .gform_fields .gfield:last-of-type {
      -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important; }

.ie11 .single-map-wrapper .content-column > * {
  max-height: 60px; }

.ie11 #menu-item-1141 a {
  padding-top: 22px; }

.ie11 .logo-grid .block-grid-3 .logo-container {
  max-width: 28%;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%; }

.ie11 .icon-post-wrapper .block-grid-2 .icon-post {
  max-width: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%; }

.products-loop {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .products-loop {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .products-loop {
      padding-bottom: 75px; } }
  .products-loop .product-cat {
    margin-bottom: 50px;
    position: relative;
    padding: 50px 0; }
    .products-loop .product-cat .content-column {
      padding-top: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320)); }
      @media screen and (min-width: 1200px) {
        .products-loop .product-cat .content-column {
          padding-top: 60px; } }
    @media screen and (min-width: 769px) {
      .products-loop .product-cat:nth-child(even)::after {
        content: '';
        background: #FFF3E8;
        top: 0;
        right: 0;
        height: 100%;
        width: 35%;
        z-index: -1;
        position: absolute; } }
    .products-loop .product-cat:nth-child(even) .wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .products-loop .product-cat:nth-child(even) .content-column {
      padding-right: 20px; }
    .products-loop .product-cat:nth-child(odd) .content-column {
      padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .products-loop .product-cat .image-column img {
        padding: 0 15px;
        width: 100%; }
      .products-loop .product-cat .content-column {
        padding-left: 20px;
        padding-right: 20px; } }
    .products-loop .product-cat .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 979px) {
        .products-loop .product-cat .wrapper {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }

.anvil-company-slideout .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.anvil-company-slideout .columns-12 {
  -ms-flex-preferred-size: calc(10 / 12 * 100%);
  flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px; }
  .anvil-company-slideout .columns-12 h4 {
    font-size: 52px;
    letter-spacing: 0;
    line-height: 74px;
    -ms-flex-preferred-size: calc(5 / 12 * 100%);
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%); }
  .anvil-company-slideout .columns-12 p, .anvil-company-slideout .columns-12 .gform_description {
    -ms-flex-preferred-size: calc(6 / 12 * 100%);
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); }

.anvil-company-slideout .slideout-item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .anvil-company-slideout .slideout-item .container .loop-content {
    /* because the hidden slideout content alters the dimensions of the parent... */
    -webkit-box-flex: 1;
    -ms-flex: 1 1 320px;
    flex: 1 1 320px; }

.anvil-company-slideout .slideout-item .wrapper {
  border: 1px solid rgba(51, 117, 192, 0.3);
  padding: 20px 15px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  bottom: 0px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .anvil-company-slideout .slideout-item .wrapper:hover {
    bottom: 10px;
    -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important; }
  .anvil-company-slideout .slideout-item .wrapper h3 {
    font-size: 1.5rem;
    font-family: 'roslindale-bold', serif;
    letter-spacing: 1.5px;
    line-height: 1.2; }
  .anvil-company-slideout .slideout-item .wrapper img {
    margin-bottom: 20px;
    height: 100px;
    width: 140px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center; }
  .anvil-company-slideout .slideout-item .wrapper .read-more {
    margin-top: auto; }

#wpsl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0; }

#wpsl-gmap {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

#wpsl-result-list {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    #wpsl-result-list {
      padding-bottom: 50px; } }
  #wpsl-result-list #wpsl-stores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    height: auto !important;
    margin: 0 auto; }
    #wpsl-result-list #wpsl-stores > ul {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
      width: 100%;
      list-style: none; }
      #wpsl-result-list #wpsl-stores > ul > * {
        -ms-flex-preferred-size: calc(1 / 1 * 100%);
        flex-basis: calc(1 / 1 * 100%);
        max-width: calc(1 / 1 * 100%); }
      #wpsl-result-list #wpsl-stores > ul li {
        border-bottom: 1px solid rgba(51, 117, 192, 0.5); }
  #wpsl-result-list .wpsl-store-location {
    padding: 50px 30px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #wpsl-result-list .wpsl-store-location .image-container {
      -ms-flex-preferred-size: calc(2 / 12 * 100%);
      flex-basis: calc(2 / 12 * 100%);
      max-width: calc(2 / 12 * 100%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    #wpsl-result-list .wpsl-store-location .store-info-wrapper {
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
      flex-basis: calc(8 / 12 * 100%);
      max-width: calc(8 / 12 * 100%);
      padding-left: calc(10px + (20 - 10) * (100vw - 320px) / (1200 - 320)); }
      @media screen and (min-width: 1200px) {
        #wpsl-result-list .wpsl-store-location .store-info-wrapper {
          padding-left: 20px; } }
      #wpsl-result-list .wpsl-store-location .store-info-wrapper h6, #wpsl-result-list .wpsl-store-location .store-info-wrapper .single-blog-banner .meal-type, .single-blog-banner #wpsl-result-list .wpsl-store-location .store-info-wrapper .meal-type {
        color: #3375C0; }
      #wpsl-result-list .wpsl-store-location .store-info-wrapper p, #wpsl-result-list .wpsl-store-location .store-info-wrapper .gform_description {
        margin-bottom: 0; }
      #wpsl-result-list .wpsl-store-location .store-info-wrapper .read-more {
        font-weight: 500; }
    #wpsl-result-list .wpsl-store-location .title-container {
      padding-bottom: 20px; }
      #wpsl-result-list .wpsl-store-location .title-container h3 {
        font-size: calc(22px + (36 - 22) * (100vw - 320px) / (1200 - 320));
        padding-bottom: 0; }
        @media screen and (min-width: 1200px) {
          #wpsl-result-list .wpsl-store-location .title-container h3 {
            font-size: 36px; } }
        #wpsl-result-list .wpsl-store-location .title-container h3:hover {
          color: #3375C0; }
          #wpsl-result-list .wpsl-store-location .title-container h3:hover a {
            opacity: 1; }
      #wpsl-result-list .wpsl-store-location .title-container a {
        border-bottom: none; }
    #wpsl-result-list .wpsl-store-location .wpsl-directions {
      font-family: poppins, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 21px;
      text-align: center;
      -webkit-transition-duration: .2s;
      -o-transition-duration: .2s;
      transition-duration: .2s;
      -webkit-transition-property: background-color, color, border, opacity;
      -o-transition-property: background-color, color, border, opacity;
      transition-property: background-color, color, border, opacity;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 12px 25px;
      border-radius: 29.5px;
      min-width: 200px;
      min-height: 50px;
      cursor: pointer;
      position: relative;
      text-decoration: none;
      text-shadow: none;
      outline: none;
      font-family: poppins, sans-serif;
      font-weight: 500;
      color: #1C1C1C;
      display: inline-block;
      text-decoration: none;
      font-style: normal;
      padding: 0px;
      min-width: unset;
      min-height: unset;
      padding-bottom: 3px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      font-size: 14px;
      letter-spacing: 2px;
      line-height: 20px;
      text-align: center;
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      color: #212121;
      color: #ffffff; }
      #wpsl-result-list .wpsl-store-location .wpsl-directions i {
        margin-left: 5px;
        font-family: "Font Awesome 5 Pro";
        text-rendering: auto;
        font-smoothing: antialiased;
        position: relative;
        top: 1px; }
      #wpsl-result-list .wpsl-store-location .wpsl-directions::before {
        position: absolute;
        top: 100%;
        left: 0;
        background: #FD821A;
        height: 2px;
        width: 100%;
        content: '';
        -webkit-transform: rotate(-0.1deg);
        -ms-transform: rotate(-0.1deg);
        transform: rotate(-0.1deg); }
      #wpsl-result-list .wpsl-store-location .wpsl-directions:hover {
        color: #FD821A;
        opacity: 1; }
      #wpsl-result-list .wpsl-store-location .wpsl-directions::after {
        font-family: "Font Awesome 5 Pro";
        text-rendering: auto;
        font-smoothing: antialiased;
        content: '\f35d';
        color: #ffffff;
        font-size: 16px;
        margin-left: 10px; }
      #wpsl-result-list .wpsl-store-location .wpsl-directions:hover::after {
        color: #85D9F7; }
    #wpsl-result-list .wpsl-store-location .icon-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px; }
      #wpsl-result-list .wpsl-store-location .icon-container p, #wpsl-result-list .wpsl-store-location .icon-container .gform_description {
        padding-bottom: 0; }
      #wpsl-result-list .wpsl-store-location .icon-container i {
        margin-right: 10px; }

.wpsl-search {
  z-index: 1;
  background: none;
  -ms-flex-preferred-size: calc(12 / 12 * 100%);
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%); }
  .wpsl-search #wpsl-search-wrap {
    padding-bottom: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 1200px) {
      .wpsl-search #wpsl-search-wrap {
        padding-bottom: 50px; } }
    .wpsl-search #wpsl-search-wrap form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 100; }
      .wpsl-search #wpsl-search-wrap form label {
        font-family: poppins, sans-serif;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 21px;
        color: #3375C0;
        line-height: 20px;
        margin-bottom: 8px;
        width: 100%; }
      .wpsl-search #wpsl-search-wrap form .wpsl-input,
      .wpsl-search #wpsl-search-wrap form #wpsl-radius {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .wpsl-search #wpsl-search-wrap form input {
        border: 1px solid #3375C0; }
      .wpsl-search #wpsl-search-wrap form #wpsl-search-input {
        width: 275px;
        height: 50px;
        font-family: poppins, sans-serif;
        font-weight: 400;
        color: #1C1C1C; }
      .wpsl-search #wpsl-search-wrap form .wpsl-dropdown {
        border: 1px solid #3375C0;
        background: none;
        height: 50px;
        width: 170px;
        font-family: poppins, sans-serif;
        font-weight: 400;
        color: #ffffff; }
        .wpsl-search #wpsl-search-wrap form .wpsl-dropdown span {
          color: #1C1C1C; }
      .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap {
        margin-top: 10px; }
      .wpsl-search #wpsl-search-wrap form #wpsl-search-btn {
        font-family: poppins, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-property: background-color, color, border, opacity;
        -o-transition-property: background-color, color, border, opacity;
        transition-property: background-color, color, border, opacity;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px 25px;
        border-radius: 29.5px;
        min-width: 200px;
        min-height: 50px;
        cursor: pointer;
        position: relative;
        text-decoration: none;
        text-shadow: none;
        outline: none;
        color: #ffffff;
        background: #3375C0;
        border: none;
        min-height: 50px; }
        .wpsl-search #wpsl-search-wrap form #wpsl-search-btn i {
          margin-left: 5px;
          font-family: "Font Awesome 5 Pro";
          text-rendering: auto;
          font-smoothing: antialiased;
          position: relative;
          top: 1px; }
        .wpsl-search #wpsl-search-wrap form #wpsl-search-btn:hover {
          background: #295B95; }

.cooking-eating-search-results {
  padding-top: calc(25px + (75 - 25) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(25px + (75 - 25) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .cooking-eating-search-results {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .cooking-eating-search-results {
      padding-bottom: 75px; } }
  .cooking-eating-search-results .loop-item {
    padding: 0 10px; }

.post-loop .wrapper .content-column h4 {
  font-family: 'Spartan', sans-serif;
  font-weight: 700; }

.post-loop .wrapper .content-column .loop-title {
  font-family: 'Spartan', sans-serif;
  font-weight: 700; }

.tax-faq_cat .faq-categories {
  background: #FFF3E8;
  padding-top: calc(25px + (75 - 25) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .tax-faq_cat .faq-categories {
      padding-top: 75px; } }

.tax-faq_cat .accordion-holder {
  padding-bottom: 80px; }

.page-template-_faqs .faq-categories .faq_intro .columns-10 {
  -ms-flex-preferred-size: calc(12 / 12 * 100%);
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%); }

.faq-press-releases {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  margin-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  background: #FFF3E8; }
  @media screen and (min-width: 1200px) {
    .faq-press-releases {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .faq-press-releases {
      padding-bottom: 75px; } }
  @media screen and (min-width: 1200px) {
    .faq-press-releases {
      margin-bottom: 75px; } }
  .faq-press-releases .columns-5 {
    padding-right: 10px;
    padding-left: 10px; }

.faq-categories {
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .faq-categories {
      padding-bottom: 75px; } }
  .faq-categories .columns-6 {
    padding-right: 10px;
    padding-left: 10px; }
  .faq-categories article {
    margin-bottom: 40px; }
    .faq-categories article .wrapper {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      bottom: 0px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      z-index: 0;
      min-height: 220px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 30px; }
      .faq-categories article .wrapper:hover {
        bottom: 10px;
        -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important; }
      .faq-categories article .wrapper h4 {
        padding-bottom: 8px; }
      .faq-categories article .wrapper * {
        color: #ffffff; }
      .faq-categories article .wrapper::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1; }
      .faq-categories article .wrapper:hover {
        -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2); }

.most-common {
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .most-common {
      padding-bottom: 75px; } }
  .most-common .content-column {
    text-align: center; }

.faq-callout {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  background: #FFF3E8; }
  @media screen and (min-width: 1200px) {
    .faq-callout {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .faq-callout {
      padding-bottom: 75px; } }
  .faq-callout .content-column {
    -ms-flex-preferred-size: calc(8 / 12 * 100%);
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
    text-align: center; }

.team_cat_intro {
  padding-top: calc(20px + (75 - 20) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .team_cat_intro {
      padding-top: 75px; } }
  .team_cat_intro > .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.team-members {
  padding-top: calc(25px + (75 - 25) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(25px + (75 - 25) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .team-members {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .team-members {
      padding-bottom: 75px; } }

.page-template-_team-category .slideout-item .loop-content h4 {
  font-size: 21px; }

.staff-slideout-wrapper {
  padding: 90px 20px; }
  .staff-slideout-wrapper .team-slideout-hidden {
    display: none;
    padding: 20px;
    background-color: #3375C0;
    color: white; }
    .staff-slideout-wrapper .team-slideout-hidden a,
    .staff-slideout-wrapper .team-slideout-hidden i,
    .staff-slideout-wrapper .team-slideout-hidden h5 {
      color: white; }
    .staff-slideout-wrapper .team-slideout-hidden h5 {
      font-family: Poppins;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 28px; }
    .staff-slideout-wrapper .team-slideout-hidden i {
      margin-right: 20px; }
    .staff-slideout-wrapper .team-slideout-hidden h6, .staff-slideout-wrapper .team-slideout-hidden .single-blog-banner .meal-type, .single-blog-banner .staff-slideout-wrapper .team-slideout-hidden .meal-type {
      color: white !important;
      margin-bottom: 20px; }
  .staff-slideout-wrapper .team-slideout {
    position: relative; }
    .staff-slideout-wrapper .team-slideout h4 {
      padding-bottom: 5px; }
    .staff-slideout-wrapper .team-slideout h6, .staff-slideout-wrapper .team-slideout .single-blog-banner .meal-type, .single-blog-banner .staff-slideout-wrapper .team-slideout .meal-type {
      color: #3375C0;
      padding-bottom: 5px; }
    .staff-slideout-wrapper .team-slideout .fa-plus {
      position: absolute;
      top: 35px;
      border: 1px solid #3375C0;
      right: 0;
      cursor: pointer;
      border-radius: 50%;
      padding: 10px;
      font-weight: 600;
      font-size: 16px;
      color: #3375C0; }
      .staff-slideout-wrapper .team-slideout .fa-plus.active {
        background-color: #0073aa;
        color: #ffffff; }
    .staff-slideout-wrapper .team-slideout.active .fa-plus {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
  .staff-slideout-wrapper .slideout-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #3375C0; }

.team-slideout:last-of-type .slideout-label {
  border-bottom: 1px solid #3375C0; }

.site-main.dairy-farmers .press-release h6, .site-main.dairy-farmers .press-release .single-blog-banner .meal-type, .single-blog-banner .site-main.dairy-farmers .press-release .meal-type {
  color: #58955A; }

#content-image-block_60ec60d3058e2 .image-column {
  position: relative;
  top: -25px; }

.dairy-farmer-tax-loop {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .dairy-farmer-tax-loop {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .dairy-farmer-tax-loop {
      padding-bottom: 75px; } }
  .dairy-farmer-tax-loop .tax-section {
    margin-bottom: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320));
    padding-right: 10px;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 1200px) {
      .dairy-farmer-tax-loop .tax-section {
        margin-bottom: 50px; } }
    .dairy-farmer-tax-loop .tax-section .columns-8 {
      padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320)); }
      @media screen and (min-width: 1200px) {
        .dairy-farmer-tax-loop .tax-section .columns-8 {
          padding-bottom: 50px; } }

.page-template-_research-library .page-banner > .row {
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .page-template-_research-library .page-banner > .row {
      padding-bottom: 50px; } }

.page-template-_research-library .filter-section {
  background: none;
  width: 100%; }
  .page-template-_research-library .filter-section h6, .page-template-_research-library .filter-section .single-blog-banner .meal-type, .single-blog-banner .page-template-_research-library .filter-section .meal-type,
  .page-template-_research-library .filter-section .view-all {
    color: #ffffff; }
  @media screen and (min-width: 980px) {
    .page-template-_research-library .filter-section .read-more,
    .page-template-_research-library .filter-section #filter-submit-button {
      margin-bottom: 0; } }
  .page-template-_research-library .filter-section #filter-submit-button {
    color: #ffffff;
    background: #58955A; }
    .page-template-_research-library .filter-section #filter-submit-button:hover {
      background: #357937; }

.page-template-_research-library .research-results {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .page-template-_research-library .research-results {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .page-template-_research-library .research-results {
      padding-bottom: 75px; } }

.page-template-_dairy-farmer a strong,
.page-template-_dairy-farmer p a,
.page-template-_dairy-farmer .gform_description a {
  color: #3375C0; }
  .page-template-_dairy-farmer a strong:hover,
  .page-template-_dairy-farmer p a:hover,
  .page-template-_dairy-farmer .gform_description a:hover {
    opacity: .8; }

.page-template-_dairy-farmer .content-image img {
  width: 100%; }

@media screen and (min-width: 980px) {
  .page-template-_dairy-farmer .page-banner {
    margin-bottom: 130px !important; } }

@media screen and (min-width: 980px) {
  .page-template-_dairy-farmer .right-image-content .content-image-container .content-column {
    padding-top: 90px; } }

.page-template-_dairy-farmer ul:not([class]) li, .page-template-_dairy-farmer ol:not([class]) li {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-weight: 600; }

.page-template-_dairy-farmer .loop-item.icon-border-post:hover .wrapper {
  border: none; }

.page-template-_dairy-farmer .full-width-content-image .content-column .cta-container .button.one {
  margin-bottom: 20px; }

.important-notices .columns-10.block-grid-1.post-loop {
  padding-left: 10px; }

.important-notices .loop-item.press-release {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.proaction-modules .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.single-proaction_pillar .page-banner {
  margin-bottom: 130px !important; }

.page-template-_dairy-farmer .three {
  margin-bottom: 20px; }

.site-main.health-pro .loop-item.background-post .content-column {
  width: 80%; }
  .site-main.health-pro .loop-item.background-post .content-column h3 {
    font-size: calc(22px + (36 - 22) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .site-main.health-pro .loop-item.background-post .content-column h3 {
        font-size: 36px; } }

.site-main.health-pro .loop-post h3 a:hover, .site-main.health-pro .loop-post h4 a:hover {
  color: #85D9F7; }

.site-main.health-pro .loop-post .single-post-cat-list h6, .site-main.health-pro .loop-post .single-post-cat-list .single-blog-banner .meal-type, .single-blog-banner .site-main.health-pro .loop-post .single-post-cat-list .meal-type {
  color: #85D9F7; }

.site-main.health-pro .loop-post .single-post-cat-list .divider {
  color: #85D9F7; }

.site-main.health-pro .loop-post .single-post-cat-list a::after {
  content: '';
  background: #85D9F7;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 1px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

.site-main.health-pro .loop-post .single-post-cat-list a:hover {
  opacity: 0.8; }
  .site-main.health-pro .loop-post .single-post-cat-list a:hover::after {
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }

#content-image-block_60ef7ea357569 .image-column {
  position: relative;
  top: -30px; }

.dieticians {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .dieticians {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .dieticians {
      padding-bottom: 75px; } }
  .dieticians .columns-5:first-of-type {
    padding-right: calc(10px + (70 - 10) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .dieticians .columns-5:first-of-type {
        padding-right: 70px; } }

.dieticians-list {
  padding-top: calc(25px + (75 - 25) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (120 - 20) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .dieticians-list {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .dieticians-list {
      padding-bottom: 120px; } }
  .dieticians-list article {
    margin-bottom: 40px; }
    .dieticians-list article .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .dieticians-list article .wrapper .columns-6 {
        padding-left: calc(10px + (50 - 10) * (100vw - 320px) / (1200 - 320)); }
        @media screen and (min-width: 1200px) {
          .dieticians-list article .wrapper .columns-6 {
            padding-left: 50px; } }

.page-template-_health-pro .workshops-available-block .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

#content-image-block_60ecc3bda594c .image-column {
  position: relative;
  top: -30px; }

.site-main.school-educators .program-intro {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .site-main.school-educators .program-intro {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .site-main.school-educators .program-intro {
      padding-bottom: 75px; } }

.site-main.school-educators .available-programs {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .site-main.school-educators .available-programs {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .site-main.school-educators .available-programs {
      padding-bottom: 75px; } }
  .site-main.school-educators .available-programs .columns-6 {
    text-align: center; }

.site-main.school-educators .loop-item .single-post-cat-list h6, .site-main.school-educators .loop-item .single-post-cat-list .single-blog-banner .meal-type, .single-blog-banner .site-main.school-educators .loop-item .single-post-cat-list .meal-type {
  color: #FD821A; }

.site-main.school-educators .loop-item .single-post-cat-list .divider {
  color: #FD821A; }

.site-main.school-educators .loop-item.background-post .content-column {
  width: 90%; }
  .site-main.school-educators .loop-item.background-post .content-column h3 {
    font-size: calc(22px + (36 - 22) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .site-main.school-educators .loop-item.background-post .content-column h3 {
        font-size: 36px; } }

.page-template-_lesson-plans .simple-filter-form, .tax-grade .simple-filter-form {
  max-width: 1200px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 90px 10px; }
  .page-template-_lesson-plans .simple-filter-form h5, .tax-grade .simple-filter-form h5 {
    color: #ffffff; }

.page-template-_lesson-plans .anvil-lesson-plans, .page-template-_lesson-plans .anvil-school-programs, .tax-grade .anvil-lesson-plans, .tax-grade .anvil-school-programs {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .page-template-_lesson-plans .anvil-lesson-plans, .page-template-_lesson-plans .anvil-school-programs, .tax-grade .anvil-lesson-plans, .tax-grade .anvil-school-programs {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .page-template-_lesson-plans .anvil-lesson-plans, .page-template-_lesson-plans .anvil-school-programs, .tax-grade .anvil-lesson-plans, .tax-grade .anvil-school-programs {
      padding-bottom: 75px; } }

.tax-grade .simple-filter-form h5 {
  color: #1C1C1C !important; }

.school-nutrition-block .block_intro .row {
  padding-left: 0; }

.school-nutrition-block .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media screen and (min-width: 980px) {
  .home .page-banner .columns-5 {
    -ms-flex-preferred-size: calc(6 / 12 * 100%);
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); } }

@media screen and (min-width: 980px) {
  .home .content-image.bg-color-beige {
    padding-top: 130px; } }

.home .footer-newsletter .footer-newsletter__container .button:hover {
  color: #EAEAEA; }

@media screen and (max-width: 767px) {
  .home .recent-post-block .recent-post-wrapper > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .home .recent-post-block .recent-post-wrapper > article .wrapper .image-column img {
    width: 100%; } }

.home .professional-links .professional-links__intro .row {
  background: #ffffff; }
  .home .professional-links .professional-links__intro .row * {
    color: #1C1C1C; }

.statistics-wrapper .statistic {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }
  @media screen and (max-width: 767px) {
    .statistics-wrapper .statistic {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%; } }
  @media screen and (max-width: 639px) {
    .statistics-wrapper .statistic {
      -ms-flex-preferred-size: 49%;
      flex-basis: 49%; } }
  @media screen and (max-width: 480px) {
    .statistics-wrapper .statistic {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

.category .filter-section {
  margin-bottom: 90px; }

.page-template-_lesson-plans .slideout-item .loop-hidden {
  padding-top: 40px;
  padding-bottom: 60px; }

.page-template-_lesson-plans .slideout-item .close-slideout {
  top: 11%; }

.page-template-_lesson-plans .slideout-item .wrapper h3 {
  font-size: 22px;
  line-height: 34px; }

.page-template-_make-it h1 {
  border-bottom: unset; }

.page-template-_make-it .page-banner {
  position: relative; }
  .page-template-_make-it .page-banner .columns-5 {
    -ms-flex-preferred-size: calc(8 / 12 * 100%);
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }

.page-template-_make-it .page-banner .row {
  padding-top: 400px;
  padding-bottom: 200px; }

.page-template-_make-it .page-banner:after {
  background-color: unset;
  opacity: .3; }

.page-template-_make-it .text-container {
  padding-top: 50px;
  text-align: center; }

.page-template-_make-it .gallery-background-on {
  background-color: #fff3e8;
  padding-top: 80px;
  padding-bottom: 90px;
  padding-right: 20px;
  padding-left: 20px; }
  .page-template-_make-it .gallery-background-on .slick-thumbnail-grid {
    display: none; }

.page-template-_make-it .play-logo {
  height: 90px;
  width: 90px;
  position: absolute;
  top: 40%;
  left: 47%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .page-template-_make-it .play-logo:before {
    content: 'play video';
    color: #ffffff;
    position: absolute;
    bottom: -30px;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold; }
  .page-template-_make-it .play-logo:after {
    content: "\f04b";
    font-size: 30px;
    font-family: FontAwesome;
    text-rendering: auto;
    font-weight: lighter;
    color: #ffffff; }

.page-template-_make-it .site-footer .footer-logo-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page-template-_make-it .site-footer .flex,
.page-template-_make-it .site-footer .footer-copyright .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-_make-it .site-footer .footer-menu-wrapper,
.page-template-_make-it .site-footer .contact-info {
  display: none; }

.page-template-_make-it .left_content_standard_image {
  padding-top: 50px;
  padding-bottom: 50px; }
  .page-template-_make-it .left_content_standard_image .text-container {
    text-align: left;
    padding-right: 50px; }
    .page-template-_make-it .left_content_standard_image .text-container h3 {
      font-size: 36px; }
    .page-template-_make-it .left_content_standard_image .text-container h6, .page-template-_make-it .left_content_standard_image .text-container .single-blog-banner .meal-type, .single-blog-banner .page-template-_make-it .left_content_standard_image .text-container .meal-type {
      color: #3375C0; }
  @media screen and (max-width: 900px) {
    .page-template-_make-it .left_content_standard_image .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px; }
      .page-template-_make-it .left_content_standard_image .row .columns-6 {
        max-width: 100%; } }

@media print {
  .single-post .site-header,
  .single-post .site-utility,
  .single-post .site-footer,
  .single-post .related-recipes,
  .single-post .footer-newsletter {
    display: none; } }

.single .social-share h5 {
  margin-right: 15px; }

.single .social-share .social-list li {
  margin-right: 15px; }

.single-press_release .single-blog-banner .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.single-press_release .single-blog-banner .content-container {
  color: #1C1C1C !important;
  padding: 110px 20px 0px !important; }
  .single-press_release .single-blog-banner .content-container .term-wrapper {
    padding-top: 30px; }
  .single-press_release .single-blog-banner .content-container .post-meta {
    display: none; }

.single-blog-banner {
  margin-bottom: calc(100px + (100 - 100) * (100vw - 320px) / (1200 - 320));
  position: relative; }
  .single-blog-banner .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media screen and (min-width: 1200px) {
    .single-blog-banner {
      margin-bottom: 100px; } }
  .single-blog-banner .image-column::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
  .single-blog-banner .content-column {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
    .single-blog-banner .content-column.recipe h1, .single-blog-banner .content-column.recipe h4, .single-blog-banner .content-column.recipe .meal-type {
      color: #ffffff; }
    .single-blog-banner .content-column.article {
      padding: 110px 0px 0 !important; }
      .single-blog-banner .content-column.article .term-wrapper {
        padding-top: 30px; }
    .single-blog-banner .content-column .subtext {
      font-family: poppins, sans-serif;
      font-weight: 600;
      font-size: 24px; }
  .single-blog-banner .recipe-subheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100px;
    padding: 100px 20px 0px; }
    @media only screen and (min-width: 1600px) {
      .single-blog-banner .recipe-subheading {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media screen and (min-width: 1200px) {
      .single-blog-banner .recipe-subheading {
        margin-left: 30px; } }
  .single-blog-banner > .row {
    min-height: 360px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .single-blog-banner > .row .content-container {
      padding: 300px 20px 60px 20px;
      z-index: 1;
      color: #1C1C1C; }
      .single-blog-banner > .row .content-container h1 {
        padding-bottom: 40px; }
    .single-blog-banner > .row .desc-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 50px 20px 0px 20px;
      z-index: 1;
      color: #1C1C1C; }
      .single-blog-banner > .row .desc-container h4 {
        padding: 0px; }
    .single-blog-banner > .row .post-meta h5 {
      padding-bottom: 30px;
      font-family: poppins, sans-serif;
      font-weight: 600; }
    @media screen and (min-width: 1600px) {
      .single-blog-banner > .row {
        margin: 0; }
        .single-blog-banner > .row .content-container {
          padding-left: 0; } }
  .single-blog-banner .term-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .single-blog-banner .term-wrapper h6, .single-blog-banner .term-wrapper .meal-type {
      margin-right: 10px; }
  .single-blog-banner .recipe-excerpt {
    line-height: 35px;
    letter-spacing: 1.5px; }
  .single-blog-banner .image-column {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 75%; }
  .single-blog-banner .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .single-blog-banner .tags h5 {
      margin-right: 10px;
      font-family: poppins, sans-serif;
      font-weight: 600; }

.single-post-content {
  padding-top: calc(20px + (75 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .single-post-content {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .single-post-content {
      padding-bottom: 40px; } }
  .single-post-content .columns-10 p, .single-post-content .columns-10 .gform_description {
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 40px; }
  .single-post-content .columns-10 > div {
    font-family: poppins, sans-serif;
    font-weight: 400; }
  .single-post-content table {
    border-spacing: 0 20px;
    margin-bottom: 30px; }
    .single-post-content table td {
      font-family: poppins, sans-serif;
      font-weight: 400; }
      .single-post-content table td p, .single-post-content table td .gform_description {
        padding-bottom: 0 !important; }
      .single-post-content table td > * {
        padding-left: 10px; }
  .single-post-content h1 > span, .single-post-content h2 > span, .single-post-content h3 > span, .single-post-content h4 > span, .single-post-content h5 > span, .single-post-content h6 > span, .single-post-content .single-blog-banner .meal-type > span, .single-blog-banner .single-post-content .meal-type > span {
    font-size: inherit !important; }

.single-post-info {
  padding-bottom: calc(20px + (75 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: 10px;
  padding-left: 10px; }
  @media screen and (min-width: 1200px) {
    .single-post-info {
      padding-bottom: 75px; } }
  .single-post-info .social-share {
    padding-bottom: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .single-post-info .social-share {
        padding-bottom: 50px; } }
  .single-post-info .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 10px;
    margin: 30px 0;
    position: relative; }
    .single-post-info .author::after {
      height: 100%;
      width: 73%;
      left: 9%;
      top: 0;
      position: absolute;
      content: '';
      background: #FFF3E8;
      z-index: -1; }
    .single-post-info .author .image-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .single-post-info .author .content-column {
      padding-left: calc(10px + (25 - 10) * (100vw - 320px) / (1200 - 320)); }
      @media screen and (min-width: 1200px) {
        .single-post-info .author .content-column {
          padding-left: 25px; } }
    .single-post-info .author .written-by {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .single-post-info .author .written-by h6, .single-post-info .author .written-by .single-blog-banner .meal-type, .single-blog-banner .single-post-info .author .written-by .meal-type {
        color: #3375C0; }
  .single-post-info .about-bc-dairy,
  .single-post-info .contact-personnel {
    padding-bottom: calc(30px + (30 - 30) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .single-post-info .about-bc-dairy,
      .single-post-info .contact-personnel {
        padding-bottom: 30px; } }
    .single-post-info .about-bc-dairy h6, .single-post-info .about-bc-dairy .single-blog-banner .meal-type, .single-blog-banner .single-post-info .about-bc-dairy .meal-type,
    .single-post-info .contact-personnel h6,
    .single-post-info .contact-personnel .single-blog-banner .meal-type,
    .single-blog-banner .single-post-info .contact-personnel .meal-type {
      color: #3375C0; }
  .single-post-info .contact-personnel .block-grid-3 > article {
    padding: 0;
    margin-bottom: 30px; }
    .single-post-info .contact-personnel .block-grid-3 > article a:not(.read-more) {
      color: #1C1C1C;
      display: block;
      padding-bottom: 10px;
      font-family: poppins, sans-serif;
      font-weight: 400; }
    .single-post-info .contact-personnel .block-grid-3 > article p, .single-post-info .contact-personnel .block-grid-3 > article .gform_description {
      padding-right: 40px;
      padding-bottom: 5px; }

.single-wpsl_stores .wpsl-gmap-canvas,
.single-wpsl_stores .wpsl-locations-details,
.single-wpsl_stores .wpsl-opening-hours {
  display: none; }

.single-wpsl_stores .farm-intro {
  padding-top: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .single-wpsl_stores .farm-intro {
      padding-top: 50px; } }
  @media screen and (min-width: 1200px) {
    .single-wpsl_stores .farm-intro {
      padding-bottom: 50px; } }

.single-wpsl_stores .columns-5 {
  padding-right: 10px;
  padding-left: 10px; }

.single-wpsl_stores .farm-info-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: calc(10px + (100 - 10) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .single-wpsl_stores .farm-info-column {
      padding-left: 100px; } }
  .single-wpsl_stores .farm-info-column > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px; }
    .single-wpsl_stores .farm-info-column > div > * {
      padding-bottom: 0;
      margin-right: 10px; }
    .single-wpsl_stores .farm-info-column > div i {
      color: #3375C0; }
    .single-wpsl_stores .farm-info-column > div a {
      font-family: poppins, sans-serif;
      font-weight: 400;
      color: #1C1C1C; }

.single-wpsl_stores .more_farms_intro {
  padding-top: 130px; }

.single-farmer .more_farmers_intro {
  padding-top: 130px; }

@media screen and (max-width: 979px) {
  .recipe-content .recipe-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.recipe-content .gallery-block::after {
  display: none; }

.recipe-content > .row > .recipe-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(50px + (90 - 50) * (100vw - 320px) / (1200 - 320)); }
  .recipe-content > .row > .recipe-times .social-share {
    display: inherit; }
  @media screen and (max-width: 979px) {
    .recipe-content > .row > .recipe-times {
      padding: 20px 0px 40px 0px;
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); } }
  @media screen and (min-width: 1200px) {
    .recipe-content > .row > .recipe-times {
      padding-bottom: 50px; } }
  @media screen and (min-width: 1200px) {
    .recipe-content > .row > .recipe-times {
      padding-top: 90px; } }
  .recipe-content > .row > .recipe-times .recipe-time {
    border-top: 1px solid #3375C0;
    border-left: 1px solid #3375C0;
    border-bottom: 1px solid #3375C0;
    text-align: center;
    min-width: 175px;
    padding: 10px; }
    .recipe-content > .row > .recipe-times .recipe-time:last-of-type {
      border-right: 1px solid #3375C0; }
    @media screen and (max-width: 639px) {
      .recipe-content > .row > .recipe-times .recipe-time {
        border-left: 1px solid #3375C0;
        border-right: 1px solid #3375C0;
        border-bottom: 1px solid #3375C0;
        border-top: unset;
        width: 100%; }
        .recipe-content > .row > .recipe-times .recipe-time:first-of-type {
          border-top: 1px solid #3375C0; } }
    .recipe-content > .row > .recipe-times .recipe-time h5 {
      font-size: 14px;
      padding-bottom: 5px; }
    .recipe-content > .row > .recipe-times .recipe-time p, .recipe-content > .row > .recipe-times .recipe-time .gform_description {
      font-family: poppins, sans-serif;
      font-weight: 700;
      padding-bottom: 0; }

.recipe-content .columns-6 {
  padding-right: 10px;
  padding-left: 10px; }

.recipe-content .equipment {
  padding-bottom: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .recipe-content .equipment {
      padding-bottom: 20px; } }
  .recipe-content .equipment p, .recipe-content .equipment .gform_description {
    padding-bottom: 10px; }

.recipe-content .directions {
  padding-bottom: calc(30px + (30 - 30) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .recipe-content .directions {
      padding-bottom: 30px; } }
  .recipe-content .directions li {
    font-family: poppins, sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0; }

.recipe-content .ingredients {
  margin-right: calc(0px + (50 - 0) * (100vw - 320px) / (1200 - 320));
  background: #FFF3E8;
  padding: 25px 50px; }
  @media screen and (min-width: 1200px) {
    .recipe-content .ingredients {
      margin-right: 50px; } }
  .recipe-content .ingredients li {
    font-family: poppins, sans-serif;
    font-weight: 600; }
    .recipe-content .ingredients li::before {
      content: '\f111';
      font-size: 6px;
      color: #1C1C1C; }

.recipe-content .gallery-image {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .recipe-content .gallery-image--caption {
    background: #FFF3E8;
    width: 100%;
    z-index: 100;
    font-family: poppins, sans-serif;
    font-weight: 400; }

@media screen and (max-width: 767px) {
  .recipe-content .gallery-wrapper {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); } }

@media screen and (max-width: 767px) {
  .single .anvil-company-slideout .columns-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .single .anvil-company-slideout .columns-12 h4, .single .anvil-company-slideout .columns-12 p, .single .anvil-company-slideout .columns-12 .gform_description {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); } }

.single-school_program .page-banner .content-container {
  -ms-flex-preferred-size: calc(12 / 12 * 100%);
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%); }

.lesson-plan-downloads .button {
  margin-bottom: 15px; }

.intro-wrapper .left_intro .content-column .text-container,
.intro-wrapper .left_intro .content-column .cta-container {
  -ms-flex-preferred-size: calc(12 / 12 * 100%);
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%); }

.left_intro,
.centered_intro {
  padding-bottom: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
  padding-right: 10px;
  padding-left: 10px; }
  @media screen and (min-width: 1200px) {
    .left_intro,
    .centered_intro {
      padding-bottom: 40px; } }

.left_intro .content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .left_intro .content-column .text-container {
    padding-right: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
    @media screen and (min-width: 1200px) {
      .left_intro .content-column .text-container {
        padding-right: 20px; } }
  .left_intro .content-column .cta-container {
    padding-top: calc(10px + (20 - 10) * (100vw - 320px) / (1200 - 320));
    -ms-flex-preferred-size: calc(2 / 12 * 100%);
    flex-basis: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%); }
    @media screen and (min-width: 1200px) {
      .left_intro .content-column .cta-container {
        padding-top: 20px; } }

.centered-intro .content-container {
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .centered-intro .content-container {
      -ms-flex-preferred-size: calc(11 / 12 * 100%);
      flex-basis: calc(11 / 12 * 100%);
      max-width: calc(11 / 12 * 100%);
      margin: 0 auto; } }

.centered-intro .cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.view-all-intro .headings {
  display: none; }

.view-all-intro .cta-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media screen and (max-width: 480px) {
    .view-all-intro .cta-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal; } }
  .view-all-intro .cta-container .button {
    margin: 5px 10px; }

.left-aligned-intro .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1199px) {
  .left-aligned-intro .row {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
    .left-aligned-intro .row .main {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); } }

.left-aligned-intro .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 639px) {
    .left-aligned-intro .body {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .left-aligned-intro .body .contents {
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
        flex-basis: calc(12 / 12 * 100%);
        max-width: calc(12 / 12 * 100%);
        text-align: center; }
      .left-aligned-intro .body .cta-column {
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
        flex-basis: calc(12 / 12 * 100%);
        max-width: calc(12 / 12 * 100%); }
        .left-aligned-intro .body .cta-column .cta-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }

.left-aligned-intro .content-container {
  text-align: left;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .left-aligned-intro .content-container {
      -ms-flex-preferred-size: calc(11 / 12 * 100%);
      flex-basis: calc(11 / 12 * 100%);
      max-width: calc(11 / 12 * 100%);
      text-align: center;
      margin: 0 auto; }
      .left-aligned-intro .content-container .cta-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly; } }

.left-aligned-intro .content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 1200px) {
  .left-aligned-intro .contents p, .left-aligned-intro .contents .gform_description {
    max-width: 78%; } }

@media screen and (min-width: 769px) {
  .split-intro .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .split-intro .content-container .headings {
      -ms-flex-preferred-size: calc(5 / 12 * 100%);
      flex-basis: calc(5 / 12 * 100%);
      max-width: calc(5 / 12 * 100%); }
    .split-intro .content-container .contents {
      -ms-flex-preferred-size: calc(7 / 12 * 100%);
      flex-basis: calc(7 / 12 * 100%);
      max-width: calc(7 / 12 * 100%);
      padding-top: 0px;
      padding-left: 30px; } }

@media screen and (max-width: 1199px) {
  .split-intro .content-container {
    -ms-flex-preferred-size: calc(11 / 12 * 100%);
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    text-align: center;
    margin: 0 auto; }
    .split-intro .content-container .cta-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; } }

.split-intro h6, .split-intro .single-blog-banner .meal-type, .single-blog-banner .split-intro .meal-type, .split-intro h2, .centered-intro h6, .centered-intro .single-blog-banner .meal-type, .single-blog-banner .centered-intro .meal-type, .centered-intro h2 {
  margin: 0px; }

.split-intro h2, .centered-intro h2 {
  padding-bottom: 20px; }

.split-intro h6, .split-intro .single-blog-banner .meal-type, .single-blog-banner .split-intro .meal-type, .centered-intro h6, .centered-intro .single-blog-banner .meal-type, .single-blog-banner .centered-intro .meal-type {
  padding-bottom: 10px; }

.split-intro .cta-container, .centered-intro .cta-container {
  margin-top: 20px; }

.content-image {
  overflow: hidden; }
  .content-image .content-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10; }
    .content-image .content-image-container > div {
      padding-right: 10px;
      padding-left: 10px; }
  .content-image .contents li span {
    font-weight: 400 !important; }
  .content-image .contents p span, .content-image .contents .gform_description span {
    font-weight: 400 !important; }
  .content-image img {
    z-index: 1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .content-image h6, .content-image .single-blog-banner .meal-type, .single-blog-banner .content-image .meal-type {
    color: #3375C0; }
  .content-image.content-overlay .content-image-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .content-image.content-overlay .image-column {
    -ms-flex-preferred-size: calc(8 / 12 * 100%);
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); }
    .content-image.content-overlay .image-column img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
      @media screen and (min-width: 980px) {
        .content-image.content-overlay .image-column img {
          min-height: 600px; } }
  .content-image.content-overlay .content-column {
    position: absolute;
    right: 0;
    background: #ffffff;
    z-index: 10;
    padding-top: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
    padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
    padding-left: calc(10px + (100 - 10) * (100vw - 320px) / (1200 - 320));
    padding-right: calc(10px + (100 - 10) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .content-image.content-overlay .content-column {
        padding-top: 50px; } }
    @media screen and (min-width: 1200px) {
      .content-image.content-overlay .content-column {
        padding-bottom: 50px; } }
    @media screen and (min-width: 1200px) {
      .content-image.content-overlay .content-column {
        padding-left: 100px; } }
    @media screen and (min-width: 1200px) {
      .content-image.content-overlay .content-column {
        padding-right: 100px; } }

.full-width-content-image .row {
  max-width: 1600px;
  margin: 0 auto; }

.full-width-content-image.content-overlay .content-column {
  right: 13%;
  width: 36%; }

.full-width-content-image.content-overlay .image-column {
  padding-left: 0; }

.right-image-content .content-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .right-image-content .content-image-container .content-column {
    padding: 60px 60px 80px 40px; }

.left-image-content .content-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .left-image-content .content-image-container .content-column {
    padding: 60px 40px 80px 40px; }

.content-image .image-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .content-image .image-column .grouped-elements {
    position: absolute;
    z-index: 10;
    text-align: center; }
    .content-image .image-column .grouped-elements .play-wrap {
      border: 1px solid #ffffff;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .content-image .image-column .grouped-elements i {
      color: #ffffff;
      font-size: 30px; }
    .content-image .image-column .grouped-elements .play-text {
      font-family: poppins, sans-serif;
      font-weight: 700;
      margin-top: 5px;
      color: #ffffff;
      text-transform: lowercase;
      letter-spacing: 2px;
      font-size: 12px; }

.background-image-content {
  background-repeat: no-repeat;
  position: relative;
  background-size: cover !important; }
  .background-image-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .background-image-content .row .content-column {
    padding: 40px;
    z-index: 10; }
  .background-image-content.no-bg-image::after {
    display: none; }
  .background-image-content.full_width_background_image {
    padding-top: calc(80px + (80 - 80) * (100vw - 320px) / (1200 - 320));
    padding-bottom: calc(80px + (80 - 80) * (100vw - 320px) / (1200 - 320));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .background-image-content.full_width_background_image {
        padding-top: 80px; } }
    @media screen and (min-width: 1200px) {
      .background-image-content.full_width_background_image {
        padding-bottom: 80px; } }
    .background-image-content.full_width_background_image .content-column {
      text-align: center; }
      .background-image-content.full_width_background_image .content-column *:not(.button) {
        color: #ffffff; }

.icon-post {
  text-align: center;
  z-index: 10; }
  .icon-post img {
    margin-bottom: 20px;
    padding-top: 10px;
    max-width: 120px;
    height: auto; }
  .icon-post a {
    margin-bottom: 10px; }
    .icon-post a i {
      margin-left: 10px; }

.program-wrapper .icon-post {
  padding: 45px 35px;
  background: #F3F6F6;
  border-radius: 3px;
  position: relative;
  bottom: 0px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .program-wrapper .icon-post:hover {
    bottom: 10px;
    -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important; }

.highlights-posts-wrapper .split-highlights-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.highlights-posts-wrapper .highlight-post {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .highlights-posts-wrapper .highlight-post img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 50px;
    -o-object-fit: contain;
    object-fit: contain; }
  .highlights-posts-wrapper .highlight-post h4, .highlights-posts-wrapper .highlight-post h3, .highlights-posts-wrapper .highlight-post h5 {
    padding-bottom: 10px; }
  .highlights-posts-wrapper .highlight-post .highlights-content {
    padding-left: 20px; }

@media screen and (max-width: 979px) {
  .highlights-posts-wrapper .split-highlights-wrapper {
    display: block; }
    .highlights-posts-wrapper .split-highlights-wrapper div {
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
      flex-basis: calc(10 / 12 * 100%);
      max-width: calc(10 / 12 * 100%); } }
    @media screen and (max-width: 979px) and (max-width: 767px) {
      .highlights-posts-wrapper .split-highlights-wrapper div {
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
        flex-basis: calc(12 / 12 * 100%);
        max-width: calc(12 / 12 * 100%); } }

.statistics-wrapper .tagline {
  padding-top: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 1200px) {
    .statistics-wrapper .tagline {
      padding-top: 40px; } }
  .statistics-wrapper .tagline h4 {
    padding-bottom: 0;
    margin-right: 20px; }

.statistics-wrapper .statistic {
  z-index: 10; }
  .statistics-wrapper .statistic img {
    margin-bottom: 50px;
    max-width: 140px; }
  .statistics-wrapper .statistic h2 {
    padding-bottom: 0;
    font-size: 42px; }
  .statistics-wrapper .statistic p, .statistics-wrapper .statistic .gform_description {
    padding: 0 20px; }
  .statistics-wrapper .statistic .stat-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .statistics-wrapper .statistic .stat-container h3 {
      margin-right: 8px; }

.statistics-wrapper .statistic {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }
  @media screen and (max-width: 767px) {
    .statistics-wrapper .statistic {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%; } }
  @media screen and (max-width: 639px) {
    .statistics-wrapper .statistic {
      -ms-flex-preferred-size: 49%;
      flex-basis: 49%; } }
  @media screen and (max-width: 480px) {
    .statistics-wrapper .statistic {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

.psuedo-wrapper {
  position: relative; }
  .psuedo-wrapper:after {
    position: absolute;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.map-block .single-map-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.logo-grid-wrapper .block-grid-2 .logo-grid-content .wrapper {
  min-height: 245px; }

.logo-grid-wrapper .block-grid-3 .logo-grid-content .wrapper {
  min-height: 225px; }
  .logo-grid-wrapper .block-grid-3 .logo-grid-content .wrapper img {
    max-width: 200px; }

.logo-grid img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 120px; }

.logo-grid .wrapper {
  border: 1px solid rgba(51, 117, 192, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.logo-grid .floating-posts {
  position: relative;
  bottom: 0px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .logo-grid .floating-posts:hover {
    bottom: 10px;
    -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important; }

.logo-grid .logo-grid-post {
  padding-top: 10px; }
  .logo-grid .logo-grid-post .logo-grid-content {
    padding-bottom: 20px; }
  @media screen and (max-width: 979px) {
    .logo-grid .logo-grid-post {
      padding: 20px;
      margin: 0 auto; } }

@media screen and (max-width: 639px) {
  .logo-grid-content {
    margin-bottom: 20px; } }

.anvil-wyswyg h2 {
  font-size: 36px; }

@media screen and (max-width: 979px) {
  .anvil-wyswyg {
    padding: 20px !important; }
    .anvil-wyswyg .content-container {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); }
    .anvil-wyswyg li {
      width: 100%; } }

.anvil-testimonial .columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .anvil-testimonial .columns-2 img {
    height: 100%;
    width: 150px;
    -o-object-fit: cover;
    object-fit: cover; }

.anvil-testimonial .columns-8 p, .anvil-testimonial .columns-8 .gform_description {
  font-family: 'roslindale-semi', serif;
  padding-bottom: 0;
  font-style: italic;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold; }

.anvil-testimonial .columns-8 h6, .anvil-testimonial .columns-8 .single-blog-banner .meal-type, .single-blog-banner .anvil-testimonial .columns-8 .meal-type {
  color: #3375C0; }

.single-farmer .anvil-testimonial {
  padding-bottom: 100px; }

.wp-block-column {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1199px) {
    .wp-block-column {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .wp-block-column {
      display: block; }
      .wp-block-column .wp-block-column {
        margin-left: 0px; }
        .wp-block-column .wp-block-column .alignleft,
        .wp-block-column .wp-block-column .align-right {
          float: unset !important; } }

.wp-block-columns {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1199px) {
    .wp-block-columns {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .wp-block-columns {
      display: block; }
      .wp-block-columns .wp-block-columns {
        margin-left: 0px; } }

.full-width-columns {
  max-width: 1600px; }

.about-columns {
  max-width: 1600px; }
  .about-columns .wp-block-column {
    margin: 20px !important; }

.gallery-block {
  position: relative;
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .gallery-block {
      padding-top: 75px; } }
  @media screen and (min-width: 1200px) {
    .gallery-block {
      padding-bottom: 75px; } }
  .gallery-block::after {
    position: absolute;
    height: 100%;
    width: 70%;
    top: 0;
    right: 0;
    background: #FFF3E8;
    content: '';
    z-index: -1; }

.gallery .gallery-wrapper {
  position: relative; }

.gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  height: 50px;
  width: 50px;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%; }
  .gallery .slick-arrow:hover {
    cursor: pointer; }
  .gallery .slick-arrow i {
    font-weight: 300;
    font-size: 24px; }

.gallery .slick-next {
  right: 10px; }
  .gallery .slick-next i {
    position: relative;
    left: 2px; }
  .gallery .slick-next:hover {
    color: #3375C0;
    border: 1px solid #3375C0; }

.gallery .slick-prev {
  left: 10px; }
  .gallery .slick-prev i {
    position: relative;
    right: 2px; }
  .gallery .slick-prev:hover {
    color: #3375C0;
    border: 1px solid #3375C0; }

.gallery .gallery-image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  max-height: 700px;
  overflow: hidden;
  display: relative; }
  .gallery .gallery-image .grouped-elements {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 40%; }
    .gallery .gallery-image .grouped-elements .play-wrap {
      border: 1px solid #ffffff;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .gallery .gallery-image .grouped-elements i {
      color: #ffffff;
      font-size: 30px; }
    .gallery .gallery-image .grouped-elements .play-text {
      font-family: poppins, sans-serif;
      font-weight: 700;
      margin-top: 5px;
      color: #ffffff;
      text-transform: lowercase;
      letter-spacing: 2px;
      font-size: 12px; }
  .gallery .gallery-image::after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
  .gallery .gallery-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 600px;
    max-width: none;
    min-width: 100%; }

@media screen and (max-width: 480px) {
  .gallery .gallery-image, .gallery img {
    max-height: 300px; } }

.slick-thumbnail-grid {
  margin-top: 20px;
  max-height: 500px;
  /* the slides */
  /* the parent */ }
  .slick-thumbnail-grid .gallery-nav-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 155px;
    overflow: hidden; }
    .slick-thumbnail-grid .gallery-nav-image img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .slick-thumbnail-grid .slick-slide {
    margin: 20px 10px; }
  .slick-thumbnail-grid .slick-list {
    margin: -10px 0; }
  @media screen and (max-width: 480px) {
    .slick-thumbnail-grid .gallery-nav-image {
      max-height: 90px; } }

.post-slider-wrapper {
  position: relative; }
  @media all and (min-width: 1600px) {
    .post-slider-wrapper {
      padding-left: calc(12% + 10px); } }
  .post-slider-wrapper .wrapper .content-column {
    width: 65%; }
  .post-slider-wrapper .slick-arrow {
    position: absolute;
    bottom: 20px;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #1C1C1C;
    border-radius: 50%; }
    .post-slider-wrapper .slick-arrow.prevArrow {
      left: 13%; }
      .post-slider-wrapper .slick-arrow.prevArrow i {
        position: relative;
        right: 2px; }
      .post-slider-wrapper .slick-arrow.prevArrow:hover {
        color: #3375C0;
        border: 1px solid #3375C0; }
    .post-slider-wrapper .slick-arrow.nextArrow {
      left: calc(13% + 65px); }
      .post-slider-wrapper .slick-arrow.nextArrow i {
        position: relative;
        left: 2px; }
      .post-slider-wrapper .slick-arrow.nextArrow:hover {
        color: #3375C0;
        border: 1px solid #3375C0; }
  .post-slider-wrapper .slick-slide {
    padding: 10px; }
  .post-slider-wrapper .background-post .wrapper {
    min-height: 570px; }
    .post-slider-wrapper .background-post .wrapper h3 {
      font-family: 'Spartan', sans-serif;
      font-weight: 700;
      font-weight: bold; }
  .post-slider-wrapper .slick-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
    padding-right: calc(240px + (240 - 240) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .post-slider-wrapper .slick-dots {
        padding-bottom: 50px; } }
    @media screen and (min-width: 1200px) {
      .post-slider-wrapper .slick-dots {
        padding-right: 240px; } }
  .post-slider-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 1px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .post-slider-wrapper .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #F3F6F6; }
  .post-slider-wrapper .slick-dots li.slick-active button {
    background: #1C1C1C; }

.block_intro.centered_intro {
  text-align: center; }

.block_intro > .row {
  padding-right: 10px;
  padding-left: 10px; }

.block_intro.left_intro .content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .block_intro.left_intro .content-column .cta-container {
    padding-top: calc(10px + (20 - 10) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .block_intro.left_intro .content-column .cta-container {
        padding-top: 20px; } }

.split-intro {
  padding-bottom: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .split-intro {
      padding-bottom: 50px; } }
  .split-intro .columns-5:first-of-type {
    padding-right: calc(10px + (50 - 10) * (100vw - 320px) / (1200 - 320)); }
    @media screen and (min-width: 1200px) {
      .split-intro .columns-5:first-of-type {
        padding-right: 50px; } }

.recent-post-block .row > article {
  padding-right: 10px;
  padding-left: 10px; }

.recent-post-block .recent-post-wrapper {
  display: inline-block;
  width: 100%; }
  .recent-post-block .recent-post-wrapper > article {
    width: 55%;
    height: 15vh;
    float: left; }
    .recent-post-block .recent-post-wrapper > article .wrapper {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .recent-post-block .recent-post-wrapper > article:first-of-type {
      height: 40vh;
      float: left;
      width: 45%; }
      .recent-post-block .recent-post-wrapper > article:first-of-type .wrapper > div {
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
        flex-basis: calc(12 / 12 * 100%);
        max-width: calc(12 / 12 * 100%); }
      .recent-post-block .recent-post-wrapper > article:first-of-type .wrapper .content-column {
        padding: 15px 10px; }
        .recent-post-block .recent-post-wrapper > article:first-of-type .wrapper .content-column .excerpt {
          display: block; }
      .recent-post-block .recent-post-wrapper > article:first-of-type .wrapper .image-column img {
        width: 480px;
        height: 375px;
        -o-object-fit: cover;
        object-fit: cover; }
    .recent-post-block .recent-post-wrapper > article .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .recent-post-block .recent-post-wrapper > article .wrapper .content-column {
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
        flex-basis: calc(8 / 12 * 100%);
        max-width: calc(8 / 12 * 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .recent-post-block .recent-post-wrapper > article .wrapper .content-column .excerpt {
          display: none; }
      .recent-post-block .recent-post-wrapper > article .wrapper .image-column {
        -ms-flex-preferred-size: calc(4 / 12 * 100%);
        flex-basis: calc(4 / 12 * 100%);
        max-width: calc(4 / 12 * 100%);
        padding: 10px; }
        .recent-post-block .recent-post-wrapper > article .wrapper .image-column img {
          width: 220px;
          height: 140px;
          -o-object-fit: cover;
          object-fit: cover; }

.anvil-page-callouts .anvil-page-callout .wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .anvil-page-callouts .anvil-page-callout .wrapper.with-overlay {
    z-index: 0;
    position: relative; }
    .anvil-page-callouts .anvil-page-callout .wrapper.with-overlay:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-transition-duration: 250ms;
      -o-transition-duration: 250ms;
      transition-duration: 250ms;
      -webkit-transition-property: background, opacity, -webkit-transform;
      transition-property: background, opacity, -webkit-transform;
      -o-transition-property: background, transform, opacity;
      transition-property: background, transform, opacity;
      transition-property: background, transform, opacity, -webkit-transform;
      z-index: -1; }

.anvil-page-callouts .reg-width .anvil-page-callout .wrapper {
  min-height: 400px;
  padding: 50px 75px; }

.anvil-page-callouts .full-width .block-grid-2 > * {
  -ms-flex-preferred-size: calc(1 / 1 * 100%);
  flex-basis: calc(1 / 1 * 100%);
  max-width: calc(1 / 1 * 100%); }

.anvil-page-callouts .full-width .anvil-page-callout {
  padding: 0; }
  .anvil-page-callouts .full-width .anvil-page-callout .wrapper {
    min-height: 500px;
    padding: 50px 100px; }

.video-block .image-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .video-block .image-column img {
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover; }

.video-block .video-excerpt {
  padding: 20px 15px; }

.video-block .grouped-elements {
  position: absolute;
  z-index: 10;
  text-align: center; }
  .video-block .grouped-elements .play-wrap {
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .video-block .grouped-elements i {
    color: #ffffff;
    font-size: 30px; }
  .video-block .grouped-elements .play-text {
    font-family: poppins, sans-serif;
    font-weight: 700;
    margin-top: 5px;
    color: #ffffff;
    text-transform: lowercase;
    letter-spacing: 2px;
    font-size: 12px; }

.anvil-lesson-plans .columns-8 {
  text-align: center;
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320)); }
  @media screen and (min-width: 1200px) {
    .anvil-lesson-plans .columns-8 {
      padding-bottom: 50px; } }

.anvil-lesson-plans .loop-content .wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .anvil-lesson-plans .loop-content .wrapper h3 {
    text-align: center; }
  .anvil-lesson-plans .loop-content .wrapper img {
    max-width: 60px; }

@media screen and (max-width: 1199px) {
  .post-slider-wrapper .background-post .wrapper {
    min-height: 490px; }
  .post-slider-wrapper .background-post .content-column {
    width: 90%; }
  .content-image.content-overlay.full-width-content-image .content-column {
    right: 0;
    width: 50%; }
  .right_content_full_image .content-column {
    padding: 0px 20px; } }

@media screen and (max-width: 979px) {
  .desktop-school-health-menu {
    display: none !important; }
  li.menu-item.nutrition-trigger {
    display: none; }
  .site-utility {
    display: none; }
  .logo-column {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .navigation-column {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-left: 0;
    padding-right: 0; }
  .menu-mobile-only {
    display: block; }
  .page-banner .content-container {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .single-blog-banner .image-column {
    width: 100%;
    height: 70%; }
    .single-blog-banner .image-column::after {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3); }
  .single-blog-banner .content-column {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .single-post-info {
    padding-left: 30px; }
  .single .related-posts .row-center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .single .related-posts .blog_related_posts_intro {
    padding-left: 30px; }
  .content-image .content-image-container > div {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .content-image.content-overlay .content-column {
    position: static;
    background: transparent; }
  .content-image.content-overlay .image-column {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
    .content-image.content-overlay .image-column img {
      width: auto;
      height: auto; }
  .split-intro .columns-5 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-right: 10px;
    padding-left: 10px; }
  .available-programs .columns-6 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .available-programs .program-loop .block-grid-2 > * {
    -ms-flex-preferred-size: calc(1 / 1 * 100%);
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%); }
  .tax-grade .block-grid-2 > * {
    -ms-flex-preferred-size: calc(1 / 1 * 100%);
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%); }
  .dieticians-list article .wrapper > div {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    margin-bottom: 20px; }
  .dieticians-list article .wrapper .columns-6 {
    padding-left: 10px; }
  .post-slider-wrapper .slick-dots {
    padding-right: 0; }
  .post-slider-wrapper .slick-arrow.prevArrow {
    left: 10px; }
  .post-slider-wrapper .slick-arrow.nextArrow {
    left: calc(100% - 60px); }
  .quick-links .intro-wrapper,
  .quick-links .post-loop {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .recent-post-block .recent-post-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    list-style: none; }
    .recent-post-block .recent-post-wrapper > * {
      -ms-flex-preferred-size: calc(1 / 2 * 100%);
      flex-basis: calc(1 / 2 * 100%);
      max-width: calc(1 / 2 * 100%); }
    .recent-post-block .recent-post-wrapper > article {
      height: auto;
      width: 100%;
      float: none; }
      .recent-post-block .recent-post-wrapper > article:first-of-type {
        height: auto;
        float: none;
        width: 100%; }
        .recent-post-block .recent-post-wrapper > article:first-of-type .wrapper .image-column img {
          height: auto;
          width: auto; }
      .recent-post-block .recent-post-wrapper > article .wrapper .content-column,
      .recent-post-block .recent-post-wrapper > article .wrapper .image-column {
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
        flex-basis: calc(12 / 12 * 100%);
        max-width: calc(12 / 12 * 100%); }
      .recent-post-block .recent-post-wrapper > article .wrapper .image-column img {
        width: auto;
        height: auto; }
  .anvil-page-callouts .block-grid-2 > * {
    -ms-flex-preferred-size: calc(1 / 1 * 100%);
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%); }
  .anvil-page-callouts .reg-width .anvil-page-callout .wrapper {
    padding: 50px 20px; }
  .post-selector-wrapper .intro-wrapper {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .post-selector-wrapper .post-loop {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .faq-press-releases .columns-5 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    margin-bottom: 40px; }
  .faq-categories .columns-6 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .most-common .columns-6 {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .statistics-wrapper .tagline {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .block-grid-4 > * {
    -ms-flex-preferred-size: calc(1 / 2 * 100%);
    flex-basis: calc(1 / 2 * 100%);
    max-width: calc(1 / 2 * 100%); }
  .get-in-touch-row > div {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px; }
  .follow-us .columns-6 {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .footer-cta .block-grid-2 > * {
    -ms-flex-preferred-size: calc(1 / 1 * 100%);
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%); }
  .footer-cta .block-grid-2 .side-by-side-content {
    padding: 100px 20px; }
  .anvil-testimonial .columns-2 {
    margin-right: 30px; }
  .home .statistics-wrapper .statistic {
    padding: 30px 0; }
  .home .block_intro.left_intro .content-column {
    -ms-flex-preferred-size: calc(10 / 12 * 100%);
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%); }
  .anvil-page-callouts .anvil-page-callout {
    padding-top: 10px;
    padding-bottom: 10px; }
  .single-blog-banner {
    margin-bottom: 10px; }
  .search-form .select-container {
    margin-right: 15px; }
  .right_content_full_image .columns-6 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .right_content_full_image .image-column {
    padding-right: 10px;
    padding-left: 10px; }
  .right_content_full_image .content-column {
    padding: 20px;
    padding-bottom: 40px; }
  .dairy-farmer-tax-loop .block-grid-1 .loop-item h5 {
    width: 78%; }
  .dairy-farmer-tax-loop .block-grid-1 .loop-item .button {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .slideout-item .loop-hidden .company-content .columns-3 h5 {
    word-break: break-all; }
  .site-footer .columns-3 {
    -ms-flex-preferred-size: calc(4 / 12 * 100%);
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
  .site-footer .columns-9 {
    -ms-flex-preferred-size: calc(8 / 12 * 100%);
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%); } }

@media screen and (max-width: 767px) {
  .team_cat_intro > .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .team_cat_intro .columns-10 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
    .team_cat_intro .columns-10 .text-container {
      text-align: center;
      padding-right: 10px; }
  .sub-nav .columns-4,
  .sub-nav .columns-8 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    margin-bottom: 20px; }
    .sub-nav .columns-4 .sub-nav-menu,
    .sub-nav .columns-8 .sub-nav-menu {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .block_intro > .row .content-column {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .background-image-content .row .content-column {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding: 40px 10px; }
  .recipe-content .columns-6 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .related_recipes .content-column,
  .blog_related_posts_intro .content-column {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .tax-section .columns-8 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .loop-item.resource .columns-10 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  #wpsl-search-wrap form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    #wpsl-search-wrap form .wpsl-input {
      margin-right: 0 !important;
      margin-bottom: 20px; }
    #wpsl-search-wrap form #wpsl-search-input {
      width: 100% !important; }
    #wpsl-search-wrap form #wpsl-radius {
      width: 100% !important; }
      #wpsl-search-wrap form #wpsl-radius .wpsl-dropdown {
        width: 100% !important; }
    #wpsl-search-wrap form .wpsl-select-wrap {
      width: 100% !important; }
  #wpsl-result-list .wpsl-store-location {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #wpsl-result-list .wpsl-store-location .image-container {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); }
    #wpsl-result-list .wpsl-store-location .store-info-wrapper {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); }
  .farm-intro .columns-5 {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    margin-bottom: 20px; }
  .loop-item.farm .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .loop-item.farm .wrapper > div {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%);
      margin-bottom: 20px; }
  .left_intro .content-column .text-container,
  .left_intro .content-column .cta-container {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .block-grid-3 > * {
    -ms-flex-preferred-size: calc(1 / 2 * 100%);
    flex-basis: calc(1 / 2 * 100%);
    max-width: calc(1 / 2 * 100%); }
  .post-loop > * {
    -ms-flex-preferred-size: calc(1 / 1 * 100%);
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%); }
  .anvil-page-callouts .full-width .anvil-page-callout .wrapper {
    padding: 50px 20px; }
  .products-loop .product-cat .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .products-loop .product-cat .wrapper > div {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%);
      margin-bottom: 20px; }
  .contact-inquiries .inquiry .wrapper > div {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    margin-bottom: 20px; }
  .single-post-info .author {
    background: #FFF3E8;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .single-post-info .author::after {
      display: none; }
    .single-post-info .author > div {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); }
      .single-post-info .author > div.image-column {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px; }
      .single-post-info .author > div.content-column {
        padding-left: 10px; }
  .site-footer {
    padding-top: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320)); } }
  @media screen and (max-width: 767px) and (min-width: 1200px) {
    .site-footer {
      padding-top: 20px; } }

@media screen and (max-width: 767px) {
    .site-footer .footer-menu-wrapper {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); }
      .site-footer .footer-menu-wrapper > * {
        -ms-flex-preferred-size: calc(1 / 1 * 100%);
        flex-basis: calc(1 / 1 * 100%);
        max-width: calc(1 / 1 * 100%); }
      .site-footer .footer-menu-wrapper .mobile-submenu-trigger {
        width: 25px; }
      .site-footer .footer-menu-wrapper ul.footer-menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .site-footer .footer-menu-wrapper #menu-professional-sections {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .site-footer .footer-menu-wrapper #menu-professional-sections .sub-menu a {
          padding-left: 0;
          color: #ffffff;
          opacity: 1;
          font-family: poppins, sans-serif;
          font-weight: 500;
          font-size: 16px; }
  .footer-cta .block-grid-2 > * {
    -ms-flex-preferred-size: calc(1 / 1 * 100%);
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%); }
  .dairy-farmer-tax-loop .block-grid-1 .loop-item h5 {
    width: 80%; }
  .dairy-farmer-tax-loop .block-grid-1 .loop-item .button {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .slideout-item .loop-hidden .company-content .columns-3 {
    -ms-flex-preferred-size: calc(4 / 12 * 100%);
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%); }
    .slideout-item .loop-hidden .company-content .columns-3 h5 {
      word-break: break-all; }
  .slideout-item .loop-hidden .company-content .columns-7 {
    -ms-flex-preferred-size: calc(6 / 12 * 100%);
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%); } }

@media screen and (max-width: 639px) {
  .block-grid-2 > *,
  .block-grid-3 > *,
  .block-grid-4 > * {
    -ms-flex-preferred-size: calc(1 / 1 * 100%);
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%); }
  .single-blog-banner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse; }
  .single-blog-banner .recipe-subheading {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .single-blog-banner .recipe-subheading .columns-10 {
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
      flex-basis: calc(12 / 12 * 100%);
      max-width: calc(12 / 12 * 100%); }
  .single-blog-banner .content-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 50px 10px;
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .recipe-content .columns-6 {
    padding-bottom: 50px; }
  .anvil-testimonial .columns-2 {
    display: none; }
  .dairy-farmer-tax-loop .block-grid-1 .loop-item h5 {
    width: 70%; }
  .dairy-farmer-tax-loop .block-grid-1 .loop-item .button {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; } }

@media screen and (max-width: 480px) {
  .single-blog-banner .image-column {
    height: 70%; }
  .page-banner .content-container {
    -ms-flex-preferred-size: calc(12 / 12 * 100%);
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%); }
  .recipe-content {
    padding-top: 30px; }
  .slideout-item .loop-hidden .company-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .slideout-item .loop-hidden .company-content .columns-3,
    .slideout-item .loop-hidden .company-content .columns-7 {
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
      flex-basis: calc(10 / 12 * 100%);
      max-width: calc(10 / 12 * 100%); } }

.placeholder-text {
  display: none; }
