/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.centered-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

/*! normalize.css v4.1.1 | 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 and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/*
Format: .[AbbreviatedPropertyName]-[abbreviatedPropertValue] {

}
*/
#app .Fw-b {
  font-weight: bold; }

#app .Fw-n {
  font-weight: normal; }

#app .Fs-i {
  font-style: italic; }

#app .Ww-bw {
  word-wrap: break-word;
  word-break: break-all; }

#app .Bt {
  border-top: 1px solid #f7f6f4; }

#app .Bb {
  border-bottom: 1px solid #f7f6f4; }

#app .Bb-dashed {
  border-bottom: 1px dashed #e6e6e6; }

#app .Ta-c {
  text-align: center; }

#app .To-e {
  text-overflow: ellipsis; }

#app .M-0 {
  margin: 0; }

#app .M-0a {
  margin: 0 auto; }

#app .My-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

#app .My-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

#app .My-7 {
  margin-top: 7px;
  margin-bottom: 7px; }

#app .Mx-50 {
  margin-left: 50px;
  margin-right: 50px; }

#app .My-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

#app .My-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

#app .My-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

#app .Mb-10 {
  margin-bottom: 10px; }

#app .Mb-15 {
  margin-bottom: 15px; }

#app .Mb-20 {
  margin-bottom: 20px; }

#app .Mb-25 {
  margin-bottom: 25px; }

#app .Mb-30 {
  margin-bottom: 30px; }

#app .Mb-40 {
  margin-bottom: 40px; }

#app .Mb-50 {
  margin-bottom: 50px; }

#app .Mb-60 {
  margin-bottom: 60px; }

#app .Mb-70 {
  margin-bottom: 70px; }

#app .Mb-80 {
  margin-bottom: 80px; }

#app .Mb-120 {
  margin-bottom: 120px; }

#app .Mt-0 {
  margin-top: 0; }

#app .Mt-3 {
  margin-top: 3px; }

#app .Mt-10 {
  margin-top: 10px; }

#app .Mt-15 {
  margin-top: 15px; }

#app .Mt-20 {
  margin-top: 20px; }

#app .Mt-30 {
  margin-top: 30px; }

#app .Mt-40 {
  margin-top: 40px; }

#app .Mt-50 {
  margin-top: 50px; }

#app .Mt-80 {
  margin-top: 80px; }

#app .Mt-120 {
  margin-top: 120px; }

#app .Mr-5 {
  margin-right: 5px; }

#app .Mr-7 {
  margin-right: 7px; }

#app .Mr-8 {
  margin-right: 8px; }

#app .Mr-9 {
  margin-right: 9px; }

#app .Mr-10 {
  margin-right: 10px; }

#app .Mr-11 {
  margin-right: 11px; }

#app .Mr-12 {
  margin-right: 12px; }

#app .Mr-15 {
  margin-right: 15px; }

#app .Mr-20 {
  margin-right: 20px; }

#app .Ml-5 {
  margin-left: 5px; }

#app .Ml-10 {
  margin-left: 10px; }

#app .Ml-15 {
  margin-left: 15px; }

#app .Ml-30 {
  margin-left: 30px; }

#app .M-20 {
  margin: 20px; }

#app .H-100 {
  height: 100%; }

#app .Mh-100vh {
  min-height: 100vh; }

#app .W-5 {
  width: 5%; }

#app .W-10 {
  width: 10%; }

#app .W-15 {
  width: 15%; }

#app .W-20 {
  width: 20%; }

#app .W-25 {
  width: 25%; }

#app .W-30 {
  width: 30%; }

#app .W-40 {
  width: 40%; }

#app .W-50 {
  width: 50%; }

#app .W-55 {
  width: 55%; }

#app .W-60 {
  width: 60%; }

#app .W-70 {
  width: 70%; }

#app .W-75 {
  width: 75%; }

#app .W-80 {
  width: 80%; }

#app .W-90 {
  width: 90%; }

#app .W-100 {
  width: 100%; }

#app .Pos-r {
  position: relative; }

#app .Pos-a {
  position: absolute; }

#app .T-0 {
  top: 0; }

#app .B-0 {
  bottom: 0; }

#app .L-0 {
  left: 0; }

#app .R-0 {
  right: 0; }

#app .P-0 {
  padding: 0; }

#app .P-10 {
  padding: 10px; }

#app .P-15 {
  padding: 15px; }

#app .P-20 {
  padding: 20px; }

#app .P-30 {
  padding: 30px; }

#app .Px-5 {
  padding-left: 5px;
  padding-right: 5px; }

#app .Px-10 {
  padding-left: 10px;
  padding-right: 10px; }

#app .Px-15 {
  padding-left: 15px;
  padding-right: 15px; }

#app .Py-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

#app .Py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

#app .Py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

#app .Py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

#app .Py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

#app .Pt-5 {
  padding-top: 5px; }

#app .Pt-7 {
  padding-top: 7px; }

#app .Pt-10 {
  padding-top: 10px; }

#app .Pt-20 {
  padding-top: 20px; }

#app .Pt-40 {
  padding-top: 40px; }

#app .Pt-100 {
  padding-top: 100px; }

#app .Pr-5 {
  padding-right: 5px; }

#app .Pl-5 {
  padding-left: 5px; }

#app .Pl-10 {
  padding-left: 10px; }

#app .Pl-15 {
  padding-left: 15px; }

#app .Pl-20 {
  padding-left: 20px; }

#app .Pr-10 {
  padding-right: 10px; }

#app .Pr-15 {
  padding-right: 15px; }

#app .Pr-20 {
  padding-right: 20px; }

#app .Pb-10 {
  padding-bottom: 10px; }

#app .Pb-15 {
  padding-bottom: 15px; }

#app .Pb-20 {
  padding-bottom: 20px; }

#app .Pb-25 {
  padding-bottom: 25px; }

#app .Pb-40 {
  padding-bottom: 40px; }

#app .D-ib {
  display: inline-block; }

#app .D-b {
  display: block; }

#app .D-n {
  display: none; }

#app .Va-t {
  vertical-align: top; }

#app .Va-b {
  vertical-align: bottom; }

#app .Va-m {
  vertical-align: middle; }

#app .O-h {
  overflow: hidden; }

#app .O-a {
  overflow: auto; }

#app .Fz-26 {
  font-size: 26px; }

#app .Fz-20 {
  font-size: 20px; }

#app .Fz-18 {
  font-size: 18px; }

#app .Fz-10 {
  font-size: 10px; }

#app .Fz-11 {
  font-size: 11px; }

#app .Fz-12 {
  font-size: 12px; }

#app .Fz-13 {
  font-size: 13px; }

#app .Fz-15 {
  font-size: 15px; }

#app .Fz-16 {
  font-size: 16px; }

#app .F-r {
  float: right; }

#app .F-l {
  float: left; }

#app .F-n {
  float: none; }

#app .Ta-l {
  text-align: left; }

#app .Ta-r {
  text-align: right; }

#app .Td-u {
  text-decoration: underline; }

#app .Tt-u {
  text-transform: uppercase; }

#app .Td-lt {
  text-decoration: line-through; }

#app .C-000 {
  color: #000; }

#app .C-96 {
  color: #969696; }

#app .Cur-p {
  cursor: pointer; }

#app .V-v {
  visibility: visible; }

#app .D-t {
  display: table; }

#app .D-tr {
  display: table-row; }

#app .D-tc {
  display: table-cell; }

#app .Z-1 {
  z-index: 1; }

#app .Z-2 {
  z-index: 2; }

#app .Z-3 {
  z-index: 3; }

#app .Ws-nw {
  white-space: nowrap; }

#app .Ws-n {
  white-space: normal; }

#app .Lh-40 {
  line-height: 40px; }

#app .MarineUpBold {
  font-family: "Bree Serif", serif; }

@media screen and (max-width: 47.9375em) {
  #app .Pl-0-mobile {
    padding-left: 0 !important; }
  #app .Mb-0-mobile {
    margin-bottom: 0; } }

@font-face {
  font-family: 'Bree Serif';
  src: url("/fonts/bree/BreeSerif-Regular") format("tff");
  font-weight: normal;
  font-style: normal; }

