/*
normalize HTML elements
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

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

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

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

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

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

/*
General Variables for this WP Theme
*/
/*
Animations
*/
/*
File to store the animation library
get inspired here :https://animista.net/
*/
/*
Basic Grid system
*/
.grid-x {
  display: flex;
  flex-flow: row wrap; }

.grid-x > .small-1 {
  width: 8.33333%;
  flex-basis: auto; }
  .grid-x > .small-1.columns {
    width: calc(8.33333% - 10px);
    margin: 0px 5px; }
  .grid-x > .small-1.incl-border {
    width: calc(8.33333% - 12px); }

.grid-x > .small-2 {
  width: 16.66667%;
  flex-basis: auto; }
  .grid-x > .small-2.columns {
    width: calc(16.66667% - 10px);
    margin: 0px 5px; }
  .grid-x > .small-2.incl-border {
    width: calc(16.66667% - 12px); }

.grid-x > .small-3 {
  width: 25%;
  flex-basis: auto; }
  .grid-x > .small-3.columns {
    width: calc(25% - 10px);
    margin: 0px 5px; }
  .grid-x > .small-3.incl-border {
    width: calc(25% - 12px); }

.grid-x > .small-4 {
  width: 33.33333%;
  flex-basis: auto; }
  .grid-x > .small-4.columns {
    width: calc(33.33333% - 10px);
    margin: 0px 5px; }
  .grid-x > .small-4.incl-border {
    width: calc(33.33333% - 12px); }

.grid-x > .small-5 {
  width: 41.66667%;
  flex-basis: auto; }
  .grid-x > .small-5.columns {
    width: calc(41.66667% - 10px);
    margin: 0px 5px; }
  .grid-x > .small-5.incl-border {
    width: calc(41.66667% - 12px); }

.grid-x > .small-6 {
  width: 50%;
  flex-basis: auto; }
  .grid-x > .small-6.columns {
    width: calc(50% - 10px);
    margin: 0px 5px; }
  .grid-x > .small-6.incl-border {
    width: calc(50% - 12px); }

.grid-x > .small-7 {
  width: 58.33333%;
  flex-basis: auto; }
  .grid-x > .small-7.columns {
    width: calc(58.33333% - 10px);
    margin: 0px 5px; }
  .grid-x > .small-7.incl-border {
    width: calc(58.33333% - 12px); }

.grid-x > .small-8 {
  width: 66.66667%;
  flex-basis: auto; }
  .grid-x > .small-8.columns {
    width: calc(66.66667% - 10px);
    margin: 0px 5px; }
  .grid-x > .small-8.incl-border {
    width: calc(66.66667% - 12px); }

.grid-x > .small-9 {
  width: 75%;
  flex-basis: auto; }
  .grid-x > .small-9.columns {
    width: calc(75% - 10px);
    margin: 0px 5px; }
  .grid-x > .small-9.incl-border {
    width: calc(75% - 12px); }

.grid-x > .small-10 {
  width: 83.33333%;
  flex-basis: auto; }
  .grid-x > .small-10.columns {
    width: calc(83.33333% - 10px);
    margin: 0px 5px; }
  .grid-x > .small-10.incl-border {
    width: calc(83.33333% - 12px); }

.grid-x > .small-11 {
  width: 91.66667%;
  flex-basis: auto; }
  .grid-x > .small-11.columns {
    width: calc(91.66667% - 10px);
    margin: 0px 5px; }
  .grid-x > .small-11.incl-border {
    width: calc(91.66667% - 12px); }

.grid-x > .small-12 {
  width: 100%;
  flex-basis: auto; }
  .grid-x > .small-12.columns {
    width: calc(100% - 10px);
    margin: 0px 5px; }
  .grid-x > .small-12.incl-border {
    width: calc(100% - 12px); }

@media (min-width: 640px) {
  .grid-x > .medium-1 {
    width: 8.33333%;
    flex-basis: auto; }
    .grid-x > .medium-1.columns {
      width: calc(8.33333% - 10px);
      margin: 0px 5px; }
    .grid-x > .medium-1.incl-border {
      width: calc(8.33333% - 12px); }
  .grid-x > .medium-2 {
    width: 16.66667%;
    flex-basis: auto; }
    .grid-x > .medium-2.columns {
      width: calc(16.66667% - 10px);
      margin: 0px 5px; }
    .grid-x > .medium-2.incl-border {
      width: calc(16.66667% - 12px); }
  .grid-x > .medium-3 {
    width: 25%;
    flex-basis: auto; }
    .grid-x > .medium-3.columns {
      width: calc(25% - 10px);
      margin: 0px 5px; }
    .grid-x > .medium-3.incl-border {
      width: calc(25% - 12px); }
  .grid-x > .medium-4 {
    width: 33.33333%;
    flex-basis: auto; }
    .grid-x > .medium-4.columns {
      width: calc(33.33333% - 10px);
      margin: 0px 5px; }
    .grid-x > .medium-4.incl-border {
      width: calc(33.33333% - 12px); }
  .grid-x > .medium-5 {
    width: 41.66667%;
    flex-basis: auto; }
    .grid-x > .medium-5.columns {
      width: calc(41.66667% - 10px);
      margin: 0px 5px; }
    .grid-x > .medium-5.incl-border {
      width: calc(41.66667% - 12px); }
  .grid-x > .medium-6 {
    width: 50%;
    flex-basis: auto; }
    .grid-x > .medium-6.columns {
      width: calc(50% - 10px);
      margin: 0px 5px; }
    .grid-x > .medium-6.incl-border {
      width: calc(50% - 12px); }
  .grid-x > .medium-7 {
    width: 58.33333%;
    flex-basis: auto; }
    .grid-x > .medium-7.columns {
      width: calc(58.33333% - 10px);
      margin: 0px 5px; }
    .grid-x > .medium-7.incl-border {
      width: calc(58.33333% - 12px); }
  .grid-x > .medium-8 {
    width: 66.66667%;
    flex-basis: auto; }
    .grid-x > .medium-8.columns {
      width: calc(66.66667% - 10px);
      margin: 0px 5px; }
    .grid-x > .medium-8.incl-border {
      width: calc(66.66667% - 12px); }
  .grid-x > .medium-9 {
    width: 75%;
    flex-basis: auto; }
    .grid-x > .medium-9.columns {
      width: calc(75% - 10px);
      margin: 0px 5px; }
    .grid-x > .medium-9.incl-border {
      width: calc(75% - 12px); }
  .grid-x > .medium-10 {
    width: 83.33333%;
    flex-basis: auto; }
    .grid-x > .medium-10.columns {
      width: calc(83.33333% - 10px);
      margin: 0px 5px; }
    .grid-x > .medium-10.incl-border {
      width: calc(83.33333% - 12px); }
  .grid-x > .medium-11 {
    width: 91.66667%;
    flex-basis: auto; }
    .grid-x > .medium-11.columns {
      width: calc(91.66667% - 10px);
      margin: 0px 5px; }
    .grid-x > .medium-11.incl-border {
      width: calc(91.66667% - 12px); }
  .grid-x > .medium-12 {
    width: 100%;
    flex-basis: auto; }
    .grid-x > .medium-12.columns {
      width: calc(100% - 10px);
      margin: 0px 5px; }
    .grid-x > .medium-12.incl-border {
      width: calc(100% - 12px); } }

@media (min-width: 1020px) {
  .grid-x > .large-1 {
    width: 8.33333%;
    flex-basis: auto; }
    .grid-x > .large-1.columns {
      width: calc(8.33333% - 10px);
      margin: 0px 5px; }
    .grid-x > .large-1.incl-border {
      width: calc(8.33333% - 12px); }
  .grid-x > .large-2 {
    width: 16.66667%;
    flex-basis: auto; }
    .grid-x > .large-2.columns {
      width: calc(16.66667% - 10px);
      margin: 0px 5px; }
    .grid-x > .large-2.incl-border {
      width: calc(16.66667% - 12px); }
  .grid-x > .large-3 {
    width: 25%;
    flex-basis: auto; }
    .grid-x > .large-3.columns {
      width: calc(25% - 10px);
      margin: 0px 5px; }
    .grid-x > .large-3.incl-border {
      width: calc(25% - 12px); }
  .grid-x > .large-4 {
    width: 33.33333%;
    flex-basis: auto; }
    .grid-x > .large-4.columns {
      width: calc(33.33333% - 10px);
      margin: 0px 5px; }
    .grid-x > .large-4.incl-border {
      width: calc(33.33333% - 12px); }
  .grid-x > .large-5 {
    width: 41.66667%;
    flex-basis: auto; }
    .grid-x > .large-5.columns {
      width: calc(41.66667% - 10px);
      margin: 0px 5px; }
    .grid-x > .large-5.incl-border {
      width: calc(41.66667% - 12px); }
  .grid-x > .large-6 {
    width: 50%;
    flex-basis: auto; }
    .grid-x > .large-6.columns {
      width: calc(50% - 10px);
      margin: 0px 5px; }
    .grid-x > .large-6.incl-border {
      width: calc(50% - 12px); }
  .grid-x > .large-7 {
    width: 58.33333%;
    flex-basis: auto; }
    .grid-x > .large-7.columns {
      width: calc(58.33333% - 10px);
      margin: 0px 5px; }
    .grid-x > .large-7.incl-border {
      width: calc(58.33333% - 12px); }
  .grid-x > .large-8 {
    width: 66.66667%;
    flex-basis: auto; }
    .grid-x > .large-8.columns {
      width: calc(66.66667% - 10px);
      margin: 0px 5px; }
    .grid-x > .large-8.incl-border {
      width: calc(66.66667% - 12px); }
  .grid-x > .large-9 {
    width: 75%;
    flex-basis: auto; }
    .grid-x > .large-9.columns {
      width: calc(75% - 10px);
      margin: 0px 5px; }
    .grid-x > .large-9.incl-border {
      width: calc(75% - 12px); }
  .grid-x > .large-10 {
    width: 83.33333%;
    flex-basis: auto; }
    .grid-x > .large-10.columns {
      width: calc(83.33333% - 10px);
      margin: 0px 5px; }
    .grid-x > .large-10.incl-border {
      width: calc(83.33333% - 12px); }
  .grid-x > .large-11 {
    width: 91.66667%;
    flex-basis: auto; }
    .grid-x > .large-11.columns {
      width: calc(91.66667% - 10px);
      margin: 0px 5px; }
    .grid-x > .large-11.incl-border {
      width: calc(91.66667% - 12px); }
  .grid-x > .large-12 {
    width: 100%;
    flex-basis: auto; }
    .grid-x > .large-12.columns {
      width: calc(100% - 10px);
      margin: 0px 5px; }
    .grid-x > .large-12.incl-border {
      width: calc(100% - 12px); } }

/* School Food */
a#print_link {
  color: #898989;
  font-family: 'Futura LT W04 Book1475802';
  font-size: 12px;
  text-transform: uppercase;
  float: right; }

a#print_link:hover {
  text-decoration: none; }

a#nutrition_information_link {
  color: #77a43a;
  border-bottom: 1px dotted #77a43a; }

a#nutrition_information_link:hover {
  text-decoration: none;
  color: black;
  border-bottom-color: black; }

a#nutrition_information_link:after {
  content: "\00bb"; }

#recipe-meta {
  margin-top: 30px;
  background-color: #f1ece7;
  border-radius: 10px;
  margin-bottom: 30px; }

#recipe-meta:after {
  content: "";
  display: table;
  clear: both; }

#recipe-meta p {
  color: #898989;
  font-family: 'Futura LT W04 Book1475802';
  font-size: 12px;
  text-transform: uppercase; }

#recipe-meta p strong {
  font-size: 15px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  text-transform: none; }

#recipe_ingredients #serving-size-wrapper {
  margin-bottom: 30px; }

#recipe_ingredients #serving-size-wrapper select {
  border-radius: 0px;
  margin-bottom: 0px;
  display: inline-block;
  max-width: 160px; }

#recipe-meta #serving-size {
  padding-left: 15px;
  text-align: center; }

#recipe-meta #fancybox-wrap {
  left: 14% !important; }

#recipe-meta #qualification,
#recipe_ingredients #nutrition-panel {
  text-align: center; }

#recipe-meta a#nutriotion-panel-link {
  font-size: 15px;
  color: #77a43a;
  text-transform: none; }

#recipe-meta a#nutriotion-panel-link:after {
  content: " \00bb"; }

#recipe-category {
  color: #898989;
  font-size: 13px;
  font-style: italic;
  font-family: 'Futura BT W01 Heavy'; }

#school-food-wrapper > .row {
  display: table-row; }

#school-food-wrapper .site-content {
  display: table-cell;
  float: none !important;
  vertical-align: top; }

#school-food-wrapper #school-food-sidebar {
  display: table-cell;
  float: none !important;
  background-color: #28336f;
  padding: 0px 20px;
  position: relative; }

#school-food-wrapper #school-food-sidebar .form_pin_bottom {
  position: absolute;
  bottom: 10px;
  top: auto; }

#school-food-wrapper #school-food-sidebar h2, #school-food-wrapper #school-food-sidebar .hbspt-form, #school-food-wrapper #school-food-sidebar p {
  color: white;
  padding: 0px 10px; }

#school-food-wrapper #school-food-sidebar h2 {
  font-size: 25px;
  font-family: 'Futura BT W01 Light';
  border-bottom: 2px dotted rgba(255, 255, 255, 0.6);
  padding: 0px;
  padding-bottom: 20px;
  margin-bottom: 20px; }

#school-food-wrapper #school-food-sidebar p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6); }

#school-food-wrapper #school-food-sidebar .ss-blog-form-wrapper {
  margin-top: 50px; }

#school-food-wrapper #school-food-sidebar .ss-blog-form-wrapper h2 {
  margin-bottom: 0px;
  color: #fff; }

#form-wrapper.form_pin {
  position: fixed;
  top: 0px;
  width: 305px; }

.single-school_food_recipe #recipe_ingredients, .single-school_food_recipe #recipe_directions {
  margin-top: 40px; }

.single-school_food_recipe #recipe_ingredients .serving_size_wrapper, .single-school_food_recipe #recipe_directions .directions_wrapper {
  display: none; }

.single-school_food_recipe #recipe_ingredients #small-serving-size, .single-school_food_recipe #recipe_directions #small-serving-direction {
  display: block; }

.single-school_food_recipe #recipe_ingredients h2, .single-school_food_recipe #recipe_directions h2 {
  font-size: 40px;
  font-family: 'JennaSue';
  color: #76a33a; }

.single-school_food_recipe #recipe_ingredients h3, .single-school_food_recipe #recipe_directions h3 {
  color: #8B2832; }

.single-school_food_recipe #recipe_ingredients .ingredient-table table {
  width: 90%;
  border: none;
  color: #623586;
  font-family: "DINNextW01-CondensedMed"; }

.single-school_food_recipe #recipe_ingredients .ingredient-table table td {
  vertical-align: top;
  font-size: 22px;
  width: 50%; }

.single-school_food_recipe #recipe_ingredients .ingredient-table table td:nth-of-type(even) {
  text-transform: uppercase; }

.single-school_food_recipe #recipe_ingredients .ingredient-table table td:nth-of-type(odd) {
  text-align: right; }

.single-school_food_recipe #recipe_ingredients .ingredient-table table tr th {
  text-align: left; }

.single-school_food_recipe #recipe_ingredients .recipe-equipment table {
  width: 90%;
  border: none;
  color: #623586;
  font-family: "DINNextW01-CondensedMed";
  margin-top: 40px; }

.single-school_food_recipe #recipe_ingredients .recipe-equipment table .black {
  color: #000;
  text-transform: uppercase; }

.single-school_food_recipe #recipe_ingredients .recipe-equipment table td {
  vertical-align: top;
  font-size: 22px;
  width: 50%; }

.single-school_food_recipe #recipe_ingredients .recipe-equipment table td:nth-of-type(even) {
  text-transform: uppercase; }

.single-school_food_recipe #recipe_ingredients .recipe-equipment table td:nth-of-type(odd) {
  text-align: right; }

.single-school_food_recipe #recipe_ingredients .recipe-equipment table tr th {
  text-align: left; }

.single-school_food_recipe #recipe_ingredients .recipe-equipment ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px; }

.single-school_food_recipe #recipe_ingredients .recipe-equipment ul li {
  padding-bottom: 0px;
  margin-bottom: 10px; }

#recipe_directions .directions_wrapper .directions-step {
  margin-left: 0px;
  margin-right: 0px; }

#recipe_directions .directions_wrapper .directions-step img {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%; }

#recipe_directions .directions_wrapper .directions-step p {
  padding-left: 30px;
  position: relative;
  margin: 20px 0px;
  line-height: 20px; }

#recipe_directions .directions_wrapper .directions-step p span {
  position: absolute;
  left: 5px;
  top: 0px; }

#recipe_directions .directions_wrapper .directions-step p span.double-digit {
  left: -5px; }

#control-wrapper {
  margin-top: 40px; }

#control-wrapper h2 {
  color: #78AB42;
  font-size: 26px;
  margin: 0px;
  font-family: "DINNextW01-CondensedMed";
  text-transform: uppercase; }

#control-wrapper p {
  margin-top: 0px; }

.single-school_food_recipe #recipe-wrapper {
  margin-top: 20px; }

#recipe-wrapper {
  clear: both; }

#recipe-wrapper h2 {
  font-size: 40px;
  color: #af368f;
  text-align: center;
  font-family: 'JennaSue';
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  position: relative; }

#recipe-wrapper h2 br {
  display: none; }

#recipe-wrapper h3 {
  font-size: 18px;
  color: #28336f;
  font-family: 'Futura BT W01 Heavy'; }

#recipe-wrapper h2:before {
  content: "";
  position: absolute;
  left: 10%;
  top: -20px;
  height: 1px;
  width: 80%;
  border-top: 2px solid #f3e1ee; }

#recipe-wrapper .recipe-tile-wrapper {
  display: block;
  margin-top: 15px;
  margin-left: -8px; }

#recipe-wrapper .recipe-tile .recipe-image {
  border: 1px solid #c3bdba;
  padding: 3px;
  max-width: 90%;
  margin: 0 auto; }

#recipe-wrapper .recipe-tile .recipe-image img {
  width: 185px;
  height: 185px; }

#recipe-wrapper .recipe-tile p.recipe-title {
  font-size: 14px;
  color: #2c376f;
  font-family: "Arial";
  display: inline-block;
  padding: 5px 0px 0px;
  max-width: 90%;
  margin: 0 auto; }

