@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
/*! 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: 0px;
}

/**
 * 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 
 */
.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}
.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}
.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}
.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}
.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}
.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}
.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}
.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}
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: "Poppins", serif;
  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: 1170px) {
  .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;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons-styles-marker {
  content: "loaded";
}
.webhandle-event-notifications {
  --grey-box-outline: #eeeeee;
  --success-color: green;
  --warning-color: orange;
  --error-color: red;
  --progress-bar-color: blue;
  --trransition-time: 0.3s;
  overflow: auto;
}
.webhandle-event-notifications .event-notification-view {
  transition: opacity var(--trransition-time);
}
.webhandle-event-notifications .event-notification-view.closed .info .message-holder {
  max-height: 0;
}
.webhandle-event-notifications .event-notification-view.closed .actions {
  padding-left: 15px;
}
.webhandle-event-notifications .event-notification-view.closed .actions .expand-message {
  display: block;
}
.webhandle-event-notifications .event-notification-view.closed .actions > * {
  margin-bottom: 10px;
}
.webhandle-event-notifications .notification {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 10px 16px;
  border: solid 1px var(--grey-box-outline);
  border-radius: 4px;
}
.webhandle-event-notifications .notification .info .top .icon {
  position: relative;
  display: inline-block;
  padding: 5px 5px 2px 5px;
  margin-right: 20px;
  border-radius: 4px;
  isolation: isolate;
}
.webhandle-event-notifications .notification .info .top .icon:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 20%;
  border-radius: 4px;
}
.webhandle-event-notifications .notification .info .top .icon .material-icons {
  font-size: 16px;
}
.webhandle-event-notifications .notification .info .top .headline {
  font-weight: 600;
}
.webhandle-event-notifications .notification .info .message-holder {
  overflow: hidden;
  transition: max-height var(--trransition-time);
  max-height: 200px;
  overflow: auto;
}
.webhandle-event-notifications .notification .info .message {
  margin-top: 10px;
}
.webhandle-event-notifications .notification .info .progress {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
}
.webhandle-event-notifications .notification .info .progress .bar {
  position: relative;
  border: solid 1px var(--grey-box-outline);
  border-radius: 12px;
  overflow: hidden;
  align-self: center;
  height: 12px;
}
.webhandle-event-notifications .notification .info .progress .bar .made {
  position: absolute;
  width: 100%;
  background-color: var(--progress-bar-color);
  top: 0;
  bottom: 0;
  left: -100%;
  transition: margin-left var(--trransition-time);
}
.webhandle-event-notifications .notification .actions {
  z-index: 3;
}
.webhandle-event-notifications .notification .actions span {
  display: block;
  cursor: pointer;
  font-size: 16px;
}
.webhandle-event-notifications .notification .actions .expand-message {
  display: none;
}
.webhandle-event-notifications .notification .cancel-mask {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.webhandle-event-notifications .notification .cancel-mask:before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-color: var(--grey-box-outline);
  z-index: -1;
}
.webhandle-event-notifications .notification.success .icon {
  color: var(--success-color);
}
.webhandle-event-notifications .notification.success .icon:before {
  background-color: var(--success-color);
}
.webhandle-event-notifications .notification.warning .icon {
  color: var(--warning-color);
}
.webhandle-event-notifications .notification.warning .icon:before {
  background-color: var(--warning-color);
}
.webhandle-event-notifications .notification.error .icon {
  color: var(--error-color);
}
.webhandle-event-notifications .notification.error .icon:before {
  background-color: var(--error-color);
}
.webhandle-event-notifications .notification {
  margin: 10px;
}
.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;
}
.hierarchy-tile {
  margin: 20px auto;
  border: solid 1px #eeeeee;
  padding: 20px;
}
.hierarchy-tile .actions a,
.hierarchy-tile .actions button {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14pt;
  color: inherit;
  text-decoration: none;
  border: 0;
  background: none;
  padding: 0;
}
.hierarchy-tile img {
  max-width: 100%;
}
.ei-editable-sortable-tiles .tiles {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hierarchy-tree-frame {
  width: 100%;
  height: 80vh;
  display: grid;
  grid-template-columns: minmax(300px, 40%) 1fr;
  column-gap: 30px;
  grid-template-rows: auto 1fr;
}
.hierarchy-tree-frame .hierarchies-tree {
  width: 100%;
  height: 100%;
  grid-column: 1;
}
.hierarchy-tree-frame .item-details {
  grid-row: 1 / span 2;
  grid-column: 2;
}
.hierarchy-tree-frame .actions {
  padding: 10px;
  background-color: #393C40;
}
.hierarchy-tree-frame .actions button {
  background: none;
  border: 0;
  color: white;
}
.salt-and-prep-resource-tile {
  margin: 20px auto;
  border: solid 1px #eeeeee;
  padding: 20px;
}
.salt-and-prep-resource-tile .actions a,
.salt-and-prep-resource-tile .actions button {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14pt;
  color: inherit;
  text-decoration: none;
  border: 0;
  background: none;
  padding: 0;
}
.salt-and-prep-resource-tile img {
  max-width: 100%;
}
.ei-editable-sortable-tiles.salt-and-prep-resource-tiles .tiles {
  list-style: none;
  padding: 0;
  margin: 0;
}
.double-column {
  display: grid;
  column-gap: 20px;
}
@media (min-width: 900px) {
  .double-column {
    grid-template-columns: 1fr 1fr;
  }
}
html.editing-page .double-column .col {
  outline: 1px dashed #cccccc;
}
.triple-column {
  display: grid;
  column-gap: 20px;
}
@media (min-width: 900px) {
  .triple-column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
html.editing-page .triple-column .col {
  outline: 1px dashed #cccccc;
}
html.editing-page .single-column .col {
  outline: 1px dashed #cccccc;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
    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;
}
.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;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
/*
.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: 1170px) {
  .only-desktop {
    display: none;
  }
}
.rounded-button {
  background-color: #a8a7a1;
  color: white !important;
  padding: 16px 12px;
  border-radius: 40px !important;
  text-decoration: none;
  border: none;
}
.form-button {
  background-color: #a8a7a1;
  color: white !important;
  padding: 16px 12px;
  border-radius: 40px !important;
  text-decoration: none;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}
.cap-it {
  text-transform: capitalize;
}
.day-resources .top {
  display: grid;
  grid-template-columns: auto 1fr;
}
.day-resources .top .icon {
  grid-row: 1;
  grid-column: 1;
  height: 65px;
}
.day-resources .top .icon img {
  max-width: 40px;
  max-height: 100%;
}
.day-resources .top .day-label {
  grid-column: 1 / span 2;
  grid-row: 1;
  font-size: 20pt;
  font-weight: 800;
  text-align: center;
}
.day-resources .signifiers {
  text-align: center;
  margin-bottom: 10px;
}
.day-resources .signifiers .signifier {
  display: inline-block;
  color: #f15023;
  margin: 2px 5px;
}
.day-resources .resources {
  text-align: center;
}
.day-resources .resources a {
  display: inline-block;
  margin-bottom: 10px;
  color: black;
}
.monthly-category-resources {
  text-align: center;
  margin-bottom: 40px;
}
.monthly-category-resources h2 {
  margin-top: 0;
}
.monthly-category-resources .resources {
  text-align: center;
}
.monthly-category-resources .resources .resource {
  margin-bottom: 10px;
}
.monthly-category-resources .resources .resource p {
  margin-top: 5px;
}
.monthly-category-resources .resources .resource a {
  display: inline-block;
  color: black;
}
.category-resources {
  text-align: center;
  margin-bottom: 40px;
}
.category-resources .top {
  display: grid;
  grid-template-columns: auto 1fr;
}
.category-resources .top .icon {
  grid-row: 1;
  grid-column: 1;
}
.category-resources .top .icon img {
  max-width: 40px;
}
.category-resources .top h2 {
  grid-row: 1;
  grid-column: 1 / span 2;
  margin-top: 0;
  font-size: 20pt;
  font-weight: 800;
  text-align: center;
}
.category-resources .resources {
  text-align: center;
}
.category-resources .resources .resource {
  margin-bottom: 10px;
}
.category-resources .resources .resource p {
  margin-top: 5px;
}
.category-resources .resources .resource a {
  display: inline-block;
  color: black;
}
.round-button {
  display: inline-block;
  background-color: #a8a7a1;
  color: white !important;
  font-weight: 300;
  border-radius: 30px;
  padding: 14px 50px;
  text-decoration: none;
  border: none;
}
.check-double-column {
  columns: 2;
  column-gap: 50px;
}
@media (max-width: 650px) {
  .check-double-column {
    columns: unset;
  }
}
.yellow-cut-stripe {
  border-top: solid 2px black;
  background-color: #fdcb3b;
  padding-top: 50px;
  background-image: url('/icons/white-straight-segment-box-2.svg');
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 10vw;
}
.yellow-cut-stripe .pic-with-double-label {
  display: grid;
  column-gap: 50px;
  row-gap: 50px;
}
.yellow-cut-stripe .pic-with-double-label .desc {
  display: none;
}
.yellow-cut-stripe .pic-with-double-label h2 {
  font-family: "Poppins", serif;
  font-size: 28px;
  font-weight: 300;
}
@media (min-width: 900px) {
  .yellow-cut-stripe .pic-with-double-label {
    grid-template-columns: auto 1fr;
  }
  .yellow-cut-stripe .pic-with-double-label h2 {
    max-width: 600px;
  }
}
@media (max-width: 900px) {
  .yellow-cut-stripe .pic-with-double-label .pic img {
    margin-left: auto;
    margin-right: auto;
  }
}
.effortless-planning {
  padding-top: 50px;
  background-image: url('/icons/orange-curve.svg');
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 10vw;
}
.planning-activities {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
.planning-activities .activity {
  text-align: center;
}
.planning-activities .activity img {
  margin-left: auto;
  margin-right: auto;
}
.planning-activities .activity.pad-pic img {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 1170px) {
  .planning-activities {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stress-free .pic-with-double-label {
  display: grid;
  column-gap: 50px;
  row-gap: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px !important;
}
.stress-free .pic-with-double-label h2 {
  display: none;
}
@media (min-width: 900px) {
  .stress-free .pic-with-double-label {
    grid-template-columns: 1fr auto;
  }
  .stress-free .pic-with-double-label .msg {
    grid-column: 1;
    grid-row: 1;
  }
  .stress-free .pic-with-double-label .pic {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 900px) {
  .stress-free .pic-with-double-label .pic img {
    margin-left: auto;
    margin-right: auto;
  }
}
.quotes {
  position: relative;
  background-color: black;
  color: white;
  padding-top: 7vw;
  padding-bottom: 60px;
  margin-top: 60px;
}
.quotes .top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
}
.quotes .top-bg img {
  display: block;
  width: 100%;
}
.how-it-works {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 5vw;
  background-image: url('/icons/orange-curve.svg');
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.how-it-works .triple-column .pic-with-double-label {
  text-align: center;
}
.how-it-works .triple-column .pic-with-double-label img {
  margin-left: auto;
  margin-right: auto;
}
.how-it-works .triple-column .pic-with-double-label h2 {
  font-family: "Poppins", serif;
  font-size: 23.36px;
}
.how-it-works .triple-column .pic-with-double-label .desc strong {
  color: #f15023;
  font-weight: 400;
}
.max-800 {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}
.whats-included {
  margin-top: 100px;
  border-top: solid 5px #f15023;
  padding-top: 40px;
}
.whats-included h1 {
  margin-bottom: 50px;
}
.whats-included .pic-with-double-label img {
  margin-left: auto;
  margin-right: auto;
}
.whats-included .pic-with-double-label h2 {
  font-family: "Poppins", serif;
  font-size: 21.6px;
  color: #f15023;
}
.whats-included .cta .round-button {
  text-align: center;
  width: 170px;
}
.double-column {
  row-gap: 30px;
}
.mailing-list {
  color: white;
}
.mailing-list .top-bg img,
.mailing-list .bottom-bg img {
  display: block;
  width: 100%;
}
.mailing-list .container-wrapper {
  background-color: black;
}
.mailing-list .container-wrapper .container {
  display: grid;
  row-gap: 30px;
  column-gap: 10px;
  max-width: 700px;
  padding-bottom: 50px;
}
.mailing-list .container-wrapper .container .pic img {
  display: block;
  width: 150px;
  height: 150px !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}
.mailing-list .container-wrapper .container h1 {
  margin-bottom: 0;
  font-weight: 300;
}
.mailing-list .container-wrapper .container p {
  font-weight: 300;
  margin-top: 0;
}
.mailing-list .container-wrapper .container form {
  display: contents;
}
.mailing-list .container-wrapper .container form label {
  margin-bottom: 0;
}
.mailing-list .container-wrapper .container form label input {
  height: 53px;
}
.mailing-list .container-wrapper .container form label .txt {
  font-size: 0;
}
@media (min-width: 900px) {
  .mailing-list .container-wrapper .container {
    grid-template-columns: auto 1fr auto;
  }
  .mailing-list .container-wrapper .container .pic {
    align-self: end;
    padding-right: 20px;
  }
  .mailing-list .container-wrapper .container .end {
    align-self: end;
  }
}
@media (max-width: 900px) {
  .mailing-list .container-wrapper .container .pic img {
    margin-left: auto;
    margin-right: auto;
  }
}
.pic-with-double-label.text-on-right {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
.pic-with-double-label.text-on-right p {
  font-family: "Poppins", serif;
  font-size: 20px;
}
.pic-with-double-label.text-on-right h3 {
  font-family: "Poppins", serif;
  font-size: 25.6px;
}
@media (min-width: 900px) {
  .pic-with-double-label.text-on-right {
    grid-template-columns: auto 1fr;
  }
  .pic-with-double-label.text-on-right .msg h2 {
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  .pic-with-double-label.text-on-right .pic img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.pic-with-double-label.text-on-left {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
.pic-with-double-label.text-on-left p {
  font-family: "Poppins", serif;
  font-size: 20px;
}
.pic-with-double-label.text-on-left h3 {
  font-family: "Poppins", serif;
  font-size: 25.6px;
}
@media (min-width: 900px) {
  .pic-with-double-label.text-on-left {
    grid-template-columns: 1fr minmax(auto, 400px);
  }
  .pic-with-double-label.text-on-left .pic {
    grid-column: 2;
    grid-row: 1;
  }
  .pic-with-double-label.text-on-left .pic img {
    max-width: 100%;
  }
  .pic-with-double-label.text-on-left .msg {
    grid-column: 1;
    grid-row: 1;
  }
  .pic-with-double-label.text-on-left .msg h2 {
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  .pic-with-double-label.text-on-left .pic img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.red {
  color: #f15023 !important;
}
.full-size-image img {
  width: 100%;
}
.public-subscription-options .container {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 900px) {
  .public-subscription-options .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1170px) {
  .public-subscription-options .container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.public-subscription-options .option h2 {
  margin-bottom: 10px;
}
.public-subscription-options .option .savings {
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-section {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 80px;
}
.contact-section form p:first-child {
  margin-top: 0;
}
.contact-section form .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 5px;
}
.contact-section form .grid .xs12 {
  grid-column: span 2;
}
.contact-section form button {
  background-color: #a8a7a1;
  color: white !important;
  padding: 16px 12px;
  border-radius: 40px !important;
  text-decoration: none;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 900px) {
  .contact-section {
    grid-template-columns: minmax(300px, auto) 1fr;
  }
}
@media (max-width: 900px) {
  .contact-section .contact-msg {
    text-align: center;
  }
  .contact-section .contact-msg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.social {
  text-align: center;
  margin-top: 40px;
}
.social .sqs-svg-icon--social {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.social .sqs-use--icon {
  stroke: white;
  fill: white;
}
.social a {
  text-decoration: none;
  padding: 10px 20px;
}
.user-items-list-simple {
  list-style: none;
}
.user-items-list-simple li {
  margin-top: 40px;
}
.user-items-list-simple .list-item-content h2 {
  font-family: "Poppins", serif;
  font-size: 24px;
  margin-bottom: 0;
}
.user-items-list-simple .list-item-content .list-item-content__description p:first-child {
  margin-top: 10px;
}
.login-form button {
  background-color: #a8a7a1;
  color: white !important;
  padding: 16px 12px;
  border-radius: 40px !important;
  text-decoration: none;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}
.std-header {
  color: black;
  padding: 20px;
}
@media (min-width: 900px) {
  .std-header {
    padding: 20px 58px 20px 58px;
  }
}
.std-header .logo {
  color: white;
  text-decoration: none;
  font-size: 0;
}
.std-header .logo img {
  max-width: 200px;
}
.std-header .menu {
  list-style: none;
}
.std-header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
.std-header .menu li a {
  color: black;
  font-size: 15.2pt;
  text-decoration: none;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
@media (min-width: 1170px) {
  .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 a {
    color: #888888;
  }
  .std-header .menu > li.current {
    border-bottom: solid 2px white;
  }
  .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 .menu .login-menu-option a {
    color: #13129b;
  }
  .std-header .tribar {
    display: none;
  }
}
@media (max-width: 1170px) {
  .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 a {
    color: white !important;
  }
  .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: black;
  }
  .std-header .tribar .two {
    margin: 7px 0;
  }
}
header {
  color: black;
  padding: 20px;
}
@media (min-width: 900px) {
  header {
    padding: 20px 58px 20px 58px;
  }
}
header .logo {
  color: white;
  text-decoration: none;
  font-size: 0;
}
header .logo img {
  max-width: 200px;
}
header .menu {
  list-style: none;
}
header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
header .menu li a {
  color: black;
  font-size: 15.2pt;
  text-decoration: none;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
@media (min-width: 1170px) {
  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 a {
    color: #888888;
  }
  header .menu > li.current {
    border-bottom: solid 2px white;
  }
  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 .menu .login-menu-option a {
    color: #13129b;
  }
  header .tribar {
    display: none;
  }
}
@media (max-width: 1170px) {
  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 a {
    color: white !important;
  }
  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: black;
  }
  header .tribar .two {
    margin: 7px 0;
  }
}
footer {
  text-align: center;
}
footer h1,
footer h2 {
  font-weight: 300;
}
footer h1 {
  font-size: 30pt;
}
footer a {
  color: black;
}
footer .logo-msg {
  display: grid;
  column-gap: 30px;
}
footer .logo-msg .logo {
  text-align: center;
}
footer .logo-msg .logo img {
  width: 120px;
}
@media (min-width: 900px) {
  footer .logo-msg {
    grid-template-columns: 1fr 3fr;
  }
  footer .logo-msg .logo {
    grid-column: 1;
    grid-row: 1;
  }
  footer .logo-msg .msg {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
}
footer .connect {
  margin-top: 100px;
}
footer .tiktok-icon,
footer .linkedin-icon {
  width: 100px;
}
footer .menu {
  list-style: none;
  padding-left: 0;
}
footer .menu li {
  display: inline-block;
  margin: 10px;
}
.page-commerce .subscription-options {
  display: flex;
  column-gap: 30px;
}
.page-commerce .discount-code {
  margin-top: 80px;
}
.dashboard-layout {
  display: grid;
}
@media (min-width: 900px) {
  .dashboard-layout {
    grid-template-columns: 200px 1fr;
  }
}
.show-month-title-bar {
  background-color: #fdcb3b;
  padding-top: 30px;
  padding-bottom: 30px;
}
.show-month-title-bar h1,
.show-month-title-bar h2,
.show-month-title-bar p {
  text-align: center;
}
.show-month-title-bar h1 {
  text-transform: capitalize;
}
.show-month-options .options-intro {
  text-align: center;
}
.show-month-options .started {
  text-align: center;
  display: grid;
  column-gap: 20px;
  row-gap: 60px;
}
@media (min-width: 900px) {
  .show-month-options .started {
    grid-template-columns: repeat(3, 1fr);
  }
}
.show-month-options .started .started-document-link {
  background-color: #a8a7a1;
  color: white !important;
  padding: 16px 12px;
  border-radius: 40px !important;
  border: none;
  display: block;
  text-decoration: none;
  margin-bottom: 14px;
}
.pick-your-path {
  margin-top: 40px;
  border-top: solid 1px black;
  padding-top: 20px;
  text-align: center;
}
.pick-your-path .paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}
.pick-your-path .paths .path {
  text-align: center;
}
.pick-your-path .paths .path a {
  display: inline-block;
}
.month-day-resources {
  display: grid;
  column-gap: 20px;
  row-gap: 30px;
  margin-top: 60px;
}
@media (min-width: 900px) {
  .month-day-resources {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1170px) {
  .month-day-resources {
    grid-template-columns: repeat(3, 1fr);
  }
}
.additional-resources {
  margin-top: 50px;
  border-top: solid 5px black;
  padding-top: 5px;
}
.additional-resources h1 {
  text-align: center;
}
.additional-montly-category-resources .monthly-category-resources {
  break-inside: avoid;
}
.additional-montly-category-resources .monthly-category-resources h2 {
  color: #f15023;
  font-weight: 300;
}
@media (min-width: 900px) {
  .additional-montly-category-resources {
    columns: 2;
  }
}
@media (min-width: 1170px) {
  .additional-montly-category-resources {
    columns: 3;
  }
}
.all-category-resources {
  margin-top: 50px;
}
.all-montly-category-resources .category-resources {
  break-inside: avoid;
}
@media (min-width: 900px) {
  .all-montly-category-resources {
    columns: 2;
  }
}
@media (min-width: 1170px) {
  .all-montly-category-resources {
    columns: 3;
  }
}
.month-tiles {
  display: grid;
  column-gap: 40px;
}
@media (min-width: 900px) {
  .month-tiles {
    grid-template-columns: auto auto;
  }
}
.month-tiles .choose-month-tile {
  text-align: center;
  display: grid;
  min-height: 100%;
  grid-template-rows: 1fr auto auto;
}
.month-tiles .choose-month-tile img {
  max-width: 100%;
}
.month-tiles .choose-month-tile .button {
  margin-top: 30px;
}
.month-tiles .choose-month-tile .button a {
  background-color: #a8a7a1;
  color: white !important;
  padding: 16px 12px;
  border-radius: 40px !important;
  text-decoration: none;
  border: none;
  text-transform: capitalize;
}
.page-landing .senior-activities-header {
  padding-bottom: 20px;
  border-bottom: solid 5px #f15023;
  margin-bottom: 20px;
}
.page-landing .senior-activities-header .container {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  text-align: center;
}
.page-landing .senior-activities-header .container img {
  max-width: 100%;
}
.page-landing .senior-activities-header .container .pic {
  align-self: center;
}
.page-landing .senior-activities-header .container .finger-snap-picture img {
  height: 175px !important;
  width: auto;
}
.page-landing .senior-activities-header .container h1 {
  font-family: "Poppins", serif;
  font-size: 51.2px;
  font-weight: 300;
  margin-bottom: 0;
}
.page-landing .senior-activities-header .container h2 {
  font-weight: 300;
  font-family: "Poppins", serif;
  font-size: 21.6px;
}
@media (min-width: 900px) {
  .page-landing .senior-activities-header .container {
    grid-template-columns: 240px 1fr 240px;
  }
}
.page-landing .line-of-images {
  text-align: center;
  max-width: 1250px;
}
.page-landing .line-of-images picture {
  display: inline-block;
  vertical-align: middle;
}
.page-landing .line-of-images picture img {
  width: 130px;
}
.page-landing .and-more-logo-picture img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.std-txt h1 {
  font-family: "Poppins", serif;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}
.std-txt h2 {
  font-family: "Poppins", serif;
  font-size: 30.4px;
  font-weight: 300;
}
.std-txt h1 + h2 {
  margin-top: -25px;
}
.std-txt p,
.std-txt li,
.std-txt div {
  font-family: "Poppins", serif;
  font-size: 17.6px;
  font-weight: 300;
}
.std-txt p a,
.std-txt li a,
.std-txt div a {
  color: inherit;
}
.std-txt p,
.std-txt li {
  margin-bottom: 17px;
}
.page-commerce .btn.btn-primary {
  border: none !important;
  background-color: #a8a7a1;
  color: white !important;
  padding: 16px 12px;
  border-radius: 40px !important;
  text-decoration: none;
  border: none;
  padding-left: 16px;
  padding-right: 16px;
}
.page-commerce .btn.btn-primary:hover,
.page-commerce .btn.btn-primary:active,
.page-commerce .btn.btn-primary:focus {
  box-shadow: none !important;
  background-color: #a8a7a1 !important;
  color: white !important !important;
  padding: 16px 12px !important;
  border-radius: 40px !important !important;
  text-decoration: none !important;
  border: none !important;
}
.page-banner-message {
  margin-bottom: 40px;
}
.page-banner-message .container {
  background-color: #efefef;
  text-align: center;
  padding: 10px 30px;
}
.sales-report-for-month table.individual-transactions {
  border-spacing: 1px;
  border-collapse: separate;
  background: #f4f4f4;
}
.sales-report-for-month table.individual-transactions tbody td {
  padding: 5px;
  background-color: white;
}
.sales-report-for-month .type-summaries {
  margin-bottom: 40px;
  display: flex;
}
.sales-report-for-month .type-summaries .sub-type-summary {
  display: inline-block;
  margin-right: 20px;
  background-color: #f8f8f8;
  padding: 30px 15px;
  border-radius: 5px;
}
.customer-invoice .invoice-header {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 40px;
}
.customer-invoice .invoice-header .left h1 {
  color: #f15023;
  margin-top: 0;
}
.customer-invoice .invoice-header .right img {
  width: 200px;
}
.customer-invoice table.items {
  margin-top: 50px;
  font-size: 22pt;
  width: 100%;
}
.customer-invoice table.items .summary-cell {
  font-weight: 600;
  text-align: right;
}
.customer-invoice table.items td,
.customer-invoice table.items th {
  border: solid 1px black;
  padding: 10px 5px;
}
.customer-invoice table.items .right {
  text-align: right;
}
.customer-invoice table.items .left {
  text-align: left;
}
.customer-invoice .invoice-footer {
  text-align: center;
  font-size: 28pt;
}
.page-invoice .sales-catalog-data-table {
  width: 100%;
}
.page-invoice .sales-catalog-data-table th {
  text-align: left;
}
.page-invoice .sales-catalog-data-table td,
.page-invoice .sales-catalog-data-table th {
  padding: 2px 2px 2px 0;
}
.page-invoice .sales-catalog-data-table td:last-child {
  padding: 2px 0 2px 0;
}
.page-invoice .sales-catalog-data-table .right {
  text-align: right;
}
.page-invoice .sales-catalog-data-table .left {
  text-align: left;
}
.page-invoice .sales-catalog-data-table .center {
  text-align: center;
}
.page-profile .main h2:first-child,
.page-password-change .main h2:first-child {
  margin-top: 0;
}
.page-password-change .messages {
  color: #f15023;
  margin-bottom: 40px;
}
.sidebar a {
  color: inherit;
  text-decoration: none;
  margin-bottom: 4px;
  display: block;
}
@media print {
  .customer-invoice table.items {
    font-size: 14pt;
  }
  .customer-invoice .invoice-footer {
    font-size: 18pt;
  }
}
/*# sourceMappingURL=pages.css.map */