/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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


.u-float-left {
  float: left; }

.u-float-right {
  float: right; }

.u-hidden {
  display: none; }

.u-inline {
  display: inline-block; }

.u-block {
  display: block; }

.u-code {
  font-family: monospace;
  font-size: 110%;
  background-color: rgba(100, 100, 100, 0.1);
  padding: 1px; }

.u-overflow-hidden {
  overflow: hidden; }

.u-center {
  text-align: center; }

.u-fit {
  max-width: 100%; }

.u-stretch {
  width: 100%; }

.u-border {
  border-width: 1px;
  border-style: solid; }

.u-border-rounded {
  border-radius: 5px; }

.u-border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.u-border-top {
  border-top-width: 1px;
  border-top-style: solid; }

.u-clear {
  clear: both; }

.u-relative {
  position: relative; }

.u-cursor-pointer {
  cursor: pointer; }

.u-breakword {
  word-wrap: break-word; }

/* page wrapper */
/* max inline text */
/* max inline element*/
/* desktop view */
.u-space-right-1 {
  margin-right: 10px; }

.u-space-left-1 {
  margin-left: 10px; }

.u-space-top-1 {
  margin-top: 10px; }

.u-space-bottom-1 {
  margin-bottom: 10px; }

.u-space-vert-1 {
  margin-top: 10px;
  margin-bottom: 10px; }

.u-space-horz-1 {
  margin-left: 10px;
  margin-right: 10px; }

.u-space-all-1, .u-space-1 {
  margin: 10px; }

.u-space-right-2 {
  margin-right: 20px; }

.u-space-left-2 {
  margin-left: 20px; }

.u-space-top-2 {
  margin-top: 20px; }

.u-space-bottom-2 {
  margin-bottom: 20px; }

.u-space-vert-2 {
  margin-top: 20px;
  margin-bottom: 20px; }

.u-space-horz-2 {
  margin-left: 20px;
  margin-right: 20px; }

.u-space-all-2, .u-space-2 {
  margin: 20px; }

.u-space-right-3 {
  margin-right: 30px; }

.u-space-left-3 {
  margin-left: 30px; }

.u-space-top-3 {
  margin-top: 30px; }

.u-space-bottom-3 {
  margin-bottom: 30px; }

.u-space-vert-3 {
  margin-top: 30px;
  margin-bottom: 30px; }

.u-space-horz-3 {
  margin-left: 30px;
  margin-right: 30px; }

.u-space-all-3, .u-space-3 {
  margin: 30px; }

.u-space-right-4 {
  margin-right: 40px; }

.u-space-left-4 {
  margin-left: 40px; }

.u-space-top-4 {
  margin-top: 40px; }

.u-space-bottom-4 {
  margin-bottom: 40px; }

.u-space-vert-4 {
  margin-top: 40px;
  margin-bottom: 40px; }

.u-space-horz-4 {
  margin-left: 40px;
  margin-right: 40px; }

.u-space-all-4, .u-space-4 {
  margin: 40px; }

.u-space-right-5 {
  margin-right: 50px; }

.u-space-left-5 {
  margin-left: 50px; }

.u-space-top-5 {
  margin-top: 50px; }

.u-space-bottom-5 {
  margin-bottom: 50px; }

.u-space-vert-5 {
  margin-top: 50px;
  margin-bottom: 50px; }

.u-space-horz-5 {
  margin-left: 50px;
  margin-right: 50px; }

.u-space-all-5, .u-space-5 {
  margin: 50px; }

.u-space-right-6 {
  margin-right: 60px; }

.u-space-left-6 {
  margin-left: 60px; }

.u-space-top-6 {
  margin-top: 60px; }

.u-space-bottom-6 {
  margin-bottom: 60px; }

.u-space-vert-6 {
  margin-top: 60px;
  margin-bottom: 60px; }

.u-space-horz-6 {
  margin-left: 60px;
  margin-right: 60px; }

.u-space-all-6, .u-space-6 {
  margin: 60px; }

.u-space-right-7 {
  margin-right: 70px; }

.u-space-left-7 {
  margin-left: 70px; }

.u-space-top-7 {
  margin-top: 70px; }