html, body, p, span, li, table, tr, td, input, label, button, select, textarea, a {
  font-family: "Heebo", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5 {
  color: #231f20;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 41px;
  font-weight: 700; }
  @media (max-width: 770px) {
    h1, h2, h3, h4, h5 {
      letter-spacing: 0.73px;
      line-height: 27px; } }

h1 {
  font-size: 30px; }
  @media (max-width: 770px) {
    h1 {
      font-size: 26px; } }

h2 {
  font-size: 28px; }
  @media (max-width: 770px) {
    h2 {
      font-size: 23px; } }

h3 {
  font-size: 28px; }
  @media (max-width: 770px) {
    h3 {
      font-size: 23px; } }

h4,
.h4 {
  font-family: "poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 2.29px;
  font-weight: 500;
  line-height: 20px; }
  h4.small,
  .h4.small {
    font-size: 13px;
    letter-spacing: 1.86px;
    line-height: initial;
    color: #231f20; }
  h4.italic,
  .h4.italic {
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
    text-transform: initial;
    line-height: 24px; }
    @media (max-width: 770px) {
      h4.italic,
      .h4.italic {
        letter-spacing: 1px; } }

h5 {
  font-size: 10px;
  font-weight: 500; }

h3 > em,
h4 > em {
  display: block;
  font-family: "poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: initial;
  font-weight: 300;
  font-style: italic; }

p, .p {
  color: #414141;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 26px; }
  @media (max-width: 770px) {
    p, .p {
      font-size: 14px;
      line-height: 20px; } }
  p.regular, .p.regular {
    font-size: 12px;
    line-height: 19px;
    font-weight: 400; }
    @media (max-width: 770px) {
      p.regular, .p.regular {
        line-height: 22px; } }

button {
  font-family: "poppins", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2.29px; }
  button .large {
    padding: 20px 40px; }

.bold-500 {
  font-weight: 500 !important; }

.bold-700 {
  font-weight: 700 !important; }

.capitalize {
  text-transform: capitalize; }

button {
  background-color: inherit;
  border: inherit; }

.btn-lg {
  font-size: 23px;
  min-width: 170px; }

@media screen and (max-width: 47.9375em) {
  .btn-lg {
    font-size: 17px;
    min-width: 155px; } }

.btn-xlg {
  font-size: 23px;
  min-width: 270px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 330px;
  width: 100%; }

@media screen and (max-width: 47.9375em) {
  .btn-xlg {
    font-size: 17px;
    min-width: 150px; } }

.btn {
  outline: none !important;
  position: relative;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.btn[disabled],
.btn.disabled {
  opacity: 1; }

.btn.fix-error {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important; }
  .btn.fix-error:hover {
    border: 1px solid #f76967 !important; }
    .btn.fix-error:hover:after {
      color: #fff;
      content: 'Fix error to continue';
      display: block;
      font-weight: bold;
      padding: 15px 8px;
      position: absolute;
      font-size: 13px;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #f76967; }

.next-btn .glyphicon-menu-right {
  font-family: 'Glyphicons Halflings';
  position: relative;
  top: 0px;
  left: 10px;
  font-size: 12px; }

.prev-btn .glyphicon-menu-left {
  font-family: 'Glyphicons Halflings';
  position: relative;
  top: 0px;
  right: 10px;
  font-size: 12px; }

.btn-primary,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:hover {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  border: 1px solid #04bf6f;
  background-color: #04bf6f;
  border-radius: 0; }
  .btn-primary:hover,
  .btn-primary:visited:hover,
  .btn-primary:active:hover,
  .btn-primary:hover:hover {
    border: 1px solid #006a4e;
    background-color: #006a4e; }
  .btn-primary:focus,
  .btn-primary:visited:focus,
  .btn-primary:active:focus,
  .btn-primary:hover:focus {
    background-color: #04bf6f;
    border: 1px solid #04bf6f; }
  .btn-primary[disabled], .btn-primary.disabled,
  .btn-primary:visited[disabled],
  .btn-primary:visited.disabled,
  .btn-primary:active[disabled],
  .btn-primary:active.disabled,
  .btn-primary:hover[disabled],
  .btn-primary:hover.disabled {
    color: #7ace95; }
  .btn-primary.inverse,
  .btn-primary:visited.inverse,
  .btn-primary:active.inverse,
  .btn-primary:hover.inverse {
    color: #04bf6f;
    border: 2px solid #04bf6f;
    background-color: #fff; }

.btn-default,
.btn-default:visited,
.btn-default:active,
.btn-default:hover {
  text-transform: uppercase;
  color: #04bf6f;
  font-size: 16px;
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFDADADA'); }
  .btn-default:focus, .btn-default:hover,
  .btn-default:visited:focus,
  .btn-default:visited:hover,
  .btn-default:active:focus,
  .btn-default:active:hover,
  .btn-default:hover:focus,
  .btn-default:hover:hover {
    border: 1px solid #dadada;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDADADA', endColorstr='#FFFFFFFF'); }

.btn-inverse {
  text-transform: uppercase;
  border: 2px solid #04bf6f;
  color: #04bf6f;
  background-color: transparent; }

.btn-apple {
  background-color: black;
  border: none;
  padding: 15px 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize; }

.btn--link {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: #04a57a;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0; }

.has-success .form-control,
.has-success .input-group-addon {
  border-color: #9acc9b; }

.has-success .input-group-addon {
  background-color: #d2ecc7;
  color: #568856; }

.has-error .input-group-addon {
  background-color: #ffe4e4;
  color: #d46866; }

.has-error .form-control,
.has-error .input-group-addon {
  border-color: #e6b3b1; }

.tooltip {
  z-index: 10000; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.form-control {
  background-color: #fdfdfd;
  color: #747678;
  font-weight: 500;
  font-size: 12px;
  height: 45px;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #ddd;
  -webkit-box-shadow: #fff 0 0 0;
  -moz-box-shadow: #fff 0 0 0;
  box-shadow: #fff 0 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .form-control::-webkit-input-placeholder {
    color: #b5b6b7; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #b5b6b7; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #b5b6b7; }
  .form-control:-ms-input-placeholder {
    color: #b5b6b7; }
  .form-control.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }

.has-error .form-control,
.has-error .Select div.Select-control,
.has-error .dropdown-toggle {
  border-color: #ff0000; }
  .has-error .form-control:focus,
  .has-error .Select div.Select-control:focus,
  .has-error .dropdown-toggle:focus {
    outline: none !important;
    border: 1px solid #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5); }

.form-group {
  margin-bottom: 22px; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

div.checkbox-styled:focus-visible {
  border: 3px solid #2a9dd4 !important;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #33a0ff, 0 0 0 4px #bde0ff; }

.checkbox-styled input[type="radio"] {
  display: inline;
  visibility: visible;
  opacity: 0; }

html {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background-color: #f2f4f7;
  color: #231f20; }

a,
a:hover,
a:active,
a:visited,
.link {
  color: #94c0d6;
  cursor: pointer;
  outline: none !important; }

.link:hover,
a:hover {
  text-decoration: underline; }

a:focus-visible,
i:focus-visible,
div:focus-visible,
button:focus-visible,
.link:focus-visible,
.button:focus-visible,
input[type="radio"]:focus-visible + label,
input[type="checkbox"]:focus-visible + label,
.checkbox-styled:focus-within {
  border: 3px solid #2a9dd4 !important;
  border-radius: 5px !important;
  box-shadow: 0 0 0 1px #33a0ff, 0 0 0 4px #bde0ff; }

li.infobar-button a {
  box-shadow: none; }

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

.message-bar {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10001;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .message-bar.sticky {
    z-index: 20000 !important; }

.help-txt {
  color: #969696;
  font-size: 13px;
  padding-left: 15px; }

.error-txt {
  color: red;
  font-size: 13px;
  padding-left: 15px; }

@media screen and (max-width: 47.9375em) {
  .help-txt {
    display: block;
    margin: 5px 0;
    padding-left: 0; }
  .error-txt {
    display: block;
    margin: 5px 0;
    padding-left: 0; } }

.modal-open .message-bar {
  top: 0 !important;
  z-index: 20010;
  position: fixed; }

.content-area {
  padding: 30px 0 80px; }

.action-buttons {
  text-align: center; }
  .action-buttons.max-content-area {
    max-width: 66.6%; }

.cart-wrapper {
  min-height: calc(100vh - 87px); }

.row.gutter-8 {
  margin-right: -8px !important;
  margin-left: -8px !important; }

.gutter-8:not(.row) {
  padding-right: 8px !important;
  padding-left: 8px !important; }

.mobile-show {
  display: none; }

.block {
  padding: 25px 17px; }

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.grsf-widget {
  display: none; }

@media (max-width: 992px) {
  .action-buttons.max-content-area {
    max-width: 100%; } }

@media screen and (max-width: 47.9375em) {
  body .mobile-center {
    text-align: center; }
  body .mobile-hide {
    display: none; }
  body .mobile-show {
    display: block; }
  body .Mb-10-mobile {
    margin-bottom: 10px; } }

@media only screen and (max-width: 677px) {
  #app a.ptype {
    margin-left: 0;
    margin-right: 0; } }

#app .ptype {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-transition-property: all, 0.5s;
  -moz-transition-property: all, 0.5s;
  -o-transition-property: all, 0.5s;
  transition-property: all 0.5s;
  text-decoration: none;
  color: #fff;
  width: 330px;
  height: 200px;
  text-align: center;
  margin: 0 20px 20px; }

.ptype-mealPlan {
  background-color: #ef682d; }
  .ptype-mealPlan .ptype-title {
    background-color: #f28150; }

.ptype-aLaCarte {
  background-color: #48a21d; }
  .ptype-aLaCarte .ptype-title {
    background-color: #67b243; }

.ptype-title {
  font-size: 37px;
  margin: 45px 0 21px;
  padding: 15px 0; }

.arrow-icon-target:not(.disabled):hover .next-icon {
  -webkit-animation: arrowSlideRight 1.7s ease-out infinite;
  -moz-animation: arrowSlideRight 1.7s ease-out infinite;
  -o-animation: arrowSlideRight 1.7s ease-out infinite;
  animation: arrowSlideRight 1.7s ease-out infinite; }

.next-icon.inverse {
  color: #15963f; }

.next-icon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 30px;
  width: 31px;
  height: 31px;
  line-height: 20px;
  padding-left: 2px;
  margin-left: 5px;
  color: #000;
  text-align: center;
  overflow: hidden;
  position: relative;
  top: -2px;
  text-indent: 0; }
  .next-icon .fa-arrow-right {
    font-size: 17px; }

@-webkit-keyframes arrowSlideRight {
  13% {
    text-indent: 70px; }
  14% {
    text-indent: -70px; }
  28% {
    text-indent: 0px; } }

@-moz-keyframes arrowSlideRight {
  13% {
    text-indent: 70px; }
  14% {
    text-indent: -70px; }
  28% {
    text-indent: 0px; } }

@-ms-keyframes arrowSlideRight {
  13% {
    text-indent: 70px; }
  14% {
    text-indent: -70px; }
  28% {
    text-indent: 0px; } }

@keyframes arrowSlideRight {
  13% {
    text-indent: 70px; }
  14% {
    text-indent: -70px; }
  28% {
    text-indent: 0px; } }

@-webkit-keyframes arrowSlideLeft {
  13% {
    text-indent: -70px; }
  14% {
    text-indent: 70px; }
  28% {
    text-indent: 0px; } }

@-moz-keyframes arrowSlideLeft {
  13% {
    text-indent: -70px; }
  14% {
    text-indent: 70px; }
  28% {
    text-indent: 0px; } }

@-ms-keyframes arrowSlideLeft {
  13% {
    text-indent: -70px; }
  14% {
    text-indent: 70px; }
  28% {
    text-indent: 0px; } }

@keyframes arrowSlideLeft {
  13% {
    text-indent: -70px; }
  14% {
    text-indent: 70px; }
  28% {
    text-indent: 0px; } }

.tgl-box-img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-size: cover;
  background-position: center;
  background-color: #55bf6d;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px; }

.meal-plan {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding-top: 30px;
  padding-bottom: 30px; }
  .meal-plan:last-child {
    border-bottom: 1px solid #eaeaea; }
  .meal-plan.selected {
    border: 1px solid #88c195;
    background-color: #f1f9f3; }
    .meal-plan.selected .toggle-box-sml {
      background-color: #fff; }
  .meal-plan .slick-slider {
    border: 1px solid #dadada; }

.plan-price {
  margin: 15px 0;
  text-align: center;
  color: #9f9f9f;
  font-size: 16px;
  font-family: "Bree Serif", serif;
  font-weight: bold; }

.toggle-box-sml {
  width: 100%;
  text-align: left;
  color: #747678 !important;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 0 15px;
  background-color: #f6f6f6;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .toggle-box-sml.selected {
    border: 1px solid #b1b1b1;
    background-color: #e7f7ea; }
  .toggle-box-sml .tgl-box-img {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 5px; }
  .toggle-box-sml .text {
    margin: 5px;
    font-size: 16px; }

.per-meal {
  position: relative;
  font-size: 11px;
  text-align: center;
  top: -10px;
  color: #b2b3b4; }

.spl-inst {
  width: 100%;
  height: 100px;
  padding: 15px;
  border: 1px solid #b1b1b1;
  margin-bottom: 20px; }

.meal-plan-default .toggle-box-sml {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px; }

.meal-plan-default .spl-inst {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.plan-desc-area .meal-desc ul {
  padding-left: 20px; }

.meal-plan-default .check-lrg {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: transparent;
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px; }
  .meal-plan-default .check-lrg:after {
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    content: '';
    display: block;
    position: absolute;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    height: 60px;
    width: 30px;
    left: 30px;
    top: 60px; }

.meal-plan-default .selected .check-lrg {
  background-color: #55bf6d; }
  .meal-plan-default .selected .check-lrg:after {
    -webkit-animation: check-lrg-anim 1s;
    -moz-animation: check-lrg-anim 1s;
    -o-animation: check-lrg-anim 1s;
    animation: check-lrg-anim 1s;
    border-color: #fff; }

@-webkit-keyframes check-lrg-anim {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 30px; }
  50% {
    height: 60px;
    width: 30px; } }

@-moz-keyframes check-lrg-anim {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 30px; }
  50% {
    height: 60px;
    width: 30px; } }

@-ms-keyframes check-lrg-anim {
  .meal-plan-default 0% {
    height: 0;
    width: 0; }
  .meal-plan-default 25% {
    height: 0;
    width: 30px; }
  .meal-plan-default 50% {
    height: 60px;
    width: 30px; } }

@keyframes check-lrg-anim {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 30px; }
  50% {
    height: 60px;
    width: 30px; } }

.meal-plan-default .check-sml {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: transparent;
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px; }
  .meal-plan-default .check-sml:after {
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    content: '';
    display: block;
    position: absolute;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    height: 20px;
    width: 10px;
    left: 10px;
    top: 20px; }

.meal-plan-default .selected .check-sml {
  background-color: #55bf6d; }
  .meal-plan-default .selected .check-sml:after {
    -webkit-animation: check-sml-anim 1s;
    -moz-animation: check-sml-anim 1s;
    -o-animation: check-sml-anim 1s;
    animation: check-sml-anim 1s;
    border-color: #fff; }

@-webkit-keyframes check-sml-anim {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }

@-moz-keyframes check-sml-anim {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }

@-ms-keyframes check-sml-anim {
  .meal-plan-default 0% {
    height: 0;
    width: 0; }
  .meal-plan-default 25% {
    height: 0;
    width: 10px; }
  .meal-plan-default 50% {
    height: 20px;
    width: 10px; } }

@keyframes check-sml-anim {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 10px; }
  50% {
    height: 20px;
    width: 10px; } }

.meal-plan-variant .check-lrg {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: transparent;
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px; }
  .meal-plan-variant .check-lrg:after {
    -webkit-transform: scaleX(-1) rotate(135deg) translateY(-50%);
    -moz-transform: scaleX(-1) rotate(135deg) translateY(-50%);
    -ms-transform: scaleX(-1) rotate(135deg) translateY(-50%);
    -o-transform: scaleX(-1) rotate(135deg) translateY(-50%);
    transform: scaleX(-1) rotate(135deg) translateY(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    content: '';
    display: block;
    position: absolute;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    height: 12px;
    width: 7px;
    left: 40%;
    top: 30%; }

.meal-plan-variant .selected .check-lrg {
  background-color: #55bf6d; }
  .meal-plan-variant .selected .check-lrg:after {
    -webkit-animation: check-lrg-anim 1s;
    -moz-animation: check-lrg-anim 1s;
    -o-animation: check-lrg-anim 1s;
    animation: check-lrg-anim 1s;
    border-color: #fff; }

@-webkit-keyframes check-lrg-anim {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 15%; }
  50% {
    height: 30%;
    width: 15%; } }

@-moz-keyframes check-lrg-anim {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 15%; }
  50% {
    height: 30%;
    width: 15%; } }

@-ms-keyframes check-lrg-anim {
  .meal-plan-variant 0% {
    height: 0;
    width: 0; }
  .meal-plan-variant 25% {
    height: 0;
    width: 15%; }
  .meal-plan-variant 50% {
    height: 30%;
    width: 15%; } }

@keyframes check-lrg-anim {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 15%; }
  50% {
    height: 30%;
    width: 15%; } }

.meal-plan-variant .check-sml {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: transparent;
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px; }
  .meal-plan-variant .check-sml:after {
    -webkit-transform: scaleX(-1) rotate(135deg) translateY(-50%);
    -moz-transform: scaleX(-1) rotate(135deg) translateY(-50%);
    -ms-transform: scaleX(-1) rotate(135deg) translateY(-50%);
    -o-transform: scaleX(-1) rotate(135deg) translateY(-50%);
    transform: scaleX(-1) rotate(135deg) translateY(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    content: '';
    display: block;
    position: absolute;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    height: 12px;
    width: 7px;
    left: 40%;
    top: 30%; }

.meal-plan-variant .selected .check-sml {
  background-color: #55bf6d; }
  .meal-plan-variant .selected .check-sml:after {
    -webkit-animation: check-sml-anim 1s;
    -moz-animation: check-sml-anim 1s;
    -o-animation: check-sml-anim 1s;
    animation: check-sml-anim 1s;
    border-color: #fff; }

@-webkit-keyframes check-sml-anim {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 15%; }
  50% {
    height: 30%;
    width: 15%; } }

@-moz-keyframes check-sml-anim {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 15%; }
  50% {
    height: 30%;
    width: 15%; } }

@-ms-keyframes check-sml-anim {
  .meal-plan-variant 0% {
    height: 0;
    width: 0; }
  .meal-plan-variant 25% {
    height: 0;
    width: 15%; }
  .meal-plan-variant 50% {
    height: 30%;
    width: 15%; } }

@keyframes check-sml-anim {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 15%; }
  50% {
    height: 30%;
    width: 15%; } }

@media (max-width: 992px) {
  .meal-title {
    font-size: 22px; }
  .meal-plan .slick-slider {
    margin: 0 auto 15px; }
  .meal-plan .plan-desc-area {
    margin: 0 auto 25px;
    max-width: 450px; } }

h1 {
  margin: 0.2em 0; }
  h1 .number {
    color: #fff;
    margin-right: 15px;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background-color: #d1d1d1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    position: relative;
    top: -5px;
    font-weight: bold;
    font-family: "Bree Serif", serif; }

h3 .help-txt {
  font-size: 11px;
  font-family: "Bree Serif", serif; }

.expand-container {
  position: relative;
  overflow: hidden;
  max-height: 120px;
  padding-bottom: 40px;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s; }
  .expand-container.opened {
    max-height: 300px; }

.expand-cta {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 5px 0 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #F6F6F6; }

.toggle-box-lrg.selected .expand-cta,
.toggle-box-lrg:hover .expand-cta {
  background-color: #FFF; }

.totals-table td {
  padding: 5px 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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 center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\F137'; }

[dir='rtl'] .slick-prev:before {
  content: '\F138'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\F138'; }

[dir='rtl'] .slick-next:before {
  content: '\F137'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.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 {
  font-family: 'FontAwesome';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\F111';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.food-label-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7eaec; }
  .food-label-list li {
    white-space: nowrap;
    font-size: 10px;
    color: #000;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .food-label-list li:not(:last-of-type) {
      border-right: 1px solid #e7eaec; }
  .food-label-list img {
    max-width: 40px;
    margin-bottom: 0.5rem; }
    @media (max-width: 992px) {
      .food-label-list img {
        max-width: 32px; } }

.checkbox-styled {
  display: inline-block;
  border: 1px solid #ccc;
  color: #747678 !important;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  width: 20px;
  height: 20px; }
  .checkbox-styled.selected {
    position: relative;
    background-color: transparent;
    -webkit-transition: all;
    -moz-transition: all;
    -o-transition: all;
    transition: all; }
    .checkbox-styled.selected:after {
      -webkit-transform: scaleX(-1) rotate(135deg) translate(-50%, -50%);
      -moz-transform: scaleX(-1) rotate(135deg) translate(-50%, -50%);
      -ms-transform: scaleX(-1) rotate(135deg) translate(-50%, -50%);
      -o-transform: scaleX(-1) rotate(135deg) translate(-50%, -50%);
      transform: scaleX(-1) rotate(135deg) translate(-50%, -50%);
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top;
      content: '';
      display: block;
      position: absolute;
      border-right: 2px solid #04bf6f;
      border-top: 2px solid #04bf6f;
      height: 15px;
      width: 8px;
      left: 50%;
      top: 40%; }

.checkbox-flex {
  display: flex;
  vertical-align: center; }

.spinner {
  max-height: 50px; }
  .spinner.sm {
    max-width: 25px; }

.login-view {
  padding-top: 5%; }

.login-box {
  margin: 0 auto;
  background-color: #fff;
  max-width: 520px;
  padding: 3% 5%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .login-box button {
    width: 100%; }
  .login-box h1 {
    font-family: "museo_sans300";
    font-size: 2.25em; }
  .login-box .btn {
    width: 100%;
    text-transform: uppercase; }
  .login-box .bottom-links {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
  .login-box h1 {
    font-size: 27px;
    margin-bottom: 35px;
    text-align: center; }
  .login-box .reset-request-sent {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px; }

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/keystonejs/react-select
*/
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.Select {
  position: relative; }
  .Select,
  .Select div,
  .Select input,
  .Select span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .Select.is-disabled > .Select-control {
    background-color: #eee;
    cursor: not-allowed; }
    .Select.is-disabled > .Select-control:hover {
      box-shadow: none; }
  .Select.is-disabled .Select-arrow-zone {
    cursor: not-allowed;
    pointer-events: none; }

.Select-control {
  background-color: #fdfdfd;
  border-color: #ddd;
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #424A5B;
  cursor: default;
  display: table;
  height: 45px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.select-sml .Select-control {
  height: 22.5px; }

.select-sml .Select-placeholder,
.select-sml :not(.Select--multi) > .Select-control .Select-value {
  line-height: 21.5px;
  padding: 0 7px; }

.select-sml .Select-input {
  height: 21.5px; }
  .select-sml .Select-input > input {
    height: 21.5px; }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fdfdfd;
  border-color: #b3b3b3 #ccc #d9d9d9; }
  .is-open > .Select-control > .Select-arrow {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #66afe9 #7cbbec #7cbbec;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px -1px fade(#66afe9, 50%); }

.Select-placeholder,
:not(.Select--multi) > .Select-control .Select-value {
  bottom: 0;
  color: #424A5B;
  left: 0;
  line-height: 43px;
  padding-left: 18px;
  padding-right: 18px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.has-value:not(.Select--multi):not(.is-focused) > .Select-control > .Select-value .Select-value-label,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value .Select-value-label {
  color: #424A5B; }

.has-value:not(.Select--multi):not(.is-focused) > .Select-control > .Select-value a.Select-value-label,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }
  .has-value:not(.Select--multi):not(.is-focused) > .Select-control > .Select-value a.Select-value-label:hover,
  .has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:hover {
    color: #66afe9;
    text-decoration: underline; }

.Select-input {
  height: 43px;
  padding-left: 18px;
  padding-right: 18px;
  vertical-align: middle; }
  .Select-input > input {
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    height: 43px;
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-appearance: none; }
    .is-focused .Select-input > input {
      cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #424A5B;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 21.5px; }
  .Select-clear-zone:hover {
    color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 22px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 21.5px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

.Select-item-icon {
  color: tomato;
  margin: 4px; }

.Select-item {
  border: 1px solid DeepSkyBlue;
  border-radius: 3px;
  padding: 2px;
  margin: 5px;
  float: left; }

.Select-placeholder {
  color: #333; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-top-color: #e5e5e5;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch; }

.select-sml .Select-menu-outer {
  max-height: 100px; }

.select-sml .Select-menu {
  max-height: 98px; }

.select-sml .Select-option {
  padding: 4px 7px; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  color: #6e7a95;
  cursor: pointer;
  display: block;
  padding: 8px 18px; }
  .Select-option:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  .Select-option.is-focused {
    background-color: #ededed;
    color: #424A5B; }
  .Select-option.is-disabled {
    color: #e4e6eb;
    cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #a9b0c0;
  cursor: default;
  display: block;
  padding: 8px 18px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 18px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #f2f9fc;
  border-radius: 2px;
  border: 1px solid #c9e6f2;
  color: #08c;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #08c;
  cursor: pointer;
  text-decoration: none; }
  .Select--multi a.Select-value-label:hover {
    text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c9e6f2;
  padding: 1px 5px 3px; }
  .Select--multi .Select-value-icon:hover, .Select--multi .Select-value-icon:focus {
    background-color: #ddeff7;
    color: #0077b3; }
  .Select--multi .Select-value-icon:active {
    background-color: #c9e6f2; }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }
  .Select--multi.is-disabled .Select-value-icon:hover, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:active {
    background-color: #fcfcfc; }

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.has-error .react-tel-input {
  border: 1px solid red; }

div.react-tel-input {
  border: 1px solid #ddd;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  div.react-tel-input .country-list {
    z-index: 20; }
  div.react-tel-input .flag-dropdown {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    border: none;
    border-right: 1px solid #E4E4E4; }
  div.react-tel-input ul.country-list {
    top: 44px; }
  div.react-tel-input .selected-flag {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 100%; }
  div.react-tel-input input[type=tel]:focus,
  div.react-tel-input input[type=text]:focus {
    border: none; }

.react-tel-input {
  position: relative;
  width: 200px; }
  .react-tel-input .ad {
    background-position: -16px 0; }
  .react-tel-input .ae {
    background-position: -32px 0; }
  .react-tel-input .af {
    background-position: -48px 0; }
  .react-tel-input .ag {
    background-position: -64px 0; }
  .react-tel-input .ai {
    background-position: -80px 0; }
  .react-tel-input .al {
    background-position: -96px 0; }
  .react-tel-input .am {
    background-position: -112px 0; }
  .react-tel-input .ao {
    background-position: -128px 0; }
  .react-tel-input .ar {
    background-position: -144px 0; }
  .react-tel-input .as {
    background-position: -160px 0; }
  .react-tel-input .at {
    background-position: -176px 0; }
  .react-tel-input .au {
    background-position: -192px 0; }
  .react-tel-input .aw {
    background-position: -208px 0; }
  .react-tel-input .az {
    background-position: -224px 0; }
  .react-tel-input .ba {
    background-position: -240px 0; }
  .react-tel-input .bb {
    background-position: 0 -11px; }
  .react-tel-input .bd {
    background-position: -16px -11px; }
  .react-tel-input .be {
    background-position: -32px -11px; }
  .react-tel-input .bf {
    background-position: -48px -11px; }
  .react-tel-input .bg {
    background-position: -64px -11px; }
  .react-tel-input .bh {
    background-position: -80px -11px; }
  .react-tel-input .bi {
    background-position: -96px -11px; }
  .react-tel-input .bj {
    background-position: -112px -11px; }
  .react-tel-input .bm {
    background-position: -128px -11px; }
  .react-tel-input .bn {
    background-position: -144px -11px; }
  .react-tel-input .bo {
    background-position: -160px -11px; }
  .react-tel-input .br {
    background-position: -176px -11px; }
  .react-tel-input .bs {
    background-position: -192px -11px; }
  .react-tel-input .bt {
    background-position: -208px -11px; }
  .react-tel-input .bw {
    background-position: -224px -11px; }
  .react-tel-input .by {
    background-position: -240px -11px; }
  .react-tel-input .bz {
    background-position: 0 -22px; }
  .react-tel-input .ca {
    background-position: -16px -22px; }
  .react-tel-input .cd {
    background-position: -32px -22px; }
  .react-tel-input .cf {
    background-position: -48px -22px; }
  .react-tel-input .cg {
    background-position: -64px -22px; }
  .react-tel-input .ch {
    background-position: -80px -22px; }
  .react-tel-input .ci {
    background-position: -96px -22px; }
  .react-tel-input .ck {
    background-position: -112px -22px; }
  .react-tel-input .cl {
    background-position: -128px -22px; }
  .react-tel-input .cm {
    background-position: -144px -22px; }
  .react-tel-input .cn {
    background-position: -160px -22px; }
  .react-tel-input .co {
    background-position: -176px -22px; }
  .react-tel-input .cr {
    background-position: -192px -22px; }
  .react-tel-input .cu {
    background-position: -208px -22px; }
  .react-tel-input .cv {
    background-position: -224px -22px; }
  .react-tel-input .cw {
    background-position: -240px -22px; }
  .react-tel-input .cy {
    background-position: 0 -33px; }
  .react-tel-input .cz {
    background-position: -16px -33px; }
  .react-tel-input .de {
    background-position: -32px -33px; }
  .react-tel-input .dj {
    background-position: -48px -33px; }
  .react-tel-input .dk {
    background-position: -64px -33px; }
  .react-tel-input .dm {
    background-position: -80px -33px; }
  .react-tel-input .do {
    background-position: -96px -33px; }
  .react-tel-input .dz {
    background-position: -112px -33px; }
  .react-tel-input .ec {
    background-position: -128px -33px; }
  .react-tel-input .ee {
    background-position: -144px -33px; }
  .react-tel-input .eg {
    background-position: -160px -33px; }
  .react-tel-input .er {
    background-position: -176px -33px; }
  .react-tel-input .es {
    background-position: -192px -33px; }
  .react-tel-input .et {
    background-position: -208px -33px; }
  .react-tel-input .fi {
    background-position: -224px -33px; }
  .react-tel-input .fj {
    background-position: -240px -33px; }
  .react-tel-input .fk {
    background-position: 0 -44px; }
  .react-tel-input .fm {
    background-position: -16px -44px; }
  .react-tel-input .fo {
    background-position: -32px -44px; }
  .react-tel-input .fr, .react-tel-input .bl, .react-tel-input .mf {
    background-position: -48px -44px; }
  .react-tel-input .ga {
    background-position: -64px -44px; }
  .react-tel-input .gb {
    background-position: -80px -44px; }
  .react-tel-input .gd {
    background-position: -96px -44px; }
  .react-tel-input .ge {
    background-position: -112px -44px; }
  .react-tel-input .gf {
    background-position: -128px -44px; }
  .react-tel-input .gh {
    background-position: -144px -44px; }
  .react-tel-input .gi {
    background-position: -160px -44px; }
  .react-tel-input .gl {
    background-position: -176px -44px; }
  .react-tel-input .gm {
    background-position: -192px -44px; }
  .react-tel-input .gn {
    background-position: -208px -44px; }
  .react-tel-input .gp {
    background-position: -224px -44px; }
  .react-tel-input .gq {
    background-position: -240px -44px; }
  .react-tel-input .gr {
    background-position: 0 -55px; }
  .react-tel-input .gt {
    background-position: -16px -55px; }
  .react-tel-input .gu {
    background-position: -32px -55px; }
  .react-tel-input .gw {
    background-position: -48px -55px; }
  .react-tel-input .gy {
    background-position: -64px -55px; }
  .react-tel-input .hk {
    background-position: -80px -55px; }
  .react-tel-input .hn {
    background-position: -96px -55px; }
  .react-tel-input .hr {
    background-position: -112px -55px; }
  .react-tel-input .ht {
    background-position: -128px -55px; }
  .react-tel-input .hu {
    background-position: -144px -55px; }
  .react-tel-input .id {
    background-position: -160px -55px; }
  .react-tel-input .ie {
    background-position: -176px -55px; }
  .react-tel-input .il {
    background-position: -192px -55px; }
  .react-tel-input .in {
    background-position: -208px -55px; }
  .react-tel-input .io {
    background-position: -224px -55px; }
  .react-tel-input .iq {
    background-position: -240px -55px; }
  .react-tel-input .ir {
    background-position: 0 -66px; }
  .react-tel-input .is {
    background-position: -16px -66px; }
  .react-tel-input .it {
    background-position: -32px -66px; }
  .react-tel-input .jm {
    background-position: -48px -66px; }
  .react-tel-input .jo {
    background-position: -64px -66px; }
  .react-tel-input .jp {
    background-position: -80px -66px; }
  .react-tel-input .ke {
    background-position: -96px -66px; }
  .react-tel-input .kg {
    background-position: -112px -66px; }
  .react-tel-input .kh {
    background-position: -128px -66px; }
  .react-tel-input .ki {
    background-position: -144px -66px; }
  .react-tel-input .km {
    background-position: -160px -66px; }
  .react-tel-input .kn {
    background-position: -176px -66px; }
  .react-tel-input .kp {
    background-position: -192px -66px; }
  .react-tel-input .kr {
    background-position: -208px -66px; }
  .react-tel-input .kw {
    background-position: -224px -66px; }
  .react-tel-input .ky {
    background-position: -240px -66px; }
  .react-tel-input .kz {
    background-position: 0 -77px; }
  .react-tel-input .la {
    background-position: -16px -77px; }
  .react-tel-input .lb {
    background-position: -32px -77px; }
  .react-tel-input .lc {
    background-position: -48px -77px; }
  .react-tel-input .li {
    background-position: -64px -77px; }
  .react-tel-input .lk {
    background-position: -80px -77px; }
  .react-tel-input .lr {
    background-position: -96px -77px; }
  .react-tel-input .ls {
    background-position: -112px -77px; }
  .react-tel-input .lt {
    background-position: -128px -77px; }
  .react-tel-input .lu {
    background-position: -144px -77px; }
  .react-tel-input .lv {
    background-position: -160px -77px; }
  .react-tel-input .ly {
    background-position: -176px -77px; }
  .react-tel-input .ma {
    background-position: -192px -77px; }
  .react-tel-input .mc {
    background-position: -208px -77px; }
  .react-tel-input .md {
    background-position: -224px -77px; }
  .react-tel-input .me {
    background-position: -112px -154px;
    height: 12px; }
  .react-tel-input .mg {
    background-position: 0 -88px; }
  .react-tel-input .mh {
    background-position: -16px -88px; }
  .react-tel-input .mk {
    background-position: -32px -88px; }
  .react-tel-input .ml {
    background-position: -48px -88px; }
  .react-tel-input .mm {
    background-position: -64px -88px; }
  .react-tel-input .mn {
    background-position: -80px -88px; }
  .react-tel-input .mo {
    background-position: -96px -88px; }
  .react-tel-input .mp {
    background-position: -112px -88px; }
  .react-tel-input .mq {
    background-position: -128px -88px; }
  .react-tel-input .mr {
    background-position: -144px -88px; }
  .react-tel-input .ms {
    background-position: -160px -88px; }
  .react-tel-input .mt {
    background-position: -176px -88px; }
  .react-tel-input .mu {
    background-position: -192px -88px; }
  .react-tel-input .mv {
    background-position: -208px -88px; }
  .react-tel-input .mw {
    background-position: -224px -88px; }
  .react-tel-input .mx {
    background-position: -240px -88px; }
  .react-tel-input .my {
    background-position: 0 -99px; }
  .react-tel-input .mz {
    background-position: -16px -99px; }
  .react-tel-input .na {
    background-position: -32px -99px; }
  .react-tel-input .nc {
    background-position: -48px -99px; }
  .react-tel-input .ne {
    background-position: -64px -99px; }
  .react-tel-input .nf {
    background-position: -80px -99px; }
  .react-tel-input .ng {
    background-position: -96px -99px; }
  .react-tel-input .ni {
    background-position: -112px -99px; }
  .react-tel-input .nl, .react-tel-input .bq {
    background-position: -128px -99px; }
  .react-tel-input .no {
    background-position: -144px -99px; }
  .react-tel-input .np {
    background-position: -160px -99px; }
  .react-tel-input .nr {
    background-position: -176px -99px; }
  .react-tel-input .nu {
    background-position: -192px -99px; }
  .react-tel-input .nz {
    background-position: -208px -99px; }
  .react-tel-input .om {
    background-position: -224px -99px; }
  .react-tel-input .pa {
    background-position: -240px -99px; }
  .react-tel-input .pe {
    background-position: 0 -110px; }
  .react-tel-input .pf {
    background-position: -16px -110px; }
  .react-tel-input .pg {
    background-position: -32px -110px; }
  .react-tel-input .ph {
    background-position: -48px -110px; }
  .react-tel-input .pk {
    background-position: -64px -110px; }
  .react-tel-input .pl {
    background-position: -80px -110px; }
  .react-tel-input .pm {
    background-position: -96px -110px; }
  .react-tel-input .pr {
    background-position: -112px -110px; }
  .react-tel-input .ps {
    background-position: -128px -110px; }
  .react-tel-input .pt {
    background-position: -144px -110px; }
  .react-tel-input .pw {
    background-position: -160px -110px; }
  .react-tel-input .py {
    background-position: -176px -110px; }
  .react-tel-input .qa {
    background-position: -192px -110px; }
  .react-tel-input .re {
    background-position: -208px -110px; }
  .react-tel-input .ro {
    background-position: -224px -110px; }
  .react-tel-input .rs {
    background-position: -240px -110px; }
  .react-tel-input .ru {
    background-position: 0 -121px; }
  .react-tel-input .rw {
    background-position: -16px -121px; }
  .react-tel-input .sa {
    background-position: -32px -121px; }
  .react-tel-input .sb {
    background-position: -48px -121px; }
  .react-tel-input .sc {
    background-position: -64px -121px; }
  .react-tel-input .sd {
    background-position: -80px -121px; }
  .react-tel-input .se {
    background-position: -96px -121px; }
  .react-tel-input .sg {
    background-position: -112px -121px; }
  .react-tel-input .sh {
    background-position: -128px -121px; }
  .react-tel-input .si {
    background-position: -144px -121px; }
  .react-tel-input .sk {
    background-position: -160px -121px; }
  .react-tel-input .sl {
    background-position: -176px -121px; }
  .react-tel-input .sm {
    background-position: -192px -121px; }
  .react-tel-input .sn {
    background-position: -208px -121px; }
  .react-tel-input .so {
    background-position: -224px -121px; }
  .react-tel-input .sr {
    background-position: -240px -121px; }
  .react-tel-input .ss {
    background-position: 0 -132px; }
  .react-tel-input .st {
    background-position: -16px -132px; }
  .react-tel-input .sv {
    background-position: -32px -132px; }
  .react-tel-input .sx {
    background-position: -48px -132px; }
  .react-tel-input .sy {
    background-position: -64px -132px; }
  .react-tel-input .sz {
    background-position: -80px -132px; }
  .react-tel-input .tc {
    background-position: -96px -132px; }
  .react-tel-input .td {
    background-position: -112px -132px; }
  .react-tel-input .tg {
    background-position: -128px -132px; }
  .react-tel-input .th {
    background-position: -144px -132px; }
  .react-tel-input .tj {
    background-position: -160px -132px; }
  .react-tel-input .tk {
    background-position: -176px -132px; }
  .react-tel-input .tl {
    background-position: -192px -132px; }
  .react-tel-input .tm {
    background-position: -208px -132px; }
  .react-tel-input .tn {
    background-position: -224px -132px; }
  .react-tel-input .to {
    background-position: -240px -132px; }
  .react-tel-input .tr {
    background-position: 0 -143px; }
  .react-tel-input .tt {
    background-position: -16px -143px; }
  .react-tel-input .tv {
    background-position: -32px -143px; }
  .react-tel-input .tw {
    background-position: -48px -143px; }
  .react-tel-input .tz {
    background-position: -64px -143px; }
  .react-tel-input .ua {
    background-position: -80px -143px; }
  .react-tel-input .ug {
    background-position: -96px -143px; }
  .react-tel-input .us {
    background-position: -112px -143px; }
  .react-tel-input .uy {
    background-position: -128px -143px; }
  .react-tel-input .uz {
    background-position: -144px -143px; }
  .react-tel-input .va {
    background-position: -160px -143px; }
  .react-tel-input .vc {
    background-position: -176px -143px; }
  .react-tel-input .ve {
    background-position: -192px -143px; }
  .react-tel-input .vg {
    background-position: -208px -143px; }
  .react-tel-input .vi {
    background-position: -224px -143px; }
  .react-tel-input .vn {
    background-position: -240px -143px; }
  .react-tel-input .vu {
    background-position: 0 -154px; }
  .react-tel-input .wf {
    background-position: -16px -154px; }
  .react-tel-input .ws {
    background-position: -32px -154px; }
  .react-tel-input .ye {
    background-position: -48px -154px; }
  .react-tel-input .za {
    background-position: -64px -154px; }
  .react-tel-input .zm {
    background-position: -80px -154px; }
  .react-tel-input .zw {
    background-position: -96px -154px; }
  .react-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .react-tel-input .hide {
    display: none; }
  .react-tel-input .v-hide {
    visibility: hidden; }
  .react-tel-input input[type=text],
  .react-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 44px;
    margin-left: 0;
    background: #fdfdfd;
    border: none;
    line-height: 25px;
    font-size: 12px;
    height: 43px;
    width: 100%;
    font-weight: 500;
    color: #424A5B;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #fff 0 0 0;
    -moz-box-shadow: #fff 0 0 0;
    box-shadow: #fff 0 0 0; }
    .react-tel-input input[type=text]::-webkit-input-placeholder,
    .react-tel-input input[type=tel]::-webkit-input-placeholder {
      color: #949ba1; }
    .react-tel-input input[type=text]:-moz-placeholder,
    .react-tel-input input[type=tel]:-moz-placeholder {
      /* Firefox 18- */
      color: #949ba1; }
    .react-tel-input input[type=text]::-moz-placeholder,
    .react-tel-input input[type=tel]::-moz-placeholder {
      /* Firefox 19+ */
      color: #949ba1; }
    .react-tel-input input[type=text]:-ms-input-placeholder,
    .react-tel-input input[type=tel]:-ms-input-placeholder {
      color: #949ba1; }
    .react-tel-input input[type=text]:focus,
    .react-tel-input input[type=tel]:focus {
      border-color: #42bdff;
      border-left-color: #cacaca; }
    .react-tel-input input[type=text].invalid-number,
    .react-tel-input input[type=tel].invalid-number {
      border: 1px solid #d79f9f;
      background-color: #FAF0F0;
      border-left-color: #cacaca; }
      .react-tel-input input[type=text].invalid-number:focus,
      .react-tel-input input[type=tel].invalid-number:focus {
        border: 1px solid #d79f9f;
        border-left-color: #cacaca;
        background-color: #FAF0F0; }
  .react-tel-input .flag-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    background-color: #eaeaea;
    border: 1px solid #cacaca;
    border-radius: 3px 0 0 3px; }
    .react-tel-input .flag-dropdown.open-dropdown {
      background: #fff;
      border-bottom: 0;
      border-radius: 3px 0 0 0; }
      .react-tel-input .flag-dropdown.open-dropdown .selected-flag {
        background: #fff;
        border-radius: 3px 0 0 0; }
    .react-tel-input .flag-dropdown:hover {
      cursor: pointer; }
      .react-tel-input .flag-dropdown:hover .selected-flag {
        background-color: #fff; }
  .react-tel-input input[disabled] + .flag-dropdown:hover {
    cursor: default; }
    .react-tel-input input[disabled] + .flag-dropdown:hover .selected-flag {
      background-color: transparent; }
  .react-tel-input .selected-flag {
    z-index: 13;
    position: relative;
    width: 38px;
    height: 26px;
    padding: 0 0 0 8px;
    border-radius: 3px 0 0 3px; }
    .react-tel-input .selected-flag .flag {
      position: absolute;
      top: 50%;
      margin-top: -5px; }
    .react-tel-input .selected-flag .arrow {
      position: relative;
      top: 50%;
      margin-top: -2px;
      left: 20px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .react-tel-input .selected-flag .arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .react-tel-input .country-list {
    list-style: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: -1px 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    width: 400px;
    max-height: 200px;
    overflow-y: scroll;
    border-radius: 0 0 3px 3px;
    top: 26px; }
    .react-tel-input .country-list .flag {
      display: inline-block; }
    .react-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #ccc; }
    .react-tel-input .country-list .country {
      padding: 5px 10px; }
      .react-tel-input .country-list .country .dial-code {
        color: #999; }
      .react-tel-input .country-list .country:hover {
        background-color: #e8f7fe; }
      .react-tel-input .country-list .country.highlight {
        background-color: #c7e2f1; }
    .react-tel-input .country-list .flag {
      margin-right: 6px;
      margin-top: 2px; }
    .react-tel-input .country-list .country-name {
      margin-right: 6px; }

.react-toggle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  vertical-align: middle;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

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

.react-toggle--disabled {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.react-toggle:hover .react-toggle-track {
  background-color: #000000; }

.react-toggle--checked .react-toggle-track {
  background-color: #2FAAE1; }

.react-toggle.react-toggle--checked:hover .react-toggle-track {
  background-color: #128D15; }

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.react-toggle--checked .react-toggle-track-x {
  opacity: 0; }

.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #2FAAE1; }

.react-toggle--focus .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 3px 2px #0099E0;
  -moz-box-shadow: 0px 0px 3px 2px #0099E0;
  box-shadow: 0px 0px 2px 3px #0099E0; }

.react-toggle:active .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 5px 5px #0099E0;
  -moz-box-shadow: 0px 0px 5px 5px #0099E0;
  box-shadow: 0px 0px 5px 5px #0099E0; }

.checkbox.has-error .react-toggle-track {
  background-color: #bd5e5e; }

.input-info {
  font-size: 11px;
  margin-top: 5px; }

.validation-error {
  margin-top: 5px;
  color: #e60000;
  display: block; }

/*
  START - input icons

  font awesome icons inside inputs, like so:

  <div className="left-inner-addon">
    <i className="fa fa-search"></i>
    <input type="text" className="form-control" placeholder="Search..." />
  </div>

*/
.left-inner-addon {
  position: relative; }

.left-inner-addon input {
  padding-left: 35px; }

.left-inner-addon .fa {
  position: absolute;
  padding: 23px 15px;
  pointer-events: none;
  z-index: 1; }

.right-inner-addon {
  position: relative; }

.right-inner-addon input {
  padding-right: 35px; }

.right-inner-addon .fa {
  right: 0;
  position: absolute;
  padding: 15px;
  pointer-events: none;
  z-index: 1; }

/* END - input icons */
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.infobar {
  margin-top: 10px;
  margin-bottom: 0; }
  @media screen and (max-width: 47.9375em) {
    .infobar {
      margin-top: 15px; } }
  .infobar .i-title,
  .infobar .i-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%; }
  .infobar.none .menu__section {
    line-height: 44px; }
  .infobar.none .menu__subtotal {
    padding-top: 0; }
  .infobar .path {
    display: flex;
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 15px 0;
    white-space: nowrap; }
    @media screen and (max-width: 992px) {
      .infobar .path {
        justify-content: center;
        margin-bottom: 10px; } }
    .infobar .path li {
      color: #000;
      font-size: 16px;
      line-height: 34px;
      height: 34px;
      padding-right: 5px;
      min-width: 96px; }
      .infobar .path li em {
        font-style: normal;
        line-height: 24px;
        height: 23px;
        width: 23px;
        color: #000;
        display: inline-block;
        border-radius: 25px;
        text-align: center;
        margin-right: 10px;
        background-color: #e7eaec; }
      .infobar .path li span {
        font-family: "Heebo", Helvetica, Arial, sans-serif;
        text-transform: capitalize;
        font-size: 13px; }
      .infobar .path li > div {
        cursor: pointer; }
      .infobar .path li a,
      .infobar .path li a:hover,
      .infobar .path li a:focus {
        color: #000;
        text-decoration: none; }
      .infobar .path li.selected em {
        color: #fff;
        background-color: #15963f;
        border-color: #15963f; }
  .infobar .arrow.selected {
    display: none; }
  .infobar .active .number,
  .infobar .active .text {
    color: #04bf6f; }
  .infobar .active .arrow {
    display: none; }
  .infobar .active .arrow.selected {
    display: block; }
  .infobar .progress-block {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    border: inherit;
    border-radius: inherit;
    width: 80%; }
    .infobar .progress-block .arrow {
      height: 18px;
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%); }
    @media (max-width: 992px) {
      .infobar .progress-block .number {
        font-size: 16px; }
      .infobar .progress-block .text {
        font-size: 9px;
        font-weight: 900; }
      .infobar .progress-block .arrow {
        right: -10px; } }
  .infobar .macros-container {
    position: relative;
    margin-left: 10px;
    margin-right: 10px; }
    .infobar .macros-container:after {
      display: block;
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.57+0,0+100 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */
      z-index: 1;
      opacity: 0;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .infobar .macros-container.show:after {
      opacity: 1; }
    .infobar .macros-container.show .macros {
      opacity: 1;
      top: 0;
      position: relative; }
  .infobar .macros {
    position: absolute;
    top: -48px;
    left: 0px;
    right: 0px;
    opacity: 0;
    border: 1px solid #eaeaea;
    background-color: #f6f6f6;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    .infobar .macros table {
      width: 100%;
      margin-top: 2px; }
      .infobar .macros table td {
        padding: 5px;
        vertical-align: top; }
      .infobar .macros table td.Tt-u {
        padding-left: 10px; }
      .infobar .macros table .total td {
        background-color: #fdfdfd; }
  .infobar.no-macros .W-60 {
    width: 67.5% !important; }
  .infobar.no-macros .W-10 {
    width: 12.5% !important; }

#cart-customize-menu .popover-content {
  padding: 0; }
  #cart-customize-menu .popover-content > div {
    margin: 5px;
    border: 1px solid #eeeeee; }
    #cart-customize-menu .popover-content > div:last-child {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  #cart-customize-menu .popover-content .fa {
    opacity: 0.6;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

#cart-customize-menu .static-links {
  background-color: #f8fdff; }
  #cart-customize-menu .static-links a:hover {
    background-color: #fbfbfb; }

#cart-customize-menu a {
  display: block;
  color: #747678;
  padding: 8px 14px;
  border-top: 1px solid #eeeeee;
  text-decoration: none; }
  #cart-customize-menu a:first-child {
    border-top: 0 none; }
  #cart-customize-menu a.divider {
    border-color: #c5c5c5; }
  #cart-customize-menu a > span {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 88%; }

#cart-customize-menu a:hover {
  background-color: #f4fcff; }
  #cart-customize-menu a:hover .fa {
    opacity: 1; }

@media (max-width: 992px) {
  .infobar .path li {
    flex-grow: 1;
    padding-right: 0;
    max-width: 73px;
    min-width: initial; }
    .infobar .path li em {
      margin-right: 0;
      display: block;
      margin: 0 auto; }
    .infobar .path li span {
      font-size: 9px;
      text-transform: capitalize;
      color: #747678; }
  .menu-container {
    margin: 0 -20px;
    right: 25px !important;
    width: auto !important; } }

@media (max-width: 992px) {
  .menu__section > span.menu__subtotal {
    font-size: 16px; }
  .menu-container {
    padding-bottom: 75px; }
  .infobar.no-macros {
    margin-bottom: 0; }
    .infobar.no-macros .menu-container {
      padding-bottom: 0; } }

.menu-container {
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .menu-container.show {
    opacity: 1; }

.menu-container.sticky .infobar-menu {
  border-top: 0;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

.infobar-container {
  position: relative;
  margin-bottom: 20px; }

.infobar-menu {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8f9ff+0,c4e9f2+100 */
  background: #e8f9ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e8f9ff 0%, #c4e9f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e8f9ff 0%, #c4e9f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e8f9ff 0%, #c4e9f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f9ff', endColorstr='#c4e9f2',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #cfe2e6;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.menu__section {
  border-right: 1px solid #cfe2e6;
  border-left: 1px solid #e3f6fb;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }
  .menu__section > span {
    line-height: 16px;
    white-space: normal;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline; }
  .menu__section.i-title-area > span {
    width: calc(100% - 35px); }
  .menu__section:first-child {
    border-left: 0; }
  .menu__section:last-child {
    border-right: 0; }
  .menu__section.open {
    background: #c4e9f2;
    background: -moz-linear-gradient(top, #c4e9f2 0%, #e8f9ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c4e9f2 0%, #e8f9ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c4e9f2 0%, #e8f9ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4e9f2', endColorstr='#e8f9ff',GradientType=0 );
    /* IE6-9 */ }
  .menu__section .menu-icon {
    width: 35px;
    padding-left: 6px;
    display: inline-block;
    color: #6894ab;
    font-size: 20px;
    vertical-align: middle; }

.menu__subtotal {
  padding-top: 7px;
  font-size: 18px; }
  .menu__subtotal.hidden-alc {
    padding-top: 0; }
    .menu__subtotal.hidden-alc .menu__per-week {
      display: none; }

.alacarte .menu__subtotal {
  padding-top: 0; }

.menu__per-week {
  font-size: 8px;
  text-transform: uppercase;
  font-style: normal; }

.menu__icon {
  line-height: 44px; }
  .menu__icon i {
    color: #6894ab;
    cursor: pointer;
    font-size: 20px; }
    .menu__icon i:hover {
      color: #89abbd; }
  .menu__icon a, .menu__icon a:hover, .menu__icon a:active {
    color: #747678;
    text-decoration: none; }
  .menu__icon label {
    display: block;
    font-size: 8px;
    font-weight: 400;
    text-align: center;
    line-height: 0;
    text-transform: uppercase;
    position: relative;
    top: -5px; }

.disabled {
  pointer-events: none; }

@media screen and (max-width: 47.9375em) {
  .macros td > span {
    display: block; } }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.logo-block img {
  max-width: 250px;
  width: 100%; }

#header {
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 0; }
  @media screen and (max-width: 992px) {
    #header .logo-container {
      justify-self: center;
      padding-top: 10px; } }

.header-grid {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-columns: auto 1fr; }
  .header-grid-left {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 992px) {
      .header-grid-left {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        -ms-grid-column: 1;
        -ms-grid-row: 1; } }
  .header-grid-right {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-row: 2; }
    @media screen and (min-width: 992px) {
      .header-grid-right {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        -ms-grid-column: 2;
        -ms-grid-row: 1; } }
    @media screen and (min-width: 1200px) {
      .header-grid-right {
        grid-column: 1 / 3; } }

@media screen and (min-width: 992px) {
  .info-bar-container {
    justify-self: center;
    align-self: center; } }

.redirect-modal .modal-content {
  width: 100%;
  max-width: 480px;
  margin: 0 auto; }

.redirect-modal .modal-header {
  display: none; }

.redirect-modal .modal-body {
  padding: 25px; }

.redirect-modal .modal-title {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1.42857143;
  font-size: 25px;
  margin-bottom: 10px; }

.redirect-modal .redirect-modal-title {
  margin-bottom: 5px; }

.redirect-modal .redirect-modal-message {
  margin: 0 auto; }

.redirect-modal .redirect-modal-btns {
  display: flex;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px; }
  .redirect-modal .redirect-modal-btns button {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px 0; }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.value-props-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px; }
  .value-props-block img {
    margin-right: 40px; }
    @media only screen and (max-width: 768px) {
      .value-props-block img {
        display: none; } }
  .value-props-block p {
    text-align: center;
    text-transform: uppercase;
    color: #8F95A3;
    font-family: 'Poppins';
    font-size: 16px;
    letter-spacing: 2.29px;
    margin: 0; }
  @media (max-width: 992px) {
    .value-props-block .block:not(:last-of-type) {
      margin-bottom: 40px; } }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.coupon-banner {
  display: flex;
  justify-content: center;
  background-color: #00BF6F;
  font-family: 'Heebo',Helvetica,Arial,sans-serif;
  font-weight: 500;
  letter-spacing: 1.42px;
  line-height: 20px;
  height: auto;
  margin: 0;
  text-transform: uppercase; }
  .coupon-banner h1 {
    margin: auto;
    padding: 25px;
    color: #FFF;
    font-size: 26px; }
    @media only screen and (max-width: 475px) {
      .coupon-banner h1 {
        font-size: 1em; } }
  .coupon-banner.special {
    flex-direction: column;
    background-color: #00BF6F; }
    .coupon-banner.special.secondary {
      background-color: #00263e; }
    .coupon-banner.special h1 {
      font-family: 'poppins';
      text-transform: capitalize;
      padding-bottom: 0;
      padding-top: 15px; }
    .coupon-banner.special p {
      font-size: 20px;
      font-weight: 500;
      text-transform: initial;
      padding-bottom: 20px;
      margin-bottom: 0; }
      .coupon-banner.special p.black {
        color: #000; }
      @media only screen and (max-width: 475px) {
        .coupon-banner.special p {
          font-size: 16px; } }
    .coupon-banner.special--bf {
      flex-direction: column;
      background-color: #000; }
      .coupon-banner.special--bf.secondary {
        background-color: #00263e; }
      .coupon-banner.special--bf h1 {
        font-family: 'poppins';
        color: #F00;
        text-transform: capitalize;
        padding-bottom: 0;
        padding-top: 15px; }
        .coupon-banner.special--bf h1.cm {
          color: #00d8ff; }
      .coupon-banner.special--bf p {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        text-transform: initial;
        padding-bottom: 20px;
        margin-bottom: 0; }
        @media only screen and (max-width: 475px) {
          .coupon-banner.special--bf p {
            font-size: 16px; } }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.tile {
  position: relative;
  border: 3px solid #e7eaec;
  padding-bottom: 20px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr auto; }
  .tile.selected {
    border: 3px solid #04bf6f; }
  .tile-img {
    width: 100%;
    margin-bottom: 20px; }
  .tile-info {
    position: relative; }
  .tile-title {
    margin-top: 0;
    margin-bottom: 0; }
  .tile-popup {
    border-radius: 0; }
    .tile-popup__header {
      text-transform: uppercase;
      font-size: 12px;
      font-family: poppins;
      color: #04a57a; }
    .tile-popup p {
      font-size: 13px;
      line-height: 1.5; }
    .tile-popup .popover-content {
      padding: 9px; }
  .tile-popup-btn {
    position: absolute;
    top: -15px;
    left: 5px;
    background-color: transparent;
    border: none;
    padding: 0; }
    .tile-popup-btn i {
      font-size: 18px;
      color: #cde5d8; }
      .tile-popup-btn i:hover {
        color: #04bf6f; }
    .tile-popup-btn--ms {
      position: relative;
      top: -5px;
      left: 0; }
      .tile-popup-btn--ms i {
        font-size: 20px; }
  .tile-txt {
    margin: 0 10px; }
    .tile-txt:last-of-type {
      font-size: 13px; }
  .tile-btn {
    font-family: "poppins", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px; }
    .tile-btn a {
      width: 100%;
      padding: 20px 0;
      text-decoration: none !important; }
  .tile .popular-container {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 0px 15px 5px 5px;
    border-radius: 0 0 30px; }
  .tile .popular-txt {
    font-size: 14px;
    color: #fff;
    background-color: #04bf6f;
    text-transform: uppercase; }
  .tile-container.five .tile-title {
    font-size: 18px; }
    @media screen and (max-width: 992px) {
      .tile-container.five .tile-title {
        font-size: 14px;
        line-height: 11px; } }

@media screen and (max-width: 992px) {
  .home-page .tile--horizontal {
    grid-template-rows: 25px 20px 20px 45px 65px; }
  .tile-container.five .tile--horizontal.false {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto 1fr 65px; }
    .tile-container.five .tile--horizontal.false .tile-txt {
      margin-top: 0px; }
    .tile-container.five .tile--horizontal.false .tile-title {
      padding: 10px 10px 0px 10px; }
  .tile-container.two .tile--horizontal p {
    font-size: 14px; }
    .tile-container.two .tile--horizontal p:nth-of-type(2) {
      font-size: 12px;
      font-weight: 300; }
  .tile--horizontal {
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: 25px 20px 20px 1fr 65px;
    padding-bottom: 0;
    text-align: left;
    max-height: 250px; }
    .tile--horizontal .tile-img {
      grid-column: 1 / 2;
      grid-row: 1 / 6;
      height: 100%;
      width: 100%;
      object-fit: cover;
      margin-bottom: 0; }
    .tile--horizontal .tile-info {
      padding-top: 2px;
      grid-row: 1/2; }
    .tile--horizontal .tile-title {
      grid-row: 1 / 2;
      font-size: 14px;
      padding: 10px;
      line-height: 23px; }
    .tile--horizontal .tile-txt {
      font-weight: 400;
      font-size: 12px;
      line-height: 15px;
      margin-top: 20px; }
      .tile--horizontal .tile-txt .pricePerMeal {
        margin-top: -13px;
        font-weight: 600;
        font-size: 13px;
        line-height: 15px; }
      .tile--horizontal .tile-txt:nth-of-type(2) {
        font-weight: 400; }
      .tile--horizontal .tile-txt:last-of-type {
        padding-top: 10px; }
    .tile--horizontal .tile-btn {
      grid-row: 5 / 6;
      padding: 0;
      width: 90%;
      margin: 0 auto;
      align-self: center; }
      .tile--horizontal .tile-btn a {
        padding: 10px 0;
        font-weight: 300;
        letter-spacing: 3px; } }
      @media screen and (max-width: 992px) and (max-width: 665px) {
        .tile--horizontal .tile-btn a {
          letter-spacing: 2px; } }

@media screen and (max-width: 992px) {
    .tile--horizontal .tile-popup-btn {
      display: none; } }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.home-page {
  padding-bottom: 50px; }
  .home-page .menu-container.sticky {
    position: static !important; }
  .home-page h1 {
    margin: 0;
    font-size: 27px; }
  .home-page .item {
    margin-bottom: 25px; }
  .home-page .btn-primary {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    font-family: "poppins", Helvetica, Arial, sans-serif;
    letter-spacing: 2.3px;
    text-decoration: none; }
  .home-page .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    height: 35px;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .home-page .mp-macros {
    font-size: 13px; }
  .home-page .price-per-serving {
    margin-top: 8px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase; }
  .home-page .other-option {
    width: 100%;
    height: 290px;
    background-color: #001b1e;
    overflow: hidden;
    margin-bottom: 30px; }
    @media screen and (max-width: 47.9375em) {
      .home-page .other-option {
        height: 240px; } }
    .home-page .other-option.alacarte .o-img {
      background-image: url(/images/vegan.jpg); }
    .home-page .other-option.giftcards .o-img {
      background-image: url(/images/gift-cards.jpg); }
    .home-page .other-option .arrow-icon-target {
      display: block;
      height: 90px;
      line-height: 80px;
      text-decoration: none;
      color: #fff;
      padding-left: 20px;
      position: relative; }
      @media screen and (max-width: 47.9375em) {
        .home-page .other-option .arrow-icon-target {
          height: 60px;
          line-height: 50px; } }
      .home-page .other-option .arrow-icon-target:hover .next-icon {
        opacity: 1;
        color: #fff;
        border: 1px solid #fff; }
      .home-page .other-option .arrow-icon-target:hover .o-title > span {
        color: #fff; }
  .home-page .o-title {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle; }
    .home-page .o-title h4 {
      color: #fff;
      margin-bottom: 10px; }
      @media screen and (max-width: 47.9375em) {
        .home-page .o-title h4 {
          margin-bottom: 5px; } }
    .home-page .o-title > span {
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-style: normal; }
  .home-page .o-img {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 47.9375em) {
      .home-page .o-img {
        height: 180px; } }
  .home-page .next-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 15px;
    height: 50px;
    width: 50px;
    border: 1px solid #15963f;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 47.9375em) {
      .home-page .next-icon {
        height: 34px;
        width: 34px; }
        .home-page .next-icon .fa {
          font-size: 20px; } }
  .home-page .disclaimer {
    font-size: 11px; }
  .home-page .gift-card-button {
    text-align: center;
    padding-top: 40px; }
    .home-page .gift-card-button p {
      margin-bottom: 0; }
    .home-page .gift-card-button a {
      color: #04a57a;
      font-family: 'Poppins', Helvetica, Arial, sans-serif;
      font-size: 16px;
      letter-spacing: 2.29px;
      line-height: 25px; }

@media screen and (max-width: 47.9375em) {
  .home-page .sticky-area {
    display: none; }
  .home-page h1 {
    font-size: 20px;
    text-align: center; }
  .home-page h2 {
    font-size: 23px; }
  .home-page .head-tagline {
    text-align: center; }
  .home-page .item {
    width: 100%;
    padding: 0 15px; }
  .home-page .disclaimer {
    margin-top: 15px; }
  .home-page .mp-macros {
    font-size: 12px; } }

@media screen and (min-width: 47.9375em) {
  .home-page .has-4 .item {
    max-width: 290px;
    padding: 10px; }
  .home-page .has-4 .mp-img {
    height: 170px; }
  .home-page .has-4 .mp-macros {
    position: absolute;
    left: 0;
    bottom: 98px;
    width: 100%;
    text-align: center;
    font-size: 12px; }
  .home-page .has-4 .price-per-serving {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    text-align: center; }
  .home-page .has-4 .btn-primary {
    font-size: 16px; } }

.tile-container {
  display: grid;
  display: -ms-grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 15px;
  grid-row-gap: 15px; }
  @media (min-width: 680px) and (max-width: 992px) {
    .tile-container {
      grid-template-columns: 1fr 1fr;
      -ms-grid-columns: 1fr 15px 1fr; } }
  .tile-container.two {
    -ms-grid-columns: 1fr 15px 1fr; }
    @media (max-width: 680px) {
      .tile-container.two {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr; } }
  .tile-container.five {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    -ms-grid-rows: 1fr 15px 1fr; }
    @media screen and (min-width: 445px) and (max-width: 700px) {
      .tile-container.five {
        grid-template-columns: repeat(2, minmax(200px, 1fr)); } }
  .tile-container .tile:only-child {
    max-width: 400px;
    justify-self: center; }

.apple-pay-button {
  display: inline-block;
  -apple-pay-button-type: buy;
  /* Use any supported button type. */
  max-width: 250px;
  width: 100%;
  border-radius: 0; }

.apple-pay-button-black {
  -apple-pay-button-style: black; }

.apple-pay-button-white {
  -apple-pay-button-style: white; }

.apple-pay-button-white-with-line {
  -apple-pay-button-style: white-outline; }

.preference-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  max-width: 800px;
  margin: 0 auto; }
  @media (min-width: 680px) {
    .preference-container {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr; } }

.preference-column {
  padding: 0 50px; }
  .preference-column:first-of-type {
    border-right: 3px solid #e7eaec; }
    @media (max-width: 680px) {
      .preference-column:first-of-type {
        border-right: none; } }
  @media (max-width: 680px) {
    .preference-column {
      padding: 0 20px; } }
  @media (max-width: 475px) {
    .preference-column {
      padding: 0; } }

.option-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  column-gap: 7px;
  row-gap: 7px; }

.option-button {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  padding: 0.5rem;
  letter-spacing: 1px; }
  .option-button.selected {
    border: 2px solid #04bf6f;
    background: #f8fdfa; }
  .option-button-grid {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr; }
  @media (hover: hover) {
    .option-button:hover {
      border: 2px solid #04bf6f; } }
  .option-button:disabled {
    background-color: #ededed;
    border: 2px solid #b5b5b5;
    cursor: not-allowed; }

.option-checkmark {
  justify-self: end; }

.option-title {
  text-align: center; }

.requirement-warning {
  max-width: 750px;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #ffb83c;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center; }
  .requirement-warning__img {
    margin-right: 5px; }
  .requirement-warning__text {
    font-size: 16px;
    font-weight: 400;
    margin: 0; }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.meal-plan-variant .meal-plan-icon {
  margin-bottom: 30px; }

@media (max-width: 992px) {
  .meal-plan-variant .plan {
    margin-top: 0; }
  .meal-plan-variant .menu-container {
    padding-bottom: 0; }
  .meal-plan-variant .infobar-container {
    margin-bottom: 0; } }

.meal-plan-variant .col-md-6.center-column {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.meal-plan-variant.menu-sample-variation .free-shipping {
  margin-top: 15px;
  margin-bottom: 0px; }

.meal-plan-variant.menu-sample-variation .prod-img .slick-slider {
  position: relative;
  max-width: 100%; }

@media (max-width: 992px) {
  .meal-plan-variant.menu-sample-variation .prod-img {
    text-align: center;
    margin-bottom: 40px; } }

.meal-plan-variant.menu-sample-variation .prod-img img {
  border: 1px solid #e1e1e1;
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.meal-plan-variant .slick-slider {
  margin: 0 auto 15px; }

.meal-plan-variant .free-shipping {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px; }

.meal-plan-variant .infobar {
  margin-bottom: 10px; }

.meal-plan-variant h4 {
  font-size: 14px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0; }
  .meal-plan-variant h4 i {
    color: #04bf6f;
    font-size: 20px; }

.meal-plan-variant p {
  font-size: 16px;
  margin-bottom: 20px; }

.meal-plan-variant h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000; }

.meal-plan-variant .nav-tabs > li > a,
.meal-plan-variant .nav-tabs > li.active > a,
.meal-plan-variant .nav-tabs > li.active > a:focus,
.meal-plan-variant .nav-tabs > li.active > a:hover {
  color: #000; }

.meal-plan-variant .nav-tabs > li > a {
  border-radius: 0; }

.meal-plan-variant .nav-tabs > li.active > a {
  border-top: 5px solid #04bf6f; }

.meal-plan-variant .july-4th-promo {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }

.meal-plan-variant .july-4th-promo-sml {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: none; }

.meal-plan-variant .help-txt-2 {
  display: block;
  text-transform: initial; }

.meal-plan-variant .toggle-box-sml {
  background-color: #e7eaec;
  color: #747678 !important;
  margin-bottom: 0;
  border: none;
  text-align: center;
  text-transform: uppercase; }
  .meal-plan-variant .toggle-box-sml.selected {
    background-color: #04bf6f;
    color: #fff !important; }
    .meal-plan-variant .toggle-box-sml.selected .fa {
      opacity: 0; }
    .meal-plan-variant .toggle-box-sml.selected .fa-check {
      opacity: 0.4;
      width: 10%;
      transition: width 0.5s ease; }
    .meal-plan-variant .toggle-box-sml.selected .check-sml {
      background-color: transparent !important; }
    .meal-plan-variant .toggle-box-sml.selected .tgl-box-img {
      background-color: transparent !important; }
  .meal-plan-variant .toggle-box-sml .tgl-box-img {
    background-color: transparent !important;
    color: #747678;
    width: 20px;
    height: 20px;
    line-height: 30px; }
  .meal-plan-variant .toggle-box-sml .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .meal-plan-variant .toggle-box-sml .text {
    font-size: 16px;
    font-family: "poppins", Helvetica, Arial, sans-serif;
    letter-spacing: 2.3px;
    user-select: none;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */ }
    @media (max-width: 992px) {
      .meal-plan-variant .toggle-box-sml .text {
        font-size: 12px;
        letter-spacing: 1.7px; } }
  .meal-plan-variant .toggle-box-sml .check-sml {
    background-color: transparent; }

.meal-plan-variant .meal-frequency-container {
  border-bottom: 0;
  padding-bottom: 0; }

.meal-plan-variant .collapse-container {
  padding: 0 15px;
  margin: 0 0 25px;
  border-bottom: 1px solid #e7eaec; }
  @media (max-width: 992px) {
    .meal-plan-variant .collapse-container {
      padding: 0;
      margin: 0 0 20px; } }
  .meal-plan-variant .collapse-container--desc {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: none; }
    @media (max-width: 992px) {
      .meal-plan-variant .collapse-container--desc {
        margin: 0 0 5px; } }
  .meal-plan-variant .collapse-container h4 {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 25px; }
    @media (max-width: 992px) {
      .meal-plan-variant .collapse-container h4 {
        margin-bottom: 25px; } }
    .meal-plan-variant .collapse-container h4 em {
      font-style: normal;
      font-weight: normal;
      font-family: "Open Sans", sans-serif; }
  .meal-plan-variant .collapse-container .dropdown-title {
    line-height: initial; }

.meal-plan-variant .help-txt-container {
  display: flex;
  justify-content: space-between;
  line-height: initial; }
  .meal-plan-variant .help-txt-container p {
    text-transform: initial; }
  .meal-plan-variant .help-txt-container .value {
    font-weight: 500; }
  .meal-plan-variant .help-txt-container.b-border {
    padding-bottom: 10px;
    border-bottom: 2px solid #04bf6f; }

.meal-plan-variant .collapse-area {
  max-height: 600px;
  overflow: initial;
  padding-bottom: 20px;
  margin: 40px 0;
  background-color: #fbfbfb;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out; }
  .meal-plan-variant .collapse-area.collapsed {
    max-height: 0 !important;
    padding-bottom: 0;
    overflow: hidden; }
  .meal-plan-variant .collapse-area.tall {
    max-height: 5000px; }
  .meal-plan-variant .collapse-area .help-txt {
    padding-left: 0;
    margin-top: 10px;
    text-transform: initial; }
  @media (max-width: 992px) {
    .meal-plan-variant .collapse-area {
      margin-top: 15px; }
      .meal-plan-variant .collapse-area .sm-pad-0 {
        padding: 0; } }

.meal-plan-variant .allergies-collapse-container .dropdown-title:hover,
.meal-plan-variant .allergies-collapse-container i:hover {
  cursor: pointer; }

.meal-plan-variant .special-requests {
  padding-top: 0px;
  transition: padding 0.5s ease-out; }
  .meal-plan-variant .special-requests.new {
    margin-bottom: 20px; }
  .meal-plan-variant .special-requests:not(.collapsed) {
    padding-top: 20px;
    transition: padding 0.5s ease-out; }
  .meal-plan-variant .special-requests.promos .excludes label.selected {
    border: 2px solid #04bf6f;
    background-color: #04bf6f; }
  .meal-plan-variant .special-requests .notes {
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px; }
  .meal-plan-variant .special-requests .spl-inst {
    height: 135px;
    border: 1px solid #ddd;
    margin-top: 7px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07); }
  .meal-plan-variant .special-requests .excludes {
    margin-bottom: 40px; }
    .meal-plan-variant .special-requests .excludes.max-selected label:not(.selected) {
      border-color: #eee;
      color: #bbb;
      cursor: not-allowed; }
    .meal-plan-variant .special-requests .excludes > div {
      width: 33.3%;
      display: inline-block; }
      @media (max-width: 992px) {
        .meal-plan-variant .special-requests .excludes > div {
          width: 49%; } }
    .meal-plan-variant .special-requests .excludes label {
      font-size: 16px;
      font-weight: 300;
      border: 1px solid #ddd;
      width: 90%;
      padding: 13px 0;
      text-align: center;
      margin: 7px 0;
      cursor: pointer;
      position: relative;
      text-transform: uppercase;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .meal-plan-variant .special-requests .excludes label .fa {
        opacity: 0;
        position: absolute;
        left: 10px;
        top: 3px;
        font-size: 25px;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s; }
      .meal-plan-variant .special-requests .excludes label.selected {
        border: 2px solid #d24949;
        background-color: #d24949;
        color: #fff; }
        .meal-plan-variant .special-requests .excludes label.selected .fa {
          opacity: 1; }

.day-select {
  display: flex; }
  .day-select--new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 10px; }
  .day-select__item {
    flex-grow: 1; }
  .day-select .toggle-box-sml {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px; }

.meal-select {
  display: flex;
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .meal-select {
      margin-bottom: 20px; } }
  .meal-select--new {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    margin-bottom: 10px; }
  .meal-select__item {
    flex-grow: 1; }
    .meal-select__item:not(:last-of-type) {
      margin-right: 10px; }
  .meal-select .toggle-box-sml {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px; }

.dropdown-title {
  text-transform: uppercase;
  font-size: 16px; }
  .dropdown-title:hover {
    cursor: pointer; }

@media (max-width: 690px) {
  .meal-plan-options .july-4th-promo {
    display: none; }
  .meal-plan-options .july-4th-promo-sml {
    display: block; } }

.funnel-block {
  max-width: 600px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }

.dessert-img {
  max-width: 350px;
  width: 100%; }

.price-breakdown-container {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px; }

.snack-button-container .btn {
  margin-bottom: 10px; }
  @media screen and (min-width: 660px) {
    .snack-button-container .btn {
      margin-right: 7px;
      margin-left: 7px; } }

.fa.fa-check.options-check {
  color: #fff;
  position: relative;
  top: 0;
  transform: none;
  opacity: 0;
  margin-right: 3px;
  width: 0;
  transition: width 0.5s ease; }

.valueProp__container {
  display: flex;
  justify-content: center; }

.valueProp__img {
  margin-right: 20px; }

.valueProp__text {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .valueProp__text p {
    margin-bottom: 0; }

.valueProps {
  max-width: 600px;
  margin: 20px auto;
  padding-left: 10px;
  padding-right: 10px; }
  .valueProps__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
    .valueProps__grid p {
      margin-bottom: 0; }
      @media (max-width: 690px) {
        .valueProps__grid p {
          font-size: 12px; } }
  .valueProps__container {
    display: grid;
    grid-template-rows: 50% 50%;
    gap: 5%; }
  .valueProps__image img {
    width: 50%; }

.fixed-button {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.2)); }
  @media screen and (min-width: 768px) {
    .fixed-button {
      background-color: transparent;
      position: unset;
      filter: unset; } }
  @media screen and (min-width: 768px) {
    .fixed-button button {
      margin-top: 40px; } }

.custom-option-button {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  padding: 1.5rem 0;
  letter-spacing: 1px;
  display: flex;
  justify-content: center; }
  .custom-option-button .circle-container {
    width: 0%;
    transition: width 0.5s ease; }
  .custom-option-button.selected {
    border: 2px solid #04bf6f;
    background: #f8fdfa; }
    .custom-option-button.selected .circle-container {
      position: relative;
      display: inline-block;
      border-radius: 50%;
      background-color: #04bf6f;
      max-width: 20px;
      width: 20%;
      height: 20px;
      margin-right: 5px; }
    .custom-option-button.selected .fa {
      opacity: 0; }
    .custom-option-button.selected .fa-check {
      opacity: 0.8;
      position: absolute;
      top: 50%;
      left: 18%;
      margin: 0;
      transform: translateY(-50%); }
  @media (hover: hover) {
    .custom-option-button:hover {
      border: 2px solid #04bf6f; } }

@media screen and (max-width: 769px) {
  .mobile-mb20 {
    margin-bottom: 20px; } }

.option-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  column-gap: 7px;
  row-gap: 7px; }

.option-button {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  padding: 0.5rem;
  letter-spacing: 1px; }
  .option-button.selected {
    border: 2px solid #04bf6f;
    background: #f8fdfa; }
  .option-button-grid {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr; }
  @media (hover: hover) {
    .option-button:hover {
      border: 2px solid #04bf6f; } }
  .option-button:disabled {
    background-color: #ededed;
    border: 2px solid #b5b5b5;
    cursor: not-allowed; }

.option-checkmark {
  justify-self: end; }

.option-title {
  text-align: center; }

.option-explainer {
  font-size: 12px;
  font-weight: 200;
  line-height: 12px; }
.shippingbar {
  margin-bottom: 25px; }
  .shippingbar p {
    margin-top: 25px; }

.shippingbar > div > p {
  margin-bottom: 10px; }

.shippingbar {
  margin-bottom: 25px; }
  .shippingbar p {
    margin-top: 25px; }

.shippingbar > div > p {
  margin-bottom: 10px; }

.containerStyles {
  height: 20px;
  max-width: 500px;
  background-color: #e0e0de;
  margin: auto; }
  @media only screen and (max-width: 475px) {
    .containerStyles {
      max-width: 300px; } }

.fillerStyles {
  height: 100%;
  background-color: #01BF6E;
  text-align: right;
  transition: width 1s ease-in-out; }

.fillerStyles2 {
  height: 100%;
  width: 100%;
  background-color: #01BF6E;
  text-align: right;
  transition: width 0.5s ease-in-out; }

.labelStyles {
  padding: 5px;
  color: white;
  font-weight: bold; }
.snack-promo {
  background-image: url("/images/texture-background.jpg");
  background-size: cover;
  text-align: center;
  padding: 50px; }
  .snack-promo--bf {
    background-image: url("/images/texture-background-black.jpg"); }
  @media only screen and (max-width: 767px) {
    .snack-promo {
      padding: 50px 10px; } }
  .snack-promo .promo-snack .pre-header {
    color: #443f3f;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
    .snack-promo .promo-snack .pre-header span.green {
      color: #00bf6f; }
    .snack-promo .promo-snack .pre-header span.red {
      color: red; }
    .snack-promo .promo-snack .pre-header span.cyan {
      color: #00d8ff; }
  .snack-promo .promo-snack h1 span.white {
    color: #fff; }
  .snack-promo .promo-snack h1 span.green {
    color: #04a57a; }
  .snack-promo .promo-snack .variation2 {
    max-width: 1500px;
    margin: auto;
    padding-bottom: 50px; }
    .snack-promo .promo-snack .variation2 .snack-container {
      align-items: stretch;
      display: inline-flex;
      flex-flow: wrap;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 600px) {
        .snack-promo .promo-snack .variation2 .snack-container {
          flex-flow: row; } }
    @media only screen and (max-width: 767px) {
      .snack-promo .promo-snack .variation2 .snack-container {
        padding: 20px 0;
        margin-left: -5px;
        margin-right: -5px; } }
    .snack-promo .promo-snack .variation2 .snack-container .snack-item {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 -1px 9px 0 rgba(0, 0, 0, 0.2);
      max-width: 200px;
      margin-left: 5px;
      margin-right: 5px; }
      @media only screen and (max-width: 500px) {
        .snack-promo .promo-snack .variation2 .snack-container .snack-item {
          margin: 10px 5px;
          max-width: 47%;
          margin-bottom: 10px; } }
      .snack-promo .promo-snack .variation2 .snack-container .snack-item .image-container {
        position: relative; }
        .snack-promo .promo-snack .variation2 .snack-container .snack-item .image-container img {
          max-width: 100%;
          border-top-right-radius: 10px;
          border-top-left-radius: 10px; }
        .snack-promo .promo-snack .variation2 .snack-container .snack-item .image-container .value {
          background-color: #04a57a;
          bottom: 5px;
          border-radius: 5px;
          color: #fff;
          left: 5px;
          padding: 5px;
          position: absolute; }
      .snack-promo .promo-snack .variation2 .snack-container .snack-item .text-container {
        color: #000;
        font-size: 12px;
        font-weight: 600;
        padding: 10px;
        text-transform: uppercase;
        min-height: 65px; }
        @media only screen and (min-width: 767px) {
          .snack-promo .promo-snack .variation2 .snack-container .snack-item .text-container {
            padding: 15px; } }
        .snack-promo .promo-snack .variation2 .snack-container .snack-item .text-container .text {
          text-align: initial; }
      .snack-promo .promo-snack .variation2 .snack-container .snack-item.selected {
        position: relative; }
        .snack-promo .promo-snack .variation2 .snack-container .snack-item.selected::after {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          border: 4px solid #04a57a;
          border-radius: 10px;
          pointer-events: none; }
  .snack-promo .promo-snack .counter-container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .snack-promo .promo-snack .counter-count {
    color: #04a57a;
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px; }
  .snack-promo .promo-snack .counter-btn {
    border: none;
    background-color: transparent;
    font-size: 22px;
    padding-right: 10px;
    padding-left: 10px; }
  .snack-promo .promo-snack .counter-add {
    width: 100%;
    border-radius: 4px;
    padding: 4px 0;
    margin: 2px 10px 10px; }
    .snack-promo .promo-snack .counter-add.disabled {
      background-color: #bbc2d2;
      border-color: #bbc2d2;
      color: #fff;
      cursor: not-allowed; }
  .snack-promo .snack-promo-txt {
    color: #8F95A3; }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

#entree-browser > li > a {
  padding: 20px 15px 2px; }

.entree-tab-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.98px; }
  .entree-tab-title span {
    color: #fff;
    background-color: #04bf6f;
    border: 1px solid #dfdfdf;
    font-size: 11px;
    height: 21px;
    line-height: 22px;
    margin-left: 5px;
    text-align: center;
    width: 21px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.modal-container {
  position: relative; }
  .modal-container .modal-backdrop {
    top: 42px;
    background-color: #fff; }
  .modal-container .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .modal-container .modal-dialog {
    margin: 100px auto; }
  .modal-container .stock-text {
    font-weight: bold;
    color: #000;
    text-transform: uppercase; }

.modal-container .modal, .modal-container .modal-backdrop {
  position: absolute; }

.entree {
  text-align: left;
  width: 100%;
  margin: 7px 0;
  border: 1px solid #e2ded6;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-box-shadow: 0 0 0 0 #04bf6f;
  -moz-box-shadow: 0 0 0 0 #04bf6f;
  box-shadow: 0 0 0 0 #04bf6f;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }
  .entree:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cecece;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCECECE', endColorstr='#FFF2F2F2');
    background-image: -owg-linear-gradient(top, #cecece 0%, #f2f2f2 100%);
    background-image: -webkit-linear-gradient(top, #cecece 0%, #f2f2f2 100%);
    background-image: -moz-linear-gradient(top, #cecece 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #cecece 0%, #f2f2f2 100%);
    background-image: linear-gradient(top, #cecece 0%, #f2f2f2 100%); }
  .entree .click-area {
    width: 100%;
    height: auto;
    cursor: pointer; }
  .entree .sold-out-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: #000;
    opacity: 0.4;
    cursor: pointer; }
  .entree .stock {
    width: 100px;
    top: 0;
    left: 50%;
    margin-left: -50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 3px 6px;
    position: absolute;
    z-index: 3; }
    .entree .stock.empty {
      width: 80px;
      margin-left: -40px; }
  .entree .entree-bg {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center -24px; }
  .entree .entree-ctrl {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #04bf6f;
    padding: 6px 10px;
    width: 100%; }
    .entree .entree-ctrl .title {
      font-size: 14px;
      width: 76%;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .entree .entree-ctrl .price {
      font-size: 12px; }
  .entree .info-icon {
    position: absolute;
    top: 7px;
    right: 7px;
    display: none; }
  .entree:hover .info-icon {
    display: block; }
  .entree .add-entree,
  .entree .remove-entree {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px; }
  .entree .remove-entree {
    right: 37px; }
  .entree.selected, .entree:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #04bf6f;
    -moz-box-shadow: 0px 0px 0px 2px #04bf6f;
    box-shadow: 0px 0px 0px 2px #04bf6f; }
  .entree:focus .entree-ctrl {
    background-color: #04bf6f; }
  .entree.selected .entree-ctrl {
    background-color: #006a4e; }

.entree-qty {
  background-color: #006a4e;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-align: center;
  position: relative;
  top: 0;
  padding: 0 4px;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.entree-qty-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 10px;
  min-width: 38px;
  height: 38px; }
  .entree-qty-container.zero .entree-qty {
    top: -39px; }

.add-entree,
.remove-entree {
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: 2px solid #fff;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .add-entree.disabled,
  .remove-entree.disabled {
    opacity: 0.5; }

.info-icon {
  width: 27px;
  height: 27px;
  cursor: pointer;
  pointer-events: none; }
  .info-icon .fa-inverse {
    color: #aaa389; }
  .info-icon .fnl-circle {
    background-color: #fffae6;
    height: 100%;
    width: 100%;
    border: 2px solid #ccc5ab;
    -webkit-transition-property: border;
    -moz-transition-property: border;
    -o-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px; }
  .info-icon:hover .fnl-circle {
    border: 2px solid #aaa389; }
  .info-icon .fnl-info {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px; }

/* START - Entree Details */
.e-modal .add-remove {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.e-modal img {
  height: auto;
  border: 1px solid #e8e8e8; }

.e-modal .add-entree,
.e-modal .remove-entree {
  color: #04bf6f;
  border: 3px solid #04bf6f;
  width: 34px;
  height: 34px;
  line-height: 24px;
  font-size: 30px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px; }

.e-modal .add-entree.disabled,
.e-modal .remove-entree.disabled {
  color: #949494;
  border: 3px solid #949494; }

.e-modal input {
  width: 36px;
  height: 32px;
  text-align: center;
  position: relative;
  top: 2px;
  font-size: 16px;
  margin: 15px 5px 0; }

.e-modal .entree-help-txt {
  text-transform: uppercase;
  color: #b2b2b2;
  font-size: 10px;
  margin-top: 8px;
  text-align: center; }

.entree-browser.single-tab .nav-tabs {
  display: none; }

#entree-browser .nav-tabs > li > a,
#entree-browser .nav-tabs > li.active > a,
#entree-browser .nav-tabs > li.active > a:focus,
#entree-browser .nav-tabs > li.active > a:hover {
  color: #000; }

#entree-browser .nav-tabs {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

#entree-browser .nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  margin: 0;
  background-color: transparent; }

#entree-browser .nav-tabs > li.active > a {
  border: 0;
  border-bottom: 2px solid #04bf6f;
  color: #04bf6f; }

.min-alacarte-notice-modal .modal-content {
  max-width: 493px;
  margin: 0 auto; }

.min-alacarte-notice-modal .modal-header {
  border-bottom: 0;
  padding: 10px; }

.min-alacarte-notice-modal .modal-body {
  padding: 0 50px 40px; }
  @media (max-width: 475px) {
    .min-alacarte-notice-modal .modal-body {
      padding: 0 17px 40px; } }

.alc-modal-title {
  margin-bottom: 5px;
  text-align: center; }

.alc-modal-message {
  max-width: 245px;
  margin: 0 auto;
  text-align: center; }

.alc-modal-btns {
  display: flex;
  justify-content: center; }
  @media (max-width: 475px) {
    .alc-modal-btns {
      flex-direction: column; } }
  .alc-modal-btns button {
    align-self: center;
    text-transform: uppercase;
    width: 140px; }
  .alc-modal-btns button:first-of-type {
    margin-right: 10px; }
    @media (max-width: 475px) {
      .alc-modal-btns button:first-of-type {
        margin-right: 0;
        margin-bottom: 10px; } }

/* END - Entree Details */
@media (max-width: 992px) {
  .e-modal .modal-body {
    padding-top: 0; }
  .e-modal .first-col {
    padding-left: 0;
    padding-right: 0; }
  .e-modal img {
    border: 0 none; } }

@media (max-width: 475px) {
  #entree-browser .nav-tabs li a {
    font-size: 12px;
    padding: 6px; }
  #entree-browser .tab-content {
    text-align: center; }
  .entree {
    width: 95%;
    margin: 20px 0px 0 0; }
  .e-modal img {
    max-width: 100%;
    margin: 0 0 20px;
    border: 1px solid #d2d2d2; }
  .e-desc {
    text-align: left;
    margin: 0 25px 10px; }
  .stock-text.empty {
    color: #000;
    font-weight: bold; }
  .entree-tab-title span {
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    width: 15px; } }

@media screen and (max-width: 47.9375em) {
  #entree-browser .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden; } }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.alacarte .heading {
  text-align: center;
  margin-top: 0; }

.alacarte .qty-discount {
  list-style: none;
  position: absolute;
  top: 0;
  right: 15px; }
  .alacarte .qty-discount li {
    margin-bottom: 5px;
    margin-left: 25px; }
    .alacarte .qty-discount li.active {
      margin-left: 0; }
    .alacarte .qty-discount li i {
      vertical-align: baseline;
      padding-right: 5px;
      font-size: 20px; }

.alacarte .subtotal-tab {
  background-color: lightblue; }

.alacarte .help-txt {
  -webkit-transition: color 0.8s;
  -moz-transition: color 0.8s;
  -o-transition: color 0.8s;
  transition: color 0.8s; }

.alacarte .min-order-err {
  color: #414141; }

.alacarte .alc-buttons {
  text-align: center;
  display: block;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.2)); }
  @media screen and (min-width: 281px) {
    .alacarte .alc-buttons {
      display: flex; } }
  @media screen and (min-width: 768px) {
    .alacarte .alc-buttons {
      display: block;
      position: unset;
      background-color: transparent;
      filter: unset; } }
  .alacarte .alc-buttons button, .alacarte .alc-buttons a, .alacarte .alc-buttons span {
    margin: 0 5px; }

.alacarte .alc-btn {
  font-family: "poppins", Helvetica, Arial, sans-serif;
  letter-spacing: 2.29px;
  line-height: 25px;
  text-decoration: none; }
  .alacarte .alc-btn.inverse {
    color: #04bf6f;
    border: 2px solid #04bf6f;
    background-color: #fff; }
    .alacarte .alc-btn.inverse:hover {
      background-color: #006a4e;
      color: #fff;
      border: 2px solid #006a4e; }

@media screen and (max-width: 47.9375em) {
  .alacarte .qty-discount {
    position: static;
    padding: 0;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px; } }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.giftcards .form-control {
  height: 45px;
  background-color: #FBFBFB;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #D9DBEC;
  color: #212322;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 21px; }
  .giftcards .form-control:focus {
    border-bottom: 2px solid #04A57A;
    box-shadow: none; }

.giftcards .form-group {
  margin-bottom: 0; }
  .giftcards .form-group label {
    color: #8F95A3;
    font-family: heebo;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 34px;
    text-transform: uppercase; }

.gift-card-buttons {
  text-align: center; }
  .gift-card-buttons .left {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .gift-card-buttons .left {
        margin-bottom: 0;
        margin-right: 15px; } }

.gc-container {
  display: flex;
  justify-content: center;
  margin-bottom: 80px; }
  @media (max-width: 992px) {
    .gc-container {
      margin-bottom: 40px; } }

.gc-btn {
  font-family: "poppins", Helvetica, Arial, sans-serif;
  letter-spacing: 2.29px;
  line-height: 25px;
  text-decoration: none;
  max-width: 270px; }
  .gc-btn.inverse {
    color: #04bf6f;
    border: 2px solid #04bf6f;
    background-color: #fff; }
    .gc-btn.inverse:hover {
      background-color: #006a4e;
      color: #fff;
      border: 2px solid #006a4e; }

.gc-img {
  width: 100%;
  border-radius: 20px; }
  @media (max-width: 992px) {
    .gc-img {
      margin-bottom: 30px; } }

.gc-options-grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  -ms-grid-rows: 1fr 15px 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 10px;
  margin-bottom: 50px; }
  @media (max-width: 992px) {
    .gc-options-grid {
      margin-bottom: 25px; } }

.radio-button {
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 1px 2px 5px #ccc;
  padding: 15px 0;
  text-align: center; }
  .radio-button label {
    margin-bottom: 0; }
  .radio-button.selected {
    border: #04bf6f; }

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #231F20;
  font-size: 16px;
  font-weight: 700; }

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #8F95A3;
  border-radius: 100%;
  background: #D8D8D8; }

[type=radio]:checked + label:before {
  border: 1px solid #04a57a;
  background: #fff; }

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #04a57a;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.gc-total {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 2px solid #04bf6f; }

.gc-form {
  padding: 25px;
  box-shadow: 0px 0px 8px #ccc; }

.recipient-desc {
  margin-bottom: 50px; }
  @media (max-width: 992px) {
    .recipient-desc {
      margin-bottom: 25px; } }

.gc-email {
  margin-bottom: 40px; }
  @media (max-width: 992px) {
    .gc-email {
      margin-bottom: 20px; } }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.delivery-date {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  .delivery-date .acc-title {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    cursor: pointer;
    align-items: center; }
    .delivery-date .acc-title .fa-chevron-up,
    .delivery-date .acc-title .fa-chevron-down {
      position: relative;
      top: -1px; }
  .delivery-date .acc-content {
    border-top: 1px solid #d9dbec;
    padding: 20px;
    text-align: center;
    font-weight: 100;
    font-size: 16px; }
  .delivery-date label {
    color: #8f95a3;
    font-family: heebo;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 34px;
    text-transform: uppercase; }
  .delivery-date .collapse-area {
    height: auto;
    max-height: 800px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out; }
    .delivery-date .collapse-area.collapsed {
      max-height: 0 !important;
      padding-bottom: 0; }
    .delivery-date .collapse-area:not(.collapsed).collapse-area--overflow {
      overflow: visible; }
    @media only screen and (max-width: 992px) {
      .delivery-date .collapse-area {
        max-height: 1500px; } }
  .delivery-date .fa-truck {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 28px; }
  .delivery-date .truck-icon {
    width: 45px;
    display: inline-block;
    vertical-align: top;
    color: #04bf6f; }
  .delivery-date h5 {
    font-weight: 100;
    text-transform: none;
    font-size: 14px; }
    .delivery-date h5 span {
      color: #04bf6f;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500;
      padding-right: 5px; }
  @media only screen and (max-width: 550px) {
    .delivery-date .fa-truck {
      font-size: 20px; }
    .delivery-date .truck-icon {
      width: 30px; }
    .delivery-date h5 {
      font-size: 13px; }
      .delivery-date h5 span {
        letter-spacing: 1px;
        padding-right: 3px; } }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.review-page {
  margin-bottom: 80px; }
  @media (max-width: 992px) {
    .review-page .review-header {
      text-align: center; } }
  .review-page .meal-plan-container {
    margin-bottom: 40px; }
    @media (max-width: 992px) {
      .review-page .meal-plan-container {
        margin-bottom: 40px; } }
  .review-page .header {
    border-bottom: 1px solid #d9dbec;
    color: #04bf6f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-bottom: 25px; }
    .review-page .header--new {
      border-bottom: 1px solid #d9dbec;
      color: #000;
      font-weight: 600;
      font-size: 12px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 0;
      padding-bottom: 10px; }
  .review-page h4 {
    padding-bottom: 5px; }
  .review-page .order-item {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
    padding: 25px 20px;
    margin-bottom: 10px; }
    .review-page .order-item .header {
      padding-bottom: 25px; }
    .review-page .order-item > td {
      vertical-align: top;
      padding-top: 17px;
      padding-bottom: 17px; }
  @media (max-width: 772px) {
    .review-page .cell {
      padding-left: 20px; } }
  .review-page .cart-item-entree {
    color: #414141;
    font-family: "Heebo", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }
  .review-page .cart-item-entree-qty {
    color: #414141;
    font-family: "poppins", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 2.01px;
    line-height: 21px; }
  .review-page .delete-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 10px;
    color: #c7c7c7;
    font-weight: 100;
    letter-spacing: initial;
    font-family: "Heebo", Helvetica, Arial, sans-serif;
    cursor: pointer; }
    .review-page .delete-item .text {
      font-size: 13px; }
  .review-page .help-txt {
    color: #15963f;
    font-size: 12px;
    font-weight: 300;
    text-transform: initial;
    display: inline-block; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .review-page .help-txt {
        padding-left: 0; } }
  .review-page .right-text {
    float: right;
    font-size: 12px;
    font-weight: 300;
    text-transform: initial;
    letter-spacing: 1px;
    color: #15963f; }
  .review-page .edit-container {
    display: flex;
    align-items: center; }
  .review-page .edit-link {
    color: #04bf6f;
    font-family: "Heebo", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-left: 10px; }
  .review-page .title {
    font-size: 13px;
    margin: 0;
    color: #231f20;
    font-family: "poppins", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.29px;
    line-height: 25px; }
    .review-page .title.inline {
      display: inline-block; }
      @media only screen and (max-width: 992px) {
        .review-page .title.inline {
          width: 60%; } }
  .review-page .review-page .price {
    font-size: 13px;
    color: #a2a4a5; }
  .review-page .review-page .btn-xs {
    color: #000; }
  .review-page .price {
    font-size: 13px; }
    .review-page .price--base {
      font-size: 16px;
      font-weight: 300; }
  .review-page .secure-chkout {
    color: #7f99a7; }
  .review-page .cart-thumb {
    min-width: 50px;
    width: 100%;
    max-width: 325px;
    height: auto; }
  .review-page .breakdown-table {
    margin-top: 15px; }
    .review-page .breakdown-table td,
    .review-page .breakdown-table th {
      padding: 5px 0; }
    .review-page .breakdown-table .tr-divider > th {
      border-bottom: 1px solid #d9dbec;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 2px;
      color: #15963f; }
    .review-page .breakdown-table .tr-divider > td {
      border-top: 1px solid #f7f6f4; }
  .review-page .extra-item {
    display: flex;
    justify-content: space-between; }
    .review-page .extra-item .clip {
      max-width: 450px; }
  .review-page .cost-title {
    font-size: 12px; }
    .review-page .cost-title.bold {
      font-weight: 500; }
  .review-page .cost-value {
    font-size: 16px;
    font-weight: 300; }
  .review-page .add-order-item {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #15963f; }
  @media (max-width: 992px) {
    .review-page .right-text {
      display: none; } }
  .review-page .item-price {
    text-align: right;
    color: #414141;
    font-family: "Heebo", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }
  .review-page .item-price--new {
    align-self: end;
    text-align: right;
    color: #414141;
    font-family: "Heebo", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }
  .review-page .item-quantity {
    margin: 0 10px;
    color: #414141;
    font-family: "Heebo", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }
  .review-page .meal-plan-col {
    display: flex;
    justify-content: space-between;
    font-weight: 100; }
    @media only screen and (max-width: 992px) {
      .review-page .meal-plan-col {
        display: flex;
        flex-direction: column; } }
  .review-page .meal-plan-col--new {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-weight: 100; }
  .review-page .review-content {
    display: flex;
    justify-content: center; }
    .review-page .review-content .sub-header {
      display: flex;
      justify-content: space-between;
      color: #04a57a;
      font-family: "Heebo", Helvetica, Arial, sans-serif;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 1.5px;
      line-height: 41px;
      padding-top: 10px; }
      @media only screen and (max-width: 992px) {
        .review-page .review-content .sub-header {
          grid-template-columns: 60% 20% 20%; } }
    .review-page .review-content .sub-header--new {
      display: flex;
      justify-content: space-between;
      font-family: "Heebo", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding-top: 15px; }
    .review-page .review-content .snack-section .snack-header {
      border-top: 1px solid #d9dbec; }
      .review-page .review-content .snack-section .snack-header th {
        border-bottom: none;
        color: #04a57a;
        font-family: "Heebo", Helvetica, Arial, sans-serif;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 1.5px;
        line-height: 41px; }
    .review-page .review-content .snack-section .item-value {
      color: #414141;
      font-family: "Heebo", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 26px;
      text-align: right; }
    .review-page .review-content .review-content-buttons {
      display: flex;
      justify-content: space-evenly; }
      .review-page .review-content .review-content-buttons .btn {
        margin: 0 5px 10px; }
      .review-page .review-content .review-content-buttons .loader-txt {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: initial; }
        @media only screen and (max-width: 475px) {
          .review-page .review-content .review-content-buttons .loader-txt {
            letter-spacing: initial; } }
    .review-page .review-content .a-la-carte-header {
      border-bottom: 1px solid #d9dbec;
      color: #04a57a;
      display: flex;
      justify-content: space-between; }
    .review-page .review-content .sub-header-a-la-carte {
      display: grid;
      grid-template-columns: 75% 12.5% 12.5%;
      color: #04a57a;
      font-family: "Heebo", Helvetica, Arial, sans-serif;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 1.5px;
      line-height: 41px; }
      @media only screen and (max-width: 475px) {
        .review-page .review-content .sub-header-a-la-carte {
          grid-template-columns: 60% 20% 20%; } }
    .review-page .review-content .item-a-la-carte {
      display: grid;
      grid-template-columns: 75% 12.5% 12.5%; }
      @media only screen and (max-width: 475px) {
        .review-page .review-content .item-a-la-carte {
          grid-template-columns: 60% 20% 20%; } }
    .review-page .review-content .item-gift-card {
      display: grid;
      grid-template-columns: 87.5% 12.5%; }
      @media only screen and (max-width: 475px) {
        .review-page .review-content .item-gift-card {
          grid-template-columns: 80% 20%; } }
    .review-page .review-content .price-alacarte {
      text-align: right; }
    .review-page .review-content .meal-plan-totals {
      display: flex;
      justify-content: flex-end;
      border-top: 1px solid #d9dbec;
      color: #04a57a;
      font-family: "Heebo", Helvetica, Arial, sans-serif;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 1.5px;
      line-height: 41px; }
      .review-page .review-content .meal-plan-totals .number {
        color: #414141;
        font-family: "Heebo", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        margin-left: 40px; }
    .review-page .review-content .total-today {
      display: flex;
      justify-content: center;
      color: #04a57a;
      font-family: "Heebo", Helvetica, Arial, sans-serif;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 1.5px;
      line-height: 41px;
      margin-bottom: 30px;
      text-transform: uppercase; }
      .review-page .review-content .total-today .number {
        color: #414141;
        font-family: "Heebo", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        margin-left: 40px; }
    .review-page .review-content .allergies {
      color: #04a57a;
      font-family: "Heebo", Helvetica, Arial, sans-serif;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 1.5px;
      line-height: 41px; }
    .review-page .review-content .review-btn {
      font-family: "poppins", Helvetica, Arial, sans-serif;
      letter-spacing: 2.29px;
      line-height: 25px;
      text-decoration: none; }
      .review-page .review-content .review-btn.inverse {
        color: #04bf6f;
        border: 2px solid #04bf6f;
        background-color: #fff; }
        .review-page .review-content .review-btn.inverse:hover {
          background-color: #006a4e;
          color: #fff;
          border: 2px solid #006a4e; }
      @media only screen and (max-width: 992px) {
        .review-page .review-content .review-btn {
          width: 100%; } }

.update-entree-qty .add-entree,
.update-entree-qty .remove-entree {
  color: #c5c5c5;
  border: 2px solid #c5c5c5; }

.update-entree-qty input {
  width: 30px;
  height: 26px;
  border: 1px solid #c5c5c5;
  text-align: center;
  margin: 0 5px; }

.exclude-list {
  margin-bottom: 30px; }
  @media only screen and (max-width: 475px) {
    .exclude-list {
      display: flex;
      flex-direction: column; } }
  .exclude-list .item {
    background-color: #e7eaec;
    padding: 8px 22px;
    font-weight: 300;
    font-size: 16px; }
    @media only screen and (max-width: 475px) {
      .exclude-list .item {
        max-width: 125px;
        margin-bottom: 10px; } }
  .exclude-list .item:not(:last-of-type) {
    margin-right: 10px; }
.promo-container {
  flex-direction: column;
  padding-top: 15px; }
  .promo-container .input-container {
    display: flex; }

.promo-acc {
  box-shadow: none; }
  .promo-acc .fa {
    margin: 8px 0 10px 0; }
  .promo-acc-title {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .promo-acc-title h4 {
      margin: 0; }
  .promo-acc .collapse-area {
    max-height: 50px; }
    .promo-acc .collapse-area .promo-container {
      flex-basis: 100%; }
  .promo-acc .gift-card-input {
    flex-grow: 2; }
    .promo-acc .gift-card-input input {
      padding-left: 10px; }

.promo-text {
  padding: 0; }
  .promo-text .promo-info {
    border: none;
    margin-top: 10px;
    color: #006A4E;
    font-family: heebo;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }
    .promo-text .promo-info .fa {
      margin: 0 !important; }

.button-hide {
  display: none; }

.promo-container {
  display: flex; }
  .promo-container__input {
    flex-grow: 1;
    margin: 0; }

.promo-btn {
  background-color: #4a4a4a;
  color: #ffffff;
  min-width: 82px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 10px; }

.promo-input {
  border: 0;
  min-height: 37px;
  font-weight: 300; }
  .promo-input::placeholder {
    color: #686969;
    font-size: 12px; }

.promo .has-error .input-group-addon {
  border: 0; }

.promo-close {
  background-color: transparent;
  border: 0; }
.promo-container {
  flex-direction: column; }
  .promo-container .input-container {
    display: flex; }

.promo-acc {
  box-shadow: none; }
  .promo-acc .row {
    display: flex; }
    .promo-acc .row .fa {
      margin: 10px 0 10px 0; }
  .promo-acc .collapse-area {
    max-height: 50px; }
    .promo-acc .collapse-area .promo-container {
      flex-basis: 100%; }

.promo-text {
  padding: 0; }
  .promo-text .promo-info {
    border: none;
    margin-top: 10px;
    color: #006A4E;
    font-family: heebo;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }
    .promo-text .promo-info .fa {
      margin: 0 !important; }

.button-hide {
  display: none; }

.promo-container {
  display: flex; }
  .promo-container__input {
    flex-grow: 1;
    margin: 0; }

.promo-btn {
  background-color: #4a4a4a;
  color: #ffffff;
  min-width: 82px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 10px; }

.promo-input {
  border: 0;
  min-height: 37px;
  font-weight: 300; }
  .promo-input::placeholder {
    color: #686969;
    font-size: 12px; }

.promo .has-error .input-group-addon {
  border: 0; }

.promo-close {
  background-color: transparent;
  border: 0; }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.order-total {
  background-color: #F8FDFA;
  border: 1px solid #96D4C0;
  margin-bottom: 10px;
  padding: 25px 17px; }
  .order-total h4 {
    margin-bottom: 0;
    padding-bottom: 0; }
  .order-total h4.sum-title {
    color: #212322;
    font-family: poppins;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.29px;
    line-height: 25px; }
  .order-total .hr {
    border-bottom: 1px solid #15963f;
    margin: 17px 0; }
  .order-total .payment-options {
    width: 160px;
    padding-left: 15px;
    margin-top: 6px; }
    @media (max-width: 992px) {
      .order-total .payment-options {
        width: 120px;
        padding-left: 9px;
        margin-top: 11px; } }
  .order-total .subtotal-disclaimer {
    font-size: 11px; }
    .order-total .subtotal-disclaimer p {
      margin: 0;
      padding: 0; }
  .order-total .discounts-applied {
    border: 1px solid #dce8ef;
    border-radius: 3px;
    padding: 5px 8px;
    display: block;
    text-align: center; }
    .order-total .discounts-applied span {
      padding: 0 3px; }
  .order-total .shipping-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .order-total .shipping-container p {
      margin: 0; }
  .order-total .secure-chkout i {
    color: #000; }
  .order-total .secure-chkout h4 {
    display: inline-block; }
  .order-total .secure-chkout img {
    float: right; }
    @media (max-width: 360px) {
      .order-total .secure-chkout img {
        padding-left: 0;
        float: none; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .order-total .secure-chkout img {
        float: none; } }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

#card-number,
#cvv,
#expirationMonth,
#expirationYear {
  height: 45px;
  background-color: #fbfbfb;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #d9dbec;
  color: red !important;
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 21px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  overflow: hidden; }
  #card-number:focus,
  #cvv:focus,
  #expirationMonth:focus,
  #expirationYear:focus {
    border-bottom: 2px solid #04a57a;
    box-shadow: none; }
    #card-number:focus input,
    #cvv:focus input,
    #expirationMonth:focus input,
    #expirationYear:focus input {
      color: green; }

#card-number.braintree-hosted-fields-focused,
#cvv.braintree-hosted-fields-focused {
  border-bottom: 2px solid #04a57a;
  box-shadow: none; }

.checkout-page .col-md-8 h2 {
  padding: 15px 0;
  margin: 0; }

.checkout-page .Select-placeholder,
.checkout-page :not(.Select--multi) > .Select-control .Select-value,
.checkout-page .Select-control,
.checkout-page .form-control,
.checkout-page .Select-input {
  height: 45px;
  background-color: #fbfbfb;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #d9dbec;
  color: #212322;
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 21px; }
  .checkout-page .Select-placeholder:focus,
  .checkout-page :not(.Select--multi) > .Select-control .Select-value:focus,
  .checkout-page .Select-control:focus,
  .checkout-page .form-control:focus,
  .checkout-page .Select-input:focus {
    border-bottom: 2px solid #04a57a;
    box-shadow: none; }

.checkout-page .Select-placeholder {
  line-height: 37px; }

.checkout-page .email input.form-control:disabled,
.checkout-page .password input.form-control:disabled {
  background-color: #d9dbec; }
  .checkout-page .email input.form-control:disabled::placeholder,
  .checkout-page .password input.form-control:disabled::placeholder {
    color: #000; }

.checkout-page .checkout-form-container .form-group {
  margin-bottom: 25px; }

.checkout-page .same-address {
  position: relative;
  left: 20px;
  bottom: 60px;
  color: #8f95a3;
  font-family: heebo;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.98px;
  line-height: 34px;
  text-transform: uppercase;
  text-decoration: none; }
  @media only screen and (max-width: 992px) {
    .checkout-page .same-address {
      bottom: 0;
      margin-bottom: 20px; } }

.checkout-page .collapse-container {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 10px; }
  .checkout-page .collapse-container .acc-title {
    display: flex; }
    .checkout-page .collapse-container .acc-title h4 {
      margin-bottom: 0; }
    .checkout-page .collapse-container .acc-title .fa {
      margin: 8px 0 10px 0; }
  .checkout-page .collapse-container .acc-content {
    border-top: 1px solid #d9dbec;
    padding: 20px; }
    .checkout-page .collapse-container .acc-content .card-number-title img {
      display: flex;
      margin-top: auto;
      margin-bottom: auto;
      height: 15px;
      width: 100px; }
    .checkout-page .collapse-container .acc-content .secure-chkout {
      display: none; }
      .checkout-page .collapse-container .acc-content .secure-chkout i {
        font-size: 22px; }
      .checkout-page .collapse-container .acc-content .secure-chkout h4 {
        margin: 0; }
      @media only screen and (min-width: 992px) {
        .checkout-page .collapse-container .acc-content .secure-chkout {
          bottom: 0;
          border: 2px solid #d9dbec;
          border-radius: 5px;
          padding: 5px 10px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          background-color: #f5f6fa; } }
    .checkout-page .collapse-container .acc-content .css-bg1rzq-control {
      height: 45px;
      background-color: #fbfbfb;
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: 1px solid #d9dbec; }
    .checkout-page .collapse-container .acc-content .css-bgvzuu-indicatorSeparator {
      display: none; }
  .checkout-page .collapse-container label {
    color: #8f95a3;
    font-family: heebo;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 34px;
    text-transform: uppercase; }
  .checkout-page .collapse-container .collapse-area {
    height: auto;
    max-height: 800px;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out; }
    .checkout-page .collapse-container .collapse-area.collapsed {
      max-height: 0 !important;
      padding-bottom: 0;
      overflow: hidden; }
    @media only screen and (max-width: 992px) {
      .checkout-page .collapse-container .collapse-area {
        max-height: 1500px; } }

.checkout-page .terms-text label {
  color: #414141;
  font-family: heebo;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px; }

.checkout-page .terms-text .link {
  color: #414141;
  font-family: heebo;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  text-decoration: underline; }

.checkout-page .card-number-title {
  display: flex;
  align-items: center; }
  .checkout-page .card-number-title .title {
    color: #8f95a3;
    font-family: heebo;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.98px;
    line-height: 34px;
    margin-bottom: 2px;
    text-transform: uppercase; }

.checkout-page .payment-options {
  width: 160px;
  padding-left: 15px; }

.checkout-page .checkout-submit-btn {
  width: 100%;
  padding: 20px;
  color: #ffffff;
  font-family: poppins;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.29px;
  line-height: 25px; }

.checkout-page .checkout-submit-btn-container {
  padding: 0; }

.checkout-page .disclaimer {
  color: #8f95a3;
  font-family: heebo;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  margin-top: 10px; }

.checkout-page .order-text {
  color: #212322;
  font-family: heebo;
  font-size: 16px;
  line-height: 26px; }

.checkout-page .savings {
  text-align: right !important;
  white-space: nowrap; }

.checkout-page .total-style {
  color: #212322;
  font-family: heebo;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  text-transform: capitalize; }

.checkout-page .hr {
  border: 0.5px solid #96d4c0; }

.checkout-page .delivery-row {
  display: flex; }

.checkout-page .fa-check {
  color: #04a57a;
  margin: auto;
  padding-right: 10px; }

.checkout-page .method-btn {
  width: 100%;
  max-width: 300px;
  text-transform: capitalize;
  font-size: 16px;
  padding: 15px 0;
  font-weight: 300; }

.checkout-page .next-btn {
  width: 100%;
  padding: 20px; }

.checkout-page .billing-add-title {
  color: #231f20;
  font-family: poppins;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.86px;
  line-height: 20px;
  padding: 20px;
  text-transform: uppercase; }

.checkout-page .meal-desc {
  padding-top: 20px; }

.checkout-page .checkout-container-main {
  display: flex;
  justify-content: center; }

.checkout-page .checkbox label.Cur-p {
  color: #414141;
  font-family: heebo;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  text-transform: inherit; }

.checkout-page .checkbox-styled {
  margin: auto 0; }

.checkout-page .gc-btn {
  font-weight: 400; }

@media only screen and (max-width: 992px) {
  .checkout-page .checkout-container-main {
    flex-direction: column; }
    .checkout-page .checkout-container-main .checkout-container {
      order: 2; }
    .checkout-page .checkout-container-main .order-summary {
      order: 1; } }

.checkout-page .checkout-ahaa {
  color: #8f95a3;
  font-family: heebo;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 34px;
  text-transform: uppercase; }

.login-modal .modal-dialog,
.password-modal .modal-dialog {
  width: 90%; }

.login-modal .modal-content,
.password-modal .modal-content {
  max-width: 400px;
  margin: 0 auto; }

.login-modal .modal-header,
.password-modal .modal-header {
  border-bottom: 0;
  padding: 10px; }

.login-modal .modal-body,
.password-modal .modal-body {
  padding: 0 10px 20px; }
  @media (max-width: 475px) {
    .login-modal .modal-body,
    .password-modal .modal-body {
      padding: 0 17px 40px; } }

.login-modal .modal-title,
.password-modal .modal-title {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 700; }

.login-modal .response-success,
.password-modal .response-success {
  color: #04a57a;
  text-align: center;
  margin: 0;
  padding: 0; }

.login-modal .response-error,
.password-modal .response-error {
  color: #e60000;
  text-align: center;
  margin: 0;
  padding: 0; }

.login-modal-title,
.password-modal-title {
  text-align: center; }

.login-modal-subtitle,
.password-modal-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #04a57a;
  margin: 0;
  line-height: 1.5;
  text-transform: uppercase; }

.login-modal-message,
.password-modal-message {
  margin: 0 auto; }

.login-modal-description,
.password-modal-description {
  margin-left: 10px;
  margin-right: 10px; }
  .login-modal-description p,
  .password-modal-description p {
    font-size: 15px; }

.login-modal-btns,
.password-modal-btns {
  display: flex;
  justify-content: center; }
  @media (max-width: 475px) {
    .login-modal-btns,
    .password-modal-btns {
      flex-direction: column; } }
  .login-modal-btns button,
  .password-modal-btns button {
    align-self: center;
    text-transform: uppercase;
    padding: 15px;
    width: 100%;
    max-width: initial;
    margin-left: 10px;
    margin-right: 10px; }

.login-modal input,
.password-modal input {
  height: 45px;
  background-color: #fbfbfb;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #d9dbec;
  color: #212322;
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 21px; }
  .login-modal input:focus,
  .password-modal input:focus {
    border-bottom: 2px solid #04a57a;
    box-shadow: none; }

.login-modal .form-group.password,
.password-modal .form-group.password {
  margin-bottom: 10px; }

.login-modal .password-reset,
.password-modal .password-reset {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 12px; }

.login-modal .eye-icon,
.password-modal .eye-icon {
  position: relative; }
  .login-modal .eye-icon:after,
  .password-modal .eye-icon:after {
    color: #d9dbec;
    font-family: 'fontawesome';
    font-size: 20px;
    content: '\F070';
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%); }

.loading-alert {
  padding-top: 20px;
  color: #e60000;
  font-size: 13px;
  font-weight: 400; }

.card-icon {
  font-size: 2rem;
  padding-left: 10px; }

@media only screen and (min-width: 992px) {
  .eq-height-col {
    display: flex;
    flex-flow: row wrap; }
    .eq-height-col::before {
      display: block; } }

.bt-gray {
  border-top: 1px solid #d9dbec; }

.item-headers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem; }

.item-actions {
  display: flex;
  align-items: center; }

.item-edit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem; }

.item-detail-text {
  font-size: 14px;
  font-weight: 300;
  color: #000; }

.item-detail-grid {
  display: grid;
  grid-template-columns: 70% 1fr;
  margin-bottom: 2rem; }

.item-detail__name {
  grid-row: 1 / 2;
  grid-column: 1 / 2; }

.item-detail__price {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  text-align: right; }

.item-detail__mealType {
  grid-row: 2 / 3;
  grid-column: 1 / 2; }

.item-detail__count {
  grid-row: 3 / 4;
  grid-column: 1 / 2; }

.item-detail__exclude {
  display: inline-block;
  background-color: #eee;
  color: #333;
  padding: 5px 15px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px; }

.item-header {
  color: #04a57a;
  font-family: 'Heebo', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px; }
  .item-header--black {
    color: #000; }

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: 2s cubic-bezier(0.4, 0, 0.6, 1) 0ms infinite normal none running pulse; }

@keyframes pulse {
  0% {
    background-color: #d1dbe0; }
  50% {
    background-color: #e0e7eb; }
  100% {
    background-color: #d1dbe0; } }

.item-type {
  color: #000;
  font-weight: 500;
  font-size: 16px; }

.edit-link {
  color: #04bf6f !important;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  text-decoration: underline; }

.delete-item {
  background-color: transparent;
  border: none;
  color: #ccc;
  font-size: 18px;
  padding: 0;
  margin-left: 10px; }

.breakdown-table td {
  color: #414141;
  font-weight: 300;
  font-size: 14px; }

.item-gift-card {
  display: grid;
  grid-template-columns: 70% 1fr; }

.extra-item title,
.extra-item .item-price {
  font-size: 16px; }

.loading-input {
  opacity: 1;
  height: 40px;
  width: 100%;
  background-color: #bcc2d1;
  margin-bottom: 10px; }

.loading-text {
  height: 20px;
  background-color: #bcc2d1; }

.loading-button {
  height: 50px;
  border: 1px solid #04bf6f;
  background-color: #04bf6f;
  border-radius: 0; }

.update-entree-qty .add-entree,
.update-entree-qty .remove-entree {
  color: #c5c5c5;
  border: 2px solid #c5c5c5; }

.update-entree-qty input {
  width: 30px;
  height: 26px;
  border: 1px solid #c5c5c5;
  text-align: center;
  margin: 0 5px; }

.exclude-list {
  margin-bottom: 30px; }
  @media only screen and (max-width: 475px) {
    .exclude-list {
      display: flex;
      flex-direction: column; } }
  .exclude-list .item {
    background-color: #e7eaec;
    padding: 8px 22px;
    font-weight: 300;
    font-size: 16px; }
    @media only screen and (max-width: 475px) {
      .exclude-list .item {
        max-width: 125px;
        margin-bottom: 10px; } }
  .exclude-list .item:not(:last-of-type) {
    margin-right: 10px; }

.snack-section .snack-header {
  border-top: 1px solid #d9dbec; }
  .snack-section .snack-header th {
    border-bottom: none;
    color: #04a57a;
    font-family: "Heebo", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 41px; }

.snack-section .item-value {
  color: #414141;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-align: right; }

.a-la-carte-header {
  border-bottom: 1px solid #d9dbec;
  color: #04a57a;
  display: flex;
  justify-content: space-between; }

.sub-header-a-la-carte {
  display: grid;
  grid-template-columns: 60% 1fr 1fr;
  color: #04a57a;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 41px; }

.item-a-la-carte {
  display: grid;
  grid-template-columns: 60% 1fr 1fr;
  align-items: center;
  font-size: 14px; }

.quantity-alacarte {
  text-align: center; }

.item-price {
  text-align: right; }

.item-quantity {
  text-align: center;
  font-size: 14px; }

.meal-plan-totals {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #d9dbec;
  color: #04a57a;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 41px; }
  .meal-plan-totals .number {
    color: #414141;
    font-family: "Heebo", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-left: 40px; }

.edit-link {
  color: #04bf6f;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px; }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.progress-btn {
  position: relative;
  padding: 30px;
  width: 100%;
  margin-top: 20px;
  z-index: 0;
  border: none; }
  .progress-btn:focus, .progress-btn:hover {
    background-color: #04bf6f; }
  .progress-btn .progress {
    background-color: #00263e;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    transition: width 1.5s ease-out; }
  .progress-btn .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3; }
  .progress-btn.loading {
    pointer-events: none; }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

.order-total {
  background-color: #f8fdfa;
  border: 1px solid #96d4c0;
  margin-bottom: 10px;
  padding: 25px 17px; }
  .order-total h4 {
    margin-bottom: 0;
    padding-bottom: 0; }
  .order-total h4.sum-title {
    display: flex;
    justify-content: space-between;
    color: #212322;
    font-family: poppins;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.29px;
    line-height: 25px; }
  .order-total .hr {
    border-bottom: 1px solid #15963f;
    margin: 17px 0; }
  .order-total .payment-options {
    width: 160px;
    padding-left: 15px;
    margin-top: 6px; }
    @media (max-width: 992px) {
      .order-total .payment-options {
        width: 120px;
        padding-left: 9px;
        margin-top: 11px; } }
  .order-total .subtotal-disclaimer {
    font-size: 11px; }
    .order-total .subtotal-disclaimer p {
      margin: 0;
      padding: 0; }
  .order-total .discounts-applied {
    border: 1px solid #dce8ef;
    border-radius: 3px;
    padding: 5px 8px;
    display: block;
    text-align: center; }
    .order-total .discounts-applied span {
      padding: 0 3px; }
  .order-total .shipping-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .order-total .shipping-container p {
      margin: 0; }
  .order-total .secure-chkout i {
    color: #000; }
  .order-total .secure-chkout h4 {
    display: inline-block; }
  .order-total .secure-chkout img {
    float: right; }
    @media (max-width: 360px) {
      .order-total .secure-chkout img {
        padding-left: 0;
        float: none; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .order-total .secure-chkout img {
        float: none; } }
  .order-total .collapse-area {
    height: auto;
    max-height: 800px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out; }
    .order-total .collapse-area.collapsed {
      max-height: 0 !important;
      padding-bottom: 0; }
    .order-total .collapse-area:not(.collapsed).collapse-area--overflow {
      overflow: visible; }
    @media only screen and (max-width: 992px) {
      .order-total .collapse-area {
        max-height: 1500px; } }
/***********************    Colors
\***********************/
/***********************    FNL Color
\***********************/
.primary {
  color: #04bf6f !important; }

/***********************    FNL Performance
\***********************/
/***********************    Home
\***********************/
/***********************    Blog
\***********************/
/***********************    Background / Line
\***********************/
.teal-bg {
  background-color: #dcf2e4; }

.l-green-bg {
  background-color: #f8fdfa; }

.gray-bg {
  background-color: #fbfbfb; }

.white {
  color: #fff; }

.black {
  color: #000; }

.text-gray {
  color: #8f95a3; }

@media (max-width: 992px) {
  .complete-page .header {
    text-align: center;
    margin-bottom: 40px; } }

.complete-page .question {
  font-family: "Bree Serif", serif;
  margin-bottom: 10px; }

.complete-page .jump-to-dashboard {
  background-color: #fff;
  margin: 30px 3px 40px;
  text-align: center;
  padding: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07) !important; }
  .complete-page .jump-to-dashboard .btn {
    text-transform: uppercase;
    border-radius: 0.375rem;
    max-width: 250px;
    width: 100%;
    padding: 16px 0; }
    .complete-page .jump-to-dashboard .btn.mp {
      margin: 20px 0; }
    @media only screen and (max-width: 992px) {
      .complete-page .jump-to-dashboard .btn.alc {
        margin: 20px 0; } }
  .complete-page .jump-to-dashboard .text-fresh {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    color: #00bf6f; }
  .complete-page .jump-to-dashboard .col-md-8 {
    text-align: left; }
  .complete-page .jump-to-dashboard h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    font-family: "poppins", Helvetica, Arial, sans-serif;
    margin: 0; }
  .complete-page .jump-to-dashboard p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin: 5px 0; }

.complete-page .scooter-girl {
  width: auto;
  margin: 0 auto;
  display: block; }

.complete-page .scooter-frame {
  border: 1px solid #e7eaec;
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
  padding-top: 30px; }

.complete-page .faq-header {
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #15963f; }
  @media screen and (max-width: 400px) {
    .complete-page .faq-header {
      text-align: center; } }

.complete-page .collapse-container {
  padding: 0 15px;
  margin: 0 0 25px;
  border-bottom: 1px solid #e7eaec; }
  @media (max-width: 992px) {
    .complete-page .collapse-container {
      padding: 0;
      margin: 0 0 20px; } }
  .complete-page .collapse-container h4 {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 992px) {
      .complete-page .collapse-container h4 {
        margin-bottom: 25px; } }
    .complete-page .collapse-container h4 em {
      font-style: normal;
      font-weight: normal;
      font-family: "Open Sans", sans-serif; }
  .complete-page .collapse-container .dropdown-title {
    line-height: initial; }

.complete-page .collapse-area {
  height: auto;
  max-height: 600px;
  overflow: hidden;
  padding-bottom: 10px;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out; }
  .complete-page .collapse-area.collapsed {
    max-height: 0 !important;
    padding-bottom: 0;
    margin-top: 0; }
  .complete-page .collapse-area.tall {
    max-height: 5000px; }
  .complete-page .collapse-area .help-txt {
    padding-left: 0;
    margin-top: 10px;
    text-transform: initial; }
  @media (max-width: 992px) {
    .complete-page .collapse-area {
      margin-top: 15px; }
      .complete-page .collapse-area .sm-pad-0 {
        padding: 0; } }

.complete-page .support-msg {
  margin: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #006a4e; }

.complete-page .whats-next {
  margin: 0; }
  .complete-page .whats-next a {
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    text-decoration: underline;
    color: #414141; }

.complete-page .sleek-button-container {
  display: flex;
  padding: 40px 0; }
  @media screen and (max-width: 992px) {
    .complete-page .sleek-button-container {
      flex-direction: column; } }
  .complete-page .sleek-button-container .sleek-button-text {
    color: #231f20;
    font-family: heebo;
    font-size: 16px;
    letter-spacing: 2.29px;
    font-weight: 500;
    line-height: 20px;
    margin: auto;
    width: 80%; }
    @media screen and (max-width: 992px) {
      .complete-page .sleek-button-container .sleek-button-text {
        margin-bottom: 20px;
        text-align: center;
        width: 100%; } }
    .complete-page .sleek-button-container .sleek-button-text span {
      color: #8a5da1; }
  .complete-page .sleek-button-container .sleek-button {
    display: flex;
    justify-content: center;
    margin: 0 50px 0 0;
    padding: 10px 80px; }
    @media screen and (max-width: 992px) {
      .complete-page .sleek-button-container .sleek-button {
        margin: 0; } }
    .complete-page .sleek-button-container .sleek-button .fa-instagram {
      font-size: 20px;
      margin: 0 10px; }
    .complete-page .sleek-button-container .sleek-button a {
      color: #fff;
      font-family: heebo;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 2.29px;
      line-height: 20px;
      text-transform: uppercase; }
      .complete-page .sleek-button-container .sleek-button a:hover {
        text-decoration: none; }

.complete-page .subcontainer {
  flex: 1 1 50%;
  margin: auto; }

.complete-page .medterra-button {
  background-color: #8a5da1;
  border: 1px solid #8a5da1; }
  .complete-page .medterra-button:hover {
    background-color: #c59adb;
    border: 1px solid #c59adb; }

.complete-page .survey {
  min-height: 100px;
  width: 100%; }
  .complete-page .survey #surveyType {
    width: 100%;
    height: 350px; }

@media screen and (max-width: 992px) {
  .complete-page .sidebar,
  .complete-page .faq-container {
    margin-bottom: 80px; } }
.centered-position {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh; }
