/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #444444;
}
.ei-css-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .row {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .xs12 {
  grid-column: span 12;
}
.ei-css-grid .xs11 {
  grid-column: span 11;
}
.ei-css-grid .xs10 {
  grid-column: span 10;
}
.ei-css-grid .xs9 {
  grid-column: span 9;
}
.ei-css-grid .xs8 {
  grid-column: span 8;
}
.ei-css-grid .xs7 {
  grid-column: span 7;
}
.ei-css-grid .xs6 {
  grid-column: span 6;
}
.ei-css-grid .xs5 {
  grid-column: span 5;
}
.ei-css-grid .xs4 {
  grid-column: span 4;
}
.ei-css-grid .xs3 {
  grid-column: span 3;
}
.ei-css-grid .xs2 {
  grid-column: span 2;
}
.ei-css-grid .xs1 {
  grid-column: span 1;
}
@media (min-width: 900px) {
  .ei-css-grid .t12 {
    grid-column: span 12;
  }
  .ei-css-grid .t11 {
    grid-column: span 11;
  }
  .ei-css-grid .t10 {
    grid-column: span 10;
  }
  .ei-css-grid .t9 {
    grid-column: span 9;
  }
  .ei-css-grid .t8 {
    grid-column: span 8;
  }
  .ei-css-grid .t7 {
    grid-column: span 7;
  }
  .ei-css-grid .t6 {
    grid-column: span 6;
  }
  .ei-css-grid .t5 {
    grid-column: span 5;
  }
  .ei-css-grid .t4 {
    grid-column: span 4;
  }
  .ei-css-grid .t3 {
    grid-column: span 3;
  }
  .ei-css-grid .t2 {
    grid-column: span 2;
  }
  .ei-css-grid .t1 {
    grid-column: span 1;
  }
}
@media (min-width: 1100px) {
  .ei-css-grid .d12 {
    grid-column: span 12;
  }
  .ei-css-grid .d11 {
    grid-column: span 11;
  }
  .ei-css-grid .d10 {
    grid-column: span 10;
  }
  .ei-css-grid .d9 {
    grid-column: span 9;
  }
  .ei-css-grid .d8 {
    grid-column: span 8;
  }
  .ei-css-grid .d7 {
    grid-column: span 7;
  }
  .ei-css-grid .d6 {
    grid-column: span 6;
  }
  .ei-css-grid .d5 {
    grid-column: span 5;
  }
  .ei-css-grid .d4 {
    grid-column: span 4;
  }
  .ei-css-grid .d3 {
    grid-column: span 3;
  }
  .ei-css-grid .d2 {
    grid-column: span 2;
  }
  .ei-css-grid .d1 {
    grid-column: span 1;
  }
}
.ei-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .form-control {
    transition: none;
  }
}
.ei-form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ei-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:disabled,
.ei-form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.ei-form select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.ei-form .form-control-file,
.ei-form .form-control-range {
  display: block;
  width: 100%;
}
.ei-form .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .btn {
    transition: none;
  }
}
.ei-form .btn:hover,
.ei-form .btn:focus {
  text-decoration: none;
}
.ei-form .btn:focus,
.ei-form .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .btn.disabled,
.ei-form .btn:disabled {
  opacity: 0.65;
}
.ei-form .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.ei-form a.btn.disabled,
.ei-form fieldset:disabled a.btn {
  pointer-events: none;
}
.ei-form .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.ei-form .btn-primary:focus,
.ei-form .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-primary.disabled,
.ei-form .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.ei-form .btn-secondary:focus,
.ei-form .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-secondary.disabled,
.ei-form .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.ei-form .btn-success:focus,
.ei-form .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-success.disabled,
.ei-form .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active,
.ei-form .btn-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.ei-form .btn-info:focus,
.ei-form .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-info.disabled,
.ei-form .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active,
.ei-form .btn-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.ei-form .btn-warning:focus,
.ei-form .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-warning.disabled,
.ei-form .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.ei-form .btn-danger:focus,
.ei-form .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-danger.disabled,
.ei-form .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.ei-form .btn-light:focus,
.ei-form .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-light.disabled,
.ei-form .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active,
.ei-form .btn-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.ei-form .btn-dark:focus,
.ei-form .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-dark.disabled,
.ei-form .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:focus,
.ei-form .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-primary.disabled,
.ei-form .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:focus,
.ei-form .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-secondary.disabled,
.ei-form .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.ei-form .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:focus,
.ei-form .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-success.disabled,
.ei-form .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:focus,
.ei-form .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-info.disabled,
.ei-form .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:focus,
.ei-form .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-warning.disabled,
.ei-form .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:focus,
.ei-form .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-danger.disabled,
.ei-form .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:focus,
.ei-form .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-light.disabled,
.ei-form .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:focus,
.ei-form .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-dark.disabled,
.ei-form .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.ei-form .btn-link:focus,
.ei-form .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.ei-form .btn-link:disabled,
.ei-form .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.ei-form .btn-lg,
.ei-form .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.ei-form .btn-sm,
.ei-form .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.ei-form .btn-block {
  display: block;
  width: 100%;
}
.ei-form .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.ei-form input[type="submit"].btn-block,
.ei-form input[type="reset"].btn-block,
.ei-form input[type="button"].btn-block {
  width: 100%;
}
.ei-form table.listing td,
.ei-form table.listing th {
  padding: 3px 4px;
}
.ei-form table.listing button {
  background: none;
  border: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.ei-form table.listing tr:hover button {
  opacity: 1;
}
.ei-form label {
  display: block;
  margin-bottom: 15px;
}
.ei-form input,
.ei-form textarea,
.ei-form select {
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  box-sizing: border-box;
  height: auto;
  margin-top: 8px;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container .ie6,
.container .ie7,
.container .ie8 {
  width: 1100px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1100px) {
  .container {
    width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.container-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}
.full-back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ei-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-grid .row {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-grid .xs12 {
  grid-column: span 12;
}
.ei-grid .xs11 {
  grid-column: span 11;
}
.ei-grid .xs10 {
  grid-column: span 10;
}
.ei-grid .xs9 {
  grid-column: span 9;
}
.ei-grid .xs8 {
  grid-column: span 8;
}
.ei-grid .xs7 {
  grid-column: span 7;
}
.ei-grid .xs6 {
  grid-column: span 6;
}
.ei-grid .xs5 {
  grid-column: span 5;
}
.ei-grid .xs4 {
  grid-column: span 4;
}
.ei-grid .xs3 {
  grid-column: span 3;
}
.ei-grid .xs2 {
  grid-column: span 2;
}
.ei-grid .xs1 {
  grid-column: span 1;
}
@media (min-width: 900px) {
  .ei-grid .t12 {
    grid-column: span 12;
  }
  .ei-grid .t11 {
    grid-column: span 11;
  }
  .ei-grid .t10 {
    grid-column: span 10;
  }
  .ei-grid .t9 {
    grid-column: span 9;
  }
  .ei-grid .t8 {
    grid-column: span 8;
  }
  .ei-grid .t7 {
    grid-column: span 7;
  }
  .ei-grid .t6 {
    grid-column: span 6;
  }
  .ei-grid .t5 {
    grid-column: span 5;
  }
  .ei-grid .t4 {
    grid-column: span 4;
  }
  .ei-grid .t3 {
    grid-column: span 3;
  }
  .ei-grid .t2 {
    grid-column: span 2;
  }
  .ei-grid .t1 {
    grid-column: span 1;
  }
}
@media (min-width: 1100px) {
  .ei-grid .d12 {
    grid-column: span 12;
  }
  .ei-grid .d11 {
    grid-column: span 11;
  }
  .ei-grid .d10 {
    grid-column: span 10;
  }
  .ei-grid .d9 {
    grid-column: span 9;
  }
  .ei-grid .d8 {
    grid-column: span 8;
  }
  .ei-grid .d7 {
    grid-column: span 7;
  }
  .ei-grid .d6 {
    grid-column: span 6;
  }
  .ei-grid .d5 {
    grid-column: span 5;
  }
  .ei-grid .d4 {
    grid-column: span 4;
  }
  .ei-grid .d3 {
    grid-column: span 3;
  }
  .ei-grid .d2 {
    grid-column: span 2;
  }
  .ei-grid .d1 {
    grid-column: span 1;
  }
}
/*
.ei-grid {
	#ei-grid-1.grid;
}

.ei-gutterless-grid {
	#ei-grid-1.gutterless-grid;
}
*/
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .only-desktop {
    display: none;
  }
}
.brand-links,
.product-links {
  background-color: white;
  margin-bottom: 50px;
}
.brand-links .set-actions a,
.product-links .set-actions a {
  text-decoration: underline;
  cursor: pointer;
}
.brand-links .brand-link-summary,
.product-links .brand-link-summary,
.brand-links .product-link-summary,
.product-links .product-link-summary {
  padding: 10px;
  /*
		background-color: @grey-box-back;
		margin-bottom: 10px;
		*/
}
.brand-links .brand-link-summary .actions a,
.product-links .brand-link-summary .actions a,
.brand-links .product-link-summary .actions a,
.product-links .product-link-summary .actions a,
.brand-links .brand-link-summary .actions button,
.product-links .brand-link-summary .actions button,
.brand-links .product-link-summary .actions button,
.product-links .product-link-summary .actions button {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14pt;
  color: inherit;
  text-decoration: none;
  border: 0;
  background: none;
  padding: 0;
}
.brand-links .brand-link-summary img,
.product-links .brand-link-summary img,
.brand-links .product-link-summary img,
.product-links .product-link-summary img {
  max-width: 100%;
}
.ei-editable-sortable-tiles .tiles {
  list-style: none;
  padding: 0;
  margin: 0;
}
.program-note-summary .details .notes {
  height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-nutrition-facts {
  padding: 5px;
  color: #24338A;
  border: 1px solid #24338A;
}
.c-nutrition-facts * {
  line-height: normal;
}
.c-nutrition-facts p {
  margin: 0;
}
.c-nutrition-facts table,
.c-nutrition-facts th,
.c-nutrition-facts td {
  font-weight: normal;
  background: none;
  padding: 0;
  vertical-align: top;
}
.c-nutrition-facts_header {
  *zoom: 1;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: 12px solid #24338A;
}
.c-nutrition-facts_header:before,
.c-nutrition-facts_header:after {
  content: " ";
  display: table;
}
.c-nutrition-facts_header:after {
  clear: both;
}
.c-nutrition-facts_title {
  margin: 0 0 5px 0;
  font-size: 38px;
  font-weight: bold;
  border-bottom: 1px solid #24338A;
}
.c-nutrition-facts_serving-size {
  font-weight: bold;
  font-size: 22px;
}
.c-nutrition-facts_serving-size .c-nutrition-facts_value {
  float: right;
  text-align: right;
}
.c-nutrition-facts_table {
  border-collapse: collapse;
  width: 100%;
  margin: 7px 0;
}
.c-nutrition-facts_table.c-nutrition-facts_table--calories {
  margin: 1px 0 3px 0;
}
.c-nutrition-facts_table.c-nutrition-facts_table--calories td {
  padding-top: 0;
  padding-bottom: 0;
}
.c-nutrition-facts_table thead tr th,
.c-nutrition-facts_table thead tr td {
  border: 0;
}
.c-nutrition-facts_table .c-nutrition-facts_row {
  border-top: 1px solid #24338A;
}
.c-nutrition-facts_table .c-nutrition-facts_cell {
  background: none;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  padding: 3px 0px;
}
.c-nutrition-facts_table .c-nutrition-facts_cell--blank {
  width: 20px;
}
.c-nutrition-facts_table .c-nutrition-facts_cell--small-header {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.c-nutrition-facts_table .c-nutrition-facts_cell--daily-value {
  font-weight: bold;
  text-align: right;
}
.c-nutrition-facts_table .c-nutrition-facts_label {
  padding-right: 4px;
  font-size: 14px;
}
.c-nutrition-facts_table--calories {
  border-bottom: 6px solid #24338A;
}
.c-nutrition-facts_table--calories .c-nutrition-facts_row {
  border-top: none;
}
.c-nutrition-facts_table--calories .c-nutrition-facts_cell {
  vertical-align: baseline;
}
.c-nutrition-facts_table--calories .c-nutrition-facts_cell--small-header {
  text-align: left;
}
.c-nutrition-facts_table--calories .c-nutrition-facts_cell--value {
  text-align: right;
}
.c-nutrition-facts_table--calories .c-nutrition-facts_label {
  font-weight: bold;
  font-size: 30px;
}
.c-nutrition-facts_table--calories .c-nutrition-facts_value {
  font-weight: bold;
  font-size: 40px;
}
.c-nutrition-facts_table--nutrients {
  margin-bottom: 0;
  border-bottom: 12px solid #24338A;
}
.c-nutrition-facts_table--micronutrients {
  margin: 0 0 10px 0;
  border-bottom: 6px solid #24338A;
}
.c-nutrition-facts_table--micronutrients .c-nutrition-facts_cell--daily-value {
  font-weight: normal;
}
.c-nutrition-facts_table .c-nutrition-facts_row--nutrient .c-nutrition-facts_label {
  font-weight: bold;
}
p.c-nutrition-facts_small-info {
  font-size: 9px;
}
.bioengineered-link {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}
.std-header {
  color: white;
  background-color: black;
  padding: 20px;
}
.std-header .ie6,
.std-header ie7,
.std-header ie8 {
  padding: 20px 58px 20px 58px;
}
@media (min-width: 900px) {
  .std-header {
    padding: 20px 58px 20px 58px;
  }
}
.std-header .logo {
  color: white;
  text-decoration: none;
}
.std-header .logo img {
  max-width: 80%;
}
.std-header .menu {
  list-style: none;
}
.std-header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
.std-header .menu li a {
  font-size: 15.2pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
.std-header .ie6,
.std-header .ie7,
.std-header .ie8 {
  display: grid;
  grid-template-columns: auto 1fr;
}
.std-header .ie6 nav,
.std-header .ie7 nav,
.std-header .ie8 nav {
  justify-self: right;
  align-self: center;
  text-align: right;
}
.std-header .ie6 .menu,
.std-header .ie7 .menu,
.std-header .ie8 .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.std-header .ie6 .menu li,
.std-header .ie7 .menu li,
.std-header .ie8 .menu li {
  display: inline-block;
}
.std-header .ie6 .menu li.current,
.std-header .ie7 .menu li.current,
.std-header .ie8 .menu li.current {
  border-bottom: solid 2px white;
}
.std-header .ie6 .tribar,
.std-header .ie7 .tribar,
.std-header .ie8 .tribar {
  display: none;
}
@media (min-width: 1100px) {
  .std-header {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .std-header nav {
    justify-self: right;
    align-self: center;
    text-align: right;
  }
  .std-header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .std-header .menu li {
    display: inline-block;
  }
  .std-header .menu li.current {
    border-bottom: solid 2px white;
  }
  .std-header .tribar {
    display: none;
  }
}
@media (max-width: 1100px) {
  .std-header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  .std-header nav .menu {
    padding: 0;
  }
  .std-header nav > li {
    display: block;
    text-align: center;
  }
  .std-header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  .std-header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  .std-header nav > li > ul a {
    text-align: center;
  }
  .std-header nav.open {
    left: 0;
    opacity: 1;
  }
  .std-header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .std-header .tribar .one,
  .std-header .tribar .two,
  .std-header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  .std-header .tribar .two {
    margin: 7px 0;
  }
}
header {
  color: white;
  background-color: black;
  padding: 20px;
}
header .ie6,
header ie7,
header ie8 {
  padding: 20px 58px 20px 58px;
}
@media (min-width: 900px) {
  header {
    padding: 20px 58px 20px 58px;
  }
}
header .logo {
  color: white;
  text-decoration: none;
}
header .logo img {
  max-width: 80%;
}
header .menu {
  list-style: none;
}
header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
header .menu li a {
  font-size: 15.2pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
header .ie6,
header .ie7,
header .ie8 {
  display: grid;
  grid-template-columns: auto 1fr;
}
header .ie6 nav,
header .ie7 nav,
header .ie8 nav {
  justify-self: right;
  align-self: center;
  text-align: right;
}
header .ie6 .menu,
header .ie7 .menu,
header .ie8 .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header .ie6 .menu li,
header .ie7 .menu li,
header .ie8 .menu li {
  display: inline-block;
}
header .ie6 .menu li.current,
header .ie7 .menu li.current,
header .ie8 .menu li.current {
  border-bottom: solid 2px white;
}
header .ie6 .tribar,
header .ie7 .tribar,
header .ie8 .tribar {
  display: none;
}
@media (min-width: 1100px) {
  header {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  header nav {
    justify-self: right;
    align-self: center;
    text-align: right;
  }
  header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  header .menu li {
    display: inline-block;
  }
  header .menu li.current {
    border-bottom: solid 2px white;
  }
  header .tribar {
    display: none;
  }
}
@media (max-width: 1100px) {
  header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  header nav .menu {
    padding: 0;
  }
  header nav > li {
    display: block;
    text-align: center;
  }
  header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  header nav > li > ul a {
    text-align: center;
  }
  header nav.open {
    left: 0;
    opacity: 1;
  }
  header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header .tribar .one,
  header .tribar .two,
  header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  header .tribar .two {
    margin: 7px 0;
  }
}
.tabs-nav {
  width: 100%;
  display: flex;
  background-color: #24338A;
  color: white;
}
.tabs-nav .tabs-nav-item {
  width: 20%;
  text-align: center;
  float: left;
  height: 75px;
  position: relative;
  border-top: 3px #A1CE57 solid;
  border-bottom: 3px #A1CE57 solid;
  cursor: pointer;
}
.tabs-nav .tabs-nav-item:not(:last-child):not(.active)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: white;
}
.tabs-nav .tabs-nav-item:not(.active) + .active::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -3px;
  bottom: 3px;
  width: 2px;
  background-color: #24338A;
}
.tabs-nav .tabs-nav-item.active {
  background-color: white;
  color: #24338A;
  border-top: 6px #A1CE57 solid;
  border-bottom: 0px #A1CE57 solid;
}
.tabs-nav .tabs-nav-item .tabs-nav-item-content {
  margin: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 10px;
  display: block;
}
.tabs-nav .tabs-nav-item p {
  font-size: 10px;
  margin-top: 0px;
}
.tabs-main-4 {
  width: 100%;
  display: inline-block;
  color: #24338A;
}
.tabs-main-4 .main-4-nutrition {
  width: 25%;
  text-align: center;
  float: left;
  height: 93px;
  position: relative;
  border-bottom: 2px #ddd solid;
  margin-bottom: 50px;
}
.tabs-main-4 .main-4-nutrition .main-4-number {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 15px;
}
.tabs-main-4 .main-4-nutrition .main-4-label {
  margin-top: 0px;
  font-weight: 600;
  padding-bottom: 7px;
  font-size: 12px;
}
.tabs-main-4 .main-4-nutrition .separator-left {
  border-left: 2px #A1CE57 solid;
}
.footer {
  margin-top: 2vw;
  margin-bottom: 1vw;
}
.top-logo-container {
  width: 100%;
  text-align: center;
  border-bottom: 3px #A1CE57 solid;
}
.top-logo-container .back-arrow {
  top: 15px;
  left: 15px;
  width: 0.5em;
  height: 0.5em;
  border-left: 0.2em solid #24338A;
  border-top: 0.2em solid #24338A;
  transform: rotate(-45deg);
  display: flex;
  position: absolute;
}
.top-logo-container .top-logo {
  margin: auto;
  width: 150px;
  margin-top: 5px;
}
.jumbo .inner {
  display: grid;
  grid-template-columns: 1fr auto;
  height: 200px;
  color: black;
}
.jumbo .inner .headers-container h2 {
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
.jumbo .inner .headers-container h5 {
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 10px;
}
.jumbo .inner .image-gtin-container .product-image {
  height: calc(200px - 1.4em);
  cursor: pointer;
}
.jumbo .inner .image-gtin-container p {
  text-align: center;
  margin-top: 0px;
  font-size: 12px;
}
#allergensTab .allergens-header {
  width: 97%;
  margin: auto;
  background-color: #24338A;
  color: white;
  padding: 0px 12px;
  height: auto;
}
#allergensTab .allergens-header h5 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}
#allergensTab ul {
  list-style: none;
  padding: 0px;
}
#allergensTab ul li {
  width: 97%;
  min-height: 50px;
  border-bottom: 2px #ddd solid;
  margin: auto;
  color: #24338A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
#allergensTab ul li p {
  padding: 15px 5px 8px 5px;
  font-weight: 600;
  font-size: 21px;
  margin: 0px;
}
#allergensTab ul li:hover {
  color: #555;
  background-color: #f5f5f5;
}
#allergensTab ul li .contains-pill {
  display: inline-block;
  background-color: #24338A;
  color: white;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}
#featuresTab h1 {
  font-size: 1.5em;
  width: 98%;
  margin: auto;
  color: #24338A;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}
#featuresTab .certifications-header {
  width: 97%;
  margin: auto;
  background-color: #24338A;
  color: white;
  padding: 0px 12px;
  height: auto;
  margin-top: 0px;
}
#featuresTab .certifications-header h5 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}
#featuresTab .certifications-header .top-line {
  font-style: italic;
  padding-top: 20px;
}
#ingredientsTab ul {
  list-style: none;
  padding: 0px;
}
#ingredientsTab ul li {
  width: 97%;
  min-height: 50px;
  margin: auto;
  color: #24338A;
}
#ingredientsTab ul li p {
  padding: 15px 5px 8px 5px;
  font-weight: 600;
  font-size: 21px;
  margin: 0px;
  border-bottom: 2px #ddd solid;
}
#ingredientsTab ul li p:hover {
  color: #555;
  background-color: #f5f5f5;
}
#ingredientsTab ul li:last-child {
  border-bottom: 0;
}
#ingredientsTab .nested {
  padding-left: 40px;
}
.contact-items-container {
  width: 100%;
  margin-top: 30px;
  height: 50px;
}
.contact-items-container .contact-item {
  width: 50%;
  float: left;
  text-align: center;
  color: #24338A;
}
.contact-items-container .contact-item .contact-item-contents p {
  margin: auto;
  margin-top: 0px;
}
.contact-items-container .contact-item .contact-item-contents a {
  color: #24338A;
  text-decoration: none;
}
.contact-items-container .contact-item .contact-item-contents a:hover {
  color: #555;
}
#companyTab h1 {
  font-size: 1.5em;
  width: 100%;
  color: #24338A;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}