.u-space-bottom-7 {
  margin-bottom: 70px; }

.u-space-vert-7 {
  margin-top: 70px;
  margin-bottom: 70px; }

.u-space-horz-7 {
  margin-left: 70px;
  margin-right: 70px; }

.u-space-all-7, .u-space-7 {
  margin: 70px; }

.u-space-top-1-half {
  margin-top: 5px; }

.u-space-bottom-1-half {
  margin-bottom: 5px; }

@media (min-width: 769px) {
  .u-desktop-space-top-1-half {
    margin-top: 5px; }
  .u-desktop-space-bottom-1-half {
    margin-bottom: 5px; } }

.u-space-0 {
  margin: 0; }

/* Padding */
.u-pad-0 {
  padding: 3.75px; }

.u-pad-1 {
  padding: 6.25px; }

.u-pad, .u-pad-2 {
  padding: 10px; }

.u-pad-3 {
  padding: 15px; }

.u-pad-4 {
  padding: 20px; }

.u-pad-top-0 {
  padding-top: 3.75px; }

.u-pad-top-1 {
  padding-top: 6.25px; }

.u-pad-top, .u-pad-top-2 {
  padding-top: 10px; }

.u-pad-top-3 {
  padding-top: 15px; }

.u-pad-top-4 {
  padding-top: 20px; }

.u-pad-right-0 {
  padding-right: 3.75px; }

.u-pad-right-1 {
  padding-right: 6.25px; }

.u-pad-right, .u-pad-right-2 {
  padding-right: 10px; }

.u-pad-right-3 {
  padding-right: 15px; }

.u-pad-right-4 {
  padding-right: 20px; }

.u-pad-vert-1 {
  padding-top: 6.25px;
  padding-bottom: 6.25px; }

.u-pad-vert-2 {
  padding-top: 10px;
  padding-bottom: 10px; }

.u-pad-vert-3 {
  padding-top: 15px;
  padding-bottom: 15px; }

.u-pad-vert-4 {
  padding-top: 20px;
  padding-bottom: 20px; }

.u-pad-vert-5 {
  padding-top: 25px;
  padding-bottom: 25px; }

.u-pad-horz-1 {
  padding-left: 6.25px;
  padding-right: 6.25px; }

.u-pad-horz-2 {
  padding-left: 10px;
  padding-right: 10px; }

.u-pad-horz-3 {
  padding-left: 15px;
  padding-right: 15px; }

.u-pad-horz-4 {
  padding-left: 20px;
  padding-right: 20px; }

.u-pad-horz-5 {
  padding-left: 25px;
  padding-right: 25px; }

.u-pad-bottom-0 {
  padding-bottom: 3.75px; }

.u-pad-bottom-1 {
  padding-bottom: 6.25px; }

.u-pad-bottom, .u-pad-bottom-2 {
  padding-bottom: 10px; }

.u-pad-bottom-3 {
  padding-bottom: 15px; }

.u-pad-bottom-4 {
  padding-bottom: 20px; }

.u-pad-left-0 {
  padding-left: 3.75px; }

.u-pad-left-1 {
  padding-left: 6.25px; }

.u-pad-left, .u-pad-left-2 {
  padding-left: 10px; }

.u-pad-left-3 {
  padding-left: 15px; }

.u-pad-left-4 {
  padding-left: 20px; }