#recipe-wrapper .recipe-tile p.recipe-title:after {
  content: " \00bb"; }

#recipe-wrapper .recipe-tile:hover p.recipe-title {
  color: #77a43a; }

#wild-regular-comparison:after {
  border-bottom: none !important; }

#wild-regular-comparison h2 {
  text-align: center;
  font-family: 'JennaSue';
  color: #28336f;
  font-size: 40px;
  margin-bottom: -10px; }

#wild-regular-comparison h2 span {
  font-family: 'Futura BT W01 Heavy';
  color: #8e3386; }

#wild-regular-comparison p {
  text-align: center;
  font-size: 14px;
  color: #363636; }

#wild-regular-comparison p:first-of-type {
  font-family: 'Futura LT W04 Book1475802'; }

#wild-regular-comparison p:last-of-type {
  color: #363636;
  font-size: 12px;
  clear: both;
  margin-top: 20px;
  font-family: 'Futura LT W04 Book1475802'; }

#wild-regular-comparison p:last-of-type a {
  border-bottom: 1px dotted #363636;
  color: #363636; }

#wild-regular-comparison p:last-of-type a:hover {
  text-decoration: none;
  color: black; }

#wild-regular-comparison #compare-graphic {
  clear: both; }

#wild-regular-table table {
  border: 2px solid #ccc9d2;
  width: 100%;
  font-family: 'Futura BT W01 Heavy'; }

#wild-regular-table table td {
  color: #363636;
  text-align: center; }

#wild-regular-table table tr:nth-of-type(1) td {
  background-color: #e5e4e8;
  font-size: 10px;
  text-transform: uppercase; }

#wild-regular-table table tr:nth-of-type(2) td {
  background-color: #af368f;
  color: white; }

#calculator-callout > img {
  float: left;
  margin-right: 20px; }

#calculator-callout h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
  color: #28336f;
  font-family: 'Futura BT W01 Heavy'; }

#calculator-callout p {
  font-size: 16px;
  color: #363636;
  margin: 0px;
  margin-bottom: 5px;
  font-family: "Arial"; }

#calculator-callout a {
  color: #af368f;
  border-bottom: 1px dotted #af368f;
  text-transform: uppercase;
  font-family: 'Futura BT W01 Heavy'; }

#schoolfood-feedback {
  padding: 10px 30px; }

#schoolfood-feedback-link {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  padding: 5px 60px 7px 40px;
  display: table;
  font-size: 18px;
  font-family: 'Futura BT W01 Light';
  color: #fff;
  height: 30px;
  line-height: 27px;
  text-decoration: none;
  border-radius: 15px;
  border: 0px;
  background: #6e9433;
  background-image: url(/wp-content/themes/WildBlueberries/img/green-button-arrow.png);
  background-position: 90% 13px;
  background-repeat: no-repeat;
  text-shadow: none;
  box-shadow: none; }

@media (min-width: 781px) {
  #calculator-callout a {
    margin-left: 79px; } }

#calculator-callout a:hover {
  text-decoration: none;
  color: #77a43a;
  border-bottom-color: #77a43a; }

#calculator-callout a:after {
  content: " \00bb"; }

#quote-block {
  margin-top: 30px;
  position: relative;
  padding-top: 45px;
  text-align: center; }

#quote-block:before {
  content: "";
  position: absolute;
  left: 10%;
  top: 5px;
  height: 1px;
  width: 80%;
  border-top: 2px solid #d6e4c3; }

#quote-block + #recipe-wrapper h3 {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 16px; }

#quote-block + #recipe-wrapper h3:before {
  content: "";
  position: absolute;
  left: 10%;
  top: 5px;
  height: 1px;
  width: 80%;
  border-top: 2px solid #d6e4c3; }

#quote-block #quote-block-left {
  padding: 0px 20px 0px 50px; }

#quote-block p {
  width: 80%;
  margin: 0 auto; }

#quote-block p.green {
  color: #77a43a;
  font-family: 'Futura BT W01 Heavy';
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px; }

#quote-block #quote-block-left p {
  color: #77a43a;
  font-family: 'Futura BT W01 Heavy';
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px; }

#quote-block p.green span, #quote-block #quote-block-left p span {
  font-size: 22px;
  display: block; }

#quote-block #quote-block-right {
  border-left: 2px dotted #cacaca;
  padding-left: 40px; }

#quote-block #quote-block-right p {
  font-size: 14px;
  margin-bottom: 10px; }

#quote-block p.purple {
  color: #af368f;
  font-style: italic;
  margin-bottom: 0px;
  margin-top: 10px; }

#quote-block #quote-block-right p.purple {
  color: #af368f;
  font-style: italic;
  margin-bottom: 0px;
  margin-top: 10px; }

#quote-block #quote-block-right p:nth-of-type(3) {
  margin-bottom: 0px; }

#quote-block #quote-block-right ul {
  margin-left: 0px; }

#quote-block #quote-block-right ul li {
  list-style-type: none; }

#quote-block #quote-block-right ul li a {
  font-size: 14px;
  color: #2c376f;
  border-bottom: 1px dotted #2c376f;
  padding-left: 0px; }

#quote-block #quote-block-right ul li a:hover {
  text-decoration: none;
  color: #77a43a; }

#total-servings {
  font-size: 12px;
  font-family: 'Futura LT W04 Book1475802';
  text-transform: uppercase; }

#total-servings #lower_servings_per_year {
  font-size: 16px;
  font-family: 'Futura BT W01 Heavy'; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-content h3 {
  position: relative;
  color: #67a163;
  font-size: 24px;
  font-family: 'Futura LT W04 Book1475802';
  padding: 30px 0px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-content h3:before {
  content: "";
  position: absolute;
  left: 10%;
  top: 5px;
  height: 1px;
  width: 80%;
  border-top: 2px solid #d6e4c3; }

.page-template-page-wild-about-school-food-sourcing #lower-calculator-intro h3:before {
  content: "";
  position: absolute;
  left: 10%;
  top: 5px;
  height: 1px;
  width: 80%;
  border-top: 2px solid #d6e4c3; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-content #WB_item_numbers {
  margin-left: 30px;
  margin-bottom: 20px; }

#lower-calculator-intro {
  margin-top: 30px; }

#lower-calculator-intro h3 {
  color: #67a163;
  font-size: 24px;
  line-height: 34px;
  position: relative;
  padding-top: 25px;
  margin-bottom: 30px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-content ul, #lower-calculator-intro ul {
  list-style-type: none;
  padding-left: 40px;
  margin-left: 0px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator-intro ul {
  list-style-type: none;
  padding-left: 40px;
  margin-left: 0px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-content ul li {
  position: relative;
  margin-bottom: 10px; }

#lower-calculator-intro ul li {
  position: relative;
  margin-bottom: 10px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator-intro ul li {
  position: relative;
  margin-bottom: 10px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-content ul li:before {
  content: "\00b7";
  color: #67a163;
  position: absolute;
  top: -13px;
  left: -15px;
  font-size: 30px; }

#lower-calculator-intro ul li:before {
  content: "\00b7";
  color: #67a163;
  position: absolute;
  top: -13px;
  left: -15px;
  font-size: 30px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food lower-calculator-intro ul li:before {
  content: "\00b7";
  color: #67a163;
  position: absolute;
  top: -13px;
  left: -15px;
  font-size: 30px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #calculator, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator {
  background-color: #f1ece7;
  width: 100%;
  border-radius: 5px;
  padding: 30px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #calculator h2, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator h2 {
  font-family: 'Futura BT W01 Heavy';
  font-size: 18px;
  color: #28336f; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator label, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator label {
  font-size: 12px;
  text-transform: uppercase;
  color: #8e3386;
  font-family: 'Futura LT W04 Book1475802';
  display: inline-block;
  width: 160px;
  text-align: right; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator input, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator input {
  width: 80px;
  border-radius: 5px;
  display: inline-block; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc {
  border-top: 2px dotted #cacaca;
  padding: 25px 0px;
  border-bottom: 2px dotted #cacaca; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc label, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc label {
  display: inline-block;
  width: auto; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc #calc-wild, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc #calc-wild, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc #calc-regular, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc #calc-regular {
  text-align: center; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc #calc-wild p, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc #calc-wild p, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc #calc-regular p, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc #calc-regular p {
  text-transform: uppercase; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc #calc-wild p.costs_per_year, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc #calc-wild p.costs_per_year, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc #calc-regular p.costs_per_year, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc #calc-regular p.costs_per_year {
  text-transform: lowercase;
  font-size: 14px;
  margin-bottom: 0px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc #calc-wild p span, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc #calc-wild p span, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc #calc-regular p span, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc #calc-regular p span {
  font-family: 'Futura BT W01 Heavy';
  font-size: 16px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc #calc-regular img, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc #calc-regular img {
  padding: 8px 0px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc #calc-wild, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc #calc-wild {
  padding: 0px 10px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #wild-regular-calc p {
  font-size: 12px;
  color: #363636;
  font-family: 'Futura LT W04 Book1475802'; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #wild-regular-calc p {
  font-size: 12px;
  color: #363636;
  font-family: 'Futura LT W04 Book1475802'; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #calculator-result #lower_calculate {
  display: block;
  margin: 0 auto;
  width: 165px;
  color: white;
  background-color: #77a43a;
  border-radius: 15px;
  text-align: center;
  padding: 10px 0px;
  margin-top: 45px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #calculator-result #calculate {
  display: block;
  margin: 0 auto;
  width: 165px;
  color: white;
  background-color: #77a43a;
  border-radius: 15px;
  text-align: center;
  padding: 10px 0px;
  margin-top: 45px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #calculator-result #calculate:hover {
  text-decoration: none;
  background-color: #668b33; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #calculator-result #lower_calculate:hover {
  text-decoration: none;
  background-color: #668b33; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #calculator-result p#annual-savings, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #calculator-result p#annual-savings {
  font-size: 22px;
  color: #af368f;
  font-family: 'Futura BT W01 Heavy';
  text-align: center;
  line-height: 1;
  padding-top: 25px;
  margin-bottom: 0px;
  text-transform: uppercase; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food #top-calculator #calculator-result p#annual-savings span, .page-template-page-wild-about-school-food-sourcing #wild-about-school-food #lower-calculator #calculator-result p#annual-savings span {
  display: block;
  font-size: 70px; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food .small-print {
  font-size: 12px;
  color: #363636;
  font-family: 'Futura LT W04 Book1475802'; }

.page-template-page-wild-about-school-food-sourcing #wild-about-school-food .small-print a {
  text-decoration: none;
  color: #363636;
  border-bottom: 1px dotted #363636; }

#canicon {
  display: none; }

#wild-about-school-food form {
  margin-bottom: 0px; }

@media (min-width: 781px) {
  #recipe-wrapper .recipe-tile {
    width: 33%;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
  #strip {
    padding-bottom: 0px;
    position: relative;
    background-color: transparent; }
  #strip #strip-content {
    z-index: 100;
    padding-left: 70px;
    padding-top: 30px; }
  #strip #strip-content h1 {
    margin-top: 0px;
    color: #28336f;
    font-family: 'JennaSue';
    font-size: 60px;
    position: static; }
  #strip #strip-content h1 strong {
    font-family: 'candombe_wildmedium';
    font-weight: normal;
    font-size: 74px; }
  #strip #strip-content h2 {
    color: #67a163;
    position: static;
    font-size: 32px;
    font-family: 'Futura LT W04 Book1475802';
    text-transform: uppercase;
    position: relative;
    top: -10px; }
  #strip #strip-content h2 br {
    display: block; }
  #wild-regular-comparison #compare-graphic > div {
    text-align: center; }
  #wild-regular-comparison #compare-graphic > div:first-of-type {
    border-right: 2px dotted #cacaca; } }

@media (min-width: 1100px) {
  #school-food-wrapper #school-food-sidebar {
    width: 345px;
    min-width: 345px; }
  #school-food-wrapper .site-content {
    width: 815px; } }

@media (max-width: 781px) {
  #school-food-wrapper .site-content {
    display: block;
    float: left !important;
    padding: 30px 15px; }
  #school-food-wrapper #school-food-sidebar {
    display: block;
    float: left !important;
    padding: 30px 15px; }
  #school-food-wrapper #school-food-sidebar .hbspt-form .field input {
    width: 95%; }
  #strip #strip-content h1 {
    line-height: 84px; }
  #compare-graphic {
    text-align: center; }
  #quote-block-right {
    border-left: none; }
  #school-nav-wrapper span {
    display: none; }
  #school-nav-wrapper a {
    width: 23%;
    font-size: 14px; }
  #school-nav-wrapper a.active {
    display: none; }
  #wild-regular-table table tr td {
    font-size: 10px;
    padding: 5px; }
  #recipe-wrapper h2 br {
    display: block; }
  #school-food-wrapper .site-content #recipe_ingredients .ingredient-table table {
    width: 100%; }
  .page-template-page-wild-about-school-food-lp .top-bar, .page-template-page-wild-about-school-food-sourcing .top-bar, .page-template-page-wild-about-school-food-recipes .top-bar, .single-school_food_recipe .top-bar {
    min-height: 120px; }
  .page-template-page-wild-about-school-food-lp #logo, .page-template-page-wild-about-school-food-sourcing #logo, .page-template-page-wild-about-school-food-recipes #logo, .single-school_food_recipe #logo {
    margin-top: -100px; }
  .top-bar .toggle-topbar.menu-icon {
    top: 30px; } }

@media (max-width: 550px) {
  #recipe_directions .directions_wrapper .directions-step img {
    width: 100%;
    height: auto;
    padding: 5px 0px !important; }
  #school-nav-wrapper {
    height: 50px; }
  #school-nav-wrapper a {
    padding: 8px 0px; } }

@media (max-width: 400px) {
  #wild-regular-table {
    margin-left: -10px; }
  #wild-regular-table table tr td, #wild-regular-table table tr:nth-of-type(1) td {
    font-size: 10px;
    padding: 5px 2px; } }

#print-button {
  margin-left: auto;
  margin-top: 55px;
  display: inline-block;
  height: 20px;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-align: center;
  border: 2px solid #3A4396;
  text-decoration: none;
  color: #3A4396; }

@media print {
  .recipe-overlay-wrapper, .recipe-overlay-content {
    margin: 0px !important;
    min-height: 0px;
    padding: 0px; }
  .recipe-overlay-wrapper.smallImg::after, #print-button, .image-overlay-wrapper, .inner-header, #strip, #footer_social, a#print_link, .menu-footer-container, #school-nav-wrapper, #school-food-wrapper #school-food-sidebar {
    display: none; }
  #wild-about-school-food-recipe, #school-food-wrapper .site-content {
    width: 100%;
    max-width: 100%; }
  .directions-step img {
    float: none !important; }
  .directions-step p {
    width: 100%;
    clear: both; }
  #recipe-meta > div {
    width: 33%; } }

/*
	Base styles
*/
/* BASE */
@font-face {
  font-family: "DINNextW01-CondensedMed";
  src: url("/wp-content/themes/VontKickoff2020/library/Fonts/76b8cda6-0ded-4197-acab-e314297eb90f.woff2") format("woff2"), url("/wp-content/themes/VontKickoff2020/library/Fonts/2613a064-2962-44af-ae6f-3640e06e8dc4.woff") format("woff"); }

@font-face {
  font-family: "DINNextW01-CondensedBol";
  src: url("/wp-content/themes/VontKickoff2020/library/Fonts/258804c2-9ca6-4856-bad7-67cde4f087b4.woff2") format("woff2"), url("/wp-content/themes/VontKickoff2020/library/Fonts/0c0418fe-d324-4ab2-978a-e8201c646ca1.woff") format("woff"); }

@font-face {
  font-family: "Ernest and Emily W05 Regular";
  src: url("/wp-content/themes/VontKickoff2020/library/Fonts/7cb75281-a265-4050-a0fa-b33af2ad554c.woff2") format("woff2"), url("/wp-content/themes/VontKickoff2020/library/Fonts/da813010-3096-4db9-8850-2e2be1837aa8.woff") format("woff"); }

@font-face {
  font-family: "DIN Next LT W01 Regular";
  src: url("/wp-content/themes/VontKickoff2020/library/Fonts/6b4d4830-9c7d-43d2-b5d3-c73f739561b9.woff2") format("woff2"), url("/wp-content/themes/VontKickoff2020/library/Fonts/ccf25ada-6d2a-4133-95dc-deb039e22999.woff") format("woff"); }

@font-face {
  font-family: "DIN Next LT W01 Bold";
  src: url("/wp-content/themes/VontKickoff2020/library/Fonts/03008527-67bd-478e-98e3-3b56dd9a6520.woff2") format("woff2"), url("/wp-content/themes/VontKickoff2020/library/Fonts/557f817d-9c25-4a23-baaf-a3cf84a7cd7c.woff") format("woff"); }

@font-face {
  font-family: "DIN Next LT W01 Light";
  src: url("/wp-content/themes/VontKickoff2020/library/Fonts/14aba99e-8c97-4daa-a8df-67920a051402.woff2") format("woff2"), url("/wp-content/themes/VontKickoff2020/library/Fonts/96fd6d6f-fad6-4dd9-ab70-29547a56cacd.woff") format("woff"); }