#companyTab h2 {
  padding: 15px 5px 8px 5px;
  font-weight: 600;
  font-size: 21px;
  margin: 0px;
  float: left;
}
#companyTab .recycle-container {
  width: 97%;
  margin: auto;
}
#companyTab .recycle-container .how2recycle-image {
  width: 170px;
  margin-top: 15px;
}
#companyTab .how2recycle-container {
  height: 55px;
}
#companyTab .how2recycle-container a {
  color: #24338A;
}
#companyTab .how2recycle-container i {
  padding: 15px 5px 8px 5px;
  float: right;
}
#companyTab ul {
  list-style: none;
  padding: 0px;
}
#companyTab ul li {
  width: 97%;
  min-height: 50px;
  border-bottom: 2px #ddd solid;
  margin: auto;
  color: #24338A;
}
#companyTab ul li:hover a {
  color: #555;
}
#companyTab ul li a {
  color: #24338A;
}
#companyTab ul li a:hover {
  color: #555;
}
#companyTab ul li p {
  padding: 15px 5px 8px 5px;
  font-weight: 600;
  font-size: 21px;
  margin: 0px;
  float: left;
}
#companyTab ul li i {
  padding: 15px 5px 8px 5px;
  float: right;
}
#companyTab ul li:hover {
  color: #555;
  background-color: #f5f5f5;
}
.bioengineered-logo {
  width: 90px;
  margin: 15px;
}
.dist-info {
  text-align: center;
  max-width: 450px;
  margin: auto;
  font-size: 12px;
  margin-top: 50px;
}
.priv-feed a {
  text-decoration: none;
  color: blue;
}
.priv-feed a:hover {
  color: blue;
  text-decoration: underline;
}