@media (min-width: 769px) {
  .u-desktop-pad-0 {
    padding: 3.75px; }
  .u-desktop-pad-1 {
    padding: 6.25px; }
  .u-desktop-pad-vert-1 {
    padding-top: 6.25px;
    bottom: 6.25px; }
  .u-desktop-pad, .u-desktop-pad-2 {
    padding: 10px; }
  .u-desktop-pad-3 {
    padding: 15px; }
  .u-desktop-pad-4 {
    padding: 20px; }
  .u-desktop-pad-vert-2 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .u-desktop-pad-top-0 {
    padding-top: 3.75px; }
  .u-desktop-pad-top-1 {
    padding-top: 6.25px; }
  .u-desktop-pad-top, .u-desktop-pad-top-2 {
    padding-top: 10px; }
  .u-desktop-pad-top-3 {
    padding-top: 15px; }
  .u-desktop-pad-top-4 {
    padding-top: 20px; }
  .u-desktop-pad-right-0 {
    padding-right: 3.75px; }
  .u-desktop-pad-right-1 {
    padding-right: 6.25px; }
  .u-desktop-pad-right, .u-desktop-pad-right-2 {
    padding-right: 10px; }
  .u-desktop-pad-right-3 {
    padding-right: 15px; }
  .u-desktop-pad-right-4 {
    padding-right: 20px; }
  .u-desktop-pad-bottom-0 {
    padding-bottom: 3.75px; }
  .u-desktop-pad-bottom-1 {
    padding-bottom: 6.25px; }
  .u-desktop-pad-bottom, .u-desktop-pad-bottom-2 {
    padding-bottom: 10px; }
  .u-desktop-pad-bottom-3 {
    padding-bottom: 15px; }
  .u-desktop-pad-bottom-4 {
    padding-bottom: 20px; }
  .u-desktop-pad-left-0 {
    padding-left: 3.75px; }
  .u-desktop-pad-left-1 {
    padding-left: 6.25px; }
  .u-desktop-pad-left, .u-desktop-pad-left-2 {
    padding-left: 10px; }
  .u-desktop-pad-left-3 {
    padding-left: 15px; }
  .u-desktop-pad-left-4 {
    padding-left: 20px; } }

/* DEPRECATED!!!! */
/* No clothing sizes for padding classes */
/* Padding */
.u-pad-xs {
  padding: 3.75px; }

.u-pad-s {
  padding: 6.25px; }

.u-pad, .u-pad-m {
  padding: 10px; }

.u-pad-l {
  padding: 15px; }

.u-pad-xl {
  padding: 20px; }

.u-pad-top-xs {
  padding-top: 3.75px; }

.u-pad-top-s {
  padding-top: 6.25px; }

.u-pad-top, .u-pad-top-m {
  padding-top: 10px; }

.u-pad-top-l {
  padding-top: 15px; }

.u-pad-top-xl {
  padding-top: 20px; }

.u-pad-right-xs {
  padding-right: 3.75px; }

.u-pad-right-s {
  padding-right: 6.25px; }

.u-pad-right, .u-pad-right-m {
  padding-right: 10px; }

.u-pad-right-l {
  padding-right: 15px; }

.u-pad-right-xl {
  padding-right: 20px; }

.u-pad-vert-s {
  padding-top: 6.25px;
  bottom: 6.25px; }

.u-pad-vert-m {
  padding-top: 10px;
  bottom: 10px; }

.u-pad-bottom-xs {
  padding-bottom: 3.75px; }

.u-pad-bottom-s {
  padding-bottom: 6.25px; }

.u-pad-bottom, .u-pad-bottom-m {
  padding-bottom: 10px; }

.u-pad-bottom-l {
  padding-bottom: 15px; }

.u-pad-bottom-xl {
  padding-bottom: 20px; }

.u-pad-left-xs {
  padding-left: 3.75px; }

.u-pad-left-s {
  padding-left: 6.25px; }

.u-pad-left, .u-pad-left-m {
  padding-left: 10px; }

.u-pad-left-l {
  padding-left: 15px; }

.u-pad-left-xl {
  padding-left: 20px; }

