@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.vex, .vex *, .vex *:before, .vex *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.vex-overlay {
  -webkit-animation: vex-fadein .5s;
          animation: vex-fadein .5s;
  position: fixed;
  z-index: 1111;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vex-overlay.vex-closing {
  -webkit-animation: vex-fadeout .5s forwards;
          animation: vex-fadeout .5s forwards;
}

.vex-content {
  -webkit-animation: vex-fadein .5s;
          animation: vex-fadein .5s;
  background: #fff;
}

.vex.vex-closing .vex-content {
  -webkit-animation: vex-fadeout .5s forwards;
          animation: vex-fadeout .5s forwards;
}

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7";
}

.vex-dialog-form {
  margin: 0;
}

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.vex-loading-spinner {
  -webkit-animation: vex-rotation .7s linear infinite;
          animation: vex-rotation .7s linear infinite;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff;
}

body.vex-open {
  overflow: hidden;
}

@font-face {
  font-family: 'Arvo';
  src: url("../fonts/Arvo-Regular.ttf") format("truetype");
  /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Arvo Bold';
  src: url("../fonts/Arvo-Bold.ttf") format("truetype");
  /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Helvetica Thin';
  src: url("../fonts/HelveticaNeueThin.ttf") format("truetype");
}

@font-face {
  font-family: 'Helvetica Condensed';
  src: url("../fonts/HelveticaNeueCondensed.otf") format("truetype");
}

/*********************
BREAKPOINTS
*********************/
.button {
  text-align: center;
  padding: 13px 30px;
  min-width: 200px;
  text-decoration: none;
  font-family: "Helvetica Thin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 64em) {
  .button {
    padding: 10px 16px;
    min-width: 170px;
  }
}

.button.-learn-more, .button.-form-btn {
  background-color: #ffc914;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid transparent;
}

.button.-learn-more:hover, .button.-learn-more:focus, .button.-learn-more:active, .button.-form-btn:hover, .button.-form-btn:focus, .button.-form-btn:active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #f1ba00;
  text-decoration: underline;
}

.button.-learn-more:focus, .button.-learn-more:active, .button.-form-btn:focus, .button.-form-btn:active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #f1ba00;
}

.button.-learn-more2 {
  background-color: white;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid transparent;
  color: #b71388;
}

.button.-learn-more2:hover, .button.-learn-more2:focus, .button.-learn-more2:active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #b71388;
  text-decoration: underline;
  color: white;
}

.button.-learn-more2:focus, .button.-learn-more2:active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #b71388;
  color: white;
}

.button.-form-btn {
  padding: 18px 60px;
  font-weight: 100;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 64em) {
  .button.-form-btn {
    padding: 15px 40px;
    margin-bottom: 0px;
  }
}

@media (max-width: 37.5em) {
  .section {
    text-align: center;
  }
}

.accordion-content {
  display: none;
}