html {
  -webkit-text-size-adjust: 100%;
  font-family: "DIN Next LT W01 Light";
  font-size: 20px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.skip-link {
  position: absolute;
  top: -100px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  -webkit-transition: top .75s ease-out;
  transition: top .75s ease-out; }

.skip-link:focus {
  color: #21759b;
  top: 7px;
  -webkit-transition: top 0s;
  transition: top 0s; }

.desktop-only {
  display: none !important; }

table {
  border: 1px solid #78AB42;
  border-collapse: collapse; }

th,
thead td {
  background: #78AB42;
  color: #fff;
  height: 50px;
  text-align: left;
  padding: 10px;
  border-collapse: collapse;
  font-size: 16px; }

td {
  font-size: 16px;
  padding: 10px;
  border-collapse: collapse; }

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #F6EFF4; }

.wp-block-table {
  margin: 0px; }

b,
strong {
  font-family: "DIN Next LT W01 Bold";
  font-weight: normal; }

.row {
  max-width: 1200px;
  margin: 0px auto;
  margin-left: 20px;
  margin-right: 20px; }

.smallrow,
.smallRow {
  max-width: 1000px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px; }

.smallrow .row,
.smallRow .row {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px; }

.smallestrow,
.smallestRow {
  max-width: 800px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px; }

.smallestrow .row,
.smallestRow .row {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px; }

.alignfull.row {
  margin: 0 auto; }

.row.align-full {
  margin: 0px auto; }

.compareColumns figure {
  margin-bottom: 0px; }

.compareColumns p {
  padding-top: 10px; }

.compareColumns .wp-block-column:first-child p {
  padding-top: 30px; }

a {
  color: black;
  text-decoration: underline;
  color: #8C2A76;
  cursor: pointer; }

a:hover,
a:focus {
  border-bottom-width: 2px; }

a.no-border {
  border-bottom: none; }

a:active {
  border-bottom-width: 3px; }

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

p {
  color: #444;
  line-height: 28px; }

p.subtext {
  font-size: .8em;
  text-transform: uppercase; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0px;
  color: #666;
  font-weight: normal; }

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
  color: #666; }

h1,
.h1 {
  font-family: "DINNextW01-CondensedMed";
  font-size: 42px;
  color: #3A4396;
  margin-top: 30px;
  text-transform: uppercase; }

h1 em,
.h1 em {
  color: #2E7ECE;
  font-style: normal;
  font-family: "Ernest and Emily W05 Regular";
  text-transform: lowercase; }

body .main-container h2.has-ek-typography,
h2,
.h2 {
  font-family: "DINNextW01-CondensedMed";
  font-size: 40px;
  color: #3A4396;
  text-transform: uppercase; }

h2 em,
.h2 em {
  color: #2E7ECE;
  font-style: normal;
  font-family: "Ernest and Emily W05 Regular";
  text-transform: lowercase; }

h2.has-white-color em,
.h2.has-white-color em {
  color: #fff; }

h3,
.h3 {
  font-family: "DINNextW01-CondensedMed";
  font-size: 26px;
  color: #78AB42;
  text-transform: uppercase; }

h3 em,
.h3 em {
  font-style: normal;
  font-family: "Ernest and Emily W05 Regular";
  text-transform: lowercase; }

h4,
.h4 {
  font-family: "DINNextW01-CondensedMed";
  font-size: 22px;
  color: #2E7ECE;
  text-transform: uppercase; }

h5,
.h5 {
  font-family: "DINNextW01-CondensedMed";
  font-size: 20px;
  color: #2E7ECE;
  text-transform: uppercase; }

h6,
.h6 {
  font-family: "Ernest and Emily W05 Regular";
  font-size: 40px;
  color: #3A4396;
  text-transform: uppercase; }

hr {
  width: 30%;
  border: 0px;
  border-bottom: 3px solid #3A4396; }

hr.plain {
  width: 100%;
  border-bottom: 1px solid #777; }

hr.is-style-right-curve {
  background: URL("/wp-content/themes/VontKickoff2020/library/images/hr2.svg") 50% 50% no-repeat;
  border: 0px;
  height: 22px; }

hr.is-style-left-curve {
  background: URL("/wp-content/themes/VontKickoff2020/library/images/hr1.svg") 50% 50% no-repeat;
  border: 0px;
  height: 22px; }

hr.is-style-fullWidth {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  border: 0px;
  border-bottom: 3px solid #dec8df; }

.article-date,
.catPrimary {
  color: #2E7ECE;
  font-size: 16px; }

h2.entry-title {
  width: 100%;
  font-size: 27px; }

.FText {
  position: relative;
  padding: 45px;
  padding-bottom: 25px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "DINNextW01-CondensedMed"; }

.FText img {
  top: -20px;
  left: 50%;
  padding-left: 30px;
  background: #fff;
  padding-right: 30px;
  width: 50px;
  margin-left: -55px;
  position: absolute; }

.has-pink-background-color .FText img {
  background: #f6eff4; }

.header ul.off-canvas-list li {
  list-style: none; }

.header #alert-box-wrapper {
  background-color: #8c2a76;
	padding:5px 10px; }

.header #alert-box-wrapper #alert-box {
  text-align: center; }

.header #alert-box-wrapper #alert-box p,
.header #alert-box-wrapper #alert-box a {
  color: white; }

.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }

.off-canvas-list ul li a {
  border-bottom: 0px; }

.off-canvas-list ul .dropdown {
  margin-left: 20px; }

.header_logo {
  background: URL("/wp-content/uploads/2020/03/wb-logo.svg") no-repeat;
  background-size: cover;
  text-indent: -1000px;
  height: 60px;
  width: 79px;
  display: block;
  flex: none;
  margin: 0px;
  margin-left: 20px;
  margin-bottom: 10px; }

#desktop-menu {
  display: none !important; }

.top_bar {
  float: right; }

.top_bar li {
  list-style-type: none;
  display: inline-block; }

.top_bar li a {
  color: #3A4396;
  font-size: 16px;
  padding: 10px;
  text-decoration: none; }

.top_bar li a:hover {
  background: #78AB42;
  color: #fff; }

.top_bar li.current_page_item a,
.top_bar li.current-page-ancestor a {
  background: #78AB42;
  color: #fff; }

#headerWrap {
  position: relative;
  z-index: 10000;
  background: #fff;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
  height: 90px; }

#headerWrap.open {
  background: #fff; }

.site-header.row {
  margin-left: 0px;
  margin-right: 0px; }

header {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

header a {
  margin-left: 10px;
  border-bottom: none; }

header a#mobile-menu-trigger {
  width: 25px;
  height: 45px;
  position: absolute;
  z-index: 10;
  right: 20px;
  margin: 5px;
  margin-top: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

header a#mobile-menu-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #404898;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

header a#mobile-menu-trigger span:nth-child(1) {
  top: 0px; }

header a#mobile-menu-trigger span:nth-child(2),
header a#mobile-menu-trigger span:nth-child(3) {
  top: 7px; }

header a#mobile-menu-trigger span:nth-child(4) {
  top: 14px; }

header a#mobile-menu-trigger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

header a#mobile-menu-trigger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

header a#mobile-menu-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

header a#mobile-menu-trigger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

#mobile-menu {
  clear: both;
  display: none;
  z-index: 102;
  width: 100vw; }

#mobile-menu ul.menu {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px; }

#mobile-menu ul.menu li {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  font-size: 15px;
  background-color: #444444; }

#mobile-menu ul.menu li.menu-item-has-children {
  background: #78AB42;
  border-bottom: 1px solid #397644; }

#mobile-menu ul.menu li a {
  display: block;
  padding: 15px 10px 15px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase; }

#mobile-menu ul.menu li a:hover {
  color: #fff; }

#mobile-menu ul.menu li.current_page_item a,
#mobile-menu ul.menu li.current-menu-ancestor a {
  color: #fff; }

#mobile-menu ul.menu li.has-dropdown > a {
  background-image: url("/wp-content/themes/VontKickoff2020/library/images/mobile-plus.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  padding: 15px 10px 15px 20px;
  font-size: 25px;
  font-family: "DINNextW01-CondensedMed"; }

#mobile-menu ul.menu li.has-dropdown > a.ui-state-active {
  background-image: url("/wp-content/themes/VontKickoff2020/library/images/mobile-minus.png"); }

#mobile-menu ul.menu li.half {
  width: calc(50% - 1px);
  background-color: #ffcc99; }

#mobile-menu ul.menu li.half a {
  color: #000; }

#mobile-menu ul.menu li.border-right {
  border-right: 1px solid #e6e6e6; }

#mobile-menu ul.menu li ul.dropdown {
  display: none;
  margin: 0px;
  padding: 0px;
  background-color: #5e9c1a;
  list-style-type: square;
  list-style-position: outside; }

#mobile-menu ul.menu li ul.dropdown li {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  line-height: 1em;
  background-color: #397644;
  border-bottom: 1px solid #78AB42; }

#mobile-menu ul.menu li ul.dropdown li a {
  display: block;
  color: #fff;
  height: auto;
  padding: 15px 10px 15px 40px;
  text-transform: none;
  text-decoration: none;
  border-bottom: 0px; }

#mobile-menu ul.menu li ul.dropdown li:hover a {
  text-decoration: none; }

#mobile-menu ul.menu li ul.dropdown li ul.dropdown {
  display: none; }

#mobile-menu ul.menu li ul.dropdown li ul.dropdown li {
  display: list-item; }

#mobile-menu ul.menu li ul.dropdown li ul.dropdown li a {
  padding-left: 50px; }

#mobile-menu ul.menu li ul.dropdown li ul.dropdown li a::after {
  content: " \00BB"; }

#mobile-menu ul.menu li ul.dropdown li ul.dropdown li a:hover {
  color: #fff; }

.wp-block-image figure.aligncenter figcaption,
.wp-block-image figure.alignleft figcaption,
.wp-block-image figure.alignright figcaption,
.wp-block-image figure.is-resized figcaption {
  display: block !important;
  margin: 0 auto;
  text-align: center;
  color: #444;
  font-size: 12px;
  line-height: 16px; }

figcaption a {
  color: #000;
  text-decoration: underline; }

figure.wp-block-image {
  margin-left: 0px;
  margin-right: 0px; }

.slideshow-outer-wrapper {
  clear: both;
  position: relative;
  overflow: hidden; }

.slideshow-outer-wrapper .cycle-slideshow img {
  width: 100%;
  height: auto; }

.slideshow-outer-wrapper .slides {
  position: relative;
  height: 100%; }

.slideshow-outer-wrapper .slides .slide {
  width: 100%;
  position: relative; }

.slideshow-outer-wrapper .slides .slide img.desktop-image {
  display: none; }

.slideshow-outer-wrapper .slides .slide .slide-content {
  width: 100%;
  position: absolute;
  top: 215px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 170px;
  clear: both;
  display: inline-block;
  line-height: normal;
  text-align: center;
  padding-top: 15px;
  padding-left: 80px;
  padding-right: 80px; }

.slideshow-outer-wrapper .slides .slide .slide-content p {
  margin: 0px;
  padding: 0px;
  color: red; }

.slideshow-outer-wrapper .slides .slide .slide-content a {
  color: red; }

.slideshow-outer-wrapper .slides .slide .slide-content .slide-link {
  margin-top: 20px; }

.slideshow-outer-wrapper .cycle-slideshow {
  width: 100%; }

.slideshow-outer-wrapper .cycle-slide {
  width: 100%; }

.slideshow-outer-wrapper .cycle-slideshow img {
  width: 100%;
  height: auto; }

.slideshow-outer-wrapper .cycle-pager {
  bottom: -0px;
  left: 0;
  position: absolute;
  z-index: 102;
  width: 100%;
  text-align: center; }

.slideshow-outer-wrapper .cycle-pager span {
  color: #ccc;
  opacity: .6;
  font-size: 48px;
  line-height: 48px;
  padding: 0px 5px; }

.slideshow-outer-wrapper .cycle-pager span.cycle-pager-active {
  color: #fff;
  opacity: 1; }

.slideshow-outer-wrapper .cycle-pager span:hover {
  cursor: pointer; }

.slideshow-outer-wrapper .cycle-prev,
.slideshow-outer-wrapper .cycle-next {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 51px;
  z-index: 102; }

.slideshow-outer-wrapper .cycle-prev {
  background: url("/wp-content/themes/VontKickoff2020/library/images/btn-slideshow-arrow-left.png") no-repeat scroll 50% 50% transparent;
  left: 10px; }

.slideshow-outer-wrapper .cycle-next {
  background: url("/wp-content/themes/VontKickoff2020/library/images/btn-slideshow-arrow-right.png") no-repeat scroll 50% 50% transparent;
  right: 10px; }

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1; }

.promo-outer-wrapper {
  padding: 20px 0px; }

.promo-outer-wrapper .promo-wrapper .promo-block {
  text-align: center; }

.promo-outer-wrapper .promo-wrapper .promo-block .promo-block-image {
  overflow: hidden; }

.promo-outer-wrapper .promo-wrapper .promo-block .promo-block-image img {
  width: 100%;
  max-width: 100%; }

.promo-outer-wrapper .promo-wrapper .promo-block .promo-block-image i {
  font-size: 30px; }

.carousel-outer-wrapper {
  overflow: hidden; }

.carousel-outer-wrapper .main-item-wrapper .main-single-wrapper {
  display: none; }

.carousel-outer-wrapper .main-item-wrapper .main-single-wrapper.active {
  display: flex;
  flex-flow: column; }

.carousel-outer-wrapper .main-item-wrapper .main-single-wrapper .right {
  padding: 0px 15px; }

.carousel-outer-wrapper .carousel-wrapper {
  position: relative;
  margin-top: 20px;
  padding: 0px 35px; }

.carousel-outer-wrapper .carousel-wrapper button.flickity-button {
  max-width: 50px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: -10px; }

.carousel-outer-wrapper .carousel-wrapper button.flickity-button.next {
  left: auto;
  right: -10px; }

.carousel-outer-wrapper .carousel-wrapper .flickity-viewport {
  overflow: hidden; }

.carousel-outer-wrapper .carousel-wrapper .single-wrapper {
  width: 200px;
  margin: 0px 10px; }

.carousel-outer-wrapper .carousel-wrapper .single-wrapper .single-link {
  border-bottom: none;
  border-top: 5px solid transparent;
  display: block; }

.carousel-outer-wrapper .carousel-wrapper .single-wrapper .single-link h3 {
  font-size: 16px; }

.carousel-outer-wrapper .carousel-wrapper .single-wrapper .single-link img {
  width: 100%;
  max-width: 100%; }

.grid-outer-wrapper {
  margin: 15px 0px; }

.grid-outer-wrapper h2 {
  padding: 0px 15px;
  text-align: center; }

.grid-outer-wrapper .grid-wrapper {
  align-items: stretch;
  width: 100%; }

.grid-outer-wrapper .grid-wrapper .read-more-button {
  display: block;
  margin: 0 auto; }