@media (min-width: 769px) {
  .u-desktop-pad-xs {
    padding: 3.75px; }
  .u-desktop-pad-s {
    padding: 6.25px; }
  .u-desktop-pad-vert-s {
    padding-top: 6.25px;
    bottom: 6.25px; }
  .u-desktop-pad, .u-desktop-pad-m {
    padding: 10px; }
  .u-desktop-pad-l {
    padding: 15px; }
  .u-desktop-pad-xl {
    padding: 20px; }
  .u-desktop-pad-vert-m {
    padding-top: 10px;
    bottom: 10px; }
  .u-desktop-pad-top-xs {
    padding-top: 3.75px; }
  .u-desktop-pad-top-s {
    padding-top: 6.25px; }
  .u-desktop-pad-top, .u-desktop-pad-top-m {
    padding-top: 10px; }
  .u-desktop-pad-top-l {
    padding-top: 15px; }
  .u-desktop-pad-top-xl {
    padding-top: 20px; }
  .u-desktop-pad-right-xs {
    padding-right: 3.75px; }
  .u-desktop-pad-right-s {
    padding-right: 6.25px; }
  .u-desktop-pad-right, .u-desktop-pad-right-m {
    padding-right: 10px; }
  .u-desktop-pad-right-l {
    padding-right: 15px; }
  .u-desktop-pad-right-xl {
    padding-right: 20px; }
  .u-desktop-pad-bottom-xs {
    padding-bottom: 3.75px; }
  .u-desktop-pad-bottom-s {
    padding-bottom: 6.25px; }
  .u-desktop-pad-bottom, .u-desktop-pad-bottom-m {
    padding-bottom: 10px; }
  .u-desktop-pad-bottom-l {
    padding-bottom: 15px; }
  .u-desktop-pad-bottom-xl {
    padding-bottom: 20px; }
  .u-desktop-pad-left-xs {
    padding-left: 3.75px; }
  .u-desktop-pad-left-s {
    padding-left: 6.25px; }
  .u-desktop-pad-left, .u-desktop-pad-left-m {
    padding-left: 10px; }
  .u-desktop-pad-left-l {
    padding-left: 15px; }
  .u-desktop-pad-left-xl {
    padding-left: 20px; } }

.u-neg-margin-xs {
  margin-top: -3.75px; }

.u-neg-margin-s {
  margin-top: -6.25px; }

.u-neg-margin-m {
  margin-top: -10px; }

.u-neg-margin-l {
  margin-top: -15px; }

.u-neg-margin-xl {
  margin-top: -20px; }

.u-xtra {
  margin: 10px 7px; }

/* page wrapper */
/* max inline text */
/* max inline element*/
/* desktop view */
.o-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap; }

@media (min-width: 769px) {
  .o-desktop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap; } }

.o-flex--mobile-unstack .o-flex__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