@media (max-width: 37.5em) {
  .accordion {
    padding-left: 20px;
    padding-right: 20px;
  }
  .accordion-header {
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    width: 86%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .accordion-header a {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion-header.active .navbar-list-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .accordion .navbar-list-arrow {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .accordion-content {
    display: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition: none;
    transition: none;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.navbar {
  text-transform: uppercase;
  padding-left: 55px;
  padding-right: 55px;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}

@media (max-width: 50em) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar a {
  font-size: 14px;
}

.navbar .navbar-list-submenu {
  text-transform: capitalize;
  padding: 5px;
}

@media (max-width: 64em) {
  .navbar {
    display: block;
  }
}

.navbar a {
  text-decoration: none;
  color: #00A88E;
}

.navbar-list-parent {
  padding: 5px;
}

@media (max-width: 37.5em) {
  .navbar.active label span {
    opacity: 0;
    top: 50% !important;
  }
  .navbar.active label span:first-child {
    opacity: 1;
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  .navbar.active label span:last-child {
    opacity: 1;
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@media (max-width: 37.5em) {
  .navbar.active .navbar-list.mobile {
    background: white;
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }
  .navbar.active .navbar-list.mobile > ul > li {
    opacity: 1;
  }
  .navbar.active .navbar-list.mobile > ul > li a {
    padding: 15px;
  }
  .navbar.active .navbar-list.mobile > ul > li ul li a {
    text-transform: capitalize;
  }
}

.navbar-header {
  padding: 0;
  display: none;
  margin: 0;
}

@media (max-width: 37.5em) {
  .navbar-header {
    display: block;
  }
}

.navbar-header label {
  position: fixed;
  top: 13px;
  right: 13px;
  height: 40px;
  width: 40px;
  z-index: 10;
}

.navbar-header label span {
  position: absolute;
  width: 50%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 25%;
  display: block;
  background: #00A88E;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.navbar-header label span:first-child {
  top: 13px;
}

.navbar-header label span:nth-child(2) {
  top: 20px;
}

.navbar-header label span:last-child {
  top: 27px;
}

.navbar-header label:hover,
.navbar-header label:focus {
  cursor: pointer;
}

.navbar-header-logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.navbar-header-logo img {
  height: 50px;
  padding: 5px;
}

@media (max-width: 37.5em) {
  .navbar-header-logo {
    display: block;
  }
}

.navbar-list {
  display: inline-block;
  padding: 0;
  margin-left: 5%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 70%;
  list-style: none;
  list-style-image: url(data:0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 80px;
}

@media (max-width: 70em) {
  .navbar-list {
    padding-right: 0px;
    padding-left: 0;
    margin-right: 0;
    width: auto;
    margin-left: 2%;
  }
}

@media (max-width: 64em) {
  .navbar-list {
    padding-left: 0;
    margin-right: 0;
    width: auto;
    margin-left: 0;
  }
}

@media (max-width: 37.5em) {
  .navbar-list {
    display: none;
  }
}

.navbar-list.mobile {
  display: none;
}

@media (max-width: 37.5em) {
  .navbar-list.mobile {
    display: block;
  }
}

.navbar-list ul {
  margin: 0;
  padding: 0;
}

.navbar .navbar-list li,
.navbar a {
  list-style: none;
  display: inline-block;
}

@media (max-width: 37.5em) {
  .navbar .navbar-list li,
  .navbar a {
    display: block;
  }
  .navbar .navbar-list li.navbar-logo,
  .navbar a.navbar-logo {
    display: none;
  }
}

.navbar li.navbar-header-logo {
  padding: 10px 0 0 0;
}

.navbar a {
  cursor: pointer;
}

.navbar a:hover, .navbar a:focus {
  color: blue;
}

.navbar-logo {
  display: inline-block;
}

@media (max-width: 37.5em) {
  .navbar-logo {
    display: none;
  }
}

.navbar-logo img {
  height: 70px;
  margin: 20px 10px 10px 0px;
}

@media (max-width: 64em) {
  .navbar-logo img {
    max-width: 190px;
    margin: 20px 30% 0px 20px;
  }
}

@media (max-width: 37.5em) {
  .navbar-logo img {
    max-width: 180px;
    margin: 15px 0 8px 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 37.5em) {
  .navbar-header input {
    display: none;
  }
  .navbar-list.mobile {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 3;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    overflow: hidden;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    width: auto;
    margin: 0;
  }
  .navbar-list.mobile > ul {
    text-align: left;
    position: absolute;
    top: 100px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .navbar-list.mobile > ul > li {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0;
  }
  .navbar-list.mobile > ul > li > a {
    text-decoration: none;
    text-transform: uppercase;
    color: #00A88E;
    font-weight: 700;
    display: inline-block;
    padding: 13px 0;
  }
}

@media (min-width: 37.5em) {
  .navbar-list:not(.mobile) {
    width: 100%;
    margin: 0px auto;
    /* Sub Menus */
  }
  .navbar-list:not(.mobile) .parent-active ul {
    z-index: 1;
    opacity: 1;
  }
  .navbar-list:not(.mobile) li {
    display: inline-block;
    white-space: nowrap;
  }
  .navbar-list:not(.mobile) a {
    border-bottom: none;
    text-align: center;
  }
  .navbar-list:not(.mobile) > ul > li {
    float: left;
    display: inline-block;
    position: relative;
  }
  .navbar-list:not(.mobile) > ul > li > a {
    padding: 10px 20px;
  }
}

@media (min-width: 37.5em) and (max-width: 70em) {
  .navbar-list:not(.mobile) > ul > li > a {
    padding: 10px 10px;
  }
}

@media (min-width: 37.5em) and (max-width: 50em) {
  .navbar-list:not(.mobile) > ul > li > a {
    padding: 10px 8px;
  }
}

@media (min-width: 37.5em) {
  .navbar-list:not(.mobile) li ul {
    position: absolute;
    width: inherit;
    min-width: 100%;
    padding: 5px 0px;
    position: absolute;
    background-color: #FFFFFF;
    top: 101%;
    right: 0px;
    z-index: -1;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    text-align: left;
  }
  .navbar-list:not(.mobile) li {
    position: relative;
  }
  .navbar-list:not(.mobile) li:hover > a,
  .navbar-list:not(.mobile) li:focus > a {
    color: #00A88E;
  }
  .navbar-list:not(.mobile) li:hover ul,
  .navbar-list:not(.mobile) li:focus ul {
    z-index: 1;
    opacity: 1;
  }
  .navbar-list:not(.mobile) li ul {
    padding: 0;
  }
  .navbar-list:not(.mobile) li ul li {
    padding: 0;
    display: block;
  }
  .navbar-list:not(.mobile) li ul li a {
    padding: 10px 20px;
    width: 100%;
    text-align: left;
  }
  .navbar-list:not(.mobile) li ul li a:hover,
  .navbar-list:not(.mobile) li ul li a:focus {
    background-color: #f0f0f0;
  }
}

.subnav {
  position: absolute;
}

[data-visually-hidden="true"] {
  display: none !important;
}

[data-visually-hidden="false"] {
  display: block !important;
  z-index: 1 !important;
  opacity: 1 !important;
}

.footer {
  background-color: #f0f0f0;
}

.footer-inner {
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 30px;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 37.5em) {
  .footer-inner {
    display: block;
  }
}

.footer p {
  text-align: center;
  font-size: 15px;
  padding-bottom: 10px;
  margin: 0;
}

.footer-list {
  display: inline-block;
  padding: 0;
  margin-left: 5%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 70%;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 64em) {
  .footer-list {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}

@media (max-width: 37.5em) {
  .footer-list {
    display: block;
    margin-bottom: 0;
  }
}

.footer li,
.footer a {
  list-style: none;
  display: inline-block;
  font-size: 14px;
}

@media (max-width: 37.5em) {
  .footer li,
  .footer a {
    display: block;
  }
}

.footer li {
  padding: 10px 10px;
}

.footer a {
  cursor: pointer;
  color: #00A88E;
  text-decoration: none;
}

.footer a:hover, .footer a:focus {
  text-decoration: underline;
  color: #00A88E;
}

.footer-logo {
  display: inline-block;
}

.footer-logo img {
  max-width: 180px;
  margin: 20px;
}

@media (min-width: 50em) {
  .footer-logo img {
    max-width: 242px;
    height: 70px;
    margin: 20px 30% 20px 20px;
  }
}

@media (max-width: 37.5em) {
  .footer-logo img {
    max-height: 50px;
    margin: 15px;
    display: none;
  }
}

.footer-logo-mobile {
  display: block;
}

@media (min-width: 37.5em) {
  .footer-logo-mobile {
    display: none;
  }
}

.footer-logo-mobile img {
  max-height: 50px;
  margin: 15px;
}

.herotile {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 64em) {
  .herotile {
    margin-bottom: 20px;
  }
}

@media (max-width: 37.5em) {
  .herotile {
    margin-bottom: 0;
  }
}

.herotile-image {
  max-height: 563px;
  overflow: hidden;
  position: relative;
}

.herotile-image img {
  width: 100%;
}

.herotile-text {
  width: 100%;
  position: absolute;
  top: 0;
  left: -webkit-calc(100%-640px);
  left: calc(100%-640px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 37.5em) {
  .herotile-text {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.herotile-text-inner {
  padding-left: 55px;
  padding-right: 55px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 37.5em) {
  .herotile-text-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 37.5em) {
  .herotile-text {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }
}

.herotile-text-heading {
  margin: 0;
  font-weight: 700;
}

@media (max-width: 64em) {
  .herotile-text-heading {
    font-size: 3rem;
  }
}

@media (max-width: 37.5em) {
  .herotile-text-heading {
    font-size: 2.5rem;
  }
}

.herotile-text-subheading {
  max-width: 360px;
}

@media (max-width: 64em) {
  .herotile-text-subheading {
    max-width: 250px;
  }
}

@media (max-width: 37.5em) {
  .herotile-text-subheading {
    max-width: none;
    font-size: 1.3rem;
  }
}

.producttile {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 55px;
  padding-right: 55px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 37.5em) {
  .producttile {
    display: block;
    padding: 45px 20px 20px;
  }
}

.producttile-heading {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
}

@media (max-width: 64em) {
  .producttile-heading {
    font-size: 2.3rem;
  }
}

.producttile-textwrapper {
  max-width: 400px;
  min-width: 37%;
  margin-right: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 37.5em) {
  .producttile-textwrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

.producttile-textwrapper .button {
  margin-top: 25px;
}

@media (max-width: 37.5em) {
  .producttile-textwrapper .button {
    margin-top: 15px;
  }
}

.producttile-imagewrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.producttile-imagewrapper img {
  max-width: 650px;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.flexStuff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.texttile {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 55px;
  padding-right: 55px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 64em) {
  .texttile {
    display: block;
    padding: 30px 20px;
  }
}

@media (max-width: 37.5em) {
  .texttile {
    display: block;
    padding: 20px 20px;
  }
}

.texttile-heading, .texttile h2 {
  margin: 0.4em 0 0.1em 0;
}

.texttile-subheading, .texttile h3 {
  margin: 0.1em 0;
}

.texttile-body, .texttile p {
  font-size: 1.25rem;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 64em) {
  .texttile-body, .texttile p {
    font-size: 1rem;
  }
}

.plantile {
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #00A88E;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 37.5em) {
  .plantile {
    display: block;
    padding: 45px 20px 20px;
  }
}

.plantile .slick-arrow {
  height: 60px;
  width: 50px;
  z-index: 2;
}

.plantile .slick-arrow:focus {
  outline: auto 5px -webkit-focus-ring-color;
}

.plantile .slick-prev:before {
  content: url("../images/prev-arrow.png");
  color: #FFFFFF;
}

.plantile .slick-next:before {
  content: url("../images/next-arrow.png");
  color: #FFFFFF;
}

.plantile-slide {
  height: 100%;
}

.plantile-slide-ontrack-logo {
  width: 190px;
  margin: 10px auto 30px;
}

.plantile-slide.-hide {
  opacity: 0;
  height: 0;
}

.plantile-slide-carousel {
  position: relative;
}

.plantile-slide-carousel-page input[type="checkbox"] {
  width: 100px;
  position: absolute;
}

.plantile-slide-carousel .slick-arrow {
  display: none !important;
}

.plantile-slide-carousel .slick-arrow.show {
  display: inline-block !important;
}

.plantile-slide-carousel .slick-arrow.slick-disabled {
  display: none !important;
}

.plantile-inner {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 64em) {
  .plantile-inner {
    padding: 0;
  }
}

@media (max-width: 37.5em) {
  .plantile-inner {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
}

.plantile-heading {
  color: #FFFFFF;
  max-width: 400px;
  margin: 0 auto;
}

.plantile-heading.-name, .plantile-heading.-recipe-list {
  max-width: none;
}

.plantile-heading.-recipe-list {
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 64em) {
  .plantile-heading {
    max-width: 330px;
  }
}

.plantile-form {
  margin: 0px;
}

.plantile-form-checkbox .plantile-form-checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 650px;
  margin: 0 auto;
}

.plantile-form-checkbox .plantile-form-label {
  font-size: 1.8rem;
  font-weight: 100;
  margin-top: 0px;
  width: 100%;
}

.plantile-form-checkbox fieldset {
  border: none;
  margin: 0 auto;
}

.plantile-form-checkbox input {
  opacity: 0;
  height: 0;
  width: 0;
  display: none;
}

.plantile-form-checkbox input:checked + label {
  background-color: #FFFFFF;
  color: #00A88E;
  -webkit-transition: 0s;
  transition: 0s;
}

.plantile-form-checkbox input:hover + label, .plantile-form-checkbox input:focus + label {
  border: 2px solid #FFFFFF;
}

.plantile-form-checkbox input:hover + label span:first-child, .plantile-form-checkbox input:focus + label span:first-child {
  text-decoration: underline;
}

.plantile-form-checkbox label:hover, .plantile-form-checkbox label:focus {
  border: 2px solid #FFFFFF;
}

.plantile-form-checkbox label:hover span:first-child, .plantile-form-checkbox label:focus span:first-child {
  text-decoration: underline;
}

.plantile-form-checkbox label {
  border: 2px solid transparent;
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #015c4e;
  color: #FFFFFF;
  width: 200px;
  height: 100px;
  display: inline-block;
  font-weight: 600;
  border-radius: 5px;
  font-size: 1.3rem;
  padding: 10px 20px;
  float: left;
  margin: 5px;
  cursor: pointer;
}

@media (max-width: 37.5em) {
  .plantile-form-checkbox label {
    width: 100%;
    height: auto;
  }
}

.plantile-form-checkbox label span:nth-child(2) {
  display: block;
  padding-top: 10px;
  font-weight: 100;
  font-size: 0.9rem;
  -webkit-transition: 0s;
  transition: 0s;
}

.plantile-form-label {
  display: block;
  color: #FFFFFF;
  font-family: "Helvetica Thin", Helvetica, Arial, sans-serif;
  margin: 0.8em 0;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 600;
}

@media (max-width: 64em) {
  .plantile-form-label {
    font-size: 1rem;
  }
}

.plantile-form-input {
  display: block;
  margin: 30px auto 0px;
  background-color: #015c4e;
  border: 0;
  border-radius: 5px;
  font-size: 30px;
  color: #FFFFFF;
  padding: 21px;
  width: 100%;
  max-width: 640px;
  text-align: center;
}

@media (max-width: 64em) {
  .plantile-form-input {
    font-size: 25px;
    padding: 15px;
    max-width: 540px;
  }
}

.plantile-recipe-list {
  padding-left: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 37.5em) {
  .plantile-recipe-list {
    padding-left: 0px;
  }
}

.plantile-recipe-list-cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.plantile .plantile-recipe-list {
  color: #FFFFFF;
}

.plantile .plantile-recipe-list-cards-list {
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 37.5em) {
  .plantile .plantile-recipe-list-cards-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.plantile .plantile-recipe-list-cards-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f0f0f0;
}

.plantile .plantile-recipe-list-cards-list::-webkit-scrollbar {
  width: 10px;
  background-color: #cccccc;
}

.plantile .plantile-recipe-list-cards-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #aaaaaa;
}

.plantile .plantile-recipe-list-cards-item {
  color: #FFFFFF;
  text-align: left;
  margin: 10px 0;
}

.plantile .plantile-recipe-list-cards-link {
  text-decoration: none;
  color: #FFFFFF;
}

.plantile .plantile-recipe-list-cards-link:hover, .plantile .plantile-recipe-list-cards-link:focus {
  text-decoration: underline;
}

.recipecontenttile {
  text-align: center;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 37.5em) {
  .recipecontenttile {
    display: block;
    padding: 45px 20px 20px;
  }
}

.recipecontenttile-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
}

.recipecontenttile-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 37.5em) {
  .recipecontenttile-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.recipecontenttile-cards {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media (min-width: 37.5em) {
  .recipecontenttile-cards {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 37.5em) {
  .recipecontenttile-cards {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.storiescontenttile {
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 37.5em) {
  .storiescontenttile {
    display: block;
    padding: 45px 20px 20px;
  }
}

.storiescontenttile-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
}

.storiescontenttile-inner {
  padding-top: 30px;
}

@media (max-width: 37.5em) {
  .storiescontenttile-inner {
    padding-top: 0;
  }
}

.storiescontenttile-heading {
  font-size: 2rem;
  margin: 0.1em 0;
}

@media (max-width: 64em) {
  .storiescontenttile-heading {
    font-size: 1.9rem;
  }
}

@media (max-width: 37.5em) {
  .storiescontenttile-heading {
    font-size: 1.5rem;
  }
}

.storiescontenttile-subheading {
  margin: 0.1em 0;
}

.storiescontenttile-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media (min-width: 37.5em) {
  .storiescontenttile-cards {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 37.5em) {
  .storiescontenttile-cards {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.clinicalstudiestile {
  background-color: #00A88E;
  color: #FFFFFF;
}

.clinicalstudiestile-inner {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 55px;
  padding-right: 55px;
  max-width: 1280px;
  margin: 30px auto 0 auto;
}

@media (max-width: 37.5em) {
  .clinicalstudiestile-inner {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.clinicalstudiestile-subheading {
  font-family: "Arvo", Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
  margin: 0.3em 0;
}

@media (max-width: 64em) {
  .clinicalstudiestile-subheading {
    font-size: 1.7rem;
    margin: 0.1em 0;
  }
}

@media (max-width: 37.5em) {
  .clinicalstudiestile-subheading {
    font-size: 1.4rem;
  }
}

.clinicalstudiestile-heading {
  font-size: 4.4rem;
}

@media (max-width: 64em) {
  .clinicalstudiestile-heading {
    font-size: 3.3rem;
    margin: 0.1em 0;
  }
}

@media (max-width: 37.5em) {
  .clinicalstudiestile-heading {
    font-size: 3rem;
    margin: 0.1em 0;
  }
}

.clinicalstudiestile-cards {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 50em) {
  .clinicalstudiestile-cards {
    margin-top: 20px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bannertile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 280px;
  height: 270px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 37.5em) {
  .bannertile {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.bannertile-text {
  font-weight: 800;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #00A88E;
  text-align: center;
  max-width: 50%;
}

@media (max-width: 37.5em) {
  .bannertile-text {
    max-width: 70%;
  }
}

.richtexttile {
  text-align: center;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 37.5em) {
  .richtexttile {
    display: block;
    padding: 45px 20px 20px;
  }
}

.richtexttile-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.richtexttile-video-wrapper {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.richtexttile-video-wrapper-inner {
  cursor: pointer;
}

.richtexttile-video-wrapper-inner.video-play:after {
  content: '';
  background: url("../../images/play-button.png");
  position: absolute;
  width: 12.1%;
  background-size: contain;
  height: 21.5%;
  top: 41%;
  left: 44%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 37.5em) {
  .richtexttile {
    padding: 45px 20px 20px;
  }
}

.richtexttile iframe, .richtexttile img, .richtexttile video {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.richtexttile video {
  height: auto;
}

.richtexttile img {
  max-width: 100%;
  height: auto;
}

.recipecard {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  min-width: 200px;
  max-width: 350px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 37.5em) {
  .recipecard {
    margin-right: 0px;
  }
}

@media (min-width: 37.5em) {
  .recipecard {
    width: 30%;
  }
}

.recipecard:hover .recipecard-overlay-text .title, .recipecard:focus .recipecard-overlay-text .title {
  text-decoration: underline;
}

.recipecard:hover img,
.recipecard:focus img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.recipecard:hover span,
.recipecard:focus span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.recipecard img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}

.recipecard-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.recipecard-overlay-text {
  padding: 15px 5px;
  font-family: "Helvetica Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: rgba(233, 19, 140, 0.8);
  margin-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  margin: 0;
  width: 100%;
}

@media (max-width: 70em) {
  .recipecard-overlay-text {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 37.5em) {
  .recipecard-overlay-text {
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.recipecard-overlay-text span {
  display: block;
  padding: 5px 0;
}

.recipecard-overlay-text span.title {
  font-size: 1.2rem;
  font-weight: 600;
}

.storycard {
  position: relative;
  overflow: hidden;
  margin: 10px;
  max-width: 350px;
  width: 30%;
  cursor: pointer;
  background-color: #f0f0f0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-bottom: 15px;
}

@media (max-width: 37.5em) {
  .storycard {
    margin-right: 0px;
    width: 100%;
  }
}

.storycard:hover, .storycard:focus {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.storycard:hover .storycard-text, .storycard:focus .storycard-text {
  background-color: #FFFFFF;
  color: #000000;
}

.storycard img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  position: relative;
  display: block;
  max-width: 100%;
  border: 0;
}

.storycard-text {
  padding: 20px;
  color: #FFFFFF;
  background-color: #e9138c;
  margin-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  margin: 0;
  width: 100%;
  height: 100%;
}

.storycard-text span {
  display: block;
  padding: 5px 0;
}

.box {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.box-link-wrapper {
  display: inline-block;
  height: 100%;
  text-decoration: none;
}

.box-title {
  font-size: 1.2rem;
  font-weight: 700;
}

@media (max-width: 64em) {
  .box-title {
    font-size: 1.1rem;
  }
}

.box-bodytext {
  font-size: 0.9rem;
}

.box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box:hover, .box:focus {
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.box:hover .box-title, .box:focus .box-title {
  text-decoration: underline;
}

.box:hover::after, .box:focus::after {
  opacity: 1;
}

.clinicalstudiescard {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 13rem;
  min-width: 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 64em) {
  .clinicalstudiescard {
    max-width: 11rem;
  }
}

@media (max-width: 37.5em) {
  .clinicalstudiescard {
    max-width: none;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.clinicalstudiescard-image {
  height: 80px;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 64em) {
  .clinicalstudiescard-image {
    height: 70px;
  }
}

@media (max-width: 37.5em) {
  .clinicalstudiescard-image {
    margin: 15px auto 10px;
  }
}

.clinicalstudiescard-heading {
  font-family: "Helvetica Thin", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
}

@media (max-width: 64em) {
  .clinicalstudiescard-heading {
    font-size: 1.7rem;
  }
}

.clinicalstudiescard-text {
  font-size: 0.9rem;
}

.minirecipecard {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 100px;
  max-width: 200px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
}

@media (max-width: 37.5em) {
  .minirecipecard {
    width: 100%;
    margin-right: 0px;
  }
}

.minirecipecard:hover .recipecard-overlay-text .title, .minirecipecard:focus .recipecard-overlay-text .title {
  text-decoration: underline;
}

.minirecipecard:hover img, .minirecipecard:focus img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.minirecipecard:hover span, .minirecipecard:focus span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.minirecipecard img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  position: relative;
  display: block;
  margin-right: 10px;
}

@media (max-width: 37.5em) {
  .minirecipecard img {
    width: 100%;
    margin-right: 0px;
  }
}

.minirecipecard img:hover .recipecard-overlay-text .title, .minirecipecard img:focus .recipecard-overlay-text .title {
  text-decoration: underline;
}

.minirecipecard img:hover img, .minirecipecard img:focus img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.minirecipecard img:hover span, .minirecipecard img:focus span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.minirecipecard img img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  border: 0;
}

.minirecipecard img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.minirecipecard img-overlay-text {
  padding: 15px 5px;
  font-family: "Helvetica Thin", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  background-color: rgba(1, 92, 78, 0.877);
  margin-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  margin: 0;
  width: 100%;
}

@media (max-width: 70em) {
  .minirecipecard img-overlay-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 37.5em) {
  .minirecipecard img-overlay-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.minirecipecard img-overlay-text span {
  display: block;
  padding: 5px 0;
}

.minirecipecard img-overlay-text span.title {
  font-size: 1.2rem;
}

.story-content {
  width: 55%;
  margin: 0 auto 55px;
  font-size: 1.1em;
  line-height: 1.6;
  font-family: "Helvetica Condensed", Helvetica, Arial, sans-serif;
}

@media (max-width: 64em) {
  .story-content {
    width: 80%;
  }
}

.content-accordion {
  width: 55%;
  margin: 0 auto 25px;
}

@media (max-width: 64em) {
  .content-accordion {
    width: 80%;
  }
}

.content-accordion .accordion {
  background: #00A88E;
  border: none;
  color: #FFFFFF;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.content-accordion .accordion h3,
.content-accordion .accordion span {
  font-size: 16px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  font-family: "Helvetica Condensed", Helvetica, Arial, sans-serif;
}

@media (max-width: 37.5em) {
  .content-accordion .accordion h3,
  .content-accordion .accordion span {
    font-size: 13px;
  }
}

.content-accordion .active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.content-accordion .panel {
  padding: 0;
  overflow: hidden;
  display: none;
  font-size: 18px;
}

.content-accordion .panel li {
  font-size: 18px;
}

.content-accordion .panel p {
  font-size: 18px;
  line-height: 1.6;
}

.content-accordion .panel p img {
  width: 50%;
}

.content-accordion:last-of-type {
  margin-bottom: 55px;
}

.content-hero {
  width: 100%;
  margin: 0 auto 40px;
}

.content-hero .content-hero-img {
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-hero .content-hero-wrapper {
  width: 55%;
  margin: 0 auto;
}

.content-hero .content-hero-wrapper h1 {
  margin: 25px 0;
}

@media (max-width: 64em) {
  .content-hero .content-hero-wrapper {
    width: 80%;
  }
}

.content-hero .content-grey {
  background: #f0f0f0;
}

.content-hero .content-grey .content-grey-wrapper {
  width: 55%;
  font-family: "Helvetica Condensed", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1.3;
  font-size: 18px;
  color: #00A88E;
}

@media (max-width: 64em) {
  .content-hero .content-grey .content-grey-wrapper {
    width: 80%;
    font-size: 14px;
  }
}

.hero-recipe .hero-recipe-banner {
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-recipe .inner-recipe-hero {
  background: #00A88E;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 50em) {
  .hero-recipe .inner-recipe-hero {
    height: 200px;
  }
}

.hero-recipe .inner-recipe-hero .hero-text {
  width: 55%;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 64em) {
  .hero-recipe .inner-recipe-hero .hero-text {
    width: 80%;
  }
}

.hero-recipe .inner-recipe-hero h1 {
  color: #FFFFFF;
  font-size: 2.5em;
  margin: 0 0 5px;
}

@media (max-width: 50em) {
  .hero-recipe .inner-recipe-hero h1 {
    font-size: 3em;
  }
}

@media (max-width: 37.5em) {
  .hero-recipe .inner-recipe-hero h1 {
    font-size: 2em;
  }
}

.hero-recipe .inner-recipe-hero span {
  font-size: 1.688em;
  font-family: "Helvetica Thin", Helvetica, Arial, sans-serif;
}

@media (max-width: 50em) {
  .hero-recipe .inner-recipe-hero span {
    font-size: 1.6em;
  }
}

@media (max-width: 37.5em) {
  .hero-recipe .inner-recipe-hero span {
    font-size: 1.5em;
  }
}

.bayley {
  font-size: 18px;
}

@media (min-width: 50em) {
  .bayley tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bayley tr {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 25px;
}

@media (min-width: 50em) {
  .bayley tr {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}

.bayley tr img {
  display: block;
  margin: 0 auto;
  width: 80% !important;
}

@media (min-width: 70em) {
  .bayley tr img {
    width: 130px !important;
  }
}

.bayley tr td:first-child {
  border: none;
  height: auto;
  vertical-align: top;
}

.bayley tr td:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bayley p {
  margin: 0;
}

.recipe-ingredients {
  margin: 0 auto 6%;
  width: 55%;
  height: auto;
  line-height: 1.5;
}

.recipe-ingredients div {
  width: 80%;
}

@media (max-width: 64em) {
  .recipe-ingredients {
    width: 80%;
  }
}

@media (max-width: 50em) {
  .recipe-ingredients {
    width: 90%;
    margin-bottom: 15%;
  }
}

@media (max-width: 37.5em) {
  .recipe-ingredients {
    margin-bottom: 20%;
  }
}

.recipe-ingredients h4 {
  margin: 40px 0 0;
  font-family: "Helvetica Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

@media (max-width: 50em) {
  .recipe-ingredients h4 {
    font-size: 18px;
  }
}

.recipe-ingredients p,
.recipe-ingredients ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  font-family: "Helvetica Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

@media (max-width: 50em) {
  .recipe-ingredients p,
  .recipe-ingredients ul {
    font-size: 16px;
  }
}

.recipe-grid {
  width: 80%;
  margin: 0 auto;
  height: auto;
}

.recipe-grid .grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  grid-gap: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recipe-grid .grid-wrapper:after {
  content: ' ';
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.recipe-grid .recipecard {
  margin: 0;
  margin-bottom: 30px;
  max-height: 315px;
  margin-right: 15px;
  margin-left: 15px;
}

@media (max-width: 600px) {
  .recipe-grid .recipecard {
    margin: 0 0 30px 30px;
  }
}

.recipe-grid .grid-pagination,
.recipe-grid .pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  list-style: none;
  display: flex;
  list-style: none;
  font-weight: bold;
}

.recipe-grid .grid-pagination .active,
.recipe-grid .pagination .active {
  text-decoration: underline;
}

.recipe-grid .grid-pagination a,
.recipe-grid .pagination a {
  text-decoration: none;
  color: white;
  padding: 10px;
  background: #00A88E;
}

.recipe-grid .grid-pagination a:hover,
.recipe-grid .pagination a:hover {
  text-decoration: underline;
}

.recipe-grid .grid-pagination li,
.recipe-grid .pagination li {
  margin-right: 15px;
  font-size: 15px;
}

.tri-support {
  background: #F4F4F4;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 0;
}

.tri-support > span {
  margin-top: 20px;
  font-size: 42px;
  font-weight: bold;
  font-family: "Helvetica Thin", Helvetica, Arial, sans-serif;
  text-shadow: .5px .5px .5px #666;
}

.tri-support h2 {
  font-size: 42px;
  margin: 0;
}

.tri-support .support-links {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 37.5em) {
  .tri-support .support-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tri-support .support-links .supp-link-card {
  width: 20%;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 64em) {
  .tri-support .support-links .supp-link-card {
    width: 90%;
  }
}

@media (max-width: 50em) {
  .tri-support .support-links .supp-link-card {
    width: 70%;
  }
}

@media (max-width: 37.5em) {
  .tri-support .support-links .supp-link-card {
    width: 90%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.tri-support .support-links .supp-link-card .supp-icon {
  width: 80px;
  height: 80px;
  color: white;
  font-size: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tri-support .support-links .supp-link-card .supp-icon a {
  color: white;
  text-decoration: none;
  font-size: 24px;
}

.tri-support .support-links .supp-link-card .supp-icon a:hover {
  color: white;
  text-decoration: underline;
}

.tri-support .support-links .supp-link-card .supp-bodytext {
  color: #9D9D9F;
  text-align: center;
  width: 100%;
}

.tri-support .support-links .supp-link-card:first-child .supp-icon {
  background: #00A88E;
}

.tri-support .support-links .supp-link-card:nth-child(2) .supp-icon {
  background: rgba(0, 168, 142, 0.5);
}

.tri-support .support-links .supp-link-card:last-child .supp-icon {
  background: #D281BC;
}

.hero-banner-solid-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 800px;
}

@media (min-width: 50em) {
  .hero-banner-solid-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-height: 563px;
    height: 563px;
    position: relative;
  }
}

.hero-banner-solid-text .hero-banner-solid-text-section {
  width: 100vw;
  height: 50%;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  color: #b71388;
}

@media (min-width: 50em) {
  .hero-banner-solid-text .hero-banner-solid-text-section {
    height: 100%;
  }
}

.hero-banner-solid-text .hero-banner-solid-text-section h1 {
  color: #b71388;
  font-weight: normal;
  font-size: 80px;
}

.hero-banner-solid-text .hero-banner-solid-text-section p {
  font-size: 30px;
}

.hero-banner-solid-text .hero-banner-solid-text-section-inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
}

@media (min-width: 50em) {
  .hero-banner-solid-text .hero-banner-solid-text-section-inner {
    width: 1170px;
    height: 100%;
    padding: 20px;
  }
}

.hero-banner-solid-text .hero-banner-solid-text-section-inner > div {
  width: 100%;
}

@media (min-width: 50em) {
  .hero-banner-solid-text .hero-banner-solid-text-section-inner > div {
    width: 30%;
  }
}

.hero-banner-solid-text .hero-banner-solid-color-bg {
  background: #e8aed7;
  height: 50%;
}

@media (min-width: 50em) {
  .hero-banner-solid-text .hero-banner-solid-color-bg {
    padding: 40px;
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: .4;
        -ms-flex: .4;
            flex: .4;
  }
}

.hero-banner-solid-text .hero-banner-solid-text-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
}

@media (min-width: 50em) {
  .hero-banner-solid-text .hero-banner-solid-text-img {
    -webkit-box-flex: .6;
        -ms-flex: .6;
            flex: .6;
    height: auto;
  }
}

.hero-banner-solid-text .hero-banner-solid-text-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-left-img.pink h2 {
  color: #D281BC;
}

.content-left-img.pink .content-left-img-overline {
  background: #D281BC;
}

.content-left-img.orange h2 {
  color: #E6B05A;
}

.content-left-img.orange .content-left-img-overline {
  background: #E6B05A;
}

.content-left-img.green h2 {
  color: #A9D461;
}

.content-left-img.green .content-left-img-overline {
  background: #A9D461;
}

.pink-block {
  height: 120px;
  max-width: 1170px;
  width: 100%;
  margin: 20px auto;
  background: #D281BC;
}

.content-left-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  color: #767676;
  margin: 20px auto;
}

@media (min-width: 50em) {
  .content-left-img {
    max-width: 1170px;
    width: 100%;
  }
}

.content-left-img-overline {
  height: 20px;
  width: 100%;
}

.content-left-img-wrapper {
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 50em) {
  .content-left-img-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px 0;
  }
}

.content-left-img-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 50em) {
  .content-left-img-picture {
    -webkit-box-flex: .2;
        -ms-flex: .2;
            flex: .2;
    margin-right: 40px;
  }
}

.content-left-img-text {
  padding: 20px 0;
}

@media (min-width: 50em) {
  .content-left-img-text {
    -webkit-box-flex: .8;
        -ms-flex: .8;
            flex: .8;
    padding: 0;
  }
}

.content-left-img h2 {
  text-transform: uppercase;
  font-weight: normal;
}

.content-left-img img {
  width: 50%;
  object-fit: cover;
  margin: 0 auto;
}

@media (min-width: 50em) {
  .content-left-img img {
    width: 100%;
  }
}

.content-left-img-full-heading {
  padding: 20px 40px;
  margin: 0 auto;
  overflow: hidden;
  color: #797979;
}

@media (min-width: 50em) {
  .content-left-img-full-heading {
    max-width: 1170px;
    width: 100%;
    padding: 40px;
  }
}

.content-left-img-full-heading h2 {
  text-transform: uppercase;
  font-weight: normal;
  color: #D281BC;
  font-size: 2rem;
  margin: 0 0 20px;
}

@media (min-width: 50em) {
  .content-left-img-full-heading h2 {
    font-size: 2.6rem;
  }
}

.content-left-img-full-heading h3 {
  color: #D281BC;
}

.content-left-img-full-heading img {
  width: 100%;
  object-fit: cover;
}

.content-left-img-full-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 50em) {
  .content-left-img-full-heading-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.content-left-img-full-heading-picture {
  margin-bottom: 20px;
}

@media (min-width: 50em) {
  .content-left-img-full-heading-picture {
    -webkit-box-flex: .4;
        -ms-flex: .4;
            flex: .4;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 50em) {
  .content-left-img-full-heading-text {
    -webkit-box-flex: .6;
        -ms-flex: .6;
            flex: .6;
  }
}

.vex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100%;
}

.vex-content {
  width: 80%;
  border-radius: 5px;
  padding: 40px;
}

@media (min-width: 50em) {
  .vex-content {
    width: 50%;
  }
}

.vex-content h2 {
  color: #27B19A;
}

.vex-content button {
  border: none;
  background: #27B19A;
  color: white;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.vex-content button:hover {
  cursor: pointer;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

table {
  border-collapse: collapse;
  max-width: 1170px;
  width: 90%;
  margin: 40px auto;
  font-size: 18px;
}

@media (min-width: 64em) {
  table {
    width: 100%;
  }
}

table caption {
  background: #27B19A;
  color: white;
  padding: 10px 15px;
  text-align: left;
  font-weight: bold;
}

table tr {
  border: 1px solid #27B19A;
}

table tr td,
table tr th {
  padding: 10px 15px;
}

table tr td:first-child {
  border-right: 1px solid #27B19A;
}

.tier-three {
  width: 100%;
  max-width: 1170px;
  padding: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tier-three > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  overflow: hidden;
  width: auto;
}

@media (min-width: 50em) {
  .tier-three > div {
    width: 33.3%;
  }
}

.tier-three > div:first-child h3 {
  color: #D48EC2;
}

.tier-three > div:first-child button {
  background: #D48EC2;
}

.tier-three > div:nth-child(2) h3 {
  color: #B4D879;
}

.tier-three > div:nth-child(2) button {
  background: #B4D879;
}

.tier-three > div:last-child h3 {
  color: #E7B771;
}

.tier-three > div:last-child button {
  background: #E7B771;
}

.tier-three img {
  width: 100%;
  max-height: 700px;
  height: auto;
  margin-bottom: 15px;
}

@media (min-width: 50em) {
  .tier-three img {
    height: 100%;
    max-height: 250px;
  }
}

.tier-three h3 {
  font-size: 34px;
  line-height: 1em;
  margin: 0 0 15px;
}

.tier-three p {
  color: #818181;
  margin: 0 0 15px;
}

.tier-three a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.tier-three a:hover {
  text-decoration: none;
}

.tier-three button {
  padding: 15px 0;
  width: 50%;
  border: none;
  color: white;
  margin: 0;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.tier-three button:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}

body {
  font-family: "Helvetica Condensed", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  color: #767676;
  font-size: 18px;
}

p,
a {
  font-size: 18px;
}

a {
  color: #00A88E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Helvetica Thin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  font-size: 38px;
  margin: 0.2em 0;
  color: #00A88E;
  font-weight: 600;
  line-height: 1;
}

h2 {
  font-size: 38px;
  margin: 0.2em 0;
  font-weight: 600;
}

h3 {
  font-family: "Helvetica Thin", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

form,
input,
label {
  font-weight: 100;
  font-family: "Helvetica Thin", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.center-div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}

.logo {
  margin-top: 15px;
}

main {
  min-height: 70vh;
}

main .wrapper {
  margin: 0;
  margin: 0 auto;
}

@media (max-width: 37.5em) {
  main .wrapper {
    padding-top: 0px;
    margin-top: 70px;
  }
}

@media print {
  body * {
    visibility: hidden;
  }
  div.hero-recipe-banner {
    display: none;
  }
  div.wrapper.recipe-print * {
    visibility: visible;
  }
  div.wrapper.recipe-print {
    position: absolute;
    left: 0;
    top: 0;
  }
  .hero-recipe .inner-recipe-hero {
    height: auto;
  }
  .hero-recipe .inner-recipe-hero .hero-text {
    margin: 0%;
    width: 100%;
    padding-left: 30px;
    text-align: left;
    color: #000000;
  }
  .hero-recipe .inner-recipe-hero .hero-text h1 {
    color: #000000;
  }
}

.nav-sitemap {
	width: 55%;
	margin: 0 auto 25px;
}


/*# sourceMappingURL=main.css.map */