.grid-outer-wrapper .grid-wrapper .single-grid-item {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #ccc; }

.grid-outer-wrapper .grid-wrapper .single-grid-item .featured-image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.grid-outer-wrapper .grid-wrapper .single-grid-item .single-grid-item-content {
  padding: 10px; }

.grid-outer-wrapper .grid-wrapper .single-grid-item .single-grid-item-content a.single-item-read-more {
  margin-top: 15px;
  color: #8C2A76;
  text-decoration: underline; }

.grid-outer-wrapper .grid-wrapper.recipeGrid {
  max-width: 1026px;
  margin: 0px auto; }

.grid-outer-wrapper .grid-wrapper.recipeGrid .single-grid-item {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #fff; }

.grid-outer-wrapper .grid-wrapper.recipeGrid .single-grid-item img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.grid-outer-wrapper .grid-wrapper.recipeGrid .single-grid-item .single-grid-item-content {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  text-align: center;
  position: relative;
  padding-top: 50px; }

.grid-outer-wrapper .grid-wrapper.recipeGrid .single-grid-item .single-grid-item-content a {
  color: #0E56A7;
  text-decoration: none;
  font-size: 28px;
  font-family: "DINNextW01-CondensedMed";
  border: 0px;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: -10px;
  text-transform: capitalize; }

.grid-outer-wrapper .grid-wrapper.recipeGrid .single-grid-item .single-grid-item-content a:hover {
  text-decoration: underline; }

.grid-outer-wrapper .grid-wrapper.recipeGrid .single-grid-item .single-grid-item-content a.recipeCat {
  font-family: "DIN Next LT W01 Regular";
  font-family: "DINNextW01-CondensedBol";
  display: inline-block;
  background: #2E7ECE;
  border-radius: 30px;
  padding: 15px;
  border: 0px;
  color: #fff;
  text-transform: capitalize;
  position: absolute;
  font-size: 22px;
  top: -30px;
  left: 50%;
  width: 180px;
  margin: 0px;
  margin-left: -112px; }

.MwrapR {
  position: relative;
  overflow: hidden; }

.MGRprev {
  position: absolute;
  top: 35%;
  left: 0px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  text-indent: 10px;
  margin-left: -15px;
  width: 62px;
  border-radius: 50%;
  background: #8B2832;
  color: #fff;
  font-size: 1.5em;
  z-index: 1000; }

.MGRnext {
  position: absolute;
  top: 35%;
  right: 0px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  text-indent: -10px;
  margin-right: -15px;
  width: 62px;
  border-radius: 50%;
  background: #8B2832;
  color: #fff;
  font-size: 1.5em;
  z-index: 1000; }

.MGRpager {
  text-align: center;
  margin-bottom: 20px; }

.MGRpager span {
  font-size: 30px;
  margin-left: 5px;
  margin-right: 5px;
  color: #A5A3C4; }

.MGRpager span.cycle-pager-active {
  color: #1F1B6C; }

.grid-x > .small-12.incl-border.mSGI {
  width: calc(100% - 50px);
  height: 500px;
  margin-left: 25px; }

.grid-x > .small-12.incl-border.mSGI.reci {
  height: auto; }

.FeRe {
  margin-left: -20px;
  width: 100%;
  border: 0px; }

.researchList .row,
.FeBl .row,
.InGr .row,
.row .row {
  margin: 0px; }

.alignfull.row .row {
  margin-left: 20px;
  margin-right: 20px; }

.FeReimg {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%; }

.FeReinner {
  position: relative;
  text-align: center;
  padding: 20px;
  padding-top: 120px;
  color: #fff; }

.FeReinner a {
  border: 0px; }

.FeReinner p {
  color: #fff; }

.FeReinner h2,
.FeReinner h3,
.FeReinner h4,
.FeReinner h5,
.FeReinner h6 {
  color: #fff;
  margin-bottom: 30px; }

.FeReinner h2 a,
.FeReinner h3 a,
.FeReinner h4 a,
.FeReinner h5 a,
.FeReinner h6 a {
  color: #fff; }

a.recipeCat {
  font-family: "DIN Next LT W01 Regular";
  display: inline-block;
  background: #3A4396;
  border-radius: 30px;
  padding: 15px;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  font-size: 16px;
  top: -10px;
  left: 50%;
  width: 180px;
  margin-left: -105px; }

.channel-nav-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: none;
  background-color: #f5f4f2;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  height: 45px;
  line-height: 45px;
  color: #0c0703;
  background-image: url("/wp-content/themes/VontKickoff2020/library/images/menu-arrow-down.png");
  background-repeat: no-repeat;
  background-position: 90% center; }

.cta-wrapper {
  padding: 15px;
  text-align: center; }

.cta-wrapper.fade {
  display: none; }

.cta-wrapper.fade.show-cta {
  position: fixed;
  display: block;
  bottom: 0px;
  width: 100%;
  z-index: 101; }

.expandable-block {
  display: flex;
  flex-flow: column; }

.expandable-block .single-expandale-wrapper {
  flex: 1 1 100%;
  padding: 15px 0px; }

.expandable-block .single-expandale-wrapper ~ .single-expandale-wrapper {
  border-top: 1px solid #ccc; }

.expandable-block .single-expandale-wrapper .single-expandale-title {
  color: #623586;
  font-family: "DINNextW01-CondensedMed";
  font-size: 26px;
  padding-left: 10px;
  cursor: pointer; }

.expandable-block .single-expandale-wrapper .single-expandale-title:after {
  float: right;
  content: '+';
  position: relative;
  margin-right: 10px;
  display: inline-block; }

.expandable-block .single-expandale-wrapper .single-expandale-content {
  display: none;
  padding: 0px;
  padding-left: 10px;
  padding-right: 30px; }

.expandable-block .single-expandale-wrapper.active-expandable .single-expandale-title:after {
  content: '-'; }

.expandable-block .single-expandale-wrapper.active-expandable .single-expandale-content {
  display: block; }

.sVid {
  position: relative; }

.sVid div {
  width: 100%; }

.sVid img {
  cursor: pointer;
  width: 100%; }

.sVid .sVdescrition {
  position: absolute;
  top: 10%;
  text-align: center;
  max-width: 85%;
  padding-left: 20px;
  padding-right: 20px; }

.sVid .sVdescrition em {
  color: #fff; }

.sVid .sVdescrition h2 {
  text-shadow: 0px 0px 10px #000; }

.image-overlay-wrapper {
  position: relative;
  max-height: 425px;
  overflow: hidden; }

.image-overlay-wrapper .image-overlay {
  align-items: flex-start; }

.image-overlay-wrapper .row {
  margin: 0px;
  max-width: 100%; }

.image-overlay-wrapper img {
  width: 100%; }

.image-overlay-wrapper p img {
  width: auto; }

.image-overlay-wrapper img.desktop-image {
  display: none; }

.image-overlay-wrapper img.tablet-image {
  display: none; }

.image-overlay-wrapper .image-overlay-content {
  position: absolute;
  bottom: 100px;
  width: 80%;
  left: calc(10% - 15px);
  padding: 15px;
  color: white; }
  .image-overlay-wrapper .image-overlay-content p {
    margin: 0; }
  .image-overlay-wrapper .image-overlay-content img {
    width: auto;
    max-width: 260px;
    height: auto; }
  .image-overlay-wrapper .image-overlay-content a.button {
    display: inline-block;
    background-color: #933594;
    color: #fff;
    border: 2px solid #933594;
    border-radius: 30px;
    padding: 10px 30px 5px 30px;
    font-family: "DINNextW01-CondensedMed";
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 28px; }

.image-overlay-wrapper .image-overlay-content h1,
.image-overlay-wrapper .image-overlay-content h2,
.image-overlay-wrapper .image-overlay-content h3,
.image-overlay-wrapper .image-overlay-content h4,
.image-overlay-wrapper .image-overlay-content h5,
.image-overlay-wrapper .image-overlay-content p,
.image-overlay-wrapper .image-overlay-content ul li,
.image-overlay-wrapper .image-overlay-content a {
  color: #623586;
  text-decoration: none;
  border: 0px;
  font-size: 80px; }

.image-overlay-wrapper .image-overlay-content h2 {
  color: #623586;
  text-decoration: none;
  border: 0px;
  font-size: 95px;
  font-family: "DINNextW01-CondensedBol";
  text-transform: uppercase;
  line-height: .65em;
  text-shadow: 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff; }

.image-overlay-wrapper .image-overlay-content h2 em {
  font-family: "Ernest and Emily W05 Regular";
  text-transform: lowercase;
  font-size: 50px;
  font-style: normal;
  line-height: 1.7em;
  color: #623586; }

.image-overlay-wrapper .image-overlay-content h2 strong {
  font-family: "DINNextW01-CondensedBol";
  background: #623586;
  color: #fff;
  font-size: 52px;
  font-weight: normal;
  padding: 10px;
  padding-left: 50px;
  padding-right: 50px;
  text-shadow: none;
  box-shadow: 0px 0px 10px #fff; }

.image-overlay-wrapper .image-overlay-content h3 {
  color: #623586;
  text-decoration: none;
  border: 0px;
  font-size: 80px;
  font-family: "DINNextW01-CondensedBol";
  text-transform: uppercase;
  line-height: .65em;
  text-shadow: 0px 0px 10px #fff; }

.image-overlay-wrapper .image-overlay-content h3 em {
  font-family: "Ernest and Emily W05 Regular";
  text-transform: lowercase;
  font-size: 40px;
  font-style: normal;
  line-height: 1.7em;
  color: #623586; }

.image-overlay-wrapper .image-overlay-content h3 strong {
  font-family: "DINNextW01-CondensedBol";
  background: #623586;
  color: #fff;
  font-size: 42px;
  font-weight: normal;
  padding: 10px;
  padding-left: 50px;
  padding-right: 50px;
  text-shadow: none;
  box-shadow: 0px 0px 10px #fff; }

.image-overlay-wrapper .image-overlay-content h4 {
  color: #623586;
  text-decoration: none;
  border: 0px;
  font-size: 70px;
  font-family: "DINNextW01-CondensedBol";
  text-transform: uppercase;
  line-height: .65em;
  text-shadow: 0px 0px 10px #fff; }

.image-overlay-wrapper .image-overlay-content h4 em {
  font-family: "Ernest and Emily W05 Regular";
  text-transform: lowercase;
  font-size: 35px;
  font-style: normal;
  line-height: 1.7em;
  color: #623586; }

.image-overlay-wrapper .image-overlay-content h4 strong {
  font-family: "DINNextW01-CondensedBol";
  background: #623586;
  color: #fff;
  font-size: 37px;
  font-weight: normal;
  padding: 10px;
  padding-left: 50px;
  padding-right: 50px;
  text-shadow: none;
  box-shadow: 0px 0px 10px #fff; }

.image-overlay-wrapper .image-overlay-content h1 {
  color: #623586;
  text-decoration: none;
  border: 0px;
  font-size: 160px;
  font-family: "DINNextW01-CondensedBol";
  text-transform: uppercase;
  line-height: .35em;
  text-shadow: 0px 0px 10px #fff; }

.image-overlay-wrapper .image-overlay-content h1 em {
  font-family: "Ernest and Emily W05 Regular";
  text-transform: lowercase;
  font-size: 50px;
  font-style: normal;
  line-height: 1em;
  color: #623586; }

.image-overlay-wrapper .image-overlay-content h1 strong {
  font-family: "DINNextW01-CondensedBol";
  background: #623586;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  padding: 0px;
  line-height: 1.2em;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 70px;
  display: inline-block;
  transform: rotate(-3deg);
  text-shadow: none;
  box-shadow: 0px 0px 10px #fff;
  letter-spacing: 4px; }

.image-overlay-wrapper .image-overlay-content a {
  line-height: 0.8em; }

.smallerFont.image-overlay-wrapper .image-overlay-content h1 {
  font-size: 120px;
  margin-bottom: -50px; }

.smallerFont.image-overlay-wrapper .image-overlay-content h1 em {
  font-size: 50px;
  line-height: 2.2em; }

.smallerFont.image-overlay-wrapper .image-overlay-content h1 strong {
  font-size: 23px;
  padding-bottom: 8px; }

.smallerFont.image-overlay-wrapper .image-overlay-content {
  width: 90%;
  left: calc(5% - 15px); }

.smallerFont.image-overlay-wrapper .image-overlay-content h2 {
  font-size: 70px;
  line-height: .8em; }

.smallerFont.image-overlay-wrapper .image-overlay-content h2 em {
  font-size: 32px;
  line-height: 2em; }

.smallerFont.image-overlay-wrapper .image-overlay-content h2 strong {
  font-size: 23px;
  padding-bottom: 8px; }

.banner-block img {
  width: 100%; }

.banner-block img.desktop-image {
  display: none; }

.banner-block.no-mobile-image img.desktop-image {
  display: block; }

.bread-crumbs-wrapper {
  padding: 10px; }

.bread-crumbs-wrapper a {
  border-bottom: none; }

.bread-crumbs-wrapper a:hover {
  border-bottom: none; }

.bread-crumbs-wrapper .divider {
  display: inline-block;
  margin: 0px 3px; }

.blog-feed-wrapper {
  padding: 20px 10px; }

.blog-feed-wrapper .single-blog-item {
  flex: 1 1 100%; }

.wp-block-columns .wp-block-column {
  flex-grow: 1; }

.wp-block-columns .wp-block-column:nth-child(2n) {
  margin-left: 0%; }

.wp-block-columns {
  margin-bottom: 0px; }

.wp-block-columns .wp-block-column {
  padding-bottom: 6px; }

.wp-block-columns:not(.row) .wp-block-group {
  padding-left: 20px;
  padding-right: 20px; }

#content #inner-content {
  padding: 1rem 0rem; }

.byline {
  max-width: 70%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px; }

.wp-caption {
  max-width: 100%;
  padding: 5px; }

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%; }

.wp-caption p.wp-caption-text {
  margin: 0 auto;
  text-align: center;
  color: #444;
  font-size: 12px;
  line-height: 16px; }

.pagination a:hover {
  color: black; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }

.commentlist li:last-child {
  margin-bottom: 0; }

.commentlist li ul.children {
  margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal; }

.commentlist .vcard time {
  float: right; }

.commentlist .vcard time a {
  color: #999;
  text-decoration: none; }

.commentlist .vcard time a:hover {
  text-decoration: underline; }

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }

.respond-form form {
  margin: 0.75em 0; }

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em; }

.respond-form form li label,
.respond-form form li small {
  display: none; }

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em; }

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff; }

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.respond-form form input[type=text] ::-webkit-input-placeholder,
.respond-form form input[type=email] ::-webkit-input-placeholder,
.respond-form form input[type=url] ::-webkit-input-placeholder,
.respond-form form textarea ::-webkit-input-placeholder {
  font-style: italic;
  color: #696969;
  font-size: 14px; }

.respond-form form input[type=text] :-moz-placeholder,
.respond-form form input[type=email] :-moz-placeholder,
.respond-form form input[type=url] :-moz-placeholder,
.respond-form form textarea :-moz-placeholder {
  font-style: italic;
  color: #696969;
  font-size: 14px; }

.respond-form form input[type=text] ::-moz-placeholder,
.respond-form form input[type=email] ::-moz-placeholder,
.respond-form form input[type=url] ::-moz-placeholder,
.respond-form form textarea ::-moz-placeholder {
  font-style: italic;
  color: #696969;
  font-size: 14px; }

.respond-form form input[type=text] :-ms-input-placeholder,
.respond-form form input[type=email] :-ms-input-placeholder,
.respond-form form input[type=url] :-ms-input-placeholder,
.respond-form form textarea :-ms-input-placeholder {
  font-style: italic;
  color: #696969;
  font-size: 14px; }

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px; }

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

.footer {
  clear: both;
  background: #1F1B6C;
  padding-top: 50px;
  padding-bottom: 80px; }

.footer #footer-address p {
  color: #fff;
  padding-left: 30px;
  position: relative; }

.footer #footer-address p img {
  position: absolute;
  top: 3px;
  left: 0px; }

.footer a {
  color: #fff;
  text-decoration: none;
  border: 0px; }

.footer a:hover {
  text-decoration: underline; }

.footer #inner-footer ul {
  padding: 0px; }

.footer #inner-footer ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px; }

.footer #inner-footer ul li a {
  text-transform: uppercase;
  font-family: "DINNextW01-CondensedMed"; }

.footer #inner-footer ul li:last-child {
  margin-right: 0px; }

.footerFacebook {
  background-image: url("/wp-content/themes/VontKickoff2020/library/images/facebook.svg");
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  text-indent: -1000px;
  overflow: hidden;
  display: inline-block;
  margin: 15px;
  margin-left: 0px; }

.footerTwitter {
  background-image: url("/wp-content/themes/VontKickoff2020/library/images/twitter.svg");
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  text-indent: -1000px;
  overflow: hidden;
  display: inline-block;
  margin: 15px; }

.footerYoutube {
  background-image: url("/wp-content/themes/VontKickoff2020/library/images/youtube.svg");
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  text-indent: -1000px;
  overflow: hidden;
  display: inline-block;
  margin: 15px; }

.footerPinterest {
  background-image: url("/wp-content/themes/VontKickoff2020/library/images/pinterest.svg");
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  text-indent: -1000px;
  overflow: hidden;
  display: inline-block;
  margin: 15px; }

.footerInstagram {
  background-image: url("/wp-content/themes/VontKickoff2020/library/images/instagram.svg");
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  text-indent: -1000px;
  overflow: hidden;
  display: inline-block;
  margin: 15px;
  margin-right: 0px; }

.footerSocial {
  display: block;
  float: right;
  clear: both; }

.copyright {
  font-size: 14px;
  color: #A5A3C4;
  float: right;
  clear: both; }

.copyright a {
  color: #A5A3C4;
  text-decoration: underline; }

.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

a.button,
#desktop-menu ul.menu li a.menu-button.button,
#desktop-menu ul.menu li ul.dropdown li a.button {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  color: #1F1B6C;
  border: 2px solid #1F1B6C;
  border-radius: 30px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "DIN Next LT W01 Regular";
  text-transform: uppercase;
  text-decoration: none; }

a.button:hover,
#desktop-menu ul.menu li a.menu-button.button:hover,
#desktop-menu ul.menu li ul.dropdown li a.button:hover {
  background: #fff; }

#desktop-menu ul.menu li a.menu-button.button,
#desktop-menu ul.menu li ul.dropdown li a.button {
  padding: 0px 20px; }

.btn a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  color: #1F1B6C;
  border: 2px solid #1F1B6C;
  border-radius: 30px;
  padding: 10px 30px 5px 30px;
  font-family: "DINNextW01-CondensedMed";
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none; }

.curvyBB {
  border-radius: 21% 0% 0% 56%/40% 0% 0% 60%; }

#bPwrap {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px; }

#brainPower {
  padding-top: 275px;
  position: relative;
  margin-bottom: 30px; }

.bpp {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  background: #fff; }

.bpp h4 {
  color: #623586;
  text-align: left;
  font-size: 26px; }

.bpp h4:after {
  content: '+';
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: -5px;
  font-size: 1.2em; }

.bpp h4.open:after {
  content: '-'; }

.bpp P {
  display: none;
  font-size: 16px; }

.bpp5 {
  display: none; }

#brainPower .bpp p {
  text-align: left;
  padding: 0px;
  margin: 0px;
  line-height: 1.5em;
  font-size: 16px; }

#brainPower a.button {
  margin-top: 10px;
  margin-bottom: 10px; }

.research-outer-wrapper {
  background: #fff;
  padding: 20px; }

.research-in-wrapper {
  background: #fff;
  padding: 20px; }

.research-in-wrapper article {
  padding-bottom: 20px; }

.research-outer-wrapperAll.row {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px; }

.research-search-box {
  margin-bottom: 70px;
  margin-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }

.research-search-box label {
  font-size: 26px;
  color: #8B2832;
  text-transform: uppercase;
  font-family: "DINNextW01-CondensedMed"; }

.research-search-box select {
  cursor: pointer;
  font-size: 16px;
  font-family: "DIN Next LT W01 Regular";
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 1px solid #ccc;
  margin-left: 0px;
  margin-bottom: 20px;
  padding: 7px;
  padding-left: 10px;
  background: #fff URL("/wp-content/themes/VontKickoff2020/library/images/selectArrow.jpg") 98% 50% no-repeat;
  background-size: 10px 6px;
  width: 100%; }

.research-search-box #research-db-term {
  width: 95%;
  margin-left: 0px;
  padding: 5px;
  padding-left: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 40px; }

.research-search-box .ResFsub {
  text-align: center;
  padding-top: 30px; }

.research-search-box .ResFsort {
  float: right;
  text-align: left;
  margin-left: 0px;
  margin-right: 10%; }

.research-search-box .ResFsort [type="radio"] {
  margin-left: 20px; }

.research-search-box .ResFsort br {
  display: none; }

.research-search-box button {
  color: #3A4396;
  background: #fff;
  border: 2px solid #3A4396;
  border-radius: 30px;
  padding: 10px;
  padding-left: 50px;
  padding-right: 50px; }

.grid-outer-wrapper.researchList .grid-wrapper .single-grid-item {
  position: relative;
  border: 0px; }

.grid-outer-wrapper.researchList .grid-wrapper .single-grid-item .single-grid-item-content {
  padding-left: 30px;
  padding-right: 30px; }

.grid-outer-wrapper.researchList h3 a {
  color: #0E56A7;
  text-decoration: none;
  border: 0px; }

.Rdate {
  color: #2E7ECE;
  font-size: 16px; }

.Rauthor {
  font-size: 16px; }

.Rlink {
  border: 0px;
  color: #8C2A76;
  font-size: 20px;
  text-decoration: underline; }

.Rlink:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-left: 10px;
  background: url("/wp-content/themes/VontKickoff2020/library/images/Rlink.svg") 0px 5px no-repeat; }

.research-content .Rlink {
  float: right; }

.research-content details summary {
  color: #8C2A76;
  list-style: none; }

.research-content details summary:focus {
  outline: none; }

.research-content details summary::marker,
.research-content details summary::-webkit-details-marker {
  display: none;
  list-style: none; }

.research-content details summary:after {
  float: left;
  height: 20px;
  width: 20px;
  content: "+";
  display: none; }

.research-content details[open] summary:after {
  content: "-"; }

.entry-content .plr {
  padding-left: 20px;
  padding-right: 20px; }

.entry-content .has-background.has-light-purple-background-color .gform_wrapper,
.entry-content .has-background.has-black-background-color .gform_wrapper,
.entry-content .has-background.has-dark-gray-background-color .gform_wrapper,
.entry-content .has-background.has-red-background-color .gform_wrapper,
.entry-content .has-background.has-dark-orange-background-color .gform_wrapper,
.entry-content .has-background.has-light-orange-background-color .gform_wrapper,
.entry-content .has-background.has-dark-green-background-color .gform_wrapper,
.entry-content .has-background.has-light-green-background-color .gform_wrapper,
.entry-content .has-background.has-light-blue-background-color .gform_wrapper,
.entry-content .has-background.has-blue-background-color .gform_wrapper,
.entry-content .has-background.has-dark-blue-background-color .gform_wrapper,
.entry-content .has-background.has-dark-purple-background-color .gform_wrapper {
  color: #fff; }

#searchform {
  display: none; }

