/*! 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: 'Lato', sans-serif;
  font-size: 9.49pt;
  font-weight: 400;
  color: black;
}
.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: 1200px) {
  .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;
}
.ei-form input[type=checkbox],
.ei-form input[type=radio] {
  display: inline-block;
  width: auto;
}
.use-picture-as-background {
  position: relative;
  isolation: isolate;
}
.use-picture-as-background > picture:first-child {
  user-select: none;
}
.use-picture-as-background > picture:first-child img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.container-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}
.full-back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*
.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: 1200px) {
  .only-desktop {
    display: none;
  }
}
.std-txt h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36.5pt;
  font-weight: 400;
}
.std-txt h1 strong {
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 600;
  text-transform: uppercase;
  color: #6ebf4b;
}
.std-txt h2 {
  font-family: 'Lato', sans-serif;
  font-size: 32.85pt;
  font-weight: 400;
}
.std-txt p {
  font-family: 'Lato', sans-serif;
  font-size: 13.14pt;
  font-weight: 400;
}
.std-txt-2 h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36.5pt;
  font-weight: 400;
  margin-top: 0;
}
.std-txt-2 h2 {
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 600;
  color: #6ebf4b;
  margin-bottom: 0;
}
.std-txt-2 p {
  font-family: 'Lato', sans-serif;
  font-size: 16.06pt;
  font-weight: 400;
}
.std-txt-3 {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 400;
}
.std-txt-3 h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36.5pt;
  font-weight: 400;
  margin-top: 0;
}
.std-txt-3 h2 {
  font-family: 'Lato', sans-serif;
  font-size: 18.98pt;
  font-weight: 800;
  color: #6ebf4b;
  margin-bottom: 0;
}
.std-txt-3 p {
  font-family: 'Lato', sans-serif;
  font-size: 16.06pt;
  font-weight: 400;
}
.std-txt-3 h2 + p {
  margin-top: 5px;
}
.std-txt-3 ol {
  padding-left: 15px;
}
.std-txt-3 ol li {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 400;
  margin-bottom: 10px;
}
.std-txt-4 h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36.5pt;
  font-weight: 400;
}
.std-txt-4 h1 strong {
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 600;
  text-transform: uppercase;
  color: #6ebf4b;
}
.std-txt-4 h2 {
  font-family: 'Lato', sans-serif;
  font-size: 22.63pt;
  font-weight: 600;
}
.std-txt-4 a {
  color: #6ebf4b;
  font-weight: 600;
}
.std-txt-4 p {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 400;
}
.project-txt h2:first-child {
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 800;
  margin: 0;
}
.project-txt h2 + h1 {
  margin: 0;
}
.project-txt h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36.5pt;
  font-weight: 400;
}
.project-txt h2 {
  font-family: 'Lato', sans-serif;
  font-size: 18.98pt;
  font-weight: 600;
  text-transform: uppercase;
  color: #6ebf4b;
  margin: 20px 0 0 0;
}
.project-txt h3 {
  font-family: 'Lato', sans-serif;
  font-size: 18.98pt;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.project-txt h3 + p {
  margin-top: 0;
}
.project-txt a {
  color: #6ebf4b;
  font-weight: 600;
}
.project-txt p,
.project-txt li,
.project-txt div {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 400;
}
.project-txt .by-pub-line {
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.by-pub-line {
  font-size: 18px;
}
.news-txt {
  margin-top: 70px;
  margin-bottom: 100px;
}
.news-txt h2:first-child {
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 800;
  margin: 0;
}
.news-txt h2 + h1 {
  margin: 0;
}
.news-txt h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36.5pt;
  font-weight: 400;
}
.news-txt h2 {
  font-family: 'Lato', sans-serif;
  font-size: 18.98pt;
  font-weight: 600;
  text-transform: uppercase;
  color: #6ebf4b;
  margin: 20px 0 0 0;
}
.news-txt h3 {
  font-family: 'Lato', sans-serif;
  font-size: 18.98pt;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.news-txt h3 + p {
  margin-top: 0;
}
.news-txt a {
  color: #6ebf4b;
  font-weight: 600;
}
.news-txt p,
.news-txt li,
.news-txt div {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 400;
}
.news-txt .by-pub-line {
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.news-txt .by-pub-line {
  color: #6ebf4b;
  margin-bottom: 0;
}
.news-txt h1 {
  margin-top: 0;
}
.jumbo {
  margin-top: 99px;
}
@media (min-width: 1200px) {
  .jumbo {
    margin-top: 100px;
  }
}
.project-box {
  display: grid;
  grid-template-columns: 1fr auto;
}
.project-box .msg {
  padding: 40px 80px 10px 40px;
  background-color: white;
}
.project-box .arrow {
  padding: 7px;
  display: flex;
  align-content: center;
  align-items: center;
  background-color: #55c9e9;
}
.project-box .arrow svg {
  width: 23px;
  height: 30px;
  fill: white !important;
  stroke: white !important;
}
.project-box .arrow svg path {
  fill: white !important;
  stroke: white !important;
}
.project-box h2 {
  font-family: 'Lato', sans-serif;
  font-size: 26.28pt;
  font-weight: 600;
  margin: 0;
}
.project-box p {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 400;
}
html:not(.editing-page) .project-box {
  cursor: pointer;
}
.green-button {
  display: inline-block;
  border: none;
  padding: 15px 15px;
  background-color: #6ebf4b;
  color: white;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 400;
}
.green-button:hover {
  background-color: #60ae3e;
  text-decoration: none !important;
}
.green-button svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: white;
  margin-right: 10px;
}
.green-button.long {
  padding: 5px 30px;
  font-weight: 600;
}
.feedback {
  background-color: #1a3668;
  display: grid;
  overflow: hidden;
}
.feedback .content {
  grid-column: 2;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
.feedback .content h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36.5pt;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
.feedback .content p {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 400;
}
.feedback .img {
  position: relative;
  grid-column: 3;
}
.feedback .img img {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  max-height: 80%;
  width: auto !important;
}
.feedback form input,
.feedback form textarea {
  color: black;
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  padding: 9px 15px;
  border: none;
}
.feedback form label {
  margin-bottom: 6px;
}
.feedback form label .desc {
  font-size: 0;
}
.feedback form .actions {
  margin-top: 30px;
}
.feedback form .actions button {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 600;
  padding: 8px 30px;
}
@media (min-width: 900px) {
  .feedback {
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 720px) minmax(auto, 485px) minmax(20px, 1fr);
  }
}
@media (max-width: 900px) {
  .feedback {
    padding-left: 20px;
    padding-right: 20px;
  }
  .feedback .img {
    display: none;
  }
}
.project-line {
  margin-bottom: 10px;
  padding: 15px 15px 15px 30px;
  background-color: #edeff1;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.project-line .title {
  font-family: 'Lato', sans-serif;
  font-size: 18.98pt;
  font-weight: 600;
}
.project-line .date {
  font-family: 'Lato', sans-serif;
  font-size: 13.14pt;
  font-weight: 800;
  color: #6ebf4b;
  text-transform: uppercase;
}
.project-line svg {
  width: 30px;
  height: 30px;
  fill: #1a3668;
}
.project-line:hover {
  background-color: #d0d6db;
}
.news-article-line {
  margin-bottom: 10px;
  padding: 15px 15px 15px 30px;
  background-color: #edeff1;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.news-article-line .title {
  font-family: 'Lato', sans-serif;
  font-size: 18.98pt;
  font-weight: 600;
}
.news-article-line .date {
  font-family: 'Lato', sans-serif;
  font-size: 13.14pt;
  font-weight: 800;
  color: #6ebf4b;
  text-transform: uppercase;
}
.news-article-line svg {
  width: 30px;
  height: 30px;
  fill: #1a3668;
}
.news-article-line:hover {
  background-color: #d0d6db;
}
.news-article-line .date {
  margin-top: 7px;
}
.news-article-line .blurb {
  margin-top: 10px;
}
.supplier-articles {
  margin-bottom: 120px;
}
.supplier-articles h3 {
  font-family: 'Lato', sans-serif;
  font-size: 24.82pt;
  font-weight: 600;
  border-bottom: solid 2px black;
}
.supplier-articles .article-line {
  margin-bottom: 10px;
  padding: 15px 15px;
  background-color: #edeff1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 20px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.supplier-articles .article-line .title {
  font-family: 'Lato', sans-serif;
  font-size: 18.98pt;
  font-weight: 600;
}
.supplier-articles .article-line svg {
  width: 30px;
  height: 30px;
  fill: #1a3668;
}
.supplier-articles .article-line:hover {
  background-color: #d0d6db;
}
.group-checks {
  max-height: 300px;
  margin-bottom: 15px;
}
.group-checks label {
  margin-bottom: 0 !important;
}
.references h3 {
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 600;
}
.references .reference-text {
  font-family: 'Lato', sans-serif;
  font-size: 11.68pt;
  font-weight: 400;
}
.references .reference-text li {
  font-family: 'Lato', sans-serif;
  font-size: 11.68pt;
  font-weight: 400;
}
.references .reference-text li p {
  font-family: 'Lato', sans-serif;
  font-size: 11.68pt;
  font-weight: 400;
}
.references .reference-text a {
  color: inherit;
}
.references p {
  font-family: 'Lato', sans-serif;
  font-size: 11.68pt;
  font-weight: 400;
}
.public-form {
  margin-bottom: 60px;
}
.public-form label {
  display: block;
  margin-bottom: 20px;
}
.public-form label .label {
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 600;
  display: block;
  color: #6ebf4b;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.public-form input,
.public-form select {
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 6px 12px;
}
.public-form button {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 600;
  display: inline-block;
  background-color: #6ebf4b;
  margin-top: 20px;
  color: white;
  border: none;
  padding: 8px 24px;
}
.public-form.green .txt {
  color: #6ebf4b;
  text-transform: uppercase;
  font-weight: 800;
}
.login-form p {
  text-align: center;
}
.login-container {
  margin: auto;
  max-width: 600px;
}
.login-container h1 {
  text-align: center;
}
.max-1000 {
  max-width: 1000px;
}
.max-960 {
  max-width: 900px;
}
.std-header {
  color: white;
  background-color: #1a3668;
  position: relative;
  z-index: 20;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0.9;
  padding: 20px;
}
@media (min-width: 1200px) {
  .std-header {
    padding: 20px 58px 20px 200px;
  }
}
@media (max-width: 1200px) {
  .std-header {
    padding: 20px 58px 20px 200px;
  }
}
.std-header .logo {
  color: white;
  text-decoration: none;
  font-size: 0;
}
.std-header .content {
  position: relative;
}
.std-header .logo-mark {
  position: absolute;
  right: 100%;
  top: -20px;
  margin-right: 20px;
  height: 100px;
}
.std-header .logo-mark img {
  height: 100% !important;
  width: auto;
}
.std-header .menu {
  list-style: none;
}
.std-header .menu li {
  margin-left: 10px;
}
.std-header .menu li a {
  font-size: 15.2pt;
  color: white;
  text-decoration: none;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
.std-header .menu li:first-child {
  margin-left: 0;
}
.std-header .em {
  fill: #6ebf4b;
  width: 20px;
  aspect-ratio: 1;
  margin-top: -3px;
}
@media (min-width: 1200px) {
  .std-header {
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
  }
  .std-header .content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin: auto;
    max-width: 1200px;
    column-gap: 20px;
  }
  .std-header nav {
    align-self: center;
    text-align: center;
  }
  .std-header nav .close {
    display: none;
  }
  .std-header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .std-header .menu > li {
    display: inline-block;
  }
  .std-header .menu > li a {
    font-family: 'Lato', sans-serif;
    font-size: 13.14pt;
    font-weight: 600;
  }
  .std-header .menu > li ul {
    position: absolute;
    top: 100%;
    left: -10000px;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: black;
    color: white;
    text-align: left;
    list-style: none;
    font-size: 70%;
    width: 300px;
  }
  .std-header .menu > li:hover ul {
    left: auto;
    right: 0;
    opacity: 1;
  }
  .std-header .email {
    justify-self: end;
    text-align: right;
    margin-bottom: -9px;
  }
  .std-header .email a {
    color: white;
    vertical-align: top;
    text-decoration: none;
    padding-left: 10px;
  }
  .std-header .email a:hover {
    text-decoration: underline;
  }
  .std-header .tribar {
    display: none;
  }
}
@media (max-width: 1200px) {
  .std-header .content {
    display: grid;
    grid-template-columns: auto auto;
  }
  .std-header .email {
    display: none;
  }
  .std-header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: 100%;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  .std-header nav .close {
    font-family: 'Lato', sans-serif;
    font-size: 14.6pt;
    font-weight: 400;
    color: white;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
  }
  .std-header nav .menu {
    padding: 0;
  }
  .std-header nav li {
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  .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 {
    opacity: 1;
    transform: translateX(-100%);
  }
  .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 1px;
    border-color: #6ebf4b;
  }
  .std-header .tribar .two {
    margin: 10px 0;
  }
}
@media (max-width: 600px) {
  .std-header {
    height: 100px;
    align-items: center;
  }
  .std-header .logo img {
    padding-top: 15px;
    width: 60%;
  }
}
@media (max-width: 450px) {
  .std-header {
    padding: 20px 58px 20px 100px;
  }
}
header {
  color: white;
  background-color: #1a3668;
  position: relative;
  z-index: 20;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0.9;
  padding: 20px;
}
@media (min-width: 1200px) {
  header {
    padding: 20px 58px 20px 200px;
  }
}
@media (max-width: 1200px) {
  header {
    padding: 20px 58px 20px 200px;
  }
}
header .logo {
  color: white;
  text-decoration: none;
  font-size: 0;
}
header .content {
  position: relative;
}
header .logo-mark {
  position: absolute;
  right: 100%;
  top: -20px;
  margin-right: 20px;
  height: 100px;
}
header .logo-mark img {
  height: 100% !important;
  width: auto;
}
header .menu {
  list-style: none;
}
header .menu li {
  margin-left: 10px;
}
header .menu li a {
  font-size: 15.2pt;
  color: white;
  text-decoration: none;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
header .menu li:first-child {
  margin-left: 0;
}
header .em {
  fill: #6ebf4b;
  width: 20px;
  aspect-ratio: 1;
  margin-top: -3px;
}
@media (min-width: 1200px) {
  header {
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
  }
  header .content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin: auto;
    max-width: 1200px;
    column-gap: 20px;
  }
  header nav {
    align-self: center;
    text-align: center;
  }
  header nav .close {
    display: none;
  }
  header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  header .menu > li {
    display: inline-block;
  }
  header .menu > li a {
    font-family: 'Lato', sans-serif;
    font-size: 13.14pt;
    font-weight: 600;
  }
  header .menu > li ul {
    position: absolute;
    top: 100%;
    left: -10000px;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: black;
    color: white;
    text-align: left;
    list-style: none;
    font-size: 70%;
    width: 300px;
  }
  header .menu > li:hover ul {
    left: auto;
    right: 0;
    opacity: 1;
  }
  header .email {
    justify-self: end;
    text-align: right;
    margin-bottom: -9px;
  }
  header .email a {
    color: white;
    vertical-align: top;
    text-decoration: none;
    padding-left: 10px;
  }
  header .email a:hover {
    text-decoration: underline;
  }
  header .tribar {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .content {
    display: grid;
    grid-template-columns: auto auto;
  }
  header .email {
    display: none;
  }
  header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: 100%;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  header nav .close {
    font-family: 'Lato', sans-serif;
    font-size: 14.6pt;
    font-weight: 400;
    color: white;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
  }
  header nav .menu {
    padding: 0;
  }
  header nav li {
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  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 {
    opacity: 1;
    transform: translateX(-100%);
  }
  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 1px;
    border-color: #6ebf4b;
  }
  header .tribar .two {
    margin: 10px 0;
  }
}
@media (max-width: 600px) {
  header {
    height: 100px;
    align-items: center;
  }
  header .logo img {
    padding-top: 15px;
    width: 60%;
  }
}
@media (max-width: 450px) {
  header {
    padding: 20px 58px 20px 100px;
  }
}
.banner h1 {
  font-family: 'Lato', sans-serif;
  font-size: 53.29pt;
  font-weight: 900;
}
.banner h2 {
  font-family: 'Lato', sans-serif;
  font-size: 29.93pt;
  font-weight: 600;
}
.suppliers {
  margin: 60px 0;
  display: grid;
  column-gap: 20px;
}
.suppliers .supplier-tile {
  padding: 20px;
  border-top: solid 1px #edeff1;
}
.suppliers .supplier-tile:first-child {
  border-top: none;
}
.suppliers .supplier-tile img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 120px;
}
.suppliers .supplier-tile h2 {
  font-family: 'Lato', sans-serif;
  font-size: 22.63pt;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}
.suppliers .supplier-tile h3 {
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 600;
  color: #6ebf4b;
  margin-top: 0;
}
.suppliers .supplier-tile .business-link {
  color: black;
}
.suppliers .supplier-tile p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.suppliers .supplier-tile button {
  border: none;
  background: transparent;
  opacity: 0;
  width: 30px;
  transition: opacity 0.3s;
}
@media (min-width: 900px) {
  .suppliers .supplier-tile {
    display: grid;
    grid-template-columns: repeat(2, 1fr) auto;
  }
  .suppliers .supplier-tile .left {
    padding-right: 30px;
  }
  .suppliers .supplier-tile .right {
    border-left: solid 2px #edeff1;
    padding-left: 30px;
    display: flex;
    align-items: center;
  }
}
.suppliers .supplier-tile:hover button {
  opacity: 1;
}
.svg-icons {
  position: absolute;
  left: -10000px;
  top: 0;
  height: 0;
}
footer {
  padding-top: 70px;
}
footer .parts {
  display: grid;
  margin-bottom: 40px;
  margin-top: 30px;
  row-gap: 40px;
}
footer .parts .msg {
  font-family: 'Lato', sans-serif;
  font-size: 13.14pt;
  font-weight: 400;
}
footer .parts nav {
  padding-left: 50px;
  padding-right: 50px;
}
footer .parts nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .parts nav ul li {
  margin-bottom: 5px;
}
footer .parts nav ul a {
  color: black;
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 600;
  text-decoration: none;
}
footer .parts .contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .parts .contact ul li {
  margin-bottom: 5px;
}
footer .parts .contact a {
  color: black;
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 400;
  text-decoration: none;
}
footer .parts .contact a svg {
  fill: #55c9e9;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
footer .parts .contact a.strong {
  color: #55c9e9;
  font-weight: 600;
}
@media (min-width: 900px) {
  footer .parts {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
  }
  footer .parts nav {
    border-left: solid 2px #b2b2b2;
    border-right: solid 2px #b2b2b2;
  }
}
footer .business-bridge-footer-logo-picture img {
  max-width: 100%;
}
footer .copyright {
  font-family: 'Lato', sans-serif;
  font-size: 13.14pt;
  font-weight: 300;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 75px;
  border-top: solid 1px #b2b2b2;
}
.app-page {
  font-family: 'Lato', sans-serif;
  font-size: 11.68pt;
  font-weight: 400;
}
.home-button {
  text-align: right;
}
.inaccurate-info-dialog,
.report-thank-you-dialog {
  font-family: 'Lato', sans-serif;
  font-size: 16.06pt;
  font-weight: 400;
}
.inaccurate-info-dialog .the-dialog .head,
.report-thank-you-dialog .the-dialog .head {
  font-family: 'Lato', sans-serif;
  font-size: 16.06pt;
  font-weight: 400;
}
.inaccurate-info-dialog input,
.report-thank-you-dialog input,
.inaccurate-info-dialog label,
.report-thank-you-dialog label,
.inaccurate-info-dialog textarea,
.report-thank-you-dialog textarea {
  font-family: 'Lato', sans-serif;
  font-size: 16.06pt;
  font-weight: 400;
}
.page-landing .jumbo {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-landing .jumbo .slide {
  aspect-ratio: 2;
  background-size: 100%;
}
.page-landing .jumbo .slide img {
  max-width: 100%;
}
.page-landing .jumbo .overlay {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  height: 110%;
  opacity: 60%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.page-landing .jumbo .msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}
.page-landing .jumbo .msg h1,
.page-landing .jumbo .msg h2 {
  color: white;
  margin: 0;
}
.page-landing .jumbo .msg h1 {
  font-size: 7vw;
}
.page-landing .jumbo .msg h2 {
  font-size: 4vw;
}
@media (min-width: 900px) {
  .page-landing .jumbo {
    margin-top: 0;
  }
  .page-landing .jumbo .msg h1 {
    font-family: 'Lato', sans-serif;
    font-size: 53.29pt;
    font-weight: 800;
  }
  .page-landing .jumbo .msg h2 {
    font-family: 'Lato', sans-serif;
    font-size: 29.93pt;
    font-weight: 400;
  }
}
@media (max-width: 900px) {
  .page-landing .jumbo .slide {
    aspect-ratio: 1.5;
  }
}
.page-landing .who-we-are {
  position: relative;
  clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0% 100%);
  margin-top: -50px;
  z-index: 2;
}
@media (min-width: 900px) {
  .page-landing .who-we-are {
    margin-top: -130px;
  }
}
.page-landing .who-we-are .content {
  display: grid;
  overflow: hidden;
  background-color: white;
  grid-template-columns: 1fr minmax(auto, 510px) 1fr;
  column-gap: 40px;
  padding-top: 60px;
  padding-bottom: 180px;
}
@media (min-width: 900px) {
  .page-landing .who-we-are .content {
    column-gap: 50px;
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 500px;
  }
  .page-landing .who-we-are .content .center {
    align-self: center;
  }
  .page-landing .who-we-are .content .center h2 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-landing .who-we-are .content {
    grid-template-columns: 1fr minmax(auto, 680px) 1fr;
    column-gap: 150px;
  }
}
@media (min-width: 2000px) {
  .page-landing .who-we-are .content {
    grid-template-columns: 1fr minmax(auto, 680px) 1fr;
    column-gap: 250px;
  }
  .page-landing .who-we-are .content .left img {
    right: auto;
    left: 0;
    transform-origin: left center;
  }
  .page-landing .who-we-are .content .right img {
    right: 0;
    left: auto;
    transform-origin: right center;
  }
}
.page-landing .who-we-are .left {
  position: relative;
}
.page-landing .who-we-are .left img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  transform-origin: right center;
}
.page-landing .who-we-are .right {
  position: relative;
}
.page-landing .who-we-are .right img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  transform-origin: left center;
}
.page-landing .goals {
  clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0% 100%);
  margin-top: -140px;
  z-index: 2;
  position: relative;
}
.page-landing .goals .content {
  display: grid;
  overflow: hidden;
  background-color: #edeff1;
}
.page-landing .goals .center {
  padding: 60px 20px 60px 20px;
}
.page-landing .goals .right {
  position: relative;
}
.page-landing .goals .right img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center right;
}
.page-landing .goals ul {
  margin-left: 0;
  padding-left: 25px;
  list-style-image: url('/img/arrow-right-solid.svg');
}
.page-landing .goals ul li {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 400;
  margin-bottom: 10px;
}
.page-landing .goals ul li::marker {
  font-size: 35px;
  font-weight: 600;
}
@media (min-width: 900px) {
  .page-landing .goals .content {
    grid-template-columns: 1fr minmax(auto, 600px) minmax(auto, 600px) 1fr;
    column-gap: 0px;
  }
  .page-landing .goals .center {
    padding: 120px 40px 120px 0;
  }
  .page-landing .goals .right {
    grid-column: span 2;
  }
}
@media (max-width: 900px) {
  .page-landing .goals .right {
    aspect-ratio: 1.3;
    clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0% 100%);
  }
  .page-landing .goals .right img {
    width: 100%;
  }
}
.page-landing .projects {
  position: relative;
  clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0% 100%);
  margin-top: -130px;
  z-index: 2;
  padding-bottom: 120px;
}
.page-landing .projects .topper {
  margin: auto;
  text-align: center;
  padding-top: 120px;
}
.page-landing .projects .topper h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36.5pt;
  font-weight: 400;
  color: white;
  margin-top: 0;
}
.page-landing .projects .topper h2 {
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 600;
  color: #6ebf4b;
  margin-bottom: 0;
}
.page-landing .projects .content {
  display: grid;
  row-gap: 40px;
}
@media (min-width: 900px) {
  .page-landing .projects .content {
    grid-template-columns: 1fr minmax(auto, 580px) minmax(auto, 580px) 1fr;
    column-gap: 40px;
  }
  .page-landing .projects .project-box {
    height: 100%;
    transform: translate(-50px, 20px);
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
  }
  .page-landing .projects .project-box.visible {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.page-landing .get-involved {
  color: white;
}
.page-landing .get-involved .content {
  padding: 20px 20px 60px 20px;
  text-align: center;
}
.page-landing .get-involved h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36.5pt;
  font-weight: 400;
}
.page-landing .get-involved p {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 400;
}
.page-landing .get-involved p a {
  font-weight: 600;
  text-decoration: none;
  color: white;
}
.page-landing .get-involved p a:hover {
  text-decoration: underline;
}
.page-landing .sponsors {
  background-color: #edeff1;
  padding-top: 50px;
  padding-bottom: 60px;
}
.page-landing .sponsors h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36.5pt;
  font-weight: 400;
}
.page-landing .sponsors h2 {
  text-align: center;
  text-transform: uppercase;
}
.page-landing .sponsors ul {
  margin-left: 0;
  padding-left: 15px;
  list-style-image: url('/img/arrow-right-solid.svg');
}
.page-landing .sponsors ul li {
  font-family: 'Lato', sans-serif;
  font-size: 15.33pt;
  font-weight: 600;
  margin-bottom: 10px;
}
.page-landing .sponsors ul li::marker {
  font-size: 35px;
  font-weight: 600;
}
.page-landing .sponsors ul li:before {
  content: '';
  display: inline-block;
  width: 10px;
}
@media (min-width: 900px) {
  .page-landing .sponsors ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 30px;
  }
}
.ready-to-load-img .banner-overlay-picture-background,
.ready-to-load-img .banner-overlay-picture-background-with-ratio {
  background-image: url("/img/banner-overlay.png");
}
.webp .ready-to-load-img .banner-overlay-picture-background,
.webp .ready-to-load-img .banner-overlay-picture-background-with-ratio {
  background-image: url("/img/banner-overlay.webp");
}
@media (max-width: 605.5px) {
  .ready-to-load-img .banner-overlay-picture-background,
  .ready-to-load-img .banner-overlay-picture-background-with-ratio {
    background-image: url("/img/banner-overlay-half.png");
  }
  .webp .ready-to-load-img .banner-overlay-picture-background,
  .webp .ready-to-load-img .banner-overlay-picture-background-with-ratio {
    background-image: url("/img/banner-overlay-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .banner-overlay-picture-background,
  .ready-to-load-img .banner-overlay-picture-background-with-ratio {
    background-image: url("/img/banner-overlay-2x.png");
  }
  .webp .ready-to-load-img .banner-overlay-picture-background,
  .webp .ready-to-load-img .banner-overlay-picture-background-with-ratio {
    background-image: url("/img/banner-overlay-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 605.5px), (min-resolution: 144dpi) and (max-width: 605.5px) {
  .ready-to-load-img .banner-overlay-picture-background,
  .ready-to-load-img .banner-overlay-picture-background-with-ratio {
    background-image: url("/img/banner-overlay.png");
  }
  .webp .ready-to-load-img .banner-overlay-picture-background,
  .webp .ready-to-load-img .banner-overlay-picture-background-with-ratio {
    background-image: url("/img/banner-overlay.webp");
  }
}
.ready-to-load-img .landing-banner-1-picture-background,
.ready-to-load-img .landing-banner-1-picture-background-with-ratio {
  background-image: url("/img/landing-banner-1.jpg");
}
.webp .ready-to-load-img .landing-banner-1-picture-background,
.webp .ready-to-load-img .landing-banner-1-picture-background-with-ratio {
  background-image: url("/img/landing-banner-1.webp");
}
@media (max-width: 1187px) {
  .ready-to-load-img .landing-banner-1-picture-background,
  .ready-to-load-img .landing-banner-1-picture-background-with-ratio {
    background-image: url("/img/landing-banner-1-half.jpg");
  }
  .webp .ready-to-load-img .landing-banner-1-picture-background,
  .webp .ready-to-load-img .landing-banner-1-picture-background-with-ratio {
    background-image: url("/img/landing-banner-1-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .landing-banner-1-picture-background,
  .ready-to-load-img .landing-banner-1-picture-background-with-ratio {
    background-image: url("/img/landing-banner-1-2x.jpg");
  }
  .webp .ready-to-load-img .landing-banner-1-picture-background,
  .webp .ready-to-load-img .landing-banner-1-picture-background-with-ratio {
    background-image: url("/img/landing-banner-1-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1187px), (min-resolution: 144dpi) and (max-width: 1187px) {
  .ready-to-load-img .landing-banner-1-picture-background,
  .ready-to-load-img .landing-banner-1-picture-background-with-ratio {
    background-image: url("/img/landing-banner-1.jpg");
  }
  .webp .ready-to-load-img .landing-banner-1-picture-background,
  .webp .ready-to-load-img .landing-banner-1-picture-background-with-ratio {
    background-image: url("/img/landing-banner-1.webp");
  }
}
.ready-to-load-img .working-picture-background {
  background-image: url("/img/working.jpg");
}
.webp .ready-to-load-img .working-picture-background {
  background-image: url("/img/working.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .working-picture-background {
    background-image: url("/img/working-2x.jpg");
  }
  .webp .ready-to-load-img .working-picture-background {
    background-image: url("/img/working-2x.webp");
  }
}
.page-inner .jumbo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 300px;
}
.page-inner .jumbo .overlay,
.page-inner .jumbo .back {
  position: absolute;
  inset: 0;
}
.page-inner .jumbo .overlay img,
.page-inner .jumbo .back img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.page-inner .jumbo .overlay img {
  opacity: 60%;
}
.page-inner .jumbo .msg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-inner .jumbo .msg h1,
.page-inner .jumbo .msg h2 {
  color: white;
  margin: 0;
}
.page-inner .jumbo .msg h1 {
  font-size: 7vw;
}
.page-inner .jumbo .msg h2 {
  font-size: 4vw;
}
@media (min-width: 900px) {
  .page-inner .jumbo .msg h1 {
    font-family: 'Lato', sans-serif;
    font-size: 47.45pt;
    font-weight: 800;
  }
  .page-inner .jumbo .msg h2 {
    font-family: 'Lato', sans-serif;
    font-size: 29.93pt;
    font-weight: 400;
  }
}
@media (max-width: 900px) {
  .page-inner .jumbo {
    height: 150px;
  }
}
.page-inner .top-title {
  margin-top: 60px;
}
.page-inner .top-title h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36.5pt;
  font-weight: 400;
  margin-top: 0;
}
.page-inner .top-title > a {
  align-self: start;
  font-family: 'Lato', sans-serif;
  font-size: 14.6pt;
  font-weight: 600;
}
@media (min-width: 900px) {
  .page-inner .top-title {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 900px) {
  .page-inner .top-title {
    margin-bottom: 50px;
  }
  .page-inner .top-title h1 {
    margin-bottom: 20px;
  }
}
.page-inner .conclusion {
  margin-bottom: 50px;
}
.page-inner .bottom {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #edeff1;
}
.page-inner .toolkit-top {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 700px;
}
.page-inner .toolkit-top p {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 400;
}
.project-txt {
  margin-top: 70px;
  margin-bottom: 100px;
}
.news-txt {
  margin-top: 70px;
  margin-bottom: 100px;
}
.page-member {
  padding-top: 100px;
}
.suppliers-search-page .supplier-filters {
  display: grid;
  column-gap: 30px;
  margin-bottom: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.suppliers-search-page .supplier-filters > * .pills {
  min-height: 100px;
}
.suppliers-search-page .supplier-filters .pill {
  border-radius: 20px;
  background-color: #edeff1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 5px 6px 5px 10px;
  margin-bottom: 5px;
}
.suppliers-search-page .supplier-filters .pill button {
  font-size: 17px;
  font-weight: 800;
  color: white;
  padding: 0 0 2px 0;
  margin: 0;
  border-radius: 50%;
  background-color: #97a3ae;
  aspect-ratio: 1;
  width: 25px;
  text-align: center;
}
.suppliers-search-page .supplier-filters input::placeholder {
  color: black;
}
.suppliers-search-page .supplier-source-filters {
  font-size: 12.16pt;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}
.suppliers-search-page .supplier-source-filters input {
  margin-right: 10px;
  vertical-align: middle;
}
.suppliers-search-page .supplier-name-filter {
  position: relative;
}
.suppliers-search-page .supplier-name-filter button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  background-color: #97a3ae;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 10px;
}
.supplier-top-title {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px black;
  margin-bottom: 30px;
}
.supplier-top-title h2 {
  font-family: 'Lato', sans-serif;
  font-size: 23.36pt;
  font-weight: 600;
  color: #6ebf4b;
  text-transform: uppercase;
  margin: 0;
}
.supplier-top-title h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36.5pt;
  font-weight: 400;
  margin: 0;
}
.supplier-top-title .actions {
  align-self: end;
}
.supplier-top-title .actions a {
  font-family: 'Lato', sans-serif;
  font-size: 16.79pt;
  font-weight: 600;
  text-transform: none;
}
.inaccurate-info-dialog {
  font-family: 'Lato', sans-serif;
  font-size: 13.14pt;
  font-weight: 400;
}
@media print {
  header {
    position: relative;
    display: none;
  }
  header nav,
  header .tribar {
    display: none;
  }
  .top-title a {
    display: none !important;
  }
  .feedback {
    display: none;
  }
  .jumbo {
    margin-top: 0;
  }
  .jumbo h1,
  .jumbo h2 {
    color: black !important;
  }
  .jumbo .back,
  .jumbo .overlay {
    display: none;
  }
  .page-landing .projects,
  .page-landing .goals,
  .page-landing .who-we-are {
    clip-path: none;
    margin: 0;
  }
  .use-picture-as-background > picture:first-child {
    display: none;
  }
  footer nav {
    display: none;
  }
}
#event-notifications {
  max-height: 200px;
  overflow: auto;
}
/*# sourceMappingURL=pages.css.map */