@media (min-width: 769px) {
  .o-flex--desktop-unstack .o-flex__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.u-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.u-1 {
  width: 8.33333%; }

.u-2 {
  width: 16.66667%; }

.u-3 {
  width: 25%; }

.u-4 {
  width: 33.33333%; }

.u-5 {
  width: 41.66667%; }

.u-6 {
  width: 50%; }

.u-7 {
  width: 58.33333%; }

.u-8 {
  width: 66.66667%; }

.u-9 {
  width: 75%; }

.u-10 {
  width: 83.33333%; }

.u-11 {
  width: 91.66667%; }

.u-12 {
  width: 100%; }

.u-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.u-1 {
  width: 8.33333%; }

.u-2 {
  width: 16.66667%; }

.u-3 {
  width: 25%; }

.u-4 {
  width: 33.33333%; }

.u-5 {
  width: 41.66667%; }

.u-6 {
  width: 50%; }

.u-7 {
  width: 58.33333%; }

.u-8 {
  width: 66.66667%; }

.u-9 {
  width: 75%; }

.u-10 {
  width: 83.33333%; }

.u-11 {
  width: 91.66667%; }

.u-12 {
  width: 100%; }

.u-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.u-1 {
  width: 8.33333%; }

.u-2 {
  width: 16.66667%; }

.u-3 {
  width: 25%; }

.u-4 {
  width: 33.33333%; }

.u-5 {
  width: 41.66667%; }

.u-6 {
  width: 50%; }

.u-7 {
  width: 58.33333%; }

.u-8 {
  width: 66.66667%; }

.u-9 {
  width: 75%; }

.u-10 {
  width: 83.33333%; }

.u-11 {
  width: 91.66667%; }

.u-12 {
  width: 100%; }

.u-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.u-1 {
  width: 8.33333%; }

.u-2 {
  width: 16.66667%; }

.u-3 {
  width: 25%; }

.u-4 {
  width: 33.33333%; }

.u-5 {
  width: 41.66667%; }

.u-6 {
  width: 50%; }

.u-7 {
  width: 58.33333%; }

.u-8 {
  width: 66.66667%; }

.u-9 {
  width: 75%; }

.u-10 {
  width: 83.33333%; }

.u-11 {
  width: 91.66667%; }

.u-12 {
  width: 100%; }

.u-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.u-1 {
  width: 8.33333%; }

.u-2 {
  width: 16.66667%; }

.u-3 {
  width: 25%; }

.u-4 {
  width: 33.33333%; }

.u-5 {
  width: 41.66667%; }

.u-6 {
  width: 50%; }

.u-7 {
  width: 58.33333%; }

.u-8 {
  width: 66.66667%; }

.u-9 {
  width: 75%; }

.u-10 {
  width: 83.33333%; }

.u-11 {
  width: 91.66667%; }

.u-12 {
  width: 100%; }

.u-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.u-1 {
  width: 8.33333%; }

.u-2 {
  width: 16.66667%; }

.u-3 {
  width: 25%; }

.u-4 {
  width: 33.33333%; }

.u-5 {
  width: 41.66667%; }

.u-6 {
  width: 50%; }

.u-7 {
  width: 58.33333%; }

.u-8 {
  width: 66.66667%; }

.u-9 {
  width: 75%; }

.u-10 {
  width: 83.33333%; }

.u-11 {
  width: 91.66667%; }

.u-12 {
  width: 100%; }

@media (min-width: 769px) {
  .u-desktop-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .u-desktop-1 {
    width: 8.33333%; }
  .u-desktop-2 {
    width: 16.66667%; }
  .u-desktop-3 {
    width: 25%; }
  .u-desktop-4 {
    width: 33.33333%; }
  .u-desktop-5 {
    width: 41.66667%; }
  .u-desktop-6 {
    width: 50%; }
  .u-desktop-7 {
    width: 58.33333%; }
  .u-desktop-8 {
    width: 66.66667%; }
  .u-desktop-9 {
    width: 75%; }
  .u-desktop-10 {
    width: 83.33333%; }
  .u-desktop-11 {
    width: 91.66667%; }
  .u-desktop-12 {
    width: 100%; }
  .u-desktop-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .u-desktop-1 {
    width: 8.33333%; }
  .u-desktop-2 {
    width: 16.66667%; }
  .u-desktop-3 {
    width: 25%; }
  .u-desktop-4 {
    width: 33.33333%; }
  .u-desktop-5 {
    width: 41.66667%; }
  .u-desktop-6 {
    width: 50%; }
  .u-desktop-7 {
    width: 58.33333%; }
  .u-desktop-8 {
    width: 66.66667%; }
  .u-desktop-9 {
    width: 75%; }
  .u-desktop-10 {
    width: 83.33333%; }
  .u-desktop-11 {
    width: 91.66667%; }
  .u-desktop-12 {
    width: 100%; }
  .u-desktop-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .u-desktop-1 {
    width: 8.33333%; }
  .u-desktop-2 {
    width: 16.66667%; }
  .u-desktop-3 {
    width: 25%; }
  .u-desktop-4 {
    width: 33.33333%; }
  .u-desktop-5 {
    width: 41.66667%; }
  .u-desktop-6 {
    width: 50%; }
  .u-desktop-7 {
    width: 58.33333%; }
  .u-desktop-8 {
    width: 66.66667%; }
  .u-desktop-9 {
    width: 75%; }
  .u-desktop-10 {
    width: 83.33333%; }
  .u-desktop-11 {
    width: 91.66667%; }
  .u-desktop-12 {
    width: 100%; }
  .u-desktop-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .u-desktop-1 {
    width: 8.33333%; }
  .u-desktop-2 {
    width: 16.66667%; }
  .u-desktop-3 {
    width: 25%; }
  .u-desktop-4 {
    width: 33.33333%; }
  .u-desktop-5 {
    width: 41.66667%; }
  .u-desktop-6 {
    width: 50%; }
  .u-desktop-7 {
    width: 58.33333%; }
  .u-desktop-8 {
    width: 66.66667%; }
  .u-desktop-9 {
    width: 75%; }
  .u-desktop-10 {
    width: 83.33333%; }
  .u-desktop-11 {
    width: 91.66667%; }
  .u-desktop-12 {
    width: 100%; }
  .u-desktop-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .u-desktop-1 {
    width: 8.33333%; }
  .u-desktop-2 {
    width: 16.66667%; }
  .u-desktop-3 {
    width: 25%; }
  .u-desktop-4 {
    width: 33.33333%; }
  .u-desktop-5 {
    width: 41.66667%; }
  .u-desktop-6 {
    width: 50%; }
  .u-desktop-7 {
    width: 58.33333%; }
  .u-desktop-8 {
    width: 66.66667%; }
  .u-desktop-9 {
    width: 75%; }
  .u-desktop-10 {
    width: 83.33333%; }
  .u-desktop-11 {
    width: 91.66667%; }
  .u-desktop-12 {
    width: 100%; }
  .u-desktop-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .u-desktop-1 {
    width: 8.33333%; }
  .u-desktop-2 {
    width: 16.66667%; }
  .u-desktop-3 {
    width: 25%; }
  .u-desktop-4 {
    width: 33.33333%; }
  .u-desktop-5 {
    width: 41.66667%; }
  .u-desktop-6 {
    width: 50%; }
  .u-desktop-7 {
    width: 58.33333%; }
  .u-desktop-8 {
    width: 66.66667%; }
  .u-desktop-9 {
    width: 75%; }
  .u-desktop-10 {
    width: 83.33333%; }
  .u-desktop-11 {
    width: 91.66667%; }
  .u-desktop-12 {
    width: 100%; } }

.u-flex-basis-50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.u-flex-basis-100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.u-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 769px) {
  .u-desktop-flex-basis-50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .u-desktop-flex-basis-100 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .u-desktop-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.o-flex--vert-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.o-flex--space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 769px) {
  .o-desktop-flex--vert-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .o-desktop-flex--space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

/* page wrapper */
/* max inline text */
/* max inline element*/
/* desktop view */
.o-grid {
  display: grid; }

@media (min-width: 769px) {
  .o-desktop-grid {
    display: grid; } }

.o-grid--columns-2-s-l {
  grid-template-columns: 20px calc(100% - 20px); }

.o-grid--columns-2 {
  grid-template-columns: 50% 50%; }

.o-grid--columns-2-1\/3 {
  grid-template-columns: 1fr 2fr; }

.o-grid--columns-2-2\/3 {
  grid-template-columns: 2fr 1fr; }

.o-grid--columns-2-2\/3 {
  grid-template-columns: 2fr 1fr; }

.o-grid--columns-3 {
  grid-template-columns: 33% 33% 33%; }

.o-grid--columns-3fr {
  grid-template-columns: 1fr 1fr 1fr; }

.o-grid--columns-4 {
  grid-template-columns: 25% 25% 25% 25%; }

.o-grid--columns-4-xs-l-s-xs {
  grid-template-columns: 15% 50% 20% 15%; }

.o-grid--columns-4-s-s-l-m {
  grid-template-columns: 8% 17% 50% 25%; }

.o-grid--columns-5 {
  grid-template-columns: 20% 20% 20% 20% 20%; }

.o-grid--columns-l-xl {
  grid-template-columns: 40% 60%; }

@media (min-width: 769px) {
  .o-desktop-grid--columns-2 {
    grid-template-columns: 50% 50%; }
  .o-desktop-grid--columns-3 {
    grid-template-columns: 33% 33% 33%; }
  .o-desktop-grid--columns-4 {
    grid-template-columns: 25% 25% 25% 25%; }
  .o-desktop-grid--columns-4-xs-l-s-xs {
    grid-template-columns: 15% 50% 20% 15%; }
  .o-desktop-grid--columns-5 {
    grid-template-columns: 20% 20% 20% 20% 20%; } }

.u-grid-gap-xs {
  grid-gap: 3.75px; }

.u-grid-gap-s {
  grid-gap: 6.25px; }

.u-grid-gap-m {
  grid-gap: 10px; }

.u-grid-gap-l {
  grid-gap: 15px; }

.u-grid-gap-xl {
  grid-gap: 15px; }

@media (min-width: 769px) {
  .u-desktop-grid-gap-xs {
    grid-gap: 3.75px; }
  .u-desktop-grid-gap-s {
    grid-gap: 6.25px; }
  .u-desktop-grid-gap-m, .u-desktop-grid-gap-1 {
    grid-gap: 10px; }
  .u-desktop-grid-gap-l {
    grid-gap: 15px; }
  .u-desktop-grid-gap-xl {
    grid-gap: 15px; }
  .u-desktop-grid-gap-2 {
    grid-gap: 20px; } }

.u-grid-row-1 {
  grid-row: 1; }

.u-grid-row-1-5 {
  grid-row: 1 / 5; }

.u-grid-row-2 {
  grid-row: 2; }

.u-grid-row-3 {
  grid-row: 3; }

.u-grid-row-4 {
  grid-row: 4; }

.u-grid-row-5 {
  grid-row: 5; }

@media (min-width: 769px) {
  .u-desktop-grid-row-1 {
    grid-row: 1; }
  .u-desktop-grid-row-1-5 {
    grid-row: 1 / 5; }
  .u-desktop-grid-row-2 {
    grid-row: 2; }
  .u-desktop-grid-row-3 {
    grid-row: 3; }
  .u-desktop-grid-row-4 {
    grid-row: 4; }
  .u-desktop-grid-row-5 {
    grid-row: 5; } }

.u-grid-column-1 {
  grid-column: 1; }

.u-grid-column-2 {
  grid-column: 2; }

.u-grid-column-3 {
  grid-column: 3; }

.u-grid-column-3-5 {
  grid-column: 3 / 5; }

.u-grid-column-4 {
  grid-column: 4; }

.u-grid-column-5 {
  grid-column: 5; }

@media (min-width: 769px) {
  .u-desktop-grid-column-1 {
    grid-column: 1; }
  .u-desktop-grid-column-1-span2 {
    grid-column: 1 / span 2; }
  .u-desktop-grid-column-2-span2 {
    grid-column: 2 / span 2; }
  .u-desktop-grid-column-1-3 {
    grid-column: 1/3; }
  .u-desktop-grid-column-3-5 {
    grid-column: 3 / 5; }
  .u-desktop-grid-column-2 {
    grid-column: 2; }
  .u-desktop-grid-column-3 {
    grid-column: 3; }
  .u-desktop-grid-column-4 {
    grid-column: 4; }
  .u-desktop-grid-column-5 {
    grid-column: 5; } }

/* page wrapper */
/* max inline text */
/* max inline element*/
/* desktop view */
body {
  background: #fafafa; }

html, body {
  font-size: 16px; }

html, body, * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: "Oswald-Medium";
  src: url("/fonts/Oswald/Oswald-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat-Light";
  src: url("/fonts/Montserrat/Montserrat-Light.ttf") format("truetype"); }

html {
  color: #1e1e1e; }

h1 {
  font-family: 'Oswald-Medium'; }

.c-card {
  max-width: 35%;
  background: #dcf6c4;
  display: inline-block;
  padding: 20px;
  margin: 20px;
  color: #1e1e1e;
  height: 350px;
  width: 350px;
  font-family: 'Oswald-Medium';
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  padding-top: 22px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  vertical-align: top; }
  .c-card:hover {
    -webkit-box-shadow: -4px 1px 47px -5px rgba(0, 0, 0, 0.46);
    box-shadow: -4px 1px 47px -5px rgba(0, 0, 0, 0.46); }

.c-content-paragraph {
  font-family: 'Oswald-Medium';
  font-size: 1.4rem;
  margin: 10px 0;
  position: relative;
  padding-bottom: 5px; }
  .c-content-paragraph:after {
    content: '';
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dcf6c4; }

footer,
nav {
  width: 100%;
  background: #dcf6c4;
  padding: 15px;
  font-family: "Montserrat-Light";
  text-align: right; }

nav ul li,
footer ul li {
  list-style: none;
  display: inline-block; }

nav a,
footer a {
  color: #000; }

.c-body {
  padding: 20px; }

.c-content-item {
  background: #FFF;
  position: relative;
  display: block;
  width: 100%;
  margin: 20px 0;
  font-family: "Montserrat-Light";
  padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .c-content-item:hover {
    -webkit-box-shadow: -4px 1px 20px -5px rgba(0, 0, 0, 0.26);
    box-shadow: -4px 1px 20px -5px rgba(0, 0, 0, 0.26); }
    .c-content-item:hover:after {
      height: 0; }
  .c-content-item:after {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    content: '';
    height: 3px;
    width: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #dcf6c4; }

.c-content-item__element {
  display: inline-block;
  margin: 10px; }
  .c-content-item__element a {
    color: #499500;
    text-decoration: underline; }
    .c-content-item__element a:hover {
      text-decoration: none; }

.c-content-item__title {
  font-weight: bold;
  font-size: 1.2rem; }

.c-content-item__break {
  display: block;
  clear: both; }

input[type=file],
.c-button {
  text-transform: uppercase;
  border: 2px solid #499500;
  background: #499500;
  color: #FFF !important;
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 10px;
  text-decoration: none !important;
  font-size: 0.6rem;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  input[type=file] span,
  .c-button span {
    font-weight: bold;
    font-size: 0.8rem; }
  input[type=file]:hover,
  .c-button:hover {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); }

input[type=file],
.c-button--small {
  font-size: 0.6rem;
  padding: 4px; }

.c-admin {
  background: #f6f6f6;
  padding: 25px;
  border-bottom: 2px solid #ededed;
  margin: 0 0 15px 0;
  font-family: 'Montserrat-Light';
  font-size: 0.8rem;
  position: relative; }
  .c-admin:before {
    content: 'Admin: ';
    color: #499500;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0;
    font-family: 'Oswald-Medium'; }

.c-error {
  color: #990000; }

h1 {
  font-family: 'Oswald-Medium';
  font-size: 2rem;
  margin: 10px 0;
  position: relative;
  padding-bottom: 15px;
  text-align: center; }
  h1:after {
    content: '';
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dcf6c4; }

h2 {
  font-family: 'Oswald-Medium';
  font-size: 1.5rem;
  margin: 10px 0;
  position: relative;
  padding-bottom: 15px;
  text-align: center; }

h3 {
  font-family: 'Oswald-Medium';
  font-size: 1.2rem;
  margin: 10px 0;
  position: relative;
  padding-bottom: 15px;
  text-align: center; }

.is-start {
  background: #499500; }

.c-start {
  margin: 0 auto 0 auto;
  max-width: 1000px;
  width: 100vw;
  font-family: 'Montserrat-Light';
  min-height: calc(100vh - 170px);
  color: #FFF; }
  .c-start a {
    color: #FFF;
    text-decoration: none; }
    .c-start a:hover {
      text-decoration: underline; }

.c-col {
  margin: 20px auto;
  text-align: center; }

.c-button--start,
.c-customerid {
  font-size: 30px;
  display: inline-block;
  padding: 20px; }

.c-button--start {
  cursor: pointer; }

.c-button--inverted {
  color: #499500 !important;
  background: #FFF !important; }

.c-start__img {
  border: 2px solid #FFF;
  display: inline-block; }
  .c-start__img img {
    display: block; }

.c-error {
  background: #FFF;
  padding: 20px;
  font-family: 'Oswald-Medium';
  color: #990000;
  font-size: 20px; }

.c-stats {
  background: #f6f6f6;
  width: 100vw;
  margin: 10px 0;
  padding: 20px;
  text-align: left !important;
  font-size: 2.5rem;
  font-family: 'Oswald-Medium';
  position: relative; }
  .c-stats h3 {
    text-align: left !important;
    margin: 0;
    color: #1e1e1e; }
  .c-stats h2 {
    text-align: left !important;
    margin: 0;
    color: #1e1e1e; }
  .c-stats:before {
    content: 'Admin: ';
    color: #499500;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    padding: 4px;
    top: 0px;
    font-size: 0.8rem;
    left: 0;
    font-family: 'Oswald-Medium'; }

.c-stats__row {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #499500;
  color: #499500; }

.c-search__input {
  font-size: 1.5rem;
  padding: 10px;
  margin: 10px 0;
  max-width: 400px;
  width: 90%; }

.c-search {
  background: #fff;
  padding: 25px;
  border-bottom: 2px solid #ededed;
  margin: 0 0 15px 0;
  font-family: 'Montserrat-Light';
  font-size: 0.8rem;
  position: relative; }

.c-card__break {
  margin: 10px 0; }