.SearchTrigger {
  height: 18px;
  width: 18px;
  margin-top: 12px;
  cursor: pointer; }

.mobile-only .SearchTrigger {
  margin: 0px;
  top: 25px;
  right: 60px;
  position: absolute; }

.mobile-only #searchform {
  width: 250px;
  position: absolute;
  right: 0px;
  top: 12px; }

.mobile-only #searchform .inlineSearch {
  width: 165px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding-left: 10px;
  color: #ccc;
  border: 1px solid #404898; }

.mobile-only #searchform .inlineSearch:focus {
  color: #000; }

.mobile-only #searchform #searchsubmit {
  background: url(/wp-content/themes/VontKickoff2020/library/images/searchicon.png) 0px 13px no-repeat;
  width: 18px;
  text-indent: -1000px;
  overflow: hidden;
  border: 0px;
  cursor: pointer;
  margin-left: -30px;
  padding-top: 10px; }

.berries .wp-block-group__inner-container {
  background: URL("/wp-content/themes/VontKickoff2020/library/images/blueberriesBGm.png") 50% 30px no-repeat; }

.berries .wp-block-group__inner-container .wp-block-group__inner-container {
  background: transparent; }

.featuredInner h1,
.featuredInner h2,
.featuredInner h3,
.featuredInner h4,
.featuredInner h5,
.featuredInner h6,
.featuredInner p {
  padding-left: 10%;
  padding-right: 10%;
  align-self: flex-start; }

#brainSteps {
  position: relative; }

#brainSteps .stepCarousel {
  margin: 0 auto;
  margin-top: 50px;
  width: 960px;
  text-align: center;
  max-width: 100%;
  overflow: hidden; }

#brainSteps .slide {
  width: 280px !important;
  height: 404px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  padding-top: 40px;
  white-space: normal;
  vertical-align: top;
  text-align: center; }

#brainSteps.noBrain .slide {
  height: 100px;
  width: 200px !important; }

#brainSteps .slide h3 {
  color: #fff;
  font-size: 32px;
  margin-top: 20px;
  text-transform: none; }

#brainSteps .slide h4 {
  color: #fff;
  font-size: 20px; }

#brainSteps .slide p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px; }

#brainSteps #next {
  background: URL("/wp-content/themes/VontKickoff2020/library/images/next.svg") no-repeat;
  background-size: 48px 51px;
  height: 48px;
  width: 51px;
  margin: 0px;
  float: none;
  clear: both;
  position: absolute;
  overflow: hidden;
  text-indent: -1000px;
  top: 0px;
  right: 10px;
  display: none;
  cursor: pointer; }

#brainSteps #prev {
  background: URL("/wp-content/themes/VontKickoff2020/library/images/prev.svg") no-repeat;
  background-size: 48px 51px;
  height: 48px;
  width: 51px;
  margin: 0px;
  float: none;
  clear: both;
  position: absolute;
  overflow: hidden;
  text-indent: -1000px;
  top: 0px;
  left: 10px;
  display: none;
  cursor: pointer; }

#brainSteps.noBrain #next,
#brainSteps.noBrain #prev {
  top: 50px; }

.FeBl {
  overflow: hidden; }

.FeBl.grid-outer-wrapper .grid-wrapper.row.feBlsW {
  margin-left: -63vw;
  width: 163vw; }

.grid-outer-wrapper .grid-wrapper .single-grid-item.FeBlogP {
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
  white-space: normal;
  float: left;
  width: 70vw; }

.grid-outer-wrapper .grid-wrapper .single-grid-item.FeBlogP .single-grid-item-content {
  height: 325px;
  padding: 20px; }

.grid-outer-wrapper .grid-wrapper .single-grid-item.FeBlogP a {
  color: #2E7ECE;
  text-decoration: none;
  border: 0px;
  text-transform: uppercase;
  font-size: 16px; }

.grid-outer-wrapper .grid-wrapper .single-grid-item.FeBlogP h3 {
  margin-top: 10px; }

.grid-outer-wrapper .grid-wrapper .single-grid-item.FeBlogP h3 a {
  color: #0E56A7;
  text-transform: none;
  font-size: 26px; }

.FePoinner {
  position: relative;
  text-align: center;
  padding: 50px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000; }

.FePoinner a {
  border: 0px;
  color: #8C2A76;
  text-decoration: underline; }

.FePoinner a.postCat {
  color: #2E7ECE;
  text-decoration: none; }

.FePoinner p {
  color: #000; }

.FePoinner h2,
.FePoinner h3,
.FePoinner h4,
.FePoinner h5,
.FePoinner h6 {
  margin-bottom: 20px; }

.FePoinner h2 a,
.FePoinner h3 a,
.FePoinner h4 a,
.FePoinner h5 a,
.FePoinner h6 a {
  color: #3A4396;
  text-decoration: none;
  font-size: 40px; }

.custom-select {
  color: #8B2832;
  text-transform: uppercase;
  font-family: "DINNextW01-CondensedMed";
  font-size: 26px;
  position: relative;
  margin-bottom: 50px; }

.custom-select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-family: "DIN Next LT W01 Regular";
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  border-bottom: 3px solid #8B2832;
  background: transparent;
  margin-left: 10px;
  padding-left: 10px;
  padding-bottom: 7px; }

.custom-select:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #8B2832;
  margin-left: -20px; }

.custom-R-select {
  color: #8B2832;
  text-align: center;
  text-transform: uppercase;
  font-family: "DINNextW01-CondensedMed";
  font-size: 26px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative; }

.custom-R-select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-family: "DIN Next LT W01 Regular";
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  border-bottom: 3px solid #8B2832;
  background: transparent;
  margin-left: 10px;
  padding-left: 10px;
  padding-bottom: 7px;
  padding-right: 20px; }

.custom-R-select:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #8B2832;
  margin-left: -20px; }

select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-family: "DIN Next LT W01 Regular";
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  border-bottom: 3px solid #8B2832;
  background: transparent;
  margin-left: 10px;
  padding-left: 10px;
  padding-bottom: 7px; }

.wtb-search-box {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px; }

.wtb-search-box:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #8B2832;
  margin-left: -20px; }

#wtb-search-results {
  font-size: 26px;
  color: #8B2832;
  text-transform: uppercase;
  font-family: "DINNextW01-CondensedMed"; }

.lowerpurp {
  text-transform: lowercase;
  color: #8C2A76; }

.alm-load-more-btn,
.alm-load-more-btn.done {
  display: none; }

#content.recipe-page h1 {
  margin-top: 20px;
  font-size: 37px; }

.recdes {
  text-align: center; }

.recdes a {
  color: #8C2A76;
  border: 0px;
  text-decoration: underline; }

.reciWarp {
  padding-bottom: 50px;
  margin-top: 40px; }

.sRelReci {
  padding: 50px; }

.reciBut {
  margin-top: 40px; }

.ingredients,
.ingredients p {
  color: #623586;
  font-family: "DINNextW01-CondensedMed";
  font-size: 22px;
  line-height: 24px; }

.ingredients,
.ingredients p strong {
  color: #000; }

.ingredients,
.ingredients p br {
  content: "";
  display: block;
  margin-bottom: 10px;
  width: 1px; }

.ingredients a {
  color: #623586;
  border: 0px;
  text-decoration: underline; }

.recserv {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }

.cook_time {
  color: #8B2832; }

.cook_time img {
  height: 49px; }

.prep_time {
  color: #3A4396; }

.prep_time img {
  height: 49px; }

.serves {
  color: #397644; }

.serves img {
  height: 49px; }

.cook_time,
.prep_time,
.serves {
  font-size: 16px;
  text-transform: uppercase; }

.cook_time strong,
.prep_time strong {
  display: inline-block;
  clear: both; }

.paging {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }

.paging a {
  text-decoration: none;
  border: 0px;
  color: #8C2A76;
  padding-left: 10px;
  padding-right: 10px; }

.paging span.current {
  color: #fff;
  background: #8C2A76;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  background: URL("/wp-content/themes/VontKickoff2020/library/images/pageBG.svg") no-repeat; }

#childNav {
  display: none; }

#childNavParent a:first-child {
  padding-left: 20px; }

.page-template-page-drives-child #childNavParent a:first-child {
  padding-left: 5px; }

#childNavParent a {
  text-decoration: none;
  font-family: "DINNextW01-CondensedMed";
  font-size: 26px; }

#childNavParent a:first-child:before {
  content: "\00AB";
  padding-right: 5px; }

#childNav {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  position: relative; }

#childNav span {
  content: '';
  position: absolute;
  right: 15px;
  top: 25px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  clear: both; }

#childNav.opened span {
  border: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff; }

#childNav li {
  display: none;
  opacity: 0;
  list-style-type: none;
  background: #D8D9EA;
  padding: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer; }

#childNav li:not(.currentP):hover {
  background: #fff; }

#childNav li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #3A4396;
  font-family: "DINNextW01-CondensedMed";
  font-size: 22px; }

#childNav li.currentP {
  background: URL("/wp-content/themes/VontKickoff2020/library/images/menucurve-blue.png") 0px -5px no-repeat;
  background-size: 100%; }

#childNav li.currentP a {
  color: #fff; }

#childNav.opened li.currentP {
  background: #3A4396 URL("/wp-content/themes/VontKickoff2020/library/images/menucurve-blue.png") 0px -5px no-repeat;
  background-size: 100%; }

#childNav li.currentP,
#childNav li.otherP {
  display: block;
  opacity: 1;
  width: 100vw;
  height: 27px; }

.currentP span {
  width: 12px;
  height: 10px;
  float: right;
  margin-top: 7px;
  margin-right: 0px;
  display: block; }

#childNavParent {
  display: none;
  background: #3A4396;
  padding: 16px 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  position: relative;
  vertical-align: top;
  height: 27px;
  line-height: 27px;
  position: relative;
  z-index: 2; }

#childNavParent:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 0px;
  width: 15px;
  height: 59px;
  background: URL("/wp-content/themes/VontKickoff2020/library/images/curve-childnav.svg") no-repeat; }

#childNavParent a {
  color: #fff;
  text-decoration: none;
  padding-left: 0px; }

#childNavParent a:first-child,
.page-template-page-drives-child #childNavParent a:first-child {
  padding-left: 0px; }

#childNavParent a:first-child:before {
  content: none;
  padding-right: 0px; }

#childNavwrap {
  position: relative;
  text-align: center;
  height: 80px;
  z-index: 100;
  margin-top: -55px;
  margin-bottom: 0px;
  z-index: 2000; }

.store-search {
  margin: auto; }

.store-search select {
  padding-right: 30px; }

.blogThumb {
  width: 100%;
  max-width: 100%; }

.pRead {
  color: #8C2A76;
  text-decoration: underline; }

.grid-outer-wrapper .grid-wrapper .blogList {
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.grid-outer-wrapper .grid-wrapper .blogList:last-child {
  border: 0px; }

.grid-outer-wrapper .grid-wrapper .blogList h3,
.grid-outer-wrapper .grid-wrapper .blogList h3 a {
  font-size: 26px;
  text-transform: capitalize;
  color: #0E56A7; }

.padding20 {
  padding: 20px; }

.padLR20 {
  padding-left: 20px;
  padding-right: 20px; }

.padR20 {
  padding-right: 20px; }

#blogSearchForm {
  position: relative;
  margin-bottom: 30px; }

#blogSearchForm .inlineSearch {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding-left: 10px;
  color: #ccc;
  border: 1px solid #ccc;
  box-sizing: border-box; }

#blogSearchForm #searchsubmit {
  position: absolute;
  background: url(/wp-content/themes/VontKickoff2020/library/images/searchicon.png) 0px 0px no-repeat;
  width: 18px;
  height: 18px;
  text-indent: -1000px;
  overflow: hidden;
  border: 0px;
  cursor: pointer;
  right: 10px;
  top: 7px; }

#gform_submit_button_2,
#gform_submit_button_10,
#gform_submit_button_7 {
  border: 2px solid #B34C3B;
  width: 100%;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: #B34C3B;
  text-transform: uppercase;
  font-family: "DINNextW01-CondensedMed";
  cursor: pointer; }

#gform_submit_button_2:hover,
#gform_submit_button_10:hover,
#gform_submit_button_7:hover {
  background: rgba(255, 255, 255, 0.9); }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: -3px !important; }

.bottomCurve {
  margin-bottom: 40px; }

.has-pink-background-color.bottomCurve::after {
  background: #fff URL("/wp-content/themes/VontKickoff2020/library/images/curve-bottom-purple.svg") 0px 0px no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 40px;
  width: 100%;
  position: absolute; }

.topCurve .wp-block-group__inner-container {
  padding-top: 32px; }

.topCurve .wp-block-group__inner-container .wp-block-group__inner-container {
  padding-top: 0px; }

.has-pink-background-color.topCurve::before {
  background: #fff URL("/wp-content/themes/VontKickoff2020/library/images/curve-top-purple.svg") 0px 0px no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 32px;
  width: 100%;
  position: absolute; }

.FeBe .grid-x > .small-12 {
  width: calc(100% - 40px); }

.wp-block-group {
  overflow: hidden; }
  .wp-block-group.has-background, .wp-block-group.alignfull {
    overflow: visible; }

.wp-block-group:has(.research-outer-wrapperAll) {
  overflow: visible; }

.recipe-overlay-wrapper {
  width: 100%;
  background: #F6EFF4;
  margin-top: -200px;
  margin-bottom: 50px; }

.recipe-overlay-wrapper::after {
  content: " ";
  display: block;
  height: 52px;
  margin-top: -72px;
  width: 100%;
  position: relative;
  z-index: 1000;
  background: URL("/wp-content/themes/VontKickoff2020/library/images/bannerCurve.png") no-repeat; }

.recipe-overlay-content {
  padding-top: 180px;
  padding-bottom: 30px; }

.roImg {
  max-width: 100%; }

.rocL {
  padding-left: 0px;
  padding-right: 0px; }

.rocR {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px; }

.pad30 {
  padding: 30px !important; }

.single .entry-content img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.single .entry-content .image-overlay img {
  margin: 0px; }

.single .entry-content .iRelReci img {
  margin: 0px; }

.single .entry-content {
  margin-bottom: 50px; }

.single-recipies .entry-content {
  margin-bottom: 0px; }

.newPromo {
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  text-align: center; }

.newPromo h3,
.newPromo p {
  color: #fff; }

.newPromo h3 {
  margin-top: 10px; }

.newPromo p {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #fff; }

.new_recipe {
  display: block;
  height: 73px;
  Width: 122px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -61px;
  background: URL("/wp-content/themes/VontKickoff2020/library/images/newPath.png") no-repeat;
  background-size: 100%; }

.where-to-buy-result .store-logo img {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  display: block; }

.blogcol {
  margin-bottom: 30px; }

.tradeCCform .gform_wrapper label,
.tradeCCform .gform_wrapper .top_label .gfield_label,
.tradeCCform .gform_wrapper legend.gfield_label,
.tradeCCform .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none; }

.tradeCCform select {
  background: #fff;
  margin: 0px;
  color: #777;
  border: 0px; }

.tradeCCform .gform_button {
  background: rgba(255, 255, 255, 0.9);
  border: 0px;
  padding: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  color: #666; }

.calc-outer-wrapper #calculator,
.calc-outer-wrapper #lower-calculator {
  background-color: #f1ece7;
  width: 100%;
  border-radius: 5px;
  padding: 30px; }

.calc-outer-wrapper #calculator h2,
.calc-outer-wrapper #lower-calculator h2 {
  font-family: 'Futura BT W01 Heavy';
  font-size: 18px;
  color: #28336f; }

.calc-outer-wrapper #top-calculator label,
.calc-outer-wrapper #lower-calculator label {
  font-size: 12px;
  text-transform: uppercase;
  color: #8e3386;
  font-family: 'Futura LT W04 Book1475802';
  display: inline-block;
  width: 160px;
  text-align: right; }

.calc-outer-wrapper #top-calculator input,
.calc-outer-wrapper #lower-calculator input {
  width: 80px;
  border-radius: 5px;
  display: inline-block; }

.calc-outer-wrapper #top-calculator #wild-regular-calc,
.calc-outer-wrapper #lower-calculator #wild-regular-calc {
  border-top: 2px dotted #cacaca;
  padding: 25px 0px;
  border-bottom: 2px dotted #cacaca; }

.calc-outer-wrapper #top-calculator #wild-regular-calc label,
.calc-outer-wrapper #lower-calculator #wild-regular-calc label {
  display: inline-block;
  width: auto; }

.calc-outer-wrapper #top-calculator #wild-regular-calc #calc-wild,
.calc-outer-wrapper #lower-calculator #wild-regular-calc #calc-wild,
.calc-outer-wrapper #top-calculator #wild-regular-calc #calc-regular,
.calc-outer-wrapper #lower-calculator #wild-regular-calc #calc-regular {
  text-align: center; }

.calc-outer-wrapper #top-calculator #wild-regular-calc #calc-wild p,
.calc-outer-wrapper #lower-calculator #wild-regular-calc #calc-wild p,
.calc-outer-wrapper #top-calculator #wild-regular-calc #calc-regular p,
.calc-outer-wrapper #lower-calculator #wild-regular-calc #calc-regular p {
  text-transform: uppercase; }

.calc-outer-wrapper #top-calculator #wild-regular-calc #calc-wild p.costs_per_year,
.calc-outer-wrapper #lower-calculator #wild-regular-calc #calc-wild p.costs_per_year,
.calc-outer-wrapper #top-calculator #wild-regular-calc #calc-regular p.costs_per_year,
.calc-outer-wrapper #lower-calculator #wild-regular-calc #calc-regular p.costs_per_year {
  text-transform: lowercase;
  font-size: 14px;
  margin-bottom: 0px; }

.calc-outer-wrapper #top-calculator #wild-regular-calc #calc-wild p span,
.calc-outer-wrapper #lower-calculator #wild-regular-calc #calc-wild p span,
.calc-outer-wrapper #top-calculator #wild-regular-calc #calc-regular p span,
.calc-outer-wrapper #lower-calculator #wild-regular-calc #calc-regular p span {
  font-family: 'Futura BT W01 Heavy';
  font-size: 16px; }

.calc-outer-wrapper #top-calculator #wild-regular-calc #calc-regular img,
.calc-outer-wrapper #lower-calculator #wild-regular-calc #calc-regular img {
  padding: 8px 0px; }

.calc-outer-wrapper #top-calculator #wild-regular-calc #calc-wild,
.calc-outer-wrapper #lower-calculator #wild-regular-calc #calc-wild {
  padding: 0px 10px; }

.calc-outer-wrapper #top-calculator #wild-regular-calc p {
  font-size: 12px;
  color: #363636;
  font-family: 'Futura LT W04 Book1475802'; }

.calc-outer-wrapper #lower-calculator #wild-regular-calc p {
  font-size: 12px;
  color: #363636;
  font-family: 'Futura LT W04 Book1475802'; }

.calc-outer-wrapper #lower-calculator #calculator-result #lower_calculate {
  display: block;
  margin: 0 auto;
  width: 165px;
  color: white;
  background-color: #77a43a;
  border-radius: 15px;
  text-align: center;
  padding: 10px 0px;
  margin-top: 45px; }

.calc-outer-wrapper #top-calculator #calculator-result #calculate {
  display: block;
  margin: 0 auto;
  width: 165px;
  color: white;
  background-color: #77a43a;
  border-radius: 15px;
  text-align: center;
  padding: 10px 0px;
  margin-top: 45px; }

.calc-outer-wrapper #top-calculator #calculator-result #calculate:hover {
  text-decoration: none;
  background-color: #668b33; }

.calc-outer-wrapper #lower-calculator #calculator-result #lower_calculate:hover {
  text-decoration: none;
  background-color: #668b33; }

.calc-outer-wrapper #top-calculator #calculator-result p#annual-savings,
.calc-outer-wrapper #lower-calculator #calculator-result p#annual-savings {
  font-size: 22px;
  color: #af368f;
  font-family: 'Futura BT W01 Heavy';
  text-align: center;
  line-height: 1;
  padding-top: 25px;
  margin-bottom: 0px;
  text-transform: uppercase; }

.calc-outer-wrapper #top-calculator #calculator-result p#annual-savings span,
.calc-outer-wrapper #lower-calculator #calculator-result p#annual-savings span {
  display: block;
  font-size: 70px; }

.wp-block-embed-youtube {
  margin: 0px;
  margin-top: 20px; }

.reCatDe {
  margin: 0 auto;
  width: 90%; }

.reCatDe p {
  text-align: center; }

ol.smtext li,
ul.smtext li {
  font-size: 16px;
  line-height: 24px; }

.pRight {
  margin-right: 30px; }

.promo a {
  text-decoration: none; }

@media (min-width: 700px) {
  .image-overlay-wrapper .image-overlay img.mobile-image {
    display: none; }
  .image-overlay-wrapper .image-overlay img.tablet-image {
    display: block;
    min-width: 100%; } }

.fProfiles .wp-block-column {
  margin-left: 10px;
  margin-right: 10px; }

figure.wp-block-image.fImage {
  margin: 0px;
  margin-bottom: 20px; }

.fProfile h2,
.fProfile h3,
.fProfile h4,
.fProfile h5,
.fProfile h6,
.fProfile p {
  padding-left: 20px;
  padding-right: 20px; }

.btn.purple a {
  color: #fff;
  background: #733080;
  border: 2px solid #733080;
  transition: all .25s; }

.btn.purple a:hover {
  background: #fff;
  color: #733080; }

.catNav {
  margin-top: 20px;
  margin-bottom: 20px; }

.catNav a {
  text-decoration: none;
  color: #2E7ECE;
  padding-right: 15px; }

.catNav a:hover {
  text-decoration: underline; }

.catNav a:not(:first-child) {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #ccc; }

.entry-content li {
  margin-bottom: 15px; }

.entry-content #childNav li {
  margin-bottom: 0px;
  border-top: 1px solid #3A4396; }

.entry-content #childNav li:first-child {
  border-top: 0px; }

.noLeftMargin,
figure.wp-block-image.noLeftMargin {
  margin-left: 0px; }

.noRightMargin,
figure.wp-block-image.noRightMargin {
  margin-right: 0px; }

.noTopMargin,
figure.wp-block-image.noTopMargin {
  margin-top: 0px; }

.noBottomMargin,
figure.wp-block-image.noBottomMargin {
  margin-bottom: 0px; }

.noMargin,
figure.wp-block-image.noMargin {
  margin: 0px; }

.single-school_food_recipe .recipe-overlay-wrapper {
  margin-bottom: 30px; }

.ingredient-table td {
  padding-top: 5px;
  padding-bottom: 5px; }

.feBlsWprev {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #0E56A7;
  text-decoration: none; }

.feBlsWnext {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  margin-right: 20px;
  color: #0E56A7;
  text-decoration: none; }

.disabled {
  display: none; }

.single-expandale-content img {
  max-width: 100%;
  height: auto; }

.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin: 0 auto; }

.RMmini {
  height: 250px;
  width: 100%;
  display: inline-block;
  overflow: hidden; }

.RMmobile {
  max-height: 250px;
  width: 100%;
  display: inline-block;
  overflow: hidden; }

.ordinary .expandable-block .single-expandale-wrapper .single-expandale-title {
  color: #3a4396; }

figure.wp-block-image img {
  width: auto;
  height: auto; }

.map-wrap .map-overlay {
  width: 100%;
  height: 60vh;
  background: transparent;
  top: 60vh;
  margin-top: -60vh;
  position: relative;
  z-index: 1; }

.map-wrap iframe {
  width: 100%;
  height: 60vh; }

.wp-block-group:has(.research-outer-wrapperAll) {
  overflow: visible; }

@-webkit-keyframes show-cat-descr {
  0% {
    height: 0%;
    opacity: 0;
    padding-bottom: 0px;
    padding-top: 0px; }
  10% {
    height: 100%;
    opacity: 0.1;
    padding-bottom: 20px;
    padding-top: 20px; }
  100% {
    height: 100%;
    opacity: 1;
    padding-bottom: 20px;
    padding-top: 20px; } }

@keyframes show-cat-descr {
  0% {
    height: 0%;
    opacity: 0;
    padding-bottom: 0px;
    padding-top: 0px; }
  10% {
    height: 100%;
    opacity: 0.1;
    padding-bottom: 20px;
    padding-top: 20px; }
  100% {
    height: 100%;
    opacity: 1;
    padding-bottom: 20px;
    padding-top: 20px; } }

.research-outer-wrapperAll {
  background-color: #F6F0F4;
  overflow: visible; }
  .research-outer-wrapperAll .research-box {
    position: relative;
    padding-top: 60px;
    margin-top: 30px;
    max-width: 100%; }
    .research-outer-wrapperAll .research-box > h2 {
      display: inline-block;
      background-color: #3A4396;
      padding: 25px 50px 15px;
      color: white;
      position: absolute;
      top: -60px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 25px;
      white-space: nowrap; }
    .research-outer-wrapperAll .research-box .research-categories .single-research-category {
      margin-bottom: 12px;
      cursor: pointer; }
      .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: white; }
        .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro .single-research-category-intro-image {
          width: 105px; }
          .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro .single-research-category-intro-image img {
            max-width: 103px;
            max-height: 103px;
            object-fit: cover; }
            .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro .single-research-category-intro-image img.mobile-image {
              display: block; }
            .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro .single-research-category-intro-image img.desktop-image {
              display: none; }
        .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro .single-research-category-intro-title {
          padding: 0px 20px; }
          .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro .single-research-category-intro-title h3 {
            color: #0E56A7;
            font-size: 25px; }
      .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-mobile-description {
        height: 0px;
        width: 100%;
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out; }
        .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-mobile-description h3 {
          color: #0E56A7; }
        .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-mobile-description.show-cat-descr {
          -webkit-animation: show-cat-descr 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: show-cat-descr 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    .research-outer-wrapperAll .research-box .research-categories .single-research-category-desktop-description-wrapper {
      display: none; }
      .research-outer-wrapperAll .research-box .research-categories .single-research-category-desktop-description-wrapper.show-cat-descr {
        display: none; }

.research-search #childNavwrap,
.single-research #childNavwrap,
.tax-research_tax #childNavwrap {
  height: auto; }

.research-search .category-content-wrapper,
.single-research .category-content-wrapper,
.tax-research_tax .category-content-wrapper {
  background-color: white; }
  .research-search .category-content-wrapper > div,
  .single-research .category-content-wrapper > div,
  .tax-research_tax .category-content-wrapper > div {
    padding-left: 20px;
    padding-right: 20px; }
  .research-search .category-content-wrapper h3,
  .single-research .category-content-wrapper h3,
  .tax-research_tax .category-content-wrapper h3 {
    color: #0E56A7; }
  .research-search .category-content-wrapper .research-search-cat-wrapper .research-search-cat,
  .single-research .category-content-wrapper .research-search-cat-wrapper .research-search-cat,
  .tax-research_tax .category-content-wrapper .research-search-cat-wrapper .research-search-cat {
    margin-bottom: 20px;
    padding-top: 20px;
    background-color: #F6EFF4;
    padding-bottom: 20px; }
    .research-search .category-content-wrapper .research-search-cat-wrapper .research-search-cat > div,
    .single-research .category-content-wrapper .research-search-cat-wrapper .research-search-cat > div,
    .tax-research_tax .category-content-wrapper .research-search-cat-wrapper .research-search-cat > div {
      margin-bottom: 15px;
      padding-left: 20px;
      padding-right: 20px; }
    .research-search .category-content-wrapper .research-search-cat-wrapper .research-search-cat select,
    .single-research .category-content-wrapper .research-search-cat-wrapper .research-search-cat select,
    .tax-research_tax .category-content-wrapper .research-search-cat-wrapper .research-search-cat select {
      background-color: white;
      border: 1px solid #ccc;
      height: 40px;
      line-height: 40px;
      padding-top: 0px;
      padding-bottom: 0px;
      font-size: 17px;
      margin-left: 0px;
      background-image: url(/wp-content/themes/VontKickoff2020/library/images/selectArrow.jpg);
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 20px;
      width: 100%; }
      .research-search .category-content-wrapper .research-search-cat-wrapper .research-search-cat select:focus,
      .single-research .category-content-wrapper .research-search-cat-wrapper .research-search-cat select:focus,
      .tax-research_tax .category-content-wrapper .research-search-cat-wrapper .research-search-cat select:focus {
        outline: none; }
    .research-search .category-content-wrapper .research-search-cat-wrapper .research-search-cat #searchform,
    .single-research .category-content-wrapper .research-search-cat-wrapper .research-search-cat #searchform,
    .tax-research_tax .category-content-wrapper .research-search-cat-wrapper .research-search-cat #searchform {
      display: block; }
      .research-search .category-content-wrapper .research-search-cat-wrapper .research-search-cat #searchform input,
      .single-research .category-content-wrapper .research-search-cat-wrapper .research-search-cat #searchform input,
      .tax-research_tax .category-content-wrapper .research-search-cat-wrapper .research-search-cat #searchform input {
        width: 98%;
        max-width: 98%; }
        .research-search .category-content-wrapper .research-search-cat-wrapper .research-search-cat #searchform input#searchsubmit,
        .single-research .category-content-wrapper .research-search-cat-wrapper .research-search-cat #searchform input#searchsubmit,
        .tax-research_tax .category-content-wrapper .research-search-cat-wrapper .research-search-cat #searchform input#searchsubmit {
          background: url(/wp-content/themes/VontKickoff2020/library/images/searchicon.png) 0px 13px no-repeat;
          width: 18px;
          text-indent: -1000px;
          overflow: hidden;
          border: 0px;
          cursor: pointer;
          margin-left: -30px;
          padding-top: 10px; }
    .research-search .category-content-wrapper .research-search-cat-wrapper .research-search-cat #reset-search,
    .single-research .category-content-wrapper .research-search-cat-wrapper .research-search-cat #reset-search,
    .tax-research_tax .category-content-wrapper .research-search-cat-wrapper .research-search-cat #reset-search {
      text-decoration: underline;
      cursor: pointer;
      color: #733080;
      margin-left: 20px; }
  .research-search .category-content-wrapper .research-articles-wrapper,
  .single-research .category-content-wrapper .research-articles-wrapper,
  .tax-research_tax .category-content-wrapper .research-articles-wrapper {
    padding-top: 20px; }
    .research-search .category-content-wrapper .research-articles-wrapper .single-research-article,
    .single-research .category-content-wrapper .research-articles-wrapper .single-research-article,
    .tax-research_tax .category-content-wrapper .research-articles-wrapper .single-research-article {
      padding-top: 35px;
      padding-bottom: 35px; }
      .research-search .category-content-wrapper .research-articles-wrapper .single-research-article ~ .single-research-article,
      .single-research .category-content-wrapper .research-articles-wrapper .single-research-article ~ .single-research-article,
      .tax-research_tax .category-content-wrapper .research-articles-wrapper .single-research-article ~ .single-research-article {
        border-top: 1px solid #ccc; }
      .research-search .category-content-wrapper .research-articles-wrapper .single-research-article h3,
      .single-research .category-content-wrapper .research-articles-wrapper .single-research-article h3,
      .tax-research_tax .category-content-wrapper .research-articles-wrapper .single-research-article h3 {
        text-transform: none;
        line-height: 28px;
        font-size: 30px; }
        .research-search .category-content-wrapper .research-articles-wrapper .single-research-article h3 a,
        .single-research .category-content-wrapper .research-articles-wrapper .single-research-article h3 a,
        .tax-research_tax .category-content-wrapper .research-articles-wrapper .single-research-article h3 a {
          color: #3A4396; }
      .research-search .category-content-wrapper .research-articles-wrapper .single-research-article p.authors,
      .single-research .category-content-wrapper .research-articles-wrapper .single-research-article p.authors,
      .tax-research_tax .category-content-wrapper .research-articles-wrapper .single-research-article p.authors {
        margin: 14px 0px;
        font-size: 17px; }
      .research-search .category-content-wrapper .research-articles-wrapper .single-research-article a.button,
      .single-research .category-content-wrapper .research-articles-wrapper .single-research-article a.button,
      .tax-research_tax .category-content-wrapper .research-articles-wrapper .single-research-article a.button {
        color: #8C2A76;
        border-color: #8C2A76; }

.research-search .related-articles,
.single-research .related-articles,
.tax-research_tax .related-articles {
  border-top: 8px solid #F6EFF4;
  padding-top: 20px;
  margin-top: 40px; }
  .research-search .related-articles .related-article h3 a,
  .single-research .related-articles .related-article h3 a,
  .tax-research_tax .related-articles .related-article h3 a {
    color: #3A4396; }
  .research-search .related-articles .related-article ~ .related-article,
  .single-research .related-articles .related-article ~ .related-article,
  .tax-research_tax .related-articles .related-article ~ .related-article {
    margin-top: 35px; }
  .research-search .related-articles .related-article a.button,
  .single-research .related-articles .related-article a.button,
  .tax-research_tax .related-articles .related-article a.button {
    color: #8C2A76;
    border-color: #8C2A76; }

.research-search .research-promo,
.single-research .research-promo,
.tax-research_tax .research-promo {
  display: flex;
  flex-flow: column; }
  .research-search .research-promo .research-promo-image,
  .single-research .research-promo .research-promo-image,
  .tax-research_tax .research-promo .research-promo-image {
    width: 100%;
    max-height: 275px;
    overflow: hidden; }
    .research-search .research-promo .research-promo-image img,
    .single-research .research-promo .research-promo-image img,
    .tax-research_tax .research-promo .research-promo-image img {
      width: 100%; }
  .research-search .research-promo .research-promo-content,
  .single-research .research-promo .research-promo-content,
  .tax-research_tax .research-promo .research-promo-content {
    background-color: #0E56A7;
    padding: 50px;
    position: relative; }
    .research-search .research-promo .research-promo-content:before,
    .single-research .research-promo .research-promo-content:before,
    .tax-research_tax .research-promo .research-promo-content:before {
      content: ' ';
      height: 200px;
      width: 100%;
      background-color: #0E56A7;
      position: absolute;
      top: 0px;
      left: 0;
      transform: translateY(-50%);
      clip-path: ellipse(50% 26% at 50% 51%); }
    .research-search .research-promo .research-promo-content > *,
    .single-research .research-promo .research-promo-content > *,
    .tax-research_tax .research-promo .research-promo-content > * {
      color: white; }
    .research-search .research-promo .research-promo-content p,
    .single-research .research-promo .research-promo-content p,
    .tax-research_tax .research-promo .research-promo-content p {
      font-size: 32px;
      line-height: 34px;
      font-family: "DINNextW01-CondensedMed";
      text-align: center; }

.FeBl {
  overflow: hidden; }

.FeBl.grid-outer-wrapper .grid-wrapper.row.feBlsW {
  margin-left: -63vw;
  width: 163vw; }

.grid-outer-wrapper .grid-wrapper .single-grid-item.FeBlogP {
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
  white-space: normal;
  float: left;
  width: 70vw; }

.grid-outer-wrapper .grid-wrapper .single-grid-item.FeBlogP .single-grid-item-content {
  height: 325px;
  padding: 20px; }

.grid-outer-wrapper .grid-wrapper .single-grid-item.FeBlogP a {
  color: #2E7ECE;
  text-decoration: none;
  border: 0px;
  text-transform: uppercase;
  font-size: 16px; }

.grid-outer-wrapper .grid-wrapper .single-grid-item.FeBlogP h3 {
  margin-top: 10px; }

.grid-outer-wrapper .grid-wrapper .single-grid-item.FeBlogP h3 a {
  color: #0E56A7;
  text-transform: none;
  font-size: 26px; }

.FeBl.grid-content-outer-wrapper.grid-outer-wrapper .grid-wrapper.row.feBlsW {
  margin: 0;
  width: auto; }

/* new grid content block */
.grid-content-outer-wrapper .grid-content-wrapper .single-grid-item {
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
  white-space: normal;
  margin-bottom: 20px; }
  .grid-content-outer-wrapper .grid-content-wrapper .single-grid-item .featured-image-wrapper img {
    width: 100%;
    height: auto; }
  .grid-content-outer-wrapper .grid-content-wrapper .single-grid-item .single-grid-item-content {
    height: auto;
    padding: 20px;
    height: 500px; }
    .grid-content-outer-wrapper .grid-content-wrapper .single-grid-item .single-grid-item-content .heading {
      display: flex;
      align-items: flex-end; }
      .grid-content-outer-wrapper .grid-content-wrapper .single-grid-item .single-grid-item-content .heading h3 {
        color: #0E56A7;
        font-size: 38px;
        line-height: 38px;
        text-transform: uppercase; }
      .grid-content-outer-wrapper .grid-content-wrapper .single-grid-item .single-grid-item-content .heading img.icon {
        height: 50px;
        padding-right: 5px; }
    .grid-content-outer-wrapper .grid-content-wrapper .single-grid-item .single-grid-item-content p {
      font-size: 17px;
      line-height: 27px; }

.carousel-outer-wrapper {
  overflow: hidden; }

.carousel-outer-wrapper .main-item-wrapper .main-single-wrapper {
  display: none; }

.carousel-outer-wrapper .main-item-wrapper .main-single-wrapper.active {
  display: flex;
  flex-flow: column; }

.carousel-outer-wrapper .main-item-wrapper .main-single-wrapper .right {
  padding: 0px 15px; }

.carousel-outer-wrapper .carousel-wrapper {
  position: relative;
  margin-top: 20px;
  padding: 0px 45px; }

.carousel-outer-wrapper .carousel-wrapper button.flickity-button {
  max-width: 50px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 0px; }

.carousel-outer-wrapper .carousel-wrapper button.flickity-button svg {
  fill: #8C2A76;
  width: 25px;
  height: 25px; }

.carousel-outer-wrapper .carousel-wrapper button.flickity-button.next {
  left: auto;
  right: 0px; }

.carousel-outer-wrapper .carousel-wrapper .flickity-viewport {
  overflow: hidden; }

.carousel-outer-wrapper .carousel-wrapper .single-wrapper {
  width: 400px;
  margin: 0px 10px; }

.carousel-outer-wrapper .carousel-wrapper .single-wrapper img {
  border: 4px solid transparent;
  padding: 2px; }

.grid-content-outer-wrapper {
  position: relative; }
  .grid-content-outer-wrapper .grid-content-prev,
  .grid-content-outer-wrapper .grid-content-next {
    display: block;
    position: absolute;
    top: 35%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    text-indent: 10px;
    margin-left: -15px;
    width: 62px;
    border-radius: 50%;
    background: #8B2832;
    color: #fff;
    font-size: 1.5em;
    z-index: 1000; }
  .grid-content-outer-wrapper .grid-content-prev {
    left: 0px;
    margin-left: -15px;
    text-indent: 10px; }
  .grid-content-outer-wrapper .grid-content-next {
    right: 0px;
    margin-right: -15px;
    text-indent: -10px; }

h2.is-style-purple-centered-up {
  display: inline-block;
  background-color: #733080;
  color: #fff;
  font-family: "roc-grotesk-condensed";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  padding: 20px 20px;
  text-align: center;
  margin-top: -40px;
  position: relative;
  z-indeX: 10; }

.is-style-centered-up {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible; }

/*
MEDIUM
*/
@media (min-width: 640px) {
  /* medium */
  .feBlsWprev,
  .feBlsWnext {
    display: none; }
  .footerFacebook,
  .footerTwitter,
  .footerYoutube,
  .footerPinterest,
  .footerInstagram {
    background-size: 50px 50px;
    height: 50px;
    width: 50px; }
  h1,
  .h1 {
    font-size: 46px; }
  .single-recipies .directions {
    line-height: 26px;
    width: calc(66.66667% - 60px);
    margin-left: 60px; }
  .smallImg .recipe-overlay-content {
    min-height: 250px;
    overflow: hidden; }
  .recipe-overlay-wrapper.smallImg::after {
    margin-top: -50px; }
  .single .entry-content img.roImg {
    margin: 0px; }
  .SearchTrigger {
    margin-left: 30px; }
  #left-hand-nav {
    display: block;
    background-color: #d2d6dd;
    padding-bottom: 20px;
    padding-top: 20px; }
  #left-hand-nav a {
    text-decoration: none; }
  #left-hand-nav .sidebar-header {
    font-size: 18px;
    font-weight: normal;
    padding: 10px 10px 0 10px;
    text-transform: uppercase; }
  #left-hand-nav .sidebar-header a {
    color: #000;
    text-decoration: none; }
  #left-hand-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #aaa; }
  #left-hand-nav ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    border-bottom: 1px solid #aaa; }
  #left-hand-nav ul li a {
    display: block;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #231f20;
    line-height: 22px;
    font-weight: normal; }
  #left-hand-nav ul li a:hover {
    text-decoration: none; }
  #left-hand-nav ul li ul {
    display: block; }
  #left-hand-nav ul li ul li a {
    padding-left: 20px;
    font-weight: normal; }
  #left-hand-nav ul li.current_page_item a,
  #left-hand-nav ul li.current_page_ancestor a {
    background-color: #fff; }
  #left-hand-nav ul li.current_page_item ul,
  #left-hand-nav ul li.current_page_ancestor ul {
    display: block; }
  #left-hand-nav ul li.current_page_item ul li a,
  #left-hand-nav ul li.current_page_ancestor ul li a {
    padding-left: 20px;
    font-weight: normal; }
  #left-hand-nav ul li.current_page_item ul li.current_page_item a,
  #left-hand-nav ul li.current_page_ancestor ul li.current_page_item a {
    font-weight: normal; }
  #slideshow-wrapper {
    clear: both;
    position: relative; }
  #slideshow-wrapper .cycle-slideshow img {
    width: 100%;
    height: auto; }
  #slideshow-wrapper #slides .slide {
    display: none;
    position: relative;
    height: 300px;
    width: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat; }
  #slideshow-wrapper #slides .slide .slide-image img {
    width: 100%; }
  #slideshow-wrapper #slides .slide .slide-overlay {
    display: none;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    margin-top: 0px;
    padding: 0px;
    clear: both;
    display: block;
    line-height: normal;
    text-align: left;
    background-color: transparent;
    padding: 15px 0px 10px 80px;
    height: 200px;
    z-index: 105; }
  #slideshow-wrapper #slides .slide .slide-overlay .line1 {
    font-weight: normal;
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    line-height: 47px;
    padding-right: 100px; }
  #slideshow-wrapper #slides .slide .slide-overlay .line2 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
    padding-right: 200px;
    display: block; }
  #slideshow-wrapper #slides .slide .slide-overlay p {
    margin: 0px;
    padding: 0px; }
  #slideshow-wrapper #slides .slide .slide-overlay .slide-link {
    margin-top: 20px; }
  #slideshow-wrapper #slides .slide .slide-overlay .button {
    font-weight: normal; }
  #slideshow-wrapper .cycle-slideshow {
    width: 100%; }
  #slideshow-wrapper .cycle-slide {
    width: 100%; }
  #slideshow-wrapper .cycle-slideshow img {
    width: 100%;
    height: auto; }
  #slideshow-wrapper .cycle-prev,
  #slideshow-wrapper .cycle-next {
    top: 43%; }
  #slideshow-wrapper .cycle-prev {
    left: 30px; }
  #slideshow-wrapper .cycle-next {
    right: 30px; }
  #slideshow-wrapper .cycle-pager {
    display: block;
    bottom: 30px; }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: block;
    float: left; }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: block;
    float: right; }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    text-align: center; }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
  #sidebar-right-wrapper {
    order: 3; }
  .row {
    margin: 0px auto; } }

@media screen and (min-width: 640px) and (max-width: 1200px) {
  .single #content.row {
    margin-left: 20px;
    margin-right: 20px; } }

@media (min-width: 640px) {
  .header_logo {
    height: 115px;
    width: 150px; }
  .top_bar {
    display: inline-block; }
  #headerWrap {
    height: 200px; }
  .image-overlay-wrapper .image-overlay-content {
    top: 25%;
    bottom: initial; }
  .image-overlay-wrapper .image-overlay-content a {
    font-size: 95px; }
  .image-overlay-wrapper .image-overlay-content h1 {
    font-size: 180px; }
  .image-overlay-wrapper .image-overlay-content h1 em {
    font-size: 60px; }
  .image-overlay-wrapper .image-overlay-content h1 strong {
    font-size: 40px; }
  .image-overlay-wrapper .image-overlay-content h2 {
    color: #623586;
    text-decoration: none;
    border: 0px;
    font-size: 95px;
    font-family: "DINNextW01-CondensedBol";
    text-transform: uppercase;
    line-height: .65em; }
  .image-overlay-wrapper .image-overlay-content h2 em {
    font-family: "Ernest and Emily W05 Regular";
    text-transform: lowercase;
    font-size: 58px;
    font-style: normal;
    line-height: 1.7em;
    color: #623586; }
  .image-overlay-wrapper .image-overlay-content h2 em strong {
    font-family: "DINNextW01-CondensedBol";
    background: #623586;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    padding: 10px;
    padding-left: 100px;
    padding-right: 100px; }
  .smallerFont.image-overlay-wrapper .image-overlay-content h1 {
    font-size: 150px;
    margin-bottom: 0px;
    margin-top: 10px; }
  .smallerFont.image-overlay-wrapper .image-overlay-content h1 em {
    font-size: 60px;
    line-height: 1em; }
  .smallerFont.image-overlay-wrapper .image-overlay-content h1 strong {
    font-size: 30px; }
  .smallerFont.image-overlay-wrapper .image-overlay-content {
    width: 80%;
    left: calc(10% - 15px); }
  .smallerFont.image-overlay-wrapper .image-overlay-content h2 {
    font-size: 95px;
    line-height: .65em; }
  .smallerFont.image-overlay-wrapper .image-overlay-content h2 em {
    font-size: 58px;
    line-height: 1.7em; }
  .smallerFont.image-overlay-wrapper .image-overlay-content h2 strong {
    font-size: 52px;
    padding-bottom: 0px; } }

@media (min-width: 640px) and (max-width: 875px) {
  .smallerFont.image-overlay-wrapper .image-overlay-content h1 strong {
    font-size: 20px;
    margin-bottom: 38px; }
  .smallerFont.image-overlay-wrapper .image-overlay-content h1 {
    font-size: 100px; }
  .smallerFont.image-overlay-wrapper .image-overlay-content h1 em {
    font-size: 47px;
    line-height: 1.8em; } }

@media (min-width: 640px) {
  #serving-size-wrapper #childNavParent a {
    cursor: default; }
  .entry-content #serving-size-wrapper #childNav li.currentP {
    border: 0px; }
  .entry-content #serving-size-wrapper #childNav li.currentP.otherP {
    border-top: 1px solid #3A4396; }
  .entry-content #serving-size-wrapper #childNav li.currentP.otherP.small {
    border: 0px; }
  .entry-content #childNav li.currentP {
    border: 0px; }
  .entry-content #childNav li.currentP.otherP {
    border-top: 1px solid #3A4396; }
  .entry-content #childNav li.currentP.otherP.small {
    border: 0px; }
  .entry-content #childNav li:first-child.currentP.otherP {
    border: 0px; }
  .grid-outer-wrapper .grid-wrapper.recipeGrid .single-grid-item .single-grid-item-content a.recipeCat {
    margin-left: -105px; }
  .berries .wp-block-group__inner-container {
    background: URL("/wp-content/themes/VontKickoff2020/library/images/blueberriesBG.png") 50% 30px no-repeat;
    background-size: 90%; }
  .site-header.row {
    margin: 0px auto; } }

@media only screen and (min-width: 640px) and (min-width: 900px) {
  #bPwrap {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  #brainPower {
    padding-top: 50px; }
  #brainPower a.button {
    margin-top: 10px;
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 0px;
    width: auto;
    display: inline-block;
    font-family: "DINNextW01-CondensedMed"; }
  .bpp {
    width: 280px;
    position: absolute;
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .bpp h4 {
    color: #623586;
    text-align: left; }
  .bpp h4:after {
    display: none; }
  .bpp P {
    display: inline-block; }
  .bpp1 {
    left: 100px;
    top: 40px; }
  .bpp2 {
    left: 100px;
    top: 280px; }
  .bpp3 {
    left: 100px;
    top: 595px; }
  .bpp4 {
    right: 50px;
    top: 30px; }
  .bpp5 {
    display: none;
    right: 50px;
    top: 145px; }
  .bpp6 {
    right: 50px;
    top: 370px; } }

@media (min-width: 640px) {
  .FeRe {
    margin-left: 0px; }
  a.recipeCat {
    margin-left: -90px; }
  .FeBl.grid-outer-wrapper .grid-wrapper.row.feBlsW {
    margin: 0 auto;
    width: 100%; }
  .grid-outer-wrapper .grid-wrapper .single-grid-item.FeBlogP {
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(33% - 12px); }
  .researchList .row,
  .FeBl .row,
  .InGr .row,
  .row .row {
    margin: 0 auto; }
  #brainSteps #prev {
    left: 30px;
    display: block;
    top: 150px; }
  #brainSteps #next {
    right: 30px;
    display: block;
    top: 150px; }
  .FeBe .grid-x > .small-12 {
    width: 100%; }
  .FePoinner {
    padding: 50px; }
  #childNavwrap {
    margin-bottom: 50px;
    margin-top: -40px; }
  #serving-size-wrapper #childNavwrap {
    margin-top: 40px; }
  #childNavParent {
    display: inline-block; }
  #childNav {
    margin-left: -5px; }
  #childNav:after {
    display: none; }
  #childNav.opened:after {
    display: none; }
  #childNav span {
    content: '';
    position: absolute;
    right: 15px;
    top: 25px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3A4396;
    clear: both;
    cursor: pointer; }
  #childNav.opened span {
    border: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3A4396; }
  #childNav li {
    padding: 16px;
    padding-left: 25px;
    padding-right: 35px; }
  #childNav li a {
    font-size: 26px; }
  #childNav li.currentP {
    background: #D8D9EA; }
  #childNav li.currentP a {
    color: #3A4396; }
  #childNav.opened li.currentP {
    background: #D8D9EA; }
  #childNav li.currentP,
  #childNav li.otherP {
    width: 400px; }
  .currentP span {
    margin-right: -15px; }
  .rocL {
    padding-left: 20px;
    padding-right: 20px; }
  .rocR {
    padding-bottom: 20px; }
  #content.recipe-page h1 {
    margin-top: 50px;
    font-size: 46px; }
  .research-outer-wrapperAll.row {
    padding: 20px;
    margin: 0 auto; }
  .research-search-box {
    margin-top: 70px;
    text-align: right; }
  .research-search-box select {
    margin-left: 10px;
    width: 280px; }
  .research-search-box #research-db-term {
    margin-left: 10px;
    width: 263px; }
  .ResFsub {
    text-align: left;
    padding-top: 0px; }
  .ResFsub button {
    float: right; }
  .ResFsort {
    margin-left: 10px;
    margin-right: 100px; }
  .ResFsort br {
    display: none; }
  .wtb-search-box {
    padding-bottom: 100px; }
  .blogThumb {
    width: 90%;
    max-width: 90%; }
  .sVid .sVdescrition {
    top: 30%;
    max-width: 100%; }
  .tradeCCform.row {
    max-width: 800px; }
  .r20 {
    margin-right: 20px; }
  .l20 {
    margin-left: 20px; }
  .wp-block-columns .wp-block-column {
    padding-bottom: 0px; }
  .wp-block-columns:not(.row) .wp-block-group {
    padding-left: 0px;
    padding-right: 0px; }
  #inner-footer {
    padding-left: 20px;
    padding-right: 20px; }
  #inner-footer ul {
    padding: 0px;
    float: right; }
  .menu-wrappers {
    padding-right: 30px; }
  .single .wp-block-column:first-of-type,
  .grid-outer-wrapper .grid-wrapper .blogList {
    margin-right: 30px; } }

/*
LARGE
*/
@media (min-width: 1020px) {
  /* LARGE */
  .grid-x > .large-4.incl-border {
    width: calc(33.33333% - 22px);
    margin: 0px 10px; }
  .desktop-only {
    display: flex !important; }
  .desktop-only.block {
    display: block !important; }
  .mobile-only {
    display: none; }
  header a#mobile-menu-trigger {
    display: none; }
  #nav-toggle {
    display: none !important; }
  #mobile-menu {
    display: none !important; }
  #desktop-menu {
    clear: both;
    display: block !important;
    border-bottom: 2px solid #fff;
    background-color: #253964; }
  #desktop-menu ul.menu {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 15px; }
  #desktop-menu ul.menu li {
    float: left;
    position: relative;
    width: auto;
    border-bottom: 0px;
    padding: 9px 20px; }
  #desktop-menu ul.menu li a {
    display: block;
    padding: 0px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 32px; }
  #desktop-menu ul.menu li a:hover {
    color: #000; }
  #desktop-menu ul.menu li:hover,
  #desktop-menu ul.menu li:hover a {
    background-color: #ccc;
    color: #000; }
  #desktop-menu ul.menu li.current_page_item a,
  #desktop-menu ul.menu li.current-menu-ancestor a {
    color: #fff; }
  #desktop-menu ul.menu li.has-dropdown > a {
    background-image: none;
    font-size: 12px; }
  #desktop-menu ul.menu li.has-dropdown > a.ui-state-active {
    background-image: none; }
  #desktop-menu ul.menu li.has-dropdown .menu-extras {
    float: right;
    width: 100px;
    border: 1px solid red;
    height: 100px; }
  #desktop-menu ul.menu li ul.dropdown {
    display: none;
    position: absolute;
    z-index: 105;
    margin: 0px;
    padding: 0px;
    background-color: #ccc;
    left: 0;
    top: 50px; }
  #desktop-menu ul.menu li ul.dropdown li {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 18em;
    border-bottom: 1px solid #fff; }
  #desktop-menu ul.menu li ul.dropdown li a {
    display: block;
    color: #000;
    height: auto;
    padding: 4px 20px;
    text-decoration: none;
    background-color: #ccc;
    text-transform: none; }
  #desktop-menu ul.menu li ul.dropdown li:hover a {
    text-decoration: none;
    color: #fff;
    background-color: #000; }
  #desktop-menu ul.menu li ul.dropdown li ul.dropdown {
    display: block; }
  #desktop-menu ul.menu li:hover ul.dropdown {
    display: block; }
  #desktop-menu ul.menu.has-dropdown .show-on-touch {
    display: none; }
  #desktop-menu ul.menu.has-dropdown.hover .show-on-touch {
    display: inline-block; }
  #desktop-menu ul.menu li.mega-menu > ul {
    width: 580px;
    left: -200px;
    background-color: #dfdfdf;
    padding: 20px;
    float: left;
    overflow: visible; }
  #desktop-menu ul.menu li.mega-menu.right-edge > ul {
    left: auto;
    right: 0; }
  #desktop-menu ul.menu li.mega-menu ul li.mega-column {
    float: left;
    width: 280px;
    display: table-cell;
    float: none;
    vertical-align: top; }
  #desktop-menu ul.menu li.mega-menu ul li.mega-column li {
    width: 280px; }
  #desktop-menu ul.menu li.mega-menu ul li.mega-column:hover a {
    background-color: transparent;
    color: #000; }
  #desktop-menu ul.menu li.mega-menu li.widget-column {
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-right: 20px; }
  #desktop-menu ul.menu li.mega-menu li.widget-column:hover {
    background: transparent; }
  #desktop-menu ul.menu li.mega-menu li.widget-column > a {
    display: none;
    padding: 0px;
    margin: 0px; }
  #desktop-menu ul.menu li.mega-menu li.widget-column .line-1 {
    color: #3c3c3c;
    font-size: 16px;
    margin-top: 10px; }
  #desktop-menu ul.menu li.mega-menu li.widget-column .line-2 {
    color: #3c3c3c;
    font-size: 13px;
    margin-top: 5px; }
  #desktop-menu ul.menu li.mega-menu li.widget-column .menu-button {
    margin-top: 10px; }
  #desktop-menu ul.menu li.mega-menu li.hide-heading > a {
    display: none; }
  #desktop-menu ul.menu li.mega-menu li.menu-column {
    background-color: #f5f5f5; }
  #desktop-menu ul.menu li.mega-menu li.menu-column.heading,
  #desktop-menu ul.menu li.mega-menu li.menu-column.heading > a {
    text-transform: uppercase;
    color: #000;
    font-size: 15px; }
  #desktop-menu ul.menu li.mega-menu li.menu-column.heading:hover,
  #desktop-menu ul.menu li.mega-menu li.menu-column.heading > a:hover {
    cursor: default;
    color: #000; }
  #desktop-menu ul.menu li ul.dropdown li,
  #desktop-menu ul.menu li.mega-menu ul li ul li {
    border: 0px; }
  #desktop-menu ul.menu li.mega-menu li.menu-column ul li a::after {
    content: " \00BB"; }
  #desktop-menu ul.menu li.mega-menu li.menu-column ul li:hover a {
    background-color: #f5f5f5 !important;
    color: #af272f; }
  #desktop-menu ul.menu li.mega-menu li.menu-column:hover ul li:hover,
  #desktop-menu ul.menu li.mega-menu li.menu-column:hover ul li:hover a {
    color: #000 !important; }
  #desktop-menu ul.menu li.mega-menu > ul > li.menu-column ul {
    position: relative;
    top: 0px; }
  .image-overlay-wrapper .image-overlay img.tablet-image {
    display: block;
    min-width: 100%; }
  #desktop-menu-wrapper {
    clear: both;
    width: 840px;
    float: right; }
  #desktop-menu-wrapper #searchform {
    width: 250px;
    margin-left: 20px; }
  #desktop-menu-wrapper #searchform .inlineSearch {
    width: 230px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
    color: #ccc;
    border: 0px; }
  #desktop-menu-wrapper #searchform .inlineSearch:focus {
    color: #000; }
  #desktop-menu-wrapper #searchform #searchsubmit {
    background: url(/wp-content/themes/VontKickoff2020/library/images/searchicon.png) 0px 13px no-repeat;
    width: 18px;
    text-indent: -1000px;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    margin-left: -30px;
    padding-top: 10px; }
  #desktop-menu-wrapper nav {
    width: 100%; }
  #desktop-menu-wrapper #menu-desktop-menu {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 0px;
    width: 600px;
    margin: 0px;
    margin-top: 14px;
    float: right; }
  #desktop-menu-wrapper #menu-desktop-menu .menu-item-has-children:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #78AB42;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10; }
  #desktop-menu-wrapper #menu-desktop-menu li {
    list-style-type: none;
    position: relative; }
  #desktop-menu-wrapper #menu-desktop-menu li a {
    font-family: "DINNextW01-CondensedMed";
    font-size: 25px;
    color: #3A4396;
    text-transform: uppercase;
    padding: 5px;
    padding-right: 30PX;
    padding-left: 10PX;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    text-decoration: none; }
  #desktop-menu-wrapper #menu-desktop-menu li ul.dropdown {
    display: none;
    border: 0px solid black;
    position: absolute;
    padding-left: 0px;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    background-color: #397644; }
  #desktop-menu-wrapper #menu-desktop-menu li ul.dropdown li {
    margin: 0px;
    padding: 10px;
    background: #397644;
    border-bottom: 1px solid #78AB42;
    text-align: center; }
  #desktop-menu-wrapper #menu-desktop-menu li ul.dropdown li a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: transparent; }
  #desktop-menu-wrapper #menu-desktop-menu li ul.dropdown li.current-menu-item a {
    color: #AFC44F; }
  #desktop-menu-wrapper #menu-desktop-menu li ul.dropdown li:hover {
    background: #78AB42;
    border-bottom: 1px solid #fff; }
  #desktop-menu-wrapper #menu-desktop-menu li ul.dropdown li:hover a {
    color: #fff; }
  #desktop-menu-wrapper #menu-desktop-menu li:hover.menu-item-has-children:after {
    border-top: 6px solid #fff; }
  #desktop-menu-wrapper #menu-desktop-menu li:hover a {
    background: #78AB42;
    color: #fff; }
  #desktop-menu-wrapper #menu-desktop-menu li:hover ul.dropdown {
    display: block; }
  .row {
    max-width: 1200px;
    margin: 0px auto; }
  .row.align-full {
    max-width: 100%; }
  .row.align-wide {
    max-width: 80%;
    padding: 0px 15px; }
  #content > h1,
  #content > h2,
  #content > h3,
  #content > h4,
  #content > h5,
  #content > h6,
  #content > p,
  #content > ul,
  #content > ol,
  #content > .wp-block-columns,
  #content > img {
    max-width: 1200px;
    margin: 0px auto; }
  .single-recipies #content > h1 {
    margin-left: 0px;
    margin-right: 0px; }
  .wp-block-embed-youtube {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-columns.row {
    padding-left: 20px;
    padding-right: 20px; }
  figure.wp-block-image {
    margin-left: 40px;
    margin-right: 40px; }
  #content > h1.align-full,
  #content > h2.align-full,
  #content > h3.align-full,
  #content > h4.align-full,
  #content > h5.align-full,
  #content > h6.align-full,
  #content > p.align-full,
  #content > ul.align-full,
  #content > ol.align-full,
  #content > .wp-block-columns.align-full,
  #content > img.align-full {
    max-width: 100%;
    padding: 0px 15px; }
  #content > h1.align-wide,
  #content > h2.align-wide,
  #content > h3.align-wide,
  #content > h4.align-wide,
  #content > h5.align-wide,
  #content > h6.align-wide,
  #content > p.align-wide,
  #content > ul.align-wide,
  #content > ol.align-wide,
  #content > .wp-block-columns.align-wide,
  #content > img.align-wide {
    max-width: 80%;
    padding: 0px 15px; }
  .slideshow-outer-wrapper .slides .slide img.desktop-image {
    display: block; }
  .slideshow-outer-wrapper .slides .slide img.mobile-image {
    display: none; }
  .slideshow-outer-wrapper .slides .cycle-prev,
  .slideshow-outer-wrapper .slides .cycle-next {
    top: 50%; }
  .promo-outer-wrapper {
    padding: 40px 0px; }
  .promo-outer-wrapper .promo-wrapper .promo-block .promo-block-image i {
    font-size: 50px; }
  .carousel-outer-wrapper .main-item-wrapper .main-single-wrapper.active {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
  .channel-nav-wrapper .channel-nav ul {
    padding-left: 0px; }
  .channel-nav-wrapper .channel-nav ul li {
    list-style-type: none;
    padding: 5px; }
  .channel-nav-wrapper .channel-nav ul li.current_page_item a {
    border-bottom-width: 3px; }
  .image-overlay-wrapper .image-overlay {
    max-width: 100%; }
  .image-overlay-wrapper .image-overlay.content-align-left .image-overlay-content {
    left: calc(10% - 15px); }
  .image-overlay-wrapper .image-overlay.content-align-center .image-overlay-content {
    left: 50%;
    margin-left: transformX(-50%);
    width: 30%; }
  .image-overlay-wrapper .image-overlay.content-align-right .image-overlay-content {
    left: calc(75% - 15px);
    width: 20%; }
  .image-overlay-wrapper .image-overlay img.mobile-image {
    display: none; }
  .image-overlay-wrapper.is-style-centered-image .image-overlay-content {
    top: 22%;
    text-align: center; }
  .banner-block.align-full {
    padding-left: 0px;
    padding-right: 0px; }
  .bread-crumbs-wrapper {
    padding-left: 0px;
    padding-right: 0px; }
  .blog-feed-wrapper {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 32px; }
  .FeBe .grid-x > .small-12.large-7 {
    width: 58.33333%; }
  .FeBe .grid-x > .small-12.large-5 {
    width: 41.66667%; } }

@media (min-width: 1020px) and (min-width: 1025px) {
  .image-overlay-wrapper .image-overlay img.tablet-image {
    display: none; }
  .image-overlay-wrapper .image-overlay img.desktop-image {
    display: block;
    min-width: 100%; } }

@media only screen and (min-width: 1020px) and (max-width: 1040px) {
  #desktop-menu-wrapper {
    width: 800px; }
  #desktop-menu-wrapper #menu-desktop-menu li a {
    font-size: 23px;
    padding-right: 24PX; }
  #desktop-menu-wrapper #menu-desktop-menu {
    width: 541px; } }

@media (min-width: 1020px) {
  .research-outer-wrapperAll .research-box .research-categories {
    display: flex;
    flex-wrap: wrap; }
    .research-outer-wrapperAll .research-box .research-categories .single-research-category {
      width: 31%;
      margin-right: 2%;
      background-color: white; }
      .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro {
        display: flex;
        flex-flow: column; }
        .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro .single-research-category-intro-image {
          width: 100%;
          max-height: 250px;
          overflow: hidden; }
          .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro .single-research-category-intro-image img.mobile-image {
            display: none; }
          .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro .single-research-category-intro-image img.desktop-image {
            display: block;
            width: 100%;
            max-width: 100%;
            max-height: 100%;
            height: auto; }
        .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro .single-research-category-intro-title {
          padding: 25px 42px;
          text-align: center; }
        .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro:hover .single-research-category-intro-title h3 {
          text-decoration: underline; }
        .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-intro.show-cat-descr {
          background-color: #0E56A7; }
      .research-outer-wrapperAll .research-box .research-categories .single-research-category:has(.show-cat-descr), .research-outer-wrapperAll .research-box .research-categories .single-research-category.show-cat-descr {
        background-color: #0E56A7; }
      .research-outer-wrapperAll .research-box .research-categories .single-research-category.show-cat-descr {
        background-color: #0E56A7; }
        .research-outer-wrapperAll .research-box .research-categories .single-research-category.show-cat-descr .single-research-category-intro-title h3 {
          color: white; }
      .research-outer-wrapperAll .research-box .research-categories .single-research-category .single-research-category-mobile-description {
        display: none; }
    .research-outer-wrapperAll .research-box .research-categories .single-research-category-desktop-description-wrapper {
      padding: 20px 40px; }
      .research-outer-wrapperAll .research-box .research-categories .single-research-category-desktop-description-wrapper.show-cat-descr {
        display: block; }
      .research-outer-wrapperAll .research-box .research-categories .single-research-category-desktop-description-wrapper:has(.show-cat-descr) {
        display: block; }
      .research-outer-wrapperAll .research-box .research-categories .single-research-category-desktop-description-wrapper .single-research-category-desktop-description {
        display: block;
        height: 0px;
        width: 100%;
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out; }
        .research-outer-wrapperAll .research-box .research-categories .single-research-category-desktop-description-wrapper .single-research-category-desktop-description.show-cat-descr {
          -webkit-animation: show-cat-descr 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: show-cat-descr 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
        .research-outer-wrapperAll .research-box .research-categories .single-research-category-desktop-description-wrapper .single-research-category-desktop-description h3 {
          font-size: 32px;
          line-height: 28px;
          color: #0E56A7; }
  .research-search .category-content-wrapper,
  .single-research .category-content-wrapper,
  .tax-research_tax .category-content-wrapper {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap; }
    .research-search .category-content-wrapper .research-search-cat-wrapper,
    .single-research .category-content-wrapper .research-search-cat-wrapper,
    .tax-research_tax .category-content-wrapper .research-search-cat-wrapper {
      width: 30%;
      padding-top: 30px;
      padding-bottom: 30px; }
      .research-search .category-content-wrapper .research-search-cat-wrapper .research-search-cat > div,
      .single-research .category-content-wrapper .research-search-cat-wrapper .research-search-cat > div,
      .tax-research_tax .category-content-wrapper .research-search-cat-wrapper .research-search-cat > div {
        margin-bottom: 25px; }
    .research-search .category-content-wrapper .research-articles-wrapper,
    .single-research .category-content-wrapper .research-articles-wrapper,
    .tax-research_tax .category-content-wrapper .research-articles-wrapper {
      margin-bottom: 30px;
      width: 65%; }
      .research-search .category-content-wrapper .research-articles-wrapper .research-articles,
      .single-research .category-content-wrapper .research-articles-wrapper .research-articles,
      .tax-research_tax .category-content-wrapper .research-articles-wrapper .research-articles {
        margin-bottom: 30px; }
        .research-search .category-content-wrapper .research-articles-wrapper .research-articles .single-research-article,
        .single-research .category-content-wrapper .research-articles-wrapper .research-articles .single-research-article,
        .tax-research_tax .category-content-wrapper .research-articles-wrapper .research-articles .single-research-article {
          display: flex;
          flex-flow: row;
          flex-wrap: nowrap; }
          .research-search .category-content-wrapper .research-articles-wrapper .research-articles .single-research-article:first-of-type,
          .single-research .category-content-wrapper .research-articles-wrapper .research-articles .single-research-article:first-of-type,
          .tax-research_tax .category-content-wrapper .research-articles-wrapper .research-articles .single-research-article:first-of-type {
            padding-top: 0px; }
          .research-search .category-content-wrapper .research-articles-wrapper .research-articles .single-research-article .single-research-article-title,
          .single-research .category-content-wrapper .research-articles-wrapper .research-articles .single-research-article .single-research-article-title,
          .tax-research_tax .category-content-wrapper .research-articles-wrapper .research-articles .single-research-article .single-research-article-title {
            width: 68%; }
          .research-search .category-content-wrapper .research-articles-wrapper .research-articles .single-research-article .single-research-article-link,
          .single-research .category-content-wrapper .research-articles-wrapper .research-articles .single-research-article .single-research-article-link,
          .tax-research_tax .category-content-wrapper .research-articles-wrapper .research-articles .single-research-article .single-research-article-link {
            width: 32%;
            display: flex;
            align-items: center;
            justify-content: flex-end; }
  .research-search .related-articles,
  .single-research .related-articles,
  .tax-research_tax .related-articles {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap; }
    .research-search .related-articles h2,
    .single-research .related-articles h2,
    .tax-research_tax .related-articles h2 {
      width: 100%;
      margin-bottom: 25px; }
    .research-search .related-articles .related-article,
    .single-research .related-articles .related-article,
    .tax-research_tax .related-articles .related-article {
      width: 48%;
      margin-right: 4%; }
      .research-search .related-articles .related-article a.button,
      .single-research .related-articles .related-article a.button,
      .tax-research_tax .related-articles .related-article a.button {
        margin-top: 15px; }
      .research-search .related-articles .related-article ~ .related-article,
      .single-research .related-articles .related-article ~ .related-article,
      .tax-research_tax .related-articles .related-article ~ .related-article {
        margin-top: 0px;
        margin-right: 0px; }
  .research-search .research-promo,
  .single-research .research-promo,
  .tax-research_tax .research-promo {
    display: flex;
    flex-flow: row;
    margin-bottom: 30px;
    overflow: hidden; }
    .research-search .research-promo .research-promo-image,
    .single-research .research-promo .research-promo-image,
    .tax-research_tax .research-promo .research-promo-image {
      width: 50%;
      max-height: 100%;
      overflow: hidden; }
      .research-search .research-promo .research-promo-image img,
      .single-research .research-promo .research-promo-image img,
      .tax-research_tax .research-promo .research-promo-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .research-search .research-promo .research-promo-content,
    .single-research .research-promo .research-promo-content,
    .tax-research_tax .research-promo .research-promo-content {
      width: 50%; }
      .research-search .research-promo .research-promo-content:before,
      .single-research .research-promo .research-promo-content:before,
      .tax-research_tax .research-promo .research-promo-content:before {
        content: ' ';
        height: 110%;
        width: 200px;
        background-color: #0E56A7;
        position: absolute;
        top: -15px;
        left: 0;
        transform: translateY(0%) translateX(-50%);
        clip-path: ellipse(26% 47% at 50% 51%); }
  .grid-content-outer-wrapper .grid-content-prev,
  .grid-content-outer-wrapper .grid-content-next {
    display: none; }
  .grid-content-outer-wrapper .grid-content-wrapper .single-grid-item {
    width: calc(50% - 20px); } }

/*
XLARGE
*/
@media (min-width: 1200px) {
  /* XLARGE */ }

/*
XXLARGE
*/
@media (min-width: 1440px) {
  /* XXLARGE */ }

/*
PRINT STYLESHEET
*/
@media print {
  *, *:after {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  a:after, a:visited:after {
    content: " (" attr(href) ")"; }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; }
  .header_logo {
    background: URL("/wp-content/uploads/2020/03/wb-logo.svg") no-repeat !important;
    background-size: cover !important; }
  .menu-wrappers {
    display: none; }
  .smallImg .recipe-overlay-content {
    height: auto; }
  .reciWarp, .footer {
    display: none; }
  .SearchTrigger {
    display: none; }
  #headerWrap {
    display: none; }
  .recipe-overlay-wrapper {
    margin-top: 0px; }
  .recipe-overlay-content {
    padding-top: 0px; }
  .recipe-page {
    page-break-before: always; } }

/*# sourceMappingURL=style.css.map */
