@charset "UTF-8";
/* ==========================================================================
   ALBASOFT MAIN STYLES
   ========================================================================== */
/* ==========================================================================
   SETTINGS: COLORS
   ========================================================================== */
/* ==========================================================================
   SETTINGS: GENERAL
   ========================================================================== */
/* ==========================================================================
   SETTINGS: EASINGS
   ========================================================================== */
/* ==========================================================================
   SETTINGS: FONTS
   ========================================================================== */
/* ==========================================================================
   SETTINGS: GENERAL
   ========================================================================== */
/* ==========================================================================
   TOOLS: GRADIENT
   ========================================================================== */
/* ==========================================================================
   TOOLS: HIDDEN
   ========================================================================== */
/* ==========================================================================
   TOOLS: ICONS
   ========================================================================== */
/* ==========================================================================
   TOOLS: IMAGES
   ========================================================================== */
/* ==========================================================================
   TOOLS: PADDINGS
   ========================================================================== */
/* ==========================================================================
   TOOLS: SASS MQ
   ========================================================================== */
/* ==========================================================================
   TOOLS: TRANSITION
   ========================================================================== */
/* ==========================================================================
   TOOLS: TEXT
   ========================================================================== */
/* ==========================================================================
   TOOLS: TRANSITION
   ========================================================================== */
/* ==========================================================================
   TOOLS: KEYFRAMES
   ========================================================================== */
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
   TOOLS: SPINNER
   ========================================================================== */
/* ==========================================================================
   GENERIC
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*body {
  line-height: 1;
}*/
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

article, aside, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* ==========================================================================
   GENERIC: BOX SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

/* ==========================================================================
   BASE
   ========================================================================== */
body {
  font-size: 62.5%;
  background-color: #f3f3f3;
}

body,
input,
textarea,
select,
button,
[contenteditable] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #575757;
}

p {
  text-rendering: optimizeLegibility;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

input,
textarea,
select,
button,
[contenteditable] {
  border: none;
  outline: none;
  resize: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select,
button {
  -webkit-appearance: none;
}

button {
  overflow: visible;
  font-size: 1em;
  text-align: inherit;
}

a,
button {
  color: #5c90d2;
  -webkit-tap-highlight-color: rgba(92, 144, 210, 0.1);
  outline: none;
  cursor: pointer;
  transition: 150ms ease-out;
  transition-property: color, background-color, border, opacity, box-shadow;
}

hr {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0;
  background-color: rgba(243, 243, 243, 0.4);
  border: none;
  outline: none;
}

@media (min-width: 61.25em) {
  body {
    padding-left: 230px;
  }
}
/* ==========================================================================
   OBJECTS: COLS
   ========================================================================== */
.o-row {
  margin-right: -15px;
  margin-left: -15px;
}

.o-col--middle {
  vertical-align: middle;
}

.o-col-1\@xs,
.o-col-2\@xs,
.o-col-3\@xs,
.o-col-4\@xs,
.o-col-5\@xs,
.o-col-6\@xs,
.o-col-7\@xs,
.o-col-8\@xs,
.o-col-9\@xs,
.o-col-10\@xs,
.o-col-11\@xs,
.o-col-12\@xs,
.o-col-1\@sm,
.o-col-2\@sm,
.o-col-3\@sm,
.o-col-4\@sm,
.o-col-5\@sm,
.o-col-6\@sm,
.o-col-7\@sm,
.o-col-8\@sm,
.o-col-9\@sm,
.o-col-10\@sm,
.o-col-11\@sm,
.o-col-12\@sm,
.o-col-1\@md,
.o-col-2\@md,
.o-col-3\@md,
.o-col-4\@md,
.o-col-5\@md,
.o-col-6\@md,
.o-col-7\@md,
.o-col-8\@md,
.o-col-9\@md,
.o-col-10\@md,
.o-col-11\@md,
.o-col-12\@md,
.o-col-1\@lg,
.o-col-2\@lg,
.o-col-3\@lg,
.o-col-4\@lg,
.o-col-5\@lg,
.o-col-6\@lg,
.o-col-7\@lg,
.o-col-8\@lg,
.o-col-9\@lg,
.o-col-10\@lg,
.o-col-11\@lg,
.o-col-12\@lg {
  padding-right: 15px;
  padding-left: 15px;
}

.o-col-1\@xs,
.o-col-2\@xs,
.o-col-3\@xs,
.o-col-4\@xs,
.o-col-5\@xs,
.o-col-6\@xs,
.o-col-7\@xs,
.o-col-8\@xs,
.o-col-9\@xs,
.o-col-10\@xs,
.o-col-11\@xs,
.o-col-12\@xs {
  display: inline-block;
  vertical-align: top;
}
.o-col-1\@xs.o-col--middle,
.o-col-2\@xs.o-col--middle,
.o-col-3\@xs.o-col--middle,
.o-col-4\@xs.o-col--middle,
.o-col-5\@xs.o-col--middle,
.o-col-6\@xs.o-col--middle,
.o-col-7\@xs.o-col--middle,
.o-col-8\@xs.o-col--middle,
.o-col-9\@xs.o-col--middle,
.o-col-10\@xs.o-col--middle,
.o-col-11\@xs.o-col--middle,
.o-col-12\@xs.o-col--middle {
  vertical-align: middle;
}

.o-col-12\@xs {
  width: 100%;
}

.o-col-11\@xs {
  width: 91.66666667%;
}

.o-col-10\@xs {
  width: 83.33333333%;
}

.o-col-9\@xs {
  width: 75%;
}

.o-col-8\@xs {
  width: 66.66666667%;
}

.o-col-7\@xs {
  width: 58.33333333%;
}

.o-col-6\@xs {
  width: 50%;
}

.o-col-5\@xs {
  width: 41.66666667%;
}

.o-col-4\@xs {
  width: 33.33333333%;
}

.o-col-3\@xs {
  width: 25%;
}

.o-col-2\@xs {
  width: 16.66666667%;
}

.o-col-1\@xs {
  width: 8.33333333%;
}

.o-col-offset-12\@xs {
  margin-left: 100%;
}

.o-col-offset-11\@xs {
  margin-left: 91.66666667%;
}

.o-col-offset-10\@xs {
  margin-left: 83.33333333%;
}

.o-col-offset-9\@xs {
  margin-left: 75%;
}

.o-col-offset-8\@xs {
  margin-left: 66.66666667%;
}

.o-col-offset-7\@xs {
  margin-left: 58.33333333%;
}

.o-col-offset-6\@xs {
  margin-left: 50%;
}

.o-col-offset-5\@xs {
  margin-left: 41.66666667%;
}

.o-col-offset-4\@xs {
  margin-left: 33.33333333%;
}

.o-col-offset-3\@xs {
  margin-left: 25%;
}

.o-col-offset-2\@xs {
  margin-left: 16.66666667%;
}

.o-col-offset-1\@xs {
  margin-left: 8.33333333%;
}

.o-col-offset-0\@xs {
  margin-left: 0;
}

/* TABLET */
@media (min-width: 46.25em) {
  .o-row--no-space {
    margin-right: 0px;
    margin-left: 0px;
  }
  .o-row--no-space > [class*=o-col-] {
    padding-right: 0px;
    padding-left: 0px;
  }

  .o-col-1\@sm,
.o-col-2\@sm,
.o-col-3\@sm,
.o-col-4\@sm,
.o-col-5\@sm,
.o-col-6\@sm,
.o-col-7\@sm,
.o-col-8\@sm,
.o-col-9\@sm,
.o-col-10\@sm,
.o-col-11\@sm,
.o-col-12\@sm,
.o-col-1\@md,
.o-col-2\@md,
.o-col-3\@md,
.o-col-4\@md,
.o-col-5\@md,
.o-col-6\@md,
.o-col-7\@md,
.o-col-8\@md,
.o-col-9\@md,
.o-col-10\@md,
.o-col-11\@md,
.o-col-12\@md,
.o-col-1\@lg,
.o-col-2\@lg,
.o-col-3\@lg,
.o-col-4\@lg,
.o-col-5\@lg,
.o-col-6\@lg,
.o-col-7\@lg,
.o-col-8\@lg,
.o-col-9\@lg,
.o-col-10\@lg,
.o-col-11\@lg,
.o-col-12\@lg {
    padding-right: 15px;
    padding-left: 15px;
  }

  .o-col-1\@sm,
.o-col-2\@sm,
.o-col-3\@sm,
.o-col-4\@sm,
.o-col-5\@sm,
.o-col-6\@sm,
.o-col-7\@sm,
.o-col-8\@sm,
.o-col-9\@sm,
.o-col-10\@sm,
.o-col-11\@sm,
.o-col-12\@sm {
    display: inline-block;
    vertical-align: top;
  }
  .o-col-1\@sm.o-col--middle,
.o-col-2\@sm.o-col--middle,
.o-col-3\@sm.o-col--middle,
.o-col-4\@sm.o-col--middle,
.o-col-5\@sm.o-col--middle,
.o-col-6\@sm.o-col--middle,
.o-col-7\@sm.o-col--middle,
.o-col-8\@sm.o-col--middle,
.o-col-9\@sm.o-col--middle,
.o-col-10\@sm.o-col--middle,
.o-col-11\@sm.o-col--middle,
.o-col-12\@sm.o-col--middle {
    vertical-align: middle;
  }

  .o-col-12\@sm {
    width: 100%;
  }

  .o-col-11\@sm {
    width: 91.66666667%;
  }

  .o-col-10\@sm {
    width: 83.33333333%;
  }

  .o-col-9\@sm {
    width: 75%;
  }

  .o-col-8\@sm {
    width: 66.66666667%;
  }

  .o-col-7\@sm {
    width: 58.33333333%;
  }

  .o-col-6\@sm {
    width: 50%;
  }

  .o-col-5\@sm {
    width: 41.66666667%;
  }

  .o-col-4\@sm {
    width: 33.33333333%;
  }

  .o-col-3\@sm {
    width: 25%;
  }

  .o-col-2\@sm {
    width: 16.66666667%;
  }

  .o-col-1\@sm {
    width: 8.33333333%;
  }

  .o-col-offset-12\@sm {
    margin-left: 100%;
  }

  .o-col-offset-11\@sm {
    margin-left: 91.66666667%;
  }

  .o-col-offset-10\@sm {
    margin-left: 83.33333333%;
  }

  .o-col-offset-9\@sm {
    margin-left: 75%;
  }

  .o-col-offset-8\@sm {
    margin-left: 66.66666667%;
  }

  .o-col-offset-7\@sm {
    margin-left: 58.33333333%;
  }

  .o-col-offset-6\@sm {
    margin-left: 50%;
  }

  .o-col-offset-5\@sm {
    margin-left: 41.66666667%;
  }

  .o-col-offset-4\@sm {
    margin-left: 33.33333333%;
  }

  .o-col-offset-3\@sm {
    margin-left: 25%;
  }

  .o-col-offset-2\@sm {
    margin-left: 16.66666667%;
  }

  .o-col-offset-1\@sm {
    margin-left: 8.33333333%;
  }

  .o-col-offset-0\@sm {
    margin-left: 0;
  }
}
/* DESKTOP */
@media (min-width: 61.25em) {
  .o-col-1\@md,
.o-col-2\@md,
.o-col-3\@md,
.o-col-4\@md,
.o-col-5\@md,
.o-col-6\@md,
.o-col-7\@md,
.o-col-8\@md,
.o-col-9\@md,
.o-col-10\@md,
.o-col-11\@md,
.o-col-12\@md {
    display: inline-block;
    vertical-align: top;
  }
  .o-col-1\@md.o-col--middle,
.o-col-2\@md.o-col--middle,
.o-col-3\@md.o-col--middle,
.o-col-4\@md.o-col--middle,
.o-col-5\@md.o-col--middle,
.o-col-6\@md.o-col--middle,
.o-col-7\@md.o-col--middle,
.o-col-8\@md.o-col--middle,
.o-col-9\@md.o-col--middle,
.o-col-10\@md.o-col--middle,
.o-col-11\@md.o-col--middle,
.o-col-12\@md.o-col--middle {
    vertical-align: middle;
  }

  .o-col-12\@md {
    width: 100%;
  }

  .o-col-11\@md {
    width: 91.66666667%;
  }

  .o-col-10\@md {
    width: 83.33333333%;
  }

  .o-col-9\@md {
    width: 75%;
  }

  .o-col-8\@md {
    width: 66.66666667%;
  }

  .o-col-7\@md {
    width: 58.33333333%;
  }

  .o-col-6\@md {
    width: 50%;
  }

  .o-col-5\@md {
    width: 41.66666667%;
  }

  .o-col-4\@md {
    width: 33.33333333%;
  }

  .o-col-3\@md {
    width: 25%;
  }

  .o-col-2\@md {
    width: 16.66666667%;
  }

  .o-col-1\@md {
    width: 8.33333333%;
  }

  .o-col-offset-12\@md {
    margin-left: 100%;
  }

  .o-col-offset-11\@md {
    margin-left: 91.66666667%;
  }

  .o-col-offset-10\@md {
    margin-left: 83.33333333%;
  }

  .o-col-offset-9\@md {
    margin-left: 75%;
  }

  .o-col-offset-8\@md {
    margin-left: 66.66666667%;
  }

  .o-col-offset-7\@md {
    margin-left: 58.33333333%;
  }

  .o-col-offset-6\@md {
    margin-left: 50%;
  }

  .o-col-offset-5\@md {
    margin-left: 41.66666667%;
  }

  .o-col-offset-4\@md {
    margin-left: 33.33333333%;
  }

  .o-col-offset-3\@md {
    margin-left: 25%;
  }

  .o-col-offset-2\@md {
    margin-left: 16.66666667%;
  }

  .o-col-offset-1\@md {
    margin-left: 8.33333333%;
  }

  .o-col-offset-0\@md {
    margin-left: 0;
  }
}
/* WIDE */
@media (min-width: 75em) {
  .o-col-1\@lg,
.o-col-2\@lg,
.o-col-3\@lg,
.o-col-4\@lg,
.o-col-5\@lg,
.o-col-6\@lg,
.o-col-7\@lg,
.o-col-8\@lg,
.o-col-9\@lg,
.o-col-10\@lg,
.o-col-11\@lg,
.o-col-12\@lg {
    display: inline-block;
    vertical-align: top;
  }
  .o-col-1\@lg.o-col--middle,
.o-col-2\@lg.o-col--middle,
.o-col-3\@lg.o-col--middle,
.o-col-4\@lg.o-col--middle,
.o-col-5\@lg.o-col--middle,
.o-col-6\@lg.o-col--middle,
.o-col-7\@lg.o-col--middle,
.o-col-8\@lg.o-col--middle,
.o-col-9\@lg.o-col--middle,
.o-col-10\@lg.o-col--middle,
.o-col-11\@lg.o-col--middle,
.o-col-12\@lg.o-col--middle {
    vertical-align: middle;
  }

  .o-col-12\@lg {
    width: 100%;
  }

  .o-col-11\@lg {
    width: 91.66666667%;
  }

  .o-col-10\@lg {
    width: 83.33333333%;
  }

  .o-col-9\@lg {
    width: 75%;
  }

  .o-col-8\@lg {
    width: 66.66666667%;
  }

  .o-col-7\@lg {
    width: 58.33333333%;
  }

  .o-col-6\@lg {
    width: 50%;
  }

  .o-col-5\@lg {
    width: 41.66666667%;
  }

  .o-col-4\@lg {
    width: 33.33333333%;
  }

  .o-col-3\@lg {
    width: 25%;
  }

  .o-col-2\@lg {
    width: 16.66666667%;
  }

  .o-col-1\@lg {
    width: 8.33333333%;
  }

  .o-col-offset-12\@lg {
    margin-left: 100%;
  }

  .o-col-offset-11\@lg {
    margin-left: 91.66666667%;
  }

  .o-col-offset-10\@lg {
    margin-left: 83.33333333%;
  }

  .o-col-offset-9\@lg {
    margin-left: 75%;
  }

  .o-col-offset-8\@lg {
    margin-left: 66.66666667%;
  }

  .o-col-offset-7\@lg {
    margin-left: 58.33333333%;
  }

  .o-col-offset-6\@lg {
    margin-left: 50%;
  }

  .o-col-offset-5\@lg {
    margin-left: 41.66666667%;
  }

  .o-col-offset-4\@lg {
    margin-left: 33.33333333%;
  }

  .o-col-offset-3\@lg {
    margin-left: 25%;
  }

  .o-col-offset-2\@lg {
    margin-left: 16.66666667%;
  }

  .o-col-offset-1\@lg {
    margin-left: 8.33333333%;
  }

  .o-col-offset-0\@lg {
    margin-left: 0;
  }
}
/* ==========================================================================
   OBJECTS: SCROLL
   ========================================================================== */
.o-scrollable {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.o-scrollable--x {
  overflow: hidden;
  overflow-x: auto;
}

/* ==========================================================================
   OBJECTS: SEO
   ========================================================================== */
.o-hidden-for-seo {
  position: absolute;
  left: -9999px;
}

/* ==========================================================================
   OBJECTS: STRUCTURE
   ========================================================================== */
.o-wrapper {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 46.25em) {
  .o-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 75em) {
  .o-wrapper {
    padding-right: 44px;
    padding-left: 44px;
  }
}

.o-section {
  padding-top: 24px;
  padding-bottom: 24px;
}
.o-section--lg {
  padding-top: 32px;
  padding-bottom: 32px;
}

.o-section-t {
  padding-top: 24px;
}
.o-section-t--lg {
  padding-top: 32px;
}

.o-section-b {
  padding-bottom: 24px;
}
.o-section-b--lg {
  padding-bottom: 32px;
}

.o-align-middle:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.o-align-middle__aligner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

/* ********************** de Mobile a TABLET ********************** */
@media (min-width: 46.25em) {
  .o-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .o-section--lg {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .o-section-t {
    padding-top: 30px;
  }
  .o-section-t--lg {
    padding-top: 45px;
  }

  .o-section-b {
    padding-bottom: 30px;
  }
  .o-section-b--lg {
    padding-bottom: 45px;
  }
}
/* ********************** de Desktop a DESKTOP 2 ********************** */
@media (min-width: 75em) and (min-height: 790px) {
  .o-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .o-section--lg {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .o-section-t {
    padding-top: 44px;
  }
  .o-section-t--lg {
    padding-top: 66px;
  }

  .o-section-b {
    padding-bottom: 44px;
  }
  .o-section-b--lg {
    padding-bottom: 66px;
  }
}
/* ==========================================================================
   COMPONENTS: LOGO
   ========================================================================== */
.c-logo {
  display: block;
}
.c-logo__iso, .c-logo__text {
  display: inline-block;
  vertical-align: top;
  height: 0;
  padding-bottom: 20.147%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-logo__iso {
  width: 26.648%;
  background-image: url(/assets/images/logo/iso.svg);
}
.c-logo__text {
  width: 73.352%;
  background-image: url(/assets/images/logo/text.svg);
  transition: 150ms ease-out;
  transition-property: opacity;
  transition-duration: 300ms;
}
.c-logo--color .c-logo__iso {
  background-image: url(/assets/images/logo/iso-color.svg);
}
.c-logo--color .c-logo__text {
  background-image: url(/assets/images/logo/text-color.svg);
}
.c-logo--full {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/images/logo/logo-full.svg);
}
.c-logo--full:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 61.05%;
}

/* ==========================================================================
   COMPONENTS: NAV
   ========================================================================== */
.c-nav {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 201;
  overflow: hidden;
}
.c-nav, .c-nav__holder {
  width: 230px;
  height: 100%;
}
.c-nav__holder {
  background-color: #2c343f;
}
.c-nav__overlay {
  display: none;
}
.c-nav__head {
  width: 100%;
  height: 60px;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.05);
}
.c-nav__logo {
  width: 116px;
  position: relative;
  left: -2px;
}
.c-nav__shrink {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -18px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  text-align: center;
}
.c-nav__shrink:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
}
@media (min-width: 61.25em) {
  .c-nav__shrink {
    box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.3);
    transition: 150ms ease-out;
    transition-property: color, border-color, box-shadow;
  }
  .c-nav__shrink:focus {
    border-color: rgba(92, 144, 210, 0.6);
    box-shadow: 0 0 0 4px rgba(92, 144, 210, 0.3);
  }
  .c-nav__shrink:hover {
    border-color: rgba(255, 107, 107, 0.6);
    color: #ff6b6b;
  }
}
.c-nav__shrink-icon {
  min-width: 16px;
  min-height: 16px;
  text-align: center;
  font-size: 16px;
}
.c-nav__shrink-icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.c-nav__body {
  padding: 20px;
}
.c-nav__title {
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.3em;
  letter-spacing: 0.08em;
  transition: 150ms ease-out;
  transition-property: opacity;
  transition-duration: 300ms;
}
@media (max-width: 61.24em) {
  .c-nav {
    display: none;
  }
  .c-nav.is-opened {
    display: block;
  }
  .c-nav__holder {
    position: relative;
    z-index: 1;
  }
  .c-nav__overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(44, 52, 63, 0.5);
    cursor: pointer;
  }
}

.c-menu {
  margin: 12px -20px 20px;
}
.c-menu:first-child {
  margin-top: 5px;
}
.c-menu__link {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 20px;
  padding-left: 50px;
  position: relative;
  line-height: 1;
  transition: 150ms ease-out;
  transition-property: background-color;
}
.c-menu__link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.c-menu__link:hover .c-menu__icon {
  color: #fff;
}
.c-menu__icon {
  min-width: 16px;
  min-height: 16px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -7px;
  color: rgba(255, 255, 255, 0.2);
  transition: 150ms ease-out;
  transition-property: color;
}
.c-menu__text {
  font-size: 1.4em;
  color: rgba(255, 255, 255, 0.5);
  transition: 150ms ease-out;
  transition-property: color, opacity;
  transition-duration: 150ms, 300ms;
}
.c-menu__arrow {
  min-width: 15px;
  min-height: 15px;
  text-align: center;
  font-size: 15px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
  color: rgba(255, 255, 255, 0.3);
  transform: rotate(0deg);
  transition: 150ms ease-out;
  transition-property: transform, color;
}
.c-menu__submenu {
  display: none;
}
@media (min-height: 850px) {
  .c-menu {
    margin-top: 16px;
    margin-bottom: 22px;
  }
  .c-menu__item {
    margin-top: 5px;
  }
}

.c-submenu {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 50px;
  background-color: rgba(0, 0, 0, 0.15);
}
.c-submenu__link {
  display: block;
  padding: 8px 20px;
  padding-left: 0;
  font-size: 1.3em;
  color: rgba(255, 255, 255, 0.4);
}
.c-submenu__link:hover {
  color: #fff;
}
@media (min-height: 850px) {
  .c-submenu {
    padding-top: 8px;
    padding-bottom: 13px;
  }
}

/* ==========================================================================
   COMPONENTS: MAIN HEADER
   ========================================================================== */
.c-header, .c-header__holder {
  height: 60px;
}
.c-header__holder {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}
@media (min-width: 61.25em) {
  .c-header__holder {
    width: auto;
    right: 0;
    left: 230px;
  }
}
.c-header__wrapper {
  height: 100%;
  position: relative;
}
.c-header__logo-holder {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.c-header__menu-btn {
  height: 36px;
  position: relative;
  z-index: 1;
  min-width: 14px;
  min-height: 14px;
  text-align: center;
  font-size: 14px;
  color: #3e4a59;
}
.c-header__client-logo {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  margin-left: 10px;
}
.c-header__client-logo-img {
  display: block;
  width: 100%;
}
.c-header__btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 40px;
  padding: 6px 10px 8px;
  position: relative;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  color: #575757;
  border-radius: 6px;
  text-align: center;
  font-size: 15px;
}
.c-header__btn:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
}
@media (min-width: 61.25em) {
  .c-header__btn {
    box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.3);
    transition: 150ms ease-out;
    transition-property: color, border-color, box-shadow;
  }
  .c-header__btn:focus {
    border-color: rgba(92, 144, 210, 0.6);
    box-shadow: 0 0 0 4px rgba(92, 144, 210, 0.3);
  }
  .c-header__btn:hover {
    border-color: rgba(255, 107, 107, 0.6);
    color: #ff6b6b;
  }
}
.c-header__btn-icon {
  min-width: 15px;
  min-height: 15px;
  text-align: center;
  font-size: 15px;
}
.c-header__btn-text {
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: 600;
  position: relative;
  top: -1px;
  margin: 0 5px 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
}
:root .c-header__btn-text {
  display: none;
}
.c-header__btn-arrow {
  position: relative;
  right: -1px;
}
.c-header__actions {
  text-align: right;
}
.c-header__action {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
@media (min-width: 46.25em) {
  .c-header__action {
    margin-left: 10px;
  }
}
@media (min-width: 46.25em) {
  .c-header__logo-holder {
    left: 30px;
  }
  .c-header__client-logo {
    margin-left: 17px;
  }
}
@media (min-width: 61.25em) {
  .c-header__client-logo {
    margin-left: 0;
  }
}

/* ==========================================================================
   COMPONENTS: AVATAR
   ========================================================================== */
.c-avatar {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f9f9f9;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.c-avatar.is-empty {
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.c-avatar.is-loading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  border-radius: 50%;
  border: 3px solid rgba(92, 144, 210, 0.3);
  border-top-color: #5c90d2;
  border-right-color: #5c90d2;
  animation: loading 500ms linear infinite;
}

/* ==========================================================================
   COMPONENTS: USER MENU
   ========================================================================== */
.c-user-menu {
  position: relative;
}
.c-user-menu__overlay {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(44, 52, 63, 0.5);
}
.c-user-menu__btn {
  position: relative;
  z-index: 1;
}
.c-user-menu__holder {
  display: none;
  width: 230px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  text-align: left;
}
.c-user-menu__scrollable {
  border-radius: 6px;
}
@media (orientation: landscape) {
  .c-user-menu__scrollable {
    max-height: calc(95vh - 60px);
  }
}
.c-user-menu__group {
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 46.25em) {
  .c-user-menu__group {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 75em) {
  .c-user-menu__group {
    padding-right: 44px;
    padding-left: 44px;
  }
}
@media (min-width: 46.25em) {
  .c-user-menu__group {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.c-user-menu__group + .c-user-menu__group {
  border-top: 1px solid #e9e9e9;
}
.c-user-menu__title {
  display: block;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 1.5em;
  line-height: 1.1;
  color: #5c90d2;
  margin-bottom: 10px;
}
.c-user-menu__title-strong {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}
.c-user-menu__subtitle {
  display: block;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #999;
  font-size: 1.5em;
  font-size: 1.4em;
  margin-bottom: 7px;
}
.c-user-menu__link {
  display: block;
  width: 100%;
  padding: 10px 0;
  padding-right: 16px;
  position: relative;
  font-size: 1.4em;
  line-height: 1;
  color: #575757;
}
.c-user-menu__link-icon {
  min-width: 16px;
  min-height: 16px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  opacity: 0.5;
}
.c-user-menu__link[data-num]:after {
  content: attr(data-num);
  font-size: 0.8em;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background-color: #5c90d2;
  padding: 2px 8px 3px;
  border-radius: 10px;
}
@media (min-width: 46.25em) {
  .c-user-menu__holder {
    width: 270px;
    margin-top: 7px;
  }
  .c-user-menu__group + .c-user-menu__group {
    margin-top: -5px;
  }
  .c-user-menu__title {
    margin-top: -5px;
    margin-bottom: 12px;
  }
  .c-user-menu__subtitle {
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .c-user-menu__item {
    margin-top: 2px;
  }
}
@media (min-width: 61.25em) {
  .c-user-menu__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    right: -8px;
    border-radius: 6px;
    box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.3);
    transition: 150ms ease-out;
    transition-property: box-shadow, background-color;
  }
  .c-user-menu__link:not([disabled]):not(.is-disabled):focus:before {
    box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.4);
  }
  .c-user-menu__link:hover {
    color: #ff6b6b;
  }
}
.c-user-menu.is-opened {
  z-index: 350;
}
.c-user-menu.is-opened .c-user-menu__overlay,
.c-user-menu.is-opened .c-user-menu__holder {
  display: block;
}

/* ==========================================================================
   COMPONENTS: BTNS
   ========================================================================== */
.c-filled-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 150px;
  padding: 10px 18px 13px;
  position: relative;
  text-align: center;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background-color: #5c90d2;
  border: 1px solid #5c90d2;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.4);
  transition: 150ms ease-out;
  transition-property: box-shadow, border-color, background-color;
}
.c-filled-btn__icon {
  font-size: 0.9333em;
  margin-right: 5px;
  margin-left: -4px;
}
.c-filled-btn + .c-filled-btn {
  margin-left: 16px;
}
.c-filled-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
}
.c-filled-btn__hover-validate {
  display: inline-block;
}
.c-filled-btn:not([disabled]):not(.is-disabled):focus {
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.4);
}
.c-filled-btn--lg {
  font-size: 1.6em;
  padding-bottom: 13px;
}
.c-filled-btn--xs {
  min-width: 120px;
  font-size: 1.4em;
  padding: 6px 16px 8px;
}
.c-filled-btn--block {
  display: block;
  width: 80%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.c-filled-btn--full {
  display: block;
  width: 100%;
}
.c-filled-btn--info {
  background-color: #70b9eb;
  border-color: #70b9eb;
}
.c-filled-btn--info:not([disabled]):not(.is-disabled):focus {
  box-shadow: 0 0 0 4px rgba(112, 185, 235, 0.3);
}
.c-filled-btn--danger {
  background-color: #d26a5c;
  border-color: #d26a5c;
}
.c-filled-btn--danger:not([disabled]):not(.is-disabled):focus {
  box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.3);
}
.c-filled-btn--warning {
  background-color: #f3b760;
  border-color: #f3b760;
}
.c-filled-btn--warning:not([disabled]):not(.is-disabled):focus {
  box-shadow: 0 0 0 4px rgba(243, 183, 96, 0.3);
}
.c-filled-btn--success {
  background-color: #46c37b;
  border-color: #46c37b;
}
.c-filled-btn--success:not([disabled]):not(.is-disabled):focus {
  box-shadow: 0 0 0 4px rgba(70, 195, 123, 0.3);
}
.c-filled-btn.is-disabled, .c-filled-btn[disabled] {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #999;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #8c8c8c;
  cursor: default;
}
@media (min-width: 61.25em) {
  .c-filled-btn:not([disabled]):not(.is-disabled):not(.is-loading):hover {
    background-color: #ff9091;
    border-color: #ff6b6b;
  }
}
.c-filled-btn--outline {
  background-color: transparent;
  color: #5c90d2;
  border-color: rgba(92, 144, 210, 0.7);
  transition: 150ms ease-out;
  transition-property: box-shadow, border-color, color;
}
.c-filled-btn--outline.c-filled-btn--success {
  color: #46c37b;
  border-color: rgba(70, 195, 123, 0.7);
}
.c-filled-btn--outline.c-filled-btn--info {
  color: #70b9eb;
  border-color: rgba(112, 185, 235, 0.7);
}
.c-filled-btn--outline.c-filled-btn--warning {
  color: #f3b760;
  border-color: rgba(243, 183, 96, 0.7);
}
.c-filled-btn--outline.c-filled-btn--danger {
  color: #d26a5c;
  border-color: rgba(210, 106, 92, 0.7);
}
.c-filled-btn--outline.is-disabled, .c-filled-btn--outline[disabled] {
  background-color: transparent;
  border-color: #c9c9c9;
  color: #999;
  opacity: 0.5;
}
@media (min-width: 61.25em) {
  .c-filled-btn--outline:not([disabled]):not(.is-disabled):not(.is-loading):hover {
    background-color: transparent;
    border-color: #ff6b6b;
    color: #ff6b6b;
  }
}

.c-filled-btn.is-loading {
  padding-top: 10px;
  padding-bottom: 12px;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #575757;
}
.c-filled-btn.is-loading .c-filled-btn__icon {
  display: none;
}
.c-filled-btn.is-loading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid;
  animation: loading 500ms linear infinite;
  border-color: rgba(87, 87, 87, 0.3);
  border-top-color: #575757;
  border-right-color: #575757;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-right: 6px;
  margin-left: -4px;
}
.c-filled-btn.is-loading.c-filled-btn--lg:before {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}
.c-filled-btn.is-loading.c-filled-btn--xs {
  padding-top: 7px;
  padding-bottom: 7px;
}
.c-filled-btn.is-loading.c-filled-btn--xs:before {
  width: 14px;
  height: 14px;
  top: -2px;
  margin-right: 3px;
}
.c-filled-btn.is-loading[disabled], .c-filled-btn.is-loading.is-disabled {
  color: #999;
}
.c-filled-btn.is-loading[disabled]:before, .c-filled-btn.is-loading.is-disabled:before {
  border-color: rgba(153, 153, 153, 0.3);
  border-top-color: #999;
  border-right-color: #999;
}
.c-filled-btn.is-loading.c-filled-btn--outline {
  background-color: transparent;
  border-color: #c9c9c9;
}

/* ==========================================================================
   COMPONENTS: BTNS
   ========================================================================== */
.c-text-link {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
  position: relative;
  font-size: 1.4em;
  white-space: nowrap;
  color: #5c90d2;
}
.c-text-link__icon {
  font-size: 0.9333em;
  margin-right: 0.31em;
  position: relative;
  top: -1px;
}
.c-text-link:not(.is-loading):before {
  content: "";
  display: block;
  width: 100%;
  min-width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-text-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  left: -8px;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.3);
  transition: 150ms ease-out;
  transition-property: box-shadow;
}
.c-text-link:not([disabled]):not(.is-disabled):focus:after {
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.3);
}
.c-text-link[disabled], .c-text-link.is-disabled {
  color: #c9c9c9;
  cursor: default;
}
.c-text-link--underline {
  border-bottom: 1px solid rgba(92, 144, 210, 0.7);
  padding-bottom: 3px;
  top: -1px;
}
.c-text-link--underline.c-text-link:after {
  bottom: -2px;
}
.c-text-link--success {
  color: #46c37b;
}
.c-text-link--success--underline {
  border-bottom-color: rgba(70, 195, 123, 0.7);
}
.c-text-link--danger {
  color: #d26a5c;
}
.c-text-link--danger--underline {
  border-bottom-color: rgba(210, 106, 92, 0.7);
}
.c-text-link--warning {
  color: #f3b760;
}
.c-text-link--warning--underline {
  border-bottom-color: rgba(243, 183, 96, 0.7);
}
.c-text-link--info {
  color: #70b9eb;
}
.c-text-link--info--underline {
  border-bottom-color: rgba(112, 185, 235, 0.7);
}
@media (min-width: 61.25em) {
  .c-text-link:not([disabled]):not(.is-disabled):not(.is-loading):hover {
    color: #ff6b6b;
  }
  .c-text-link--underline:not([disabled]):not(.is-disabled):not(.is-loading):hover {
    border-bottom-color: rgba(255, 107, 107, 0.7);
  }
}
.c-text-link--lg {
  font-size: 1.6em;
}
.c-text-link--lg .c-text-link__icon {
  font-size: 1em;
  top: 0;
}

.c-text-link.is-loading {
  color: #575757;
}
.c-text-link.is-loading .c-text-link__icon {
  display: none;
}
.c-text-link.is-loading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid;
  animation: loading 500ms linear infinite;
  border-color: rgba(87, 87, 87, 0.3);
  border-top-color: #575757;
  border-right-color: #575757;
  width: 15px;
  height: 15px;
  position: relative;
  top: -2px;
  margin-right: 4px;
  margin-left: -2px;
}
.c-text-link.is-loading.c-text-link--underline {
  border-bottom-color: rgba(87, 87, 87, 0);
}
.c-text-link.is-loading.c-text-link--lg:before {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.c-text-link.is-loading[disabled], .c-text-link.is-loading.is-disabled {
  opacity: 0.4;
}

/* ==========================================================================
   COMPONENTS: BTNS
   ========================================================================== */
.c-icon-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 8px;
  position: relative;
  font-size: 1.4em;
  white-space: nowrap;
  color: #5c90d2;
  border-radius: 5px;
}
.c-icon-btn__icon {
  min-width: 1em;
  min-height: 1em;
  text-align: center;
}
.c-icon-btn:not(.is-loading):before {
  content: "";
  display: block;
  width: 100%;
  min-width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-icon-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.3);
  transition: 150ms ease-out;
  transition-property: box-shadow;
}
.c-icon-btn:not([disabled]):not(.is-disabled):focus:after {
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.3);
}
.c-icon-btn[disabled], .c-icon-btn.is-disabled {
  color: #c9c9c9;
  cursor: default;
}
.c-icon-btn--success {
  color: #46c37b;
}
.c-icon-btn--danger {
  color: #d26a5c;
}
.c-icon-btn--warning {
  color: #f3b760;
}
.c-icon-btn--info {
  color: #70b9eb;
}
@media (min-width: 61.25em) {
  .c-icon-btn:not([disabled]):not(.is-disabled):not(.is-loading):hover {
    color: #ff6b6b;
  }
}
.c-icon-btn--lg {
  font-size: 1.8em;
}
.c-icon-btn--filled {
  background-color: #5c90d2;
  color: #fff;
}
.c-icon-btn--filled.c-icon-btn--success {
  background-color: #46c37b;
}
.c-icon-btn--filled.c-icon-btn--danger {
  background-color: #d26a5c;
}
.c-icon-btn--filled.c-icon-btn--warning {
  background-color: #f3b760;
}
.c-icon-btn--filled.c-icon-btn--info {
  background-color: #70b9eb;
}
.c-icon-btn--filled[disabled], .c-icon-btn--filled.is-disabled {
  background-color: #c9c9c9;
  color: #fff;
}
@media (min-width: 61.25em) {
  .c-icon-btn--filled:not([disabled]):not(.is-disabled):not(.is-loading):hover {
    color: #fff;
    background-color: #ff6b6b;
  }
}

.c-icon-btn.is-loading .c-icon-btn__icon {
  opacity: 0.1;
}
.c-icon-btn.is-loading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid;
  animation: loading 500ms linear infinite;
  border-color: rgba(87, 87, 87, 0.3);
  border-top-color: #575757;
  border-right-color: #575757;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -9px;
}
.c-icon-btn.is-loading.c-icon-btn--lg:before {
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
}
.c-icon-btn.is-loading[disabled], .c-icon-btn.is-loading.is-disabled {
  opacity: 0.4;
}
.c-icon-btn--filled.is-loading {
  background-color: #f3f3f3;
}
.c-icon-btn--filled.is-loading:before {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}
.c-icon-btn--filled.is-loading .c-icon-btn__icon {
  opacity: 0;
}

/* ==========================================================================
   COMPONENTS: LOADERS
   ========================================================================== */
.c-loader {
  vertical-align: middle;
}
.c-loader__text {
  display: inline-block;
  vertical-align: middle;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 1.6em;
  color: #5c90d2;
  margin-left: 5px;
}
.c-loader__spinner {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid;
  animation: loading 500ms linear infinite;
  border-color: rgba(92, 144, 210, 0.3);
  border-top-color: #5c90d2;
  border-right-color: #5c90d2;
  width: 18px;
  height: 18px;
}
.c-loader--lg .c-loader__text {
  font-size: 1.9em;
  font-weight: 600;
  margin-left: 7px;
}
.c-loader--lg .c-loader__spinner {
  width: 21px;
  height: 21px;
  position: relative;
  top: -1px;
  border-width: 3px;
}
.c-loader--info .c-loader__text {
  color: #70b9eb;
}
.c-loader--info .c-loader__spinner {
  border-color: rgba(112, 185, 235, 0.3);
  border-top-color: #70b9eb;
  border-right-color: #70b9eb;
}
.c-loader--success .c-loader__text {
  color: #46c37b;
}
.c-loader--success .c-loader__spinner {
  border-color: rgba(70, 195, 123, 0.3);
  border-top-color: #46c37b;
  border-right-color: #46c37b;
}
.c-loader--danger .c-loader__text {
  color: #d26a5c;
}
.c-loader--danger .c-loader__spinner {
  border-color: rgba(210, 106, 92, 0.3);
  border-top-color: #d26a5c;
  border-right-color: #d26a5c;
}
.c-loader--warning .c-loader__text {
  color: #f3b760;
}
.c-loader--warning .c-loader__spinner {
  border-color: rgba(243, 183, 96, 0.3);
  border-top-color: #f3b760;
  border-right-color: #f3b760;
}

.c-floating-loader {
  position: relative;
}
.c-floating-loader__loader {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-floating-loader__loader:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid;
  animation: loading 500ms linear infinite;
  border-width: 3px;
  border-color: rgba(92, 144, 210, 0.3);
  border-top-color: #5c90d2;
  border-right-color: #5c90d2;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -14px;
  margin-left: -14px;
}
.c-floating-loader.is-loading .c-floating-loader__loader {
  display: block;
}
.c-floating-loader--invert .c-floating-loader__loader {
  background-color: rgba(62, 74, 89, 0.85);
}
.c-floating-loader--invert .c-floating-loader__loader:before {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-right-color: #fff;
}
.c-floating-loader--secondary .c-floating-loader__loader:before {
  border-color: rgba(255, 107, 107, 0.3);
  border-top-color: #ff6b6b;
  border-right-color: #ff6b6b;
}
.c-floating-loader--info .c-floating-loader__loader:before {
  border-color: rgba(112, 185, 235, 0.3);
  border-top-color: #70b9eb;
  border-right-color: #70b9eb;
}
.c-floating-loader--success .c-floating-loader__loader:before {
  border-color: rgba(70, 195, 123, 0.3);
  border-top-color: #46c37b;
  border-right-color: #46c37b;
}
.c-floating-loader--danger .c-floating-loader__loader:before {
  border-color: rgba(210, 106, 92, 0.3);
  border-top-color: #d26a5c;
  border-right-color: #d26a5c;
}
.c-floating-loader--warning .c-floating-loader__loader:before {
  border-color: rgba(243, 183, 96, 0.3);
  border-top-color: #f3b760;
  border-right-color: #f3b760;
}
.c-floating-loader--lg .c-floating-loader__loader:before {
  width: 36px;
  height: 36px;
  border-width: 4px;
}

/* ==========================================================================
   COMPONENTS: WIZARD PLACEHOLDER
   ========================================================================== */
.c-gradient-placeholder__bg {
  border-radius: 3px;
  background: #c9c9c9;
  background: linear-gradient(100deg, #c9c9c9, #efefef, #efefef, rgba(201, 201, 201, 0.8));
  background-size: 400%;
  animation: placeholderGradient 2s ease infinite;
  opacity: 0.6;
}

@keyframes placeholderGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.c-gradient-placeholder-table__th {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  height: 12px;
}
.c-gradient-placeholder-table__label {
  display: none;
}
.c-gradient-placeholder-table__text {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  height: 12px;
  margin: 8px 0;
}
.c-gradient-placeholder-table__cell--xs .c-gradient-placeholder-table__text {
  width: 65%;
}

.c-gradient-placeholder-form__group {
  padding-top: 4px;
}
.c-gradient-placeholder-form__label {
  display: block;
  width: 20%;
  height: 12px;
  margin-bottom: 10px;
}
.c-gradient-placeholder-form__label--xs {
  width: 16%;
}
.c-gradient-placeholder-form__label--lg {
  width: 31%;
}
.c-gradient-placeholder-form__input, .c-gradient-placeholder-form__textarea {
  display: block;
  width: 100%;
  height: 38px;
  position: relative;
  border-radius: 6px;
}
.c-gradient-placeholder-form__input--xs, .c-gradient-placeholder-form__textarea--xs {
  width: 40%;
}
.c-gradient-placeholder-form__textarea {
  height: 114px;
}

/* ==========================================================================
   COMPONENTS: FORM
   ========================================================================== */
.c-form {
  text-align: left;
}
.c-form__group {
  margin-bottom: 16px;
}
.c-form__label {
  display: block;
}
.c-form__label-text {
  display: inline-block;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 1.5em;
  color: #393939;
  margin-bottom: 7px;
}
.c-form__input-holder, .c-form__select-holder {
  display: block;
  position: relative;
}
.c-form__input {
  display: block;
  width: 100%;
  padding: 8px 12px 9px;
  font-size: 1.4em;
  color: #393939;
  border: 1px solid lightgray;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(152, 185, 227, 0.2);
  transition: 150ms ease-out;
  transition-property: box-shadow, border-color;
}
.c-form__input:focus {
  border-color: rgba(152, 185, 227, 0.6);
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.2);
}
.c-form__input[size] {
  width: auto;
  max-width: 100%;
}
.c-form__input[readonly] {
  border: 1px solid rgba(211, 211, 211, 0.3);
}
.c-form__input[readonly]:focus {
  border-color: rgba(152, 185, 227, 0.3);
}
.c-form__input[disabled] {
  background-color: rgba(243, 243, 243, 0.8);
  color: #999;
  border-color: transparent;
  cursor: default;
}
.c-form__input.has-error:not([readonly]):not([disabled]) {
  border-color: rgba(210, 106, 92, 0.5);
}
.c-form__input.has-error:not([readonly]):not([disabled]):focus {
  box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.15);
}
.c-form__input--placeholder {
  color: #c9c9c9;
  font-style: italic;
}
.c-form__input::-webkit-input-placeholder {
  color: #c9c9c9;
  font-style: italic;
}
.c-form__input:-moz-placeholder {
  color: #c9c9c9;
  font-style: italic;
}
.c-form__input::-moz-placeholder {
  color: #c9c9c9;
  font-style: italic;
}
.c-form :-ms-input-placeholder {
  color: #c9c9c9;
  font-style: italic;
}
.c-form__select-holder {
  position: relative;
}
.c-form__select-holder:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  min-width: 16px;
  min-height: 16px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  z-index: 0;
  pointer-events: none;
  color: #999;
  transition: 150ms ease-out;
  transition-property: color;
}
.c-form__select-holder.is-focused:after {
  color: #5c90d2;
}
.c-form__select {
  display: block;
  width: 100%;
  padding: 8px 12px 9px;
  padding-right: 32px;
  font-size: 1.4em;
  color: #393939;
  border: 1px solid lightgray;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(152, 185, 227, 0.2);
  transition: 150ms ease-out;
  transition-property: box-shadow, border-color;
  cursor: pointer;
}
.c-form__select:focus {
  border-color: rgba(152, 185, 227, 0.6);
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.2);
}
.c-form__select[disabled] {
  background-color: rgba(243, 243, 243, 0.8);
  color: #999;
  border-color: transparent;
  cursor: default;
}
.c-form__select.is-placeholder {
  color: #c9c9c9;
  font-style: italic;
}
.c-form__select::-ms-expand {
  display: none;
}
.c-form__select.has-error:not([disabled]) {
  border-color: rgba(210, 106, 92, 0.5);
}
.c-form__select.has-error:not([disabled]):focus {
  box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.15);
}
.c-form__error {
  display: inline-block;
  font-size: 1.2em;
  color: #d26a5c;
  margin-top: 5px;
}
.c-form__error--block {
  display: block;
}

.c-checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 9px 0 9px 28px;
  margin-right: 24px;
  box-sizing: border-box;
  cursor: pointer;
}
.c-checkbox__checkbox {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 8px;
  border: 1px solid lightgray;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(152, 185, 227, 0.2);
  transition: 150ms ease-out;
  transition-property: box-shadow, border-color, background-color;
}
.c-checkbox__checkbox:before {
  content: "";
  display: block;
  width: 9px;
  height: 13px;
  position: absolute;
  left: 4px;
  top: 0px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: 150ms ease-out;
  transition-property: opacity;
}
.c-checkbox__text {
  font-size: 1.4em;
  color: #393939;
  position: relative;
  top: -1px;
}
.c-checkbox__input {
  position: absolute;
  left: -9999px;
}
.c-checkbox__input:focus ~ .c-checkbox__checkbox {
  border-color: rgba(152, 185, 227, 0.6);
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.2);
}
.c-checkbox__input:checked ~ .c-checkbox__checkbox {
  background-color: #5c90d2;
  border-color: rgba(62, 74, 89, 0.5);
}
.c-checkbox__input:checked ~ .c-checkbox__checkbox:before {
  opacity: 1;
}
.c-checkbox__input[disabled] ~ .c-checkbox__checkbox {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
}
.c-checkbox__input[disabled] ~ .c-checkbox__checkbox:before {
  border-color: rgba(153, 153, 153, 0.5);
}
.c-checkbox__input[disabled][disabled] ~ .c-checkbox__text {
  opacity: 0.3;
}
.c-checkbox.is-disabled {
  cursor: default;
}
.c-checkbox__input[type=radio] ~ .c-checkbox__checkbox {
  width: 20px;
  height: 20px;
  top: 7px;
  left: -1px;
  border-radius: 50%;
}
.c-checkbox__input[type=radio] ~ .c-checkbox__checkbox:before {
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  transform: none;
  box-shadow: 0 0 0 1px rgba(62, 74, 89, 0.3);
}
.c-checkbox__input[type=radio][disabled] ~ .c-checkbox__checkbox:before {
  box-shadow: 0 0 0 1px rgba(153, 153, 153, 0.5);
  background-color: rgba(153, 153, 153, 0.5);
}
.c-checkbox__input[type=radio][disabled][disabled] ~ .c-checkbox__text {
  opacity: 0.3;
}
.c-checkbox.has-error:not([disabled]) .c-checkbox__checkbox {
  border-color: rgba(210, 106, 92, 0.5);
  box-shadow: 0 0 0 0 rgba(210, 106, 92, 0.2);
}
.c-checkbox.has-error:not([disabled]) .c-checkbox__text {
  color: #d26a5c;
}
.c-checkbox.has-error:not([disabled]) .c-checkbox__input:focus ~ .c-checkbox__checkbox {
  box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.15);
}
.c-checkbox.has-error:not([disabled]) .c-checkbox__input:checked ~ .c-checkbox__checkbox {
  background-color: #d26a5c;
  border-color: rgba(197, 71, 54, 0.5);
}
.c-checkbox.has-error:not([disabled]) .c-checkbox__input:checked ~ .c-checkbox__checkbox:before {
  opacity: 1;
}

.c-switch {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 9px 0;
  box-sizing: border-box;
  cursor: pointer;
}
.c-switch__switch {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 20px;
  padding: 2px;
  position: relative;
  border: 1px solid lightgray;
  border-radius: 20px;
  background-color: #f3f3f3;
  box-shadow: 0 0 0 0 rgba(152, 185, 227, 0.2);
  transition: 150ms ease-out;
  transition-property: box-shadow, border-color, background-color;
}
.c-switch__switch:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 1px lightgray;
  transform: translate3d(0, 0, 0);
  transition: 150ms ease-out;
  transition-property: transform, background-color, box-shadow;
}
.c-switch__switch + .c-switch__text {
  margin-left: 6px;
}
.c-switch__text {
  vertical-align: middle;
  font-size: 1.4em;
  color: #393939;
  position: relative;
  top: -1px;
}
.c-switch__text + .c-switch__switch {
  margin-left: 6px;
}
.c-switch__input {
  position: absolute;
  left: -9999px;
}
.c-switch__input:focus ~ .c-switch__switch {
  border-color: rgba(152, 185, 227, 0.6);
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.2);
}
.c-switch__input:focus ~ .c-switch__switch:before {
  box-shadow: 0 0 0 1px rgba(152, 185, 227, 0.6);
}
.c-switch__input:checked ~ .c-switch__switch {
  background-color: #74a0d9;
  border-color: rgba(62, 74, 89, 0.5);
}
.c-switch__input:checked ~ .c-switch__switch:before {
  box-shadow: 0 0 0 1px rgba(62, 74, 89, 0.4);
  transform: translate3d(10px, 0, 0);
}
.c-switch__input[disabled] ~ .c-switch__switch {
  opacity: 0.5;
  cursor: default;
  border-color: rgba(211, 211, 211, 0.6);
}
.c-switch__input[disabled] ~ .c-switch__switch:before {
  box-shadow: 0 0 0 1px rgba(211, 211, 211, 0.4);
  background-color: rgba(255, 255, 255, 0.9);
}
.c-switch__input[disabled] ~ .c-switch__text {
  opacity: 0.3;
  cursor: default;
}
.c-switch.is-disabled {
  cursor: default;
}
.c-switch--md {
  padding: 8px 0;
}
.c-switch--md .c-switch__switch {
  width: 38px;
  height: 24px;
  padding: 3px;
}
.c-switch--md .c-switch__switch:before {
  width: 16px;
  height: 16px;
}
.c-switch--md .c-switch__input:checked ~ .c-switch__switch:before {
  transform: translate3d(14px, 0, 0);
}
.c-switch--success .c-switch__input:checked ~ .c-switch__switch {
  background-color: #6dcf96;
  border-color: rgba(52, 162, 99, 0.6);
}
.c-switch--success .c-switch__input:checked ~ .c-switch__switch:before {
  box-shadow: 0 0 0 1px rgba(52, 162, 99, 0.6);
}
.c-switch--danger .c-switch__input:checked ~ .c-switch__switch {
  background-color: #dd8f84;
  border-color: rgba(197, 71, 54, 0.6);
}
.c-switch--danger .c-switch__input:checked ~ .c-switch__switch:before {
  box-shadow: 0 0 0 1px rgba(197, 71, 54, 0.6);
}
.c-switch--warning .c-switch__input:checked ~ .c-switch__switch {
  background-color: #f7cc8f;
  border-color: rgba(238, 155, 34, 0.6);
}
.c-switch--warning .c-switch__input:checked ~ .c-switch__switch:before {
  box-shadow: 0 0 0 1px rgba(238, 155, 34, 0.6);
}
.c-switch--info .c-switch__input:checked ~ .c-switch__switch {
  background-color: #9dcff1;
  border-color: rgba(67, 163, 229, 0.6);
}
.c-switch--info .c-switch__input:checked ~ .c-switch__switch:before {
  box-shadow: 0 0 0 1px rgba(67, 163, 229, 0.6);
}
.c-switch.has-error .c-switch__switch {
  border-color: rgba(210, 106, 92, 0.5);
  background-color: #eec5c0;
  box-shadow: 0 0 0 0 rgba(210, 106, 92, 0.2);
}
.c-switch.has-error .c-switch__switch:before {
  box-shadow: 0 0 0 1px rgba(210, 106, 92, 0.5);
}
.c-switch.has-error .c-switch__text {
  color: #d26a5c;
}
.c-switch.has-error .c-switch__input:focus ~ .c-switch__switch {
  box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.15);
}

.c-input-addon {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 44px;
}
.c-input-addon__input {
  border-radius: 6px 0 0 6px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.c-input-addon__addon {
  display: block;
  width: 44px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  text-align: center;
  font-size: 1.5em;
  color: #575757;
  background-color: #f3f3f3;
  border: 1px solid lightgray;
  border-left: none;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 0 0 0 rgba(152, 185, 227, 0.2);
  transition: 150ms ease-out;
  transition-property: box-shadow, border-color, background-color, color;
}
@media (min-width: 61.25em) {
  .c-input-addon__addon:focus {
    border-color: rgba(152, 185, 227, 0.6);
    box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.2);
    color: #5c90d2;
    z-index: 2;
  }
  .c-input-addon__addon:hover {
    border-color: rgba(255, 143, 143, 0.6);
    background-color: rgba(255, 143, 143, 0.2);
    color: #ff6b6b;
    z-index: 2;
  }
}
span.c-input-addon__addon .c-input-addon__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-multi-value-input {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 6px;
  transition: 150ms ease-out;
  transition-property: box-shadow;
  box-shadow: 0 0 0 0 rgba(152, 185, 227, 0.2);
}
.c-multi-value-input__input {
  border-radius: 6px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  transition: 150ms ease-out;
  transition-property: border-color;
  border-color: rgba(211, 211, 211, 0.3);
}
.c-multi-value-input__placeholder {
  color: #c9c9c9;
  font-style: italic;
}
.c-multi-value-input__value {
  margin-right: 8px;
}
.c-multi-value-input__addon {
  display: block;
  width: 44px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  text-align: center;
  font-size: 1.5em;
  color: #575757;
  background-color: #f3f3f3;
  border: 1px solid lightgray;
  border-left: none;
  border-radius: 0 6px 6px 0;
  transition: 150ms ease-out;
  transition-property: border-color, background-color, color;
}
.c-multi-value-input__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-multi-value-input--addon {
  padding-right: 44px;
}
.c-multi-value-input--addon .c-multi-value-input__input {
  border-radius: 6px 0 0 6px;
}
button.c-multi-value-input .c-multi-value-input__input {
  border-color: lightgray;
}
button.c-multi-value-input:not(.is-disabled):not([disabled]):focus .c-multi-value-input__input, button.c-multi-value-input:not(.is-disabled):not([disabled]):hover .c-multi-value-input__input {
  border-color: rgba(92, 144, 210, 0.4);
}
button.c-multi-value-input:not(.is-disabled):not([disabled]):focus .c-multi-value-input__addon, button.c-multi-value-input:not(.is-disabled):not([disabled]):hover .c-multi-value-input__addon {
  border-color: rgba(92, 144, 210, 0.5);
  color: #5c90d2;
}
button.c-multi-value-input:not(.is-disabled):not([disabled]):focus {
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.2);
}
button.c-multi-value-input:not(.is-disabled):not([disabled]):hover .c-multi-value-input__addon {
  background-color: rgba(152, 185, 227, 0.2);
}

.c-multi-value-input[disabled], .c-multi-value-input.is-disabled {
  cursor: default;
}
.c-multi-value-input[disabled] .c-multi-value-input__input, .c-multi-value-input.is-disabled .c-multi-value-input__input {
  background-color: rgba(243, 243, 243, 0.8);
  color: #999;
  border-color: transparent;
  border-right-color: rgba(211, 211, 211, 0.3);
}
.c-multi-value-input[disabled] .c-multi-value-input__addon, .c-multi-value-input.is-disabled .c-multi-value-input__addon {
  background-color: rgba(243, 243, 243, 0.8);
  color: #c9c9c9;
  border-color: transparent;
}
.c-multi-value-input.has-error:not([disabled]):not(.is-disabled) .c-multi-value-input__input {
  border-color: rgba(210, 106, 92, 0.5);
  color: #d26a5c;
}
.c-multi-value-input.has-error:not([disabled]):not(.is-disabled) .c-multi-value-input__addon {
  border-color: rgba(210, 106, 92, 0.5);
  color: #d06354;
  background-color: #f3d8d4;
}
:root:root .c-multi-value-input.has-error:not([disabled]):not(.is-disabled):focus {
  box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.15);
}
:root:root .c-multi-value-input.has-error:not([disabled]):not(.is-disabled):focus .c-multi-value-input__input {
  border-color: rgba(210, 106, 92, 0.5);
}
:root:root .c-multi-value-input.has-error:not([disabled]):not(.is-disabled):focus .c-multi-value-input__addon {
  border-color: rgba(210, 106, 92, 0.5);
  color: #d06354;
}

.c-masked-number {
  display: inline-block;
  width: auto;
  position: relative;
}
.c-masked-number__input {
  position: relative;
  z-index: 1;
  text-align: inherit;
  opacity: 0;
}
.c-masked-number__input:focus {
  opacity: 1;
}
.c-masked-number__mask {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  text-align: inherit;
}

/* ==========================================================================
   COMPONENTS: TOASTS
   ========================================================================== */
.c-toast {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 999;
}
@media (min-width: 46.25em) {
  .c-toast {
    width: 400px;
    left: auto;
    right: 16px;
    bottom: 16px;
  }
}
.c-toast__toast {
  display: block;
  margin-top: 6px;
  padding: 14px 16px;
  padding-right: 30%;
  background-color: #3e4a59;
  background-color: #393939;
  background-color: #484848;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 6px 20px -5px rgba(87, 87, 87, 0.5);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  transition: opacity 350ms ease-out, transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-toast__toast.is-visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 46.25em) {
  .c-toast__toast {
    margin-top: 10px -2;
  }
}
.c-toast__text {
  font-size: 1.4em;
  line-height: 1.3;
  color: #fff;
}
.c-toast__dismiss {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-left: 4px;
  margin-right: -14px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.c-toast__actions {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.c-toast__action {
  display: inline-block;
  vertical-align: middle;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 36px;
  color: #a7ceff;
}
@media (min-width: 61.25em) {
  .c-toast__action:hover {
    color: #ff6b6b;
  }
}
.c-toast__timer {
  display: block;
  width: 0%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: #393939;
}
.c-toast__toast.is-visible .c-toast__timer {
  width: 100%;
  transition: width 3500ms linear;
}

/* ==========================================================================
   COMPONENTS: SNACKBAR
   ========================================================================== */
.c-snackbar {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 999;
}
@media (min-width: 46.25em) {
  .c-snackbar {
    width: 400px;
    left: auto;
    right: 16px;
    bottom: 16px;
  }
}
.c-snackbar__snackbar {
  display: block;
  margin-top: 6px;
  padding: 14px 16px;
  padding-right: 30%;
  background-color: #3e4a59;
  background-color: #393939;
  background-color: #484848;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 6px 20px -5px rgba(87, 87, 87, 0.5);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  transition: opacity 350ms ease-out, transform 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-snackbar__snackbar.is-visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 46.25em) {
  .c-snackbar__snackbar {
    margin-top: 10px -2;
  }
}
.c-snackbar__text {
  font-size: 1.4em;
  line-height: 1.3;
  color: #fff;
}
.c-snackbar__dismiss {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-left: 4px;
  margin-right: -14px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.c-snackbar__actions {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.c-snackbar__action {
  display: inline-block;
  vertical-align: middle;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 36px;
  color: #a7ceff;
}
.c-snackbar__timer {
  display: block;
  width: 0%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: #393939;
}
.c-snackbar__snackbar.is-visible .c-snackbar__timer {
  width: 100%;
  transition: width 3500ms linear;
}

/* ==========================================================================
   COMPONENTS: PAGE HEADING
   ========================================================================== */
.c-page-heading {
  background-color: #f9f9f9;
}
.c-page-heading__wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-page-heading__wrapper:before {
  min-height: 44px;
}
.c-page-heading__title {
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 2em;
  line-height: 1.1;
}
.c-page-heading__title + .c-page-heading__text {
  margin-top: 5px;
}
.c-page-heading__text {
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 1.4em;
  color: #575757;
  line-height: 1.4;
}
.c-page-heading__right {
  margin-top: 5px;
}

@media (min-width: 46.25em) {
  .c-page-heading__wrapper:before {
    min-height: 62px;
  }
  .c-page-heading__right {
    text-align: right;
    margin-top: 0;
  }
}
@media (min-width: 75em) and (min-height: 790px) {
  .c-page-heading__wrapper:before {
    min-height: 78px;
  }
  .c-page-heading__title {
    font-size: 2.4em;
  }
}
/* ==========================================================================
   COMPONENTS: BLOCK
   ========================================================================== */
.c-block {
  background-color: #fff;
  box-shadow: 0 2px rgba(0, 0, 0, 0.02);
}
.c-block__content {
  padding: 16px 16px;
}
@media (min-width: 46.25em) {
  .c-block__content {
    padding: 30px 30px;
  }
}
.c-block__content--no-padding {
  padding: 0;
}
.c-block__content--border-t {
  border-top: 1px solid lightgray;
}
.c-block__content--border-b {
  border-bottom: 1px solid lightgray;
}

.c-block-header {
  padding: 14px 16px;
  position: relative;
  background-color: #3e4a59;
  color: #fff;
}
.c-block-header__title {
  font-size: 1.5em;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
.c-block-header__actions {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 46.25em) {
  .c-block-header__actions {
    right: 17px;
  }
}
.c-block-header__action-item {
  display: inline-block;
  vertical-align: middle;
}
.c-block-header__action {
  display: block;
  width: 44px;
  height: 44px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 21px;
}
.c-block-header__action.is-active:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  margin: 1px auto -1px;
}
.c-block-header__action:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.3);
  transition: 150ms ease-out;
  transition-property: box-shadow, background-color;
}
.c-block-header__action:not([disabled]):not(.is-disabled):focus {
  color: #fff;
}
.c-block-header__action:not([disabled]):not(.is-disabled):focus:before {
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.4);
}
.c-block-header__action--success:before {
  background-color: #46c37b;
  z-index: -1;
}
.c-block-header__action--success:not([disabled]):not(.is-disabled):focus:before {
  box-shadow: 0 0 0 4px rgba(70, 195, 123, 0.4);
}
.c-block-header__action--danger:before {
  background-color: #d26a5c;
  z-index: -1;
}
.c-block-header__action--danger:not([disabled]):not(.is-disabled):focus:before {
  box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.4);
}
.c-block-header__action--info:before {
  background-color: #70b9eb;
  z-index: -1;
}
.c-block-header__action--info:not([disabled]):not(.is-disabled):focus:before {
  box-shadow: 0 0 0 4px rgba(112, 185, 235, 0.4);
}
.c-block-header__action--warning:before {
  background-color: #f3b760;
  z-index: -1;
}
.c-block-header__action--warning:not([disabled]):not(.is-disabled):focus:before {
  box-shadow: 0 0 0 4px rgba(243, 183, 96, 0.4);
}
@media (min-width: 61.25em) {
  .c-block-header__action {
    color: rgba(255, 255, 255, 0.6);
  }
  .c-block-header__action:not([disabled]):not(.is-disabled):hover {
    color: #fff;
  }
  .c-block-header__action--success {
    color: #fff;
  }
  .c-block-header__action--success:before {
    background-color: rgba(70, 195, 123, 0.7);
  }
  .c-block-header__action--success:not([disabled]):not(.is-disabled):focus:before {
    background-color: #46c37b;
    box-shadow: 0 0 0 4px rgba(70, 195, 123, 0.4);
  }
  .c-block-header__action--success:not([disabled]):not(.is-disabled):hover:before {
    background-color: #46c37b;
  }
  .c-block-header__action--danger {
    color: #fff;
  }
  .c-block-header__action--danger:before {
    background-color: rgba(210, 106, 92, 0.7);
  }
  .c-block-header__action--danger:not([disabled]):not(.is-disabled):focus:before {
    background-color: #d26a5c;
    box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.4);
  }
  .c-block-header__action--danger:not([disabled]):not(.is-disabled):hover:before {
    background-color: #d26a5c;
  }
  .c-block-header__action--info {
    color: #fff;
  }
  .c-block-header__action--info:before {
    background-color: rgba(112, 185, 235, 0.7);
  }
  .c-block-header__action--info:not([disabled]):not(.is-disabled):focus:before {
    background-color: #70b9eb;
    box-shadow: 0 0 0 4px rgba(112, 185, 235, 0.4);
  }
  .c-block-header__action--info:not([disabled]):not(.is-disabled):hover:before {
    background-color: #70b9eb;
  }
  .c-block-header__action--warning {
    color: #fff;
  }
  .c-block-header__action--warning:before {
    background-color: rgba(243, 183, 96, 0.7);
  }
  .c-block-header__action--warning:not([disabled]):not(.is-disabled):focus:before {
    background-color: #f3b760;
    box-shadow: 0 0 0 4px rgba(243, 183, 96, 0.4);
  }
  .c-block-header__action--warning:not([disabled]):not(.is-disabled):hover:before {
    background-color: #f3b760;
  }
}
@media (min-width: 46.25em) {
  .c-block-header__action--text {
    width: auto;
    height: auto;
    padding: 10px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 1em;
    white-space: nowrap;
  }
  .c-block-header__action--text:before {
    top: 2px;
    bottom: 2px;
    right: 0;
    left: 0;
  }
  .c-block-header__action--text .c-block-header__action-icon,
.c-block-header__action--text .c-block-header__action-text {
    display: inline-block;
    vertical-align: middle;
  }
  .c-block-header__action--text .c-block-header__action-icon {
    min-width: 17px;
    min-height: 17px;
    text-align: center;
    font-size: 17px;
    margin-right: 3px;
  }
  .c-block-header__action--text .c-block-header__action-text {
    font-size: 1.4em;
    position: relative;
    top: -1px;
  }
}
@media (min-width: 46.25em) {
  .c-block-header {
    padding: 16px 30px;
  }
}

.c-block-filter {
  padding: 16px 16px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 46.25em) {
  .c-block-filter {
    padding: 30px 30px;
  }
}

.c-block-tabs {
  background-color: #f9f9f9;
}
.c-block-tabs__tab {
  display: inline-block;
  vertical-align: top;
}
.c-block-tabs__btn {
  display: inline-block;
  vertical-align: top;
  padding: 14px 16px;
  position: relative;
  z-index: 0;
  font-size: 1.4em;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #575757;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.3);
  transition: 150ms ease-out;
  transition-property: box-shadow, background-color, color;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
@media (min-width: 46.25em) {
  .c-block-tabs__btn {
    font-size: 1.5em;
  }
}
.c-block-tabs__btn:not([disabled]):not(.is-disabled):focus {
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.3);
  z-index: 1;
}
.c-block-tabs__btn[disabled], .c-block-tabs__btn.is-disabled {
  color: rgba(87, 87, 87, 0.3);
  cursor: default;
}
.c-block-tabs__btn.is-unsaved:after {
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  min-width: 11px;
  min-height: 11px;
  text-align: center;
  font-size: 11px;
  color: #f3b760;
  margin-left: 6px;
  margin-right: -5px;
  position: relative;
  top: -1px;
}
@media (min-width: 46.25em) {
  .c-block-tabs__btn.is-unsaved:after {
    min-width: 12px;
    min-height: 12px;
    text-align: center;
    font-size: 12px;
    margin-left: 7px;
    margin-right: -9px;
  }
}
.c-block-tabs__btn.is-unsaved.is-active:after {
  color: #f0a83f;
}
.c-block-tabs__btn.is-active {
  background-color: #fff;
}
@media (min-width: 61.25em) {
  .c-block-tabs__btn:not([disabled]):not(.is-disabled):hover {
    color: #ff6b6b;
  }
}
@media (min-width: 46.25em) {
  .c-block-tabs__btn {
    padding: 16px 30px;
  }
}
.c-block-tabs--alt {
  background-color: #fff;
  box-shadow: inset 0 -1px 0 0 #e9e9e9;
}
.c-block-tabs--alt .c-block-tabs__btn {
  background-color: transparent;
  padding-top: 13px;
  padding-bottom: 12px;
  border-bottom: 3px solid rgba(92, 144, 210, 0);
  transition: 150ms ease-out;
  transition-property: box-shadow, background-color, color, border-color;
}
.c-block-tabs--alt .c-block-tabs__btn[disabled], .c-block-tabs--alt .c-block-tabs__btn.is-disabled {
  color: rgba(87, 87, 87, 0.3);
  cursor: default;
}
.c-block-tabs--alt .c-block-tabs__btn.is-active {
  background-color: transparent;
  border-color: #5c90d2;
}
@media (min-width: 46.25em) {
  .c-block-tabs--alt .c-block-tabs__btn {
    padding-top: 15px;
    padding-bottom: 14px;
  }
}
.c-block-tabs--filled {
  background-color: #3e4a59;
}
.c-block-tabs--filled .c-block-tabs__btn {
  color: #fff;
}
.c-block-tabs--filled .c-block-tabs__btn:not([disabled]):not(.is-disabled):focus {
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.4);
}
.c-block-tabs--filled .c-block-tabs__btn[disabled], .c-block-tabs--filled .c-block-tabs__btn.is-disabled {
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.c-block-tabs--filled .c-block-tabs__btn.is-active {
  color: #2c343f;
}
@media (min-width: 61.25em) {
  .c-block-tabs--filled .c-block-tabs__btn:not([disabled]):not(.is-disabled):not(.is-active):hover {
    background-color: #ff6b6b;
    color: #fff;
  }
}
.c-block-tabs[data-tabs] .c-block-tabs__tab {
  width: 100%;
}
.c-block-tabs[data-tabs] .c-block-tabs__btn {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.c-block-tabs[data-tabs="2"] .c-block-tabs__tab {
  width: 50%;
}
.c-block-tabs[data-tabs="3"] .c-block-tabs__tab {
  width: 33.333%;
}
.c-block-tabs[data-tabs="4"] .c-block-tabs__tab {
  width: 25%;
}
.c-block-tabs[data-tabs="5"] .c-block-tabs__tab {
  width: 20%;
}

.c-block-footer {
  padding: 0 16px 26px;
}
.c-block-footer__btn {
  margin-top: 10px;
}
@media (min-width: 46.25em) {
  .c-block-footer {
    padding: 0 30px 26px;
    margin-top: -5px;
  }
  .c-block-footer__btn {
    margin-top: 0;
  }
}

/* ==========================================================================
   COMPONENTS: TABLE
   ========================================================================== */
.c-table {
  width: 100%;
  margin-bottom: -8px;
}
.c-table--fixed {
  table-layout: fixed;
}

.c-table-head__cell {
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  vertical-align: middle;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 6px 12px;
  text-align: left;
}
.c-table-head__cell:first-child {
  padding-left: 0;
}
.c-table-head__cell:last-child {
  padding-right: 0;
}
.c-table-head__cell--actions, .c-table-head__cell--num {
  text-align: right;
}
.c-table-head__text {
  font-size: 1.3em;
}

.c-table-body__row.is-disabled .c-table-body__cell:not(.c-table-body__cell--actions) {
  opacity: 0.2;
}
.c-table-body__row.has-error {
  background-color: rgba(249, 234, 232, 0.7);
}
.c-table-body__row.is-collapsed .c-table-body__accordion-btn:before {
  transform: rotate(-45deg);
  top: -1px;
}
.c-table-body__cell {
  vertical-align: middle;
  height: 42px;
  padding: 8px 6px;
  border-top: 1px solid #e9e9e9;
  text-align: left;
}
.c-table-body__cell:first-child {
  padding-left: 0;
}
.c-table-body__cell:last-child {
  padding-right: 0;
}
.c-table-body__cell--actions, .c-table-body__cell--num {
  text-align: right;
}
.c-table-body__text {
  vertical-align: middle;
  font-size: 1.4em;
}
.c-table-body__accordion-btn {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  left: -3px;
  text-align: center;
}
.c-table-body__accordion-btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: relative;
  top: -3px;
  transition: 150ms ease-out;
  transition-property: transform;
}
.c-table-body__accordion-btn:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

/* ==========================================================================
   COMPONENTS: ZOOM POPUP
   ========================================================================== */
.c-zoom {
  display: none;
}
.c-zoom.is-visible {
  display: block;
}
.c-zoom, .c-zoom__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
}
.c-zoom__overlay {
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.c-zoom__popup {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}
.c-zoom__close-btn {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.c-zoom__close-btn:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.c-zoom__close-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.3);
  transition: 150ms ease-out;
  transition-property: box-shadow;
}
.c-zoom__close-btn:not([disabled]):not(.is-disabled):focus:after {
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.4);
}
.c-zoom__group {
  padding: 16px 16px;
}
.c-zoom__group--border {
  border-top: 1px solid #e9e9e9;
}
@media (min-width: 46.25em) {
  .c-zoom {
    padding: 20px;
    padding-bottom: 40px;
  }
  .c-zoom__popup {
    max-width: 512px;
    margin: 0 auto;
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
  }
  .c-zoom--lg .c-zoom__popup {
    max-width: 800px;
  }
  .c-zoom__group {
    padding: 22px 30px;
  }
  .c-zoom__group--border {
    border-top: 1px solid #e9e9e9;
  }
  .c-zoom__close-btn {
    right: 17px;
  }
}
@media (min-width: 61.25em) {
  .c-zoom__popup {
    max-width: 600px;
  }
  .c-zoom--lg .c-zoom__popup {
    max-width: 900px;
  }
  .c-zoom__close-btn:hover {
    color: #ff6b6b;
  }
}

/* ==========================================================================
   COMPONENTS: ZOOM POPUP
   ========================================================================== */
.c-modal {
  display: none;
}
.c-modal.is-visible {
  display: block;
}
.c-modal, .c-modal__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
}
.c-modal__overlay {
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.c-modal__popup {
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}
.c-modal--footer .c-modal__popup {
  padding-bottom: 60px;
}
.c-modal__close-btn {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.c-modal__close-btn:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.c-modal__close-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.3);
  transition: 150ms ease-out;
  transition-property: box-shadow;
}
.c-modal__close-btn:not([disabled]):not(.is-disabled):focus:after {
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.4);
}
.c-modal__group {
  padding: 16px 16px;
}
.c-modal__group--border {
  border-top: 1px solid #e9e9e9;
}
.c-modal--footer .c-modal__footer {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 16px;
  border-top: 1px solid #e9e9e9;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (min-width: 46.25em) {
  .c-modal--footer .c-modal__footer {
    text-align: right;
  }
}
@media (min-width: 46.25em) {
  .c-modal {
    padding: 0;
  }
  .c-modal__popup {
    width: 70%;
    max-width: 512px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    box-shadow: -3px 0 9px rgba(0, 0, 0, 0.1);
  }
  .c-modal--lg .c-modal__popup {
    max-width: 800px;
  }
  .c-modal__group {
    padding: 22px 30px;
  }
  .c-modal__group--border {
    border-top: 1px solid #e9e9e9;
  }
  .c-modal__close-btn {
    right: 17px;
  }
  .c-modal--footer .c-modal__footer {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 61.25em) {
  .c-modal__popup {
    max-width: 600px;
  }
  .c-modal--lg .c-modal__popup {
    max-width: 900px;
  }
  .c-modal__close-btn:hover {
    color: #ff6b6b;
  }
}

/* ==========================================================================
   COMPONENTS: FILTER LIST
   ========================================================================== */
.c-filters-list {
  padding: 10px 16px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1;
}
.c-filters-list__title {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 1.3em;
  font-weight: 600;
}
.c-filters-list__list {
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
}
.c-filters-list__item {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 7px;
  padding-right: 23px;
  position: relative;
  background-color: #5c90d2;
  border-radius: 5px;
  color: #fff;
  margin-left: 3px;
}
.c-filters-list__item:first-child {
  margin-left: 0;
}
.c-filters-list__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  z-index: 0;
}
.c-filters-list__text {
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
}
.c-filters-list__delete {
  display: block;
  min-width: 26px;
  min-height: 26px;
  text-align: center;
  font-size: 26px;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
}
.c-filters-list__delete:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -22px;
}
@media (min-width: 61.25em) {
  .c-filters-list__delete {
    box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.4);
    transition: 150ms ease-out;
    transition-property: box-shadow;
  }
  .c-filters-list__delete:hover {
    color: #ff6b6b;
  }
  .c-filters-list__delete:focus {
    box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.6);
  }
}
.c-filters-list__clean {
  font-size: 1.3em;
}
.c-filters-list__tooltip {
  min-width: 100%;
  max-width: 200px;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  padding: 4px 7px;
  background-color: #3e4a59;
  border-radius: 5px;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
}
.c-filters-list__tooltip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid #3e4a59;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  left: 15px;
  top: -6px;
}
.c-filters-list__tooltip .c-filters-list__text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 1.2em;
  padding: 2px 0;
}
.c-filters-list__item:hover .c-filters-list__tooltip {
  visibility: visible;
}
@media (min-width: 46.25em) {
  .c-filters-list {
    padding: 13px 30px;
  }
}
@media (min-width: 61.25em) {
  .c-filters-list__title {
    margin-right: 10px;
  }
  .c-filters-list__list {
    margin-right: 10px;
  }
  .c-filters-list__item {
    margin-left: 6px;
  }
}

/* ==========================================================================
   COMPONENTS: EMPTY PLACEHOLDER
   ========================================================================== */
.c-empty-placeholder {
  display: block;
  padding: 15px 16px 17px;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 1.6em;
  line-height: 1.2;
  color: #5c90d2;
  text-align: center;
  background-color: rgba(92, 144, 210, 0.1);
  border: 1px solid rgba(92, 144, 210, 0.2);
  border-radius: 5px;
  box-sizing: border-box;
}
.c-empty-placeholder--success {
  color: #46c37b;
  background-color: rgba(70, 195, 123, 0.1);
  border-color: rgba(70, 195, 123, 0.2);
}
.c-empty-placeholder--danger {
  color: #d26a5c;
  background-color: rgba(210, 106, 92, 0.1);
  border-color: rgba(210, 106, 92, 0.2);
}
.c-empty-placeholder--warning {
  color: #ee991e;
  background-color: rgba(243, 183, 96, 0.1);
  border-color: rgba(243, 183, 96, 0.4);
}
.c-empty-placeholder--info {
  color: #70b9eb;
  background-color: rgba(112, 185, 235, 0.1);
  border-color: rgba(112, 185, 235, 0.2);
}
.c-empty-placeholder--lg {
  padding-top: 24px;
  padding-bottom: 28px;
  font-size: 1.8em;
}
@media (min-width: 46.25em) {
  .c-empty-placeholder {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.7em;
  }
  .c-empty-placeholder--lg {
    font-size: 2em;
  }
}

/* ==========================================================================
   COMPONENTS: EMPTY CTA
   ========================================================================== */
.c-empty-cta {
  display: block;
  padding: 18px 16px 20px;
  color: #5c90d2;
  text-align: center;
  background-color: rgba(92, 144, 210, 0.1);
  border: 1px solid rgba(92, 144, 210, 0.2);
  border-radius: 5px;
  box-sizing: border-box;
}
.c-empty-cta__text {
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 1.6em;
  line-height: 1.2;
}
.c-empty-cta__btn {
  margin-top: 10px;
}
.c-empty-cta--success {
  color: #46c37b;
  background-color: rgba(70, 195, 123, 0.1);
  border-color: rgba(70, 195, 123, 0.2);
}
.c-empty-cta--danger {
  color: #d26a5c;
  background-color: rgba(210, 106, 92, 0.1);
  border-color: rgba(210, 106, 92, 0.2);
}
.c-empty-cta--warning {
  color: #ee991e;
  background-color: rgba(243, 183, 96, 0.1);
  border-color: rgba(243, 183, 96, 0.4);
}
.c-empty-cta--info {
  color: #70b9eb;
  background-color: rgba(112, 185, 235, 0.1);
  border-color: rgba(112, 185, 235, 0.2);
}
.c-empty-cta--lg {
  padding-top: 24px;
  padding-bottom: 29px;
}
.c-empty-cta--lg .c-empty-cta__text {
  font-size: 1.8em;
}
.c-empty-cta--lg .c-empty-cta__btn {
  margin-top: 14px;
}
@media (min-width: 46.25em) {
  .c-empty-cta {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-empty-cta__text {
    font-size: 1.7em;
  }
  .c-empty-cta--lg .c-empty-cta__text {
    font-size: 2em;
  }
}

/* ==========================================================================
   COMPONENTS: PAGERS
   ========================================================================== */
.c-pager {
  margin-left: -16px;
}
.c-pager__item {
  display: inline-block;
  vertical-align: middle;
}
.c-pager__link {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 11px 8px;
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1;
  color: #575757;
}
.c-pager__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 3px;
  left: 3px;
  z-index: -1;
  border-radius: 5px;
}
.c-pager__link.is-active {
  font-weight: 700;
  color: #fff;
  cursor: default;
}
.c-pager__link.is-active:after {
  background-color: #3e4a59;
}
.c-pager__link[disabled], .c-pager__link.is-disabled {
  opacity: 0.2;
  cursor: default;
}
.c-pager__prev, .c-pager__next {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  position: relative;
  text-align: center;
  color: #575757;
}
.c-pager__prev:after, .c-pager__next:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  z-index: -1;
  border-radius: 5px;
}
.c-pager__prev[disabled], .c-pager__prev.is-disabled, .c-pager__next[disabled], .c-pager__next.is-disabled {
  opacity: 0.2;
  cursor: default;
}
.c-pager__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1px;
  font-size: 20px;
}
.c-pager__link:after, .c-pager__prev:after, .c-pager__next:after {
  box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.4);
  transition: 150ms ease-out;
  transition-property: box-shadow, background-color;
}
.c-pager__link:not([disabled]):not(.is-disabled):focus:after, .c-pager__prev:not([disabled]):not(.is-disabled):focus:after, .c-pager__next:not([disabled]):not(.is-disabled):focus:after {
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.4);
}
@media (min-width: 61.25em) {
  .c-pager__link:not(.is-disabled):not([disabled]):not(.is-active):hover, .c-pager__prev:not(.is-disabled):not([disabled]):not(.is-active):hover, .c-pager__next:not(.is-disabled):not([disabled]):not(.is-active):hover {
    color: #ff6b6b;
  }
  span.c-pager__link {
    color: #999 !important;
  }
}
.c-pager--align-left {
  text-align: left;
  margin-left: -16px;
}
.c-pager--align-center {
  text-align: center;
  margin-left: auto;
}
.c-pager--align-right {
  text-align: right;
  margin-right: -16px;
}

/* ==========================================================================
   COMPONENTS: BREADCRUMB
   ========================================================================== */
.c-breadcrumb__item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1.4em;
  font-weight: 600;
  color: #575757;
  margin-right: 12px;
}
.c-breadcrumb__item:not(:last-child) {
  padding-right: 15px;
}
.c-breadcrumb__item:not(:last-child):before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -4px;
  border: solid #c9c9c9;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.c-breadcrumb__link {
  display: inline-block;
  padding: 8px 0;
  position: relative;
  color: #5c90d2;
  transition: 150ms ease-out;
  transition-property: color;
}
.c-breadcrumb__link:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-breadcrumb__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: -10px;
  left: -10px;
  border-radius: 6px;
  box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.3);
  transition: 150ms ease-out;
  transition-property: box-shadow;
}
.c-breadcrumb__link:not([disabled]):not(.is-disabled):focus:after {
  box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.3);
}
@media (min-width: 61.25em) {
  .c-breadcrumb__link:hover {
    color: #ff6b6b;
  }
}

/* ==========================================================================
   COMPONENTS: LOGIN
   ========================================================================== */
.c-login {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  background-color: #f3f3f3;
  text-align: center;
}
.c-login:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #3e4a59;
}
.c-login__group {
  padding: 20px 16px;
}
.c-login__holder {
  width: 100%;
  max-width: 340px;
  position: relative;
  z-index: 1;
  text-align: left;
}
.c-login__top {
  background-color: #2c343f;
  border-radius: 10px 10px 0 0;
}
.c-login__logo {
  max-width: 156px;
  width: 40%;
  margin: 2px auto 5px;
}
.c-login__main {
  background-color: #fff;
  box-shadow: 0 2px rgba(0, 0, 0, 0.02);
  border-radius: 0 0 10px 10px;
  padding-bottom: 26px;
}
.c-login__bottom {
  text-align: center;
}
.c-login__submit {
  margin-top: 12px;
}
.c-login__text-holder {
  margin-bottom: 14px;
  text-align: center;
}
.c-login__title {
  font-size: 1.6em;
  color: #5c90d2;
  font-weight: 600;
}
.c-login__text {
  font-size: 1.4em;
  margin-top: 6px;
}
@media (min-width: 46.25em) {
  .c-login__holder {
    max-width: 500px;
  }
  .c-login__main {
    padding: 30px 60px 40px;
  }
  .c-login__submit {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .c-login__text-holder {
    margin-bottom: 25px;
  }
  .c-login__text {
    margin-top: 8px;
  }
}
@media (min-width: 75em) {
  .c-login__holder {
    max-width: 600px;
  }
  .c-login__logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-login__main {
    padding: 35px 120px 40px;
  }
  .c-login__submit {
    margin-top: 25px;
  }
}

/* ==========================================================================
   COMPONENTS: DATA HEADER
   ========================================================================== */
.c-data-header__list {
  margin-top: -12px;
}
.c-data-header__item {
  margin-top: 12px;
}
.c-data-header__label {
  display: block;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 1.3em;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
}
.c-data-header__value {
  display: block;
  font-size: 1.6em;
  color: #393939;
}
@media (min-width: 46.25em) {
  .c-data-header__value {
    margin-top: 4px;
  }
}
@media (min-width: 75em) {
  .c-data-header__value {
    font-size: 1.7em;
  }
}

/* ==========================================================================
   COMPONENTS: DIALOG
   ========================================================================== */
.c-dialog {
  display: none;
  text-align: center;
  padding: 20px;
}
.c-dialog.is-visible {
  display: block;
}
.c-dialog, .c-dialog__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
}
.c-dialog__overlay {
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.c-dialog:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.c-dialog__popup {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 320px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.c-dialog__box {
  padding: 22px 20px 12px;
}
.c-dialog__title {
  font-size: 1.6em;
  font-weight: 700;
  color: #393939;
}
.c-dialog__text {
  font-size: 1.4em;
  color: #575757;
}
.c-dialog__title + .c-dialog__text {
  margin-top: 6px;
}
.c-dialog__actions {
  text-align: right;
  padding: 0 20px 8px;
  margin-top: 5px;
}
.c-dialog__action {
  display: inline-block;
  vertical-align: middle;
  min-height: 44px;
  padding: 7px 0 9px;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
}
.c-dialog__action + .c-dialog__action {
  margin-left: 16px;
}
.c-dialog__action--highlight:not(.is-loading) {
  font-weight: 700;
}
.c-dialog__action.is-loading {
  position: relative;
  padding-right: 20px;
  color: #999;
  cursor: default;
}
.c-dialog__action.is-loading:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid;
  animation: loading 500ms linear infinite;
  border-color: rgba(153, 153, 153, 0.3);
  border-top-color: #999;
  border-right-color: #999;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -9px;
}
@media (min-width: 61.25em) {
  .c-dialog__popup {
    max-width: 360px;
  }
  .c-dialog__box {
    padding: 26px 24px 12px;
  }
  .c-dialog__actions {
    padding: 0 24px 12px;
  }
  .c-dialog__action {
    font-size: 1.5em;
  }
  .c-dialog__action + .c-dialog__action {
    margin-left: 20px;
  }
  .c-dialog__action.is-loading {
    padding-right: 20px;
  }
  .c-dialog__action.is-loading:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid;
    animation: loading 500ms linear infinite;
    border-color: rgba(153, 153, 153, 0.3);
    border-top-color: #999;
    border-right-color: #999;
    width: 16px;
    height: 16px;
    margin-top: -9px;
  }
  .c-dialog__action:not([disabled]):not(.is-disabled):not(.is-loading):hover, .c-dialog__action:not([disabled]):not(.is-disabled):not(.is-loading):focus {
    color: #ff6b6b;
  }
}

/* ==========================================================================
   COMPONENTS: BARCODE FORM
   ========================================================================== */
.c-barcode-form {
  position: relative;
  background-color: #2c343f;
}
.c-barcode-form__holder {
  display: block;
  position: relative;
  z-index: 1;
  padding: 25px 0;
  width: 100%;
}
@media (max-width: 61.24em) {
  .c-barcode-form {
    position: static;
    background-color: transparent;
  }
  .c-barcode-form__offset, .c-barcode-form__holder {
    height: 80px;
  }
}
@media (max-width: 61.24em) and (min-width: 46.25em) {
  .c-barcode-form__offset, .c-barcode-form__holder {
    height: 100px;
  }
}
@media (max-width: 61.24em) {
  .c-barcode-form__holder {
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-color: #2c343f;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 61.24em) and (min-device-height: 780px) and (max-width: 420px) {
  .c-barcode-form__offset, .c-barcode-form__holder {
    height: 111px;
  }
  .c-barcode-form__holder {
    padding-bottom: 31px;
  }
}
.c-barcode-form__form {
  position: relative;
  padding-left: 54px;
}
.c-barcode-form__mode {
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 2.2em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
}
.c-barcode-form__input {
  max-width: 480px;
  height: 44px;
}
.c-barcode-form__flash {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #23f97e;
  opacity: 1;
  animation: flash 400ms ease-out 100ms;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.c-barcode-form__flash--error {
  background-color: #ff4747;
}
@media (min-width: 61.25em) {
  .c-barcode-form__flash {
    position: absolute;
    z-index: 0;
  }
}
.c-barcode-form__error-msg {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: #ff4747;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.2;
  padding: 16px;
  padding-right: 49px;
}
@media (min-width: 61.25em) {
  .c-barcode-form__error-msg {
    bottom: auto;
    top: 100%;
    padding: 25px 30px;
  }
}
.c-barcode-form__error-msg-close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  opacity: 0.6;
}

/* ==========================================================================
   COMPONENTS: BINNACLE
   ========================================================================== */
.c-binnacle {
  padding-top: 12px;
  padding-bottom: 12px;
}
.c-binnacle__item {
  position: relative;
  padding-left: 28px;
  margin-top: 28px;
}
.c-binnacle__item:first-child {
  margin-top: 0;
}
.c-binnacle__icon {
  min-width: 16px;
  min-height: 16px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.c-binnacle__text, .c-binnacle__status {
  font-size: 1.4em;
  line-height: 1.3;
  margin-top: 3px;
}
.c-binnacle__status {
  color: #999;
  margin-top: 4px;
}
.c-binnacle__status-badge {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 7px;
  margin-right: 4px;
  font-size: 0.9em;
  font-weight: 600;
  background-color: #3e4a59;
  border-radius: 5px;
  color: #fff;
  position: relative;
  top: -1px;
}
.c-binnacle__item.is-success .c-binnacle__status-badge {
  background-color: #46c37b;
}
.c-binnacle__item.is-error .c-binnacle__status {
  color: #d26a5c;
}
.c-binnacle__item.is-error .c-binnacle__status-badge {
  background-color: #d26a5c;
}
.c-binnacle--border {
  padding-top: 6px;
  padding-left: 28px;
}
.c-binnacle--border .c-binnacle__item {
  margin-top: 18px;
  padding-top: 16px;
  padding-left: 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.c-binnacle--border .c-binnacle__item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.c-binnacle--border .c-binnacle__item:first-child .c-binnacle__icon {
  top: 1px;
}
.c-binnacle--border .c-binnacle__icon {
  top: 20px;
  left: -28px;
}

/* ==========================================================================
   UTILITIES
   ========================================================================== */
html.temp {
  padding-bottom: 500px;
}

/* ==========================================================================
   UTILITIES: COLOR
   ========================================================================== */
.u-bg-primary {
  background-color: #5c90d2 !important;
}

.u-bg-primary-dark {
  background-color: #3e4a59 !important;
}

.u-bg-primary-darker {
  background-color: #2c343f !important;
}

.u-bg-primary-light {
  background-color: #98b9e3 !important;
}

.u-bg-primary-lighter {
  background-color: #ccdcf1 !important;
}

.u-bg-primary-muted {
  background-color: #85a0dd !important;
}

.u-bg-primary-dark-muted {
  background-color: #646e7a !important;
}

.u-bg-grey-darker {
  background-color: #393939 !important;
}

.u-bg-grey-dark {
  background-color: #575757 !important;
}

.u-bg-grey {
  background-color: #999 !important;
}

.u-bg-grey-light {
  background-color: #c9c9c9 !important;
}

.u-bg-grey-lighter {
  background-color: #f3f3f3 !important;
}

.u-bg-grey-lightest {
  background-color: #f9f9f9 !important;
}

.u-bg-grey-muted {
  background-color: #999 !important;
}

.u-bg-black {
  background-color: #000 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-success {
  background-color: #46c37b !important;
}

.u-bg-danger {
  background-color: #d26a5c !important;
}

.u-bg-warning {
  background-color: #f3b760 !important;
}

.u-bg-info {
  background-color: #70b9eb !important;
}

.u-bg-success-light {
  background-color: #e0f5e9 !important;
}

.u-bg-danger-light {
  background-color: #f9eae8 !important;
}

.u-bg-warning-light {
  background-color: #fdf3e5 !important;
}

.u-bg-info-light {
  background-color: #edf6fd !important;
}

.u-color-primary {
  color: #5c90d2 !important;
}

.u-color-primary-dark {
  color: #3e4a59 !important;
}

.u-color-primary-darker {
  color: #2c343f !important;
}

.u-color-primary-light {
  color: #98b9e3 !important;
}

.u-color-primary-lighter {
  color: #ccdcf1 !important;
}

.u-color-primary-muted {
  color: #85a0dd !important;
}

.u-color-primary-dark-muted {
  color: #646e7a !important;
}

.u-color-grey-darker {
  color: #393939 !important;
}

.u-color-grey-dark {
  color: #575757 !important;
}

.u-color-grey {
  color: #999 !important;
}

.u-color-grey-light {
  color: #c9c9c9 !important;
}

.u-color-grey-lighter {
  color: #f3f3f3 !important;
}

.u-color-grey-lightest {
  color: #f9f9f9 !important;
}

.u-color-grey-muted {
  color: #999 !important;
}

.u-color-black {
  color: #000 !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-success {
  color: #46c37b !important;
}

.u-color-danger {
  color: #d26a5c !important;
}

.u-color-warning {
  color: #f3b760 !important;
}

.u-color-info {
  color: #70b9eb !important;
}

.u-color-success-light {
  color: #e0f5e9 !important;
}

.u-color-danger-light {
  color: #f9eae8 !important;
}

.u-color-warning-light {
  color: #fdf3e5 !important;
}

.u-color-info-light {
  color: #edf6fd !important;
}

.u-opacity-10 {
  opacity: 0.1 !important;
}

.u-opacity-20 {
  opacity: 0.2 !important;
}

.u-opacity-30 {
  opacity: 0.3 !important;
}

.u-opacity-40 {
  opacity: 0.4 !important;
}

.u-opacity-50 {
  opacity: 0.5 !important;
}

.u-opacity-60 {
  opacity: 0.6 !important;
}

.u-opacity-70 {
  opacity: 0.7 !important;
}

.u-opacity-80 {
  opacity: 0.8 !important;
}

.u-opacity-90 {
  opacity: 0.9 !important;
}

/* ==========================================================================
   UTILITIES: DISPLAY
   ========================================================================== */
.u-hidden {
  display: none !important;
}

@media (max-width: 46.24em) {
  .u-hidden\@xs {
    display: none !important;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .u-hidden\@sm {
    display: none !important;
  }
}
@media (min-width: 61.25em) and (max-width: 74.99em) {
  .u-hidden\@md {
    display: none !important;
  }
}
@media (min-width: 75em) {
  .u-hidden\@lg {
    display: none !important;
  }
}
.u-display-block {
  display: block;
}

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

.u-display-none {
  display: none;
}

.u-display-none-important {
  display: none !important;
}

.u-mask {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* ==========================================================================
   UTILITIES: IMAGES
   ========================================================================== */
.u-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.u-img-contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ==========================================================================
   UTILITIES: MARGIN
   ========================================================================== */
.u-margin {
  margin-top: 35px;
  margin-bottom: 35px;
}

.u-margin-t {
  margin-top: 30px;
}

.u-margin-t-0 {
  margin-top: 0px;
}

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

.u-margin-t-2 {
  margin-top: 15px;
}

.u-margin-t-3 {
  margin-top: 20px;
}

.u-margin-t-4 {
  margin-top: 25px;
}

.u-margin-t-5 {
  margin-top: 30px;
}

.u-margin-t-6 {
  margin-top: 35px;
}

.u-margin-t-7 {
  margin-top: 40px;
}

.u-margin-t-8 {
  margin-top: 45px;
}

.u-margin-t-9 {
  margin-top: 50px;
}

.u-margin-t-10 {
  margin-top: 55px;
}

.u-margin-t-11 {
  margin-top: 60px;
}

.u-margin-b {
  margin-bottom: 30px;
}

.u-margin-b-0 {
  margin-bottom: 0;
}

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

.u-margin-b-2 {
  margin-bottom: 15px;
}

.u-margin-b-3 {
  margin-bottom: 20px;
}

.u-margin-b-4 {
  margin-bottom: 25px;
}

.u-margin-b-5 {
  margin-bottom: 30px;
}

.u-margin-b-6 {
  margin-bottom: 35px;
}

.u-margin-b-7 {
  margin-bottom: 40px;
}

.u-margin-b-8 {
  margin-bottom: 45px;
}

.u-margin-b-9 {
  margin-bottom: 50px;
}

.u-margin-b-10 {
  margin-bottom: 55px;
}

.u-margin-b-11 {
  margin-bottom: 60px;
}

.u-margin-r {
  margin-right: 30px;
}

.u-margin-r-0 {
  margin-right: 0px;
}

.u-margin-r-1 {
  margin-right: 10px;
}

.u-margin-r-2 {
  margin-right: 15px;
}

.u-margin-r-3 {
  margin-right: 20px;
}

.u-margin-r-4 {
  margin-right: 25px;
}

.u-margin-r-5 {
  margin-right: 30px;
}

.u-margin-r-6 {
  margin-right: 35px;
}

.u-margin-r-7 {
  margin-right: 40px;
}

.u-margin-r-8 {
  margin-right: 45px;
}

.u-margin-r-9 {
  margin-right: 50px;
}

.u-margin-r-10 {
  margin-right: 55px;
}

.u-margin-r-11 {
  margin-right: 60px;
}

.u-margin-l {
  margin-left: 30px;
}

.u-margin-l-0 {
  margin-left: 0px;
}

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

.u-margin-l-2 {
  margin-left: 15px;
}

.u-margin-l-3 {
  margin-left: 20px;
}

.u-margin-l-4 {
  margin-left: 25px;
}

.u-margin-l-5 {
  margin-left: 30px;
}

.u-margin-l-6 {
  margin-left: 35px;
}

.u-margin-l-7 {
  margin-left: 40px;
}

.u-margin-l-8 {
  margin-left: 45px;
}

.u-margin-l-9 {
  margin-left: 50px;
}

.u-margin-l-10 {
  margin-left: 55px;
}

.u-margin-l-11 {
  margin-left: 60px;
}

.u-padding-t-0 {
  padding-top: 0;
}

.u-padding-b-0 {
  padding-bottom: 0;
}

.u-padding-r-0 {
  padding-right: 0;
}

.u-padding-l-0 {
  padding-left: 0;
}

/* ==========================================================================
   UTILITIES: TEXT
   ========================================================================== */
.u-bold {
  font-weight: 700;
}

.u-semibold {
  font-weight: 600;
}

.u-italic {
  font-weight: italic;
}

.u-strikethrough {
  text-decoration: line-through;
}

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

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-h1, .u-h2, .u-h3, .u-h4, .u-h5, .u-h6 {
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  line-height: 1.1;
}

.u-h1 {
  font-size: 3.6em;
}

.u-h2 {
  font-size: 3em;
}

.u-h3 {
  font-size: 2.4em;
}

.u-h4 {
  font-size: 2em;
}

.u-h5 {
  font-size: 1.6em;
}

.u-h6 {
  font-size: 1.4em;
}

.u-lead {
  font-size: 1.6em;
  line-height: 1.4;
}

.u-text {
  font-size: 1.5em;
}

.u-text-muted {
  color: #999 !important;
}

.u-content-heading {
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #999;
  font-size: 1.5em;
}

/* ==========================================================================
   UTILITIES: TABLE
   ========================================================================== */
@media (max-width: 46.24em) {
  .u-break-apart\@xs.c-table {
    display: block;
    border: 1px solid #c9c9c9;
    margin-bottom: 0;
  }
  .u-break-apart\@xs .c-table-head {
    display: none;
  }
  .u-break-apart\@xs .c-table-body, .u-break-apart\@xs .c-table-body__row, .u-break-apart\@xs .c-table-body__cell {
    display: block;
  }
  .u-break-apart\@xs .c-table-body__row {
    padding: 16px;
    border-top: 1px solid #e9e9e9;
  }
  .u-break-apart\@xs .c-table-body__row:first-child {
    border-top: none;
  }
  :root .u-break-apart\@xs .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 0;
  }
  .u-break-apart\@xs .c-table-body__cell {
    padding: 0;
    margin-top: 7px;
  }
  :root .u-break-apart\@xs .c-table-body__cell:first-child {
    margin-top: 0;
    padding-left: 0;
  }
  :root .u-break-apart\@xs .c-table-body__cell:last-child {
    padding-left: 0;
  }
  .u-break-apart\@xs .c-table-body__cell--actions {
    margin-top: 10px;
    text-align: left;
  }
  .u-break-apart\@xs .c-table-body__cell[data-label]:before {
    content: attr(data-label);
    display: block;
    font-size: 1.3em;
    color: #999;
    margin-bottom: 1px;
  }
  .u-break-apart\@xs .c-table-body__cell--inline {
    display: inline-block;
    margin-right: 12px;
  }
  .u-break-apart\@xs .c-table-body__cell--inline[data-label]:before {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 61.24em) {
  .u-break-apart\@sm.c-table {
    display: block;
    border: 1px solid #c9c9c9;
    margin-bottom: 0;
  }
  .u-break-apart\@sm .c-table-head {
    display: none;
  }
  .u-break-apart\@sm .c-table-body, .u-break-apart\@sm .c-table-body__row, .u-break-apart\@sm .c-table-body__cell {
    display: block;
  }
  .u-break-apart\@sm .c-table-body__row {
    padding: 16px;
    border-top: 1px solid #e9e9e9;
  }
  .u-break-apart\@sm .c-table-body__row:first-child {
    border-top: none;
  }
  :root .u-break-apart\@sm .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 0;
  }
  .u-break-apart\@sm .c-table-body__cell {
    padding: 0;
    margin-top: 7px;
  }
  :root .u-break-apart\@sm .c-table-body__cell:first-child {
    margin-top: 0;
    padding-left: 0;
  }
  :root .u-break-apart\@sm .c-table-body__cell:last-child {
    padding-left: 0;
  }
  .u-break-apart\@sm .c-table-body__cell--actions {
    margin-top: 10px;
    text-align: left;
  }
  .u-break-apart\@sm .c-table-body__cell[data-label]:before {
    content: attr(data-label);
    display: block;
    font-size: 1.3em;
    color: #999;
    margin-bottom: 1px;
  }
  .u-break-apart\@sm .c-table-body__cell--inline {
    display: inline-block;
    margin-right: 12px;
  }
  .u-break-apart\@sm .c-table-body__cell--inline[data-label]:before {
    display: inline-block;
    width: 100%;
  }
}
/* ==========================================================================
   PAGE STYLES: MAIN
   ========================================================================== */
.c-block-header__action .fa-sync-alt {
  font-size: 18px;
  position: relative;
  top: -1px;
}
.c-block-header.c-block__tabs {
  padding: 0;
}

/* ==========================================================================
   PAGE STYLES: NAV
   ========================================================================== */
.c-menu__item.is-opened .c-menu__icon,
.c-menu__item.is-opened .c-menu__text {
  color: #fff;
}
.c-menu__item.is-opened .c-menu__arrow {
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(-90deg);
  margin-top: -7px;
}
.c-menu__item.is-opened .c-menu__submenu {
  display: block;
}
.c-menu__icon.fa-pallet-alt {
  left: 18px;
}
.c-menu__link.is-active .c-menu__icon {
  color: #46d2fc;
}
.c-menu__link.is-active .c-menu__text {
  color: #46d2fc;
  font-weight: 600;
}

.c-submenu__link.is-active {
  color: #46d2fc;
  font-weight: 600;
}

/* ==========================================================================
   PAGE STYLES: NAV HIDDEN
   ========================================================================== */
@media (min-width: 61.25em) {
  body.u-shrink-nav {
    padding-left: 60px;
  }
  body.u-shrink-nav .c-nav {
    transition: 150ms ease-out;
    transition-property: width;
    transition-duration: 350ms;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  body.u-shrink-nav .c-nav:not(:hover) {
    width: 60px;
  }
  body.u-shrink-nav .c-nav:not(:hover) .c-logo__text,
body.u-shrink-nav .c-nav:not(:hover) .c-nav__title,
body.u-shrink-nav .c-nav:not(:hover) .c-menu__text {
    opacity: 0;
  }
  body.u-shrink-nav .c-nav:not(:hover) .c-menu__submenu {
    display: none;
  }
  body.u-shrink-nav .c-nav__shrink-icon:before {
    content: "";
  }
  body.u-shrink-nav .c-header__holder {
    left: 60px;
  }
}
/* ==========================================================================
   PAGE STYLES: HEADER
   ========================================================================== */
.c-header__menu-btn span {
  margin: 0 auto;
  position: relative;
  top: 1px;
}
.c-header__menu-btn span, .c-header__menu-btn span:before, .c-header__menu-btn span:after {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 6px;
  background-color: #575757;
}
.c-header__menu-btn span:before, .c-header__menu-btn span:after {
  position: absolute;
  left: 0;
  top: -5px;
}
.c-header__menu-btn span:after {
  top: auto;
  bottom: -5px;
}
.c-header__btn > * {
  display: inline-block;
  vertical-align: middle;
}
.c-header__btn--center-icon .c-header__btn-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-header__btn--center-icon .c-header__btn-icon.fa-list-ul:before {
  margin-top: -2px;
}
.c-header__btn .fa-list-ul {
  font-size: 17px;
}
.c-header__btn .fa-user {
  position: relative;
  top: -1px;
  font-size: 14px;
}
@media (min-width: 46.25em) {
  .c-header__btn--text .c-header__btn-icon {
    color: #c9c9c9;
    transition: 150ms ease-out;
    transition-property: color;
  }
  .c-header__btn--text .c-header__btn-text {
    display: inline-block;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .c-header__btn--text:hover .c-header__btn-icon {
    color: rgba(255, 107, 107, 0.8);
  }
}

/* ==========================================================================
   PAGE STYLES: TABLE GROUPS
   ========================================================================== */
.c-table-body__row--group-title .c-table-body__cell {
  background-color: #f9f9f9;
}
.c-table-body__row--group-title .c-table-body__cell:not(.c-table-body__cell--subtotal) .c-table-body__text {
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #575757;
  font-size: 1.6em;
  font-weight: 700;
}
.c-table-body__row--group-title .c-table-body__cell.c-table-body__cell--subtotal .c-table-body__text {
  font-weight: 600;
}
.c-table-body__row--group-totals .c-table-body__cell {
  border-bottom: 2px solid #e9e9e9;
}
.c-table-body__row--group-totals .c-table-body__text {
  color: #5c90d2;
  font-weight: 600;
}
.c-table-body__row--totals .c-table-body__cell {
  border-top: 3px solid #575757;
}
.c-table-body__row--totals .c-table-body__text {
  color: #393939;
  font-weight: 700;
}

/* ==========================================================================
   PAGE STYLES: TABLE STYLES
   ========================================================================== */
.c-table-body__row--accordion {
  cursor: pointer;
}
.c-table-body__row--accordion:not(.is-collapsed) .c-table-body__cell--subtotal .c-table-body__text {
  visibility: hidden;
}
@media (min-width: 61.25em) {
  .c-table-body__accordion-btn {
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(92, 144, 210, 0.3);
    transition: 150ms ease-out;
    transition-property: box-shadow;
  }
  .c-table-body__accordion-btn:before {
    transition: 150ms ease-out;
    transition-property: transform, border-color;
  }
  .c-table-body__accordion-btn:not([disabled]):not(.is-disabled):focus {
    box-shadow: 0 0 0 4px rgba(152, 185, 227, 0.4);
  }
  .c-table-body__accordion-btn:not([disabled]):not(.is-disabled):hover:before {
    border-color: #ff6b6b;
  }
  .c-table-body__row--accordion .c-table-body__text {
    transition: 150ms ease-out;
    transition-property: color;
  }
  .c-table-body__row--accordion:hover :not(.c-table-body__cell--subtotal) .c-table-body__text {
    color: #ff6b6b !important;
  }
  .c-table-body__row--accordion:hover .c-table-body__accordion-btn:before {
    border-color: #ff6b6b;
  }
}

/* ==========================================================================
   PAGE STYLES: TABLE STYLES
   ========================================================================== */
.c-table--border {
  border: 1px solid #e3e3e3;
  margin-bottom: 0;
}
.c-table--border .c-table-head__cell {
  padding-top: 12px;
}
.c-table--border .c-table-head__cell:first-child {
  padding-left: 16px;
}
.c-table--border .c-table-head__cell:last-child {
  padding-right: 16px;
}
.c-table--border .c-table-body__row:last-child .c-table-body__cell {
  padding-bottom: 8px;
}
.c-table--border .c-table-body__cell:first-child {
  padding-left: 16px;
}
.c-table--border .c-table-body__cell:last-child {
  padding-right: 16px;
}

.c-table--striped {
  margin-bottom: 0;
}
.c-table--striped .c-table-body__row:nth-child(odd) {
  background-color: #f9f9f9;
}
.c-table--striped .c-table-body__row:nth-child(odd).is-disabled {
  background-color: rgba(249, 249, 249, 0.6);
}
.c-table--striped .c-table-body__row:nth-child(odd).has-error {
  background-color: rgba(249, 234, 232, 0.7);
}
.c-table--striped .c-table-body__row:last-child .c-table-body__cell {
  padding-bottom: 8px;
}
.c-table--striped .c-table-body__cell:first-child {
  padding-left: 16px;
}
.c-table--striped .c-table-body__cell:last-child {
  padding-right: 16px;
}

/* ==========================================================================
   PAGE STYLES: TABLE STYLES
   ========================================================================== */
.c-table--alt .c-table-head {
  background-color: #e3e3e3;
}
.c-table--alt .c-table-head__cell {
  padding-top: 12px;
}
.c-table--alt .c-table-head__cell:first-child {
  padding-left: 16px;
}
.c-table--alt .c-table-head__cell:last-child {
  padding-right: 16px;
}
.c-table--alt .c-table-body__row:nth-child(odd) {
  background-color: transparent;
}
.c-table--alt .c-table-body__row:nth-child(odd).is-disabled {
  background-color: transparent;
}
.c-table--alt .c-table-body__row:nth-child(even) {
  background-color: #f9f9f9;
}
.c-table--alt .c-table-body__row:nth-child(even).is-disabled {
  background-color: rgba(249, 249, 249, 0.6);
}
.c-table--alt .c-table-body__row:last-child .c-table-body__cell {
  padding-bottom: 8px;
}
.c-table--alt .c-table-body__cell {
  border-top: none;
}
.c-table--alt .c-table-body__cell:first-child {
  padding-left: 16px;
}
.c-table--alt .c-table-body__cell:last-child {
  padding-right: 16px;
}

/* ==========================================================================
   PAGE STYLES: TABLE RESPONSIVE
   ========================================================================== */
.c-responsive-table {
  position: relative;
  border: 1px solid #c9c9c9;
  margin-bottom: -8px;
}
.c-responsive-table .c-table {
  margin-bottom: 0;
}
.c-responsive-table__scroll {
  position: relative;
  z-index: 0;
}
.c-responsive-table:after {
  content: "";
  width: 16px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(201, 201, 201, 0.3);
  background: linear-gradient(to left, rgba(201, 201, 201, 0.6), rgba(201, 201, 201, 0));
}
@media (max-width: 130px) {
  .c-responsive-table[data-cell-count="1"] .c-table {
    min-width: 130px;
    margin-bottom: 0;
  }
  .c-responsive-table[data-cell-count="1"] .c-table-head__cell {
    padding-top: 12px;
  }
  .c-responsive-table[data-cell-count="1"] .c-table-head__cell:first-child, .c-responsive-table[data-cell-count="1"] .c-table-body__cell:first-child {
    padding-left: 16px;
  }
  .c-responsive-table[data-cell-count="1"] .c-table-head__cell:last-child, .c-responsive-table[data-cell-count="1"] .c-table-body__cell:last-child {
    padding-right: 32px;
  }
  .c-responsive-table[data-cell-count="1"] .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 8px;
  }
  .c-responsive-table[data-cell-count="1"] .c-table--border {
    border: none;
  }
}
@media (min-width: 131px) {
  .c-responsive-table[data-cell-count="1"] {
    border: none;
  }
  .c-responsive-table[data-cell-count="1"]:after {
    display: none;
  }
}
@media (max-width: 260px) {
  .c-responsive-table[data-cell-count="2"] .c-table {
    min-width: 260px;
    margin-bottom: 0;
  }
  .c-responsive-table[data-cell-count="2"] .c-table-head__cell {
    padding-top: 12px;
  }
  .c-responsive-table[data-cell-count="2"] .c-table-head__cell:first-child, .c-responsive-table[data-cell-count="2"] .c-table-body__cell:first-child {
    padding-left: 16px;
  }
  .c-responsive-table[data-cell-count="2"] .c-table-head__cell:last-child, .c-responsive-table[data-cell-count="2"] .c-table-body__cell:last-child {
    padding-right: 32px;
  }
  .c-responsive-table[data-cell-count="2"] .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 8px;
  }
  .c-responsive-table[data-cell-count="2"] .c-table--border {
    border: none;
  }
}
@media (min-width: 261px) {
  .c-responsive-table[data-cell-count="2"] {
    border: none;
  }
  .c-responsive-table[data-cell-count="2"]:after {
    display: none;
  }
}
@media (max-width: 390px) {
  .c-responsive-table[data-cell-count="3"] .c-table {
    min-width: 390px;
    margin-bottom: 0;
  }
  .c-responsive-table[data-cell-count="3"] .c-table-head__cell {
    padding-top: 12px;
  }
  .c-responsive-table[data-cell-count="3"] .c-table-head__cell:first-child, .c-responsive-table[data-cell-count="3"] .c-table-body__cell:first-child {
    padding-left: 16px;
  }
  .c-responsive-table[data-cell-count="3"] .c-table-head__cell:last-child, .c-responsive-table[data-cell-count="3"] .c-table-body__cell:last-child {
    padding-right: 32px;
  }
  .c-responsive-table[data-cell-count="3"] .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 8px;
  }
  .c-responsive-table[data-cell-count="3"] .c-table--border {
    border: none;
  }
}
@media (min-width: 391px) {
  .c-responsive-table[data-cell-count="3"] {
    border: none;
  }
  .c-responsive-table[data-cell-count="3"]:after {
    display: none;
  }
}
@media (max-width: 520px) {
  .c-responsive-table[data-cell-count="4"] .c-table {
    min-width: 520px;
    margin-bottom: 0;
  }
  .c-responsive-table[data-cell-count="4"] .c-table-head__cell {
    padding-top: 12px;
  }
  .c-responsive-table[data-cell-count="4"] .c-table-head__cell:first-child, .c-responsive-table[data-cell-count="4"] .c-table-body__cell:first-child {
    padding-left: 16px;
  }
  .c-responsive-table[data-cell-count="4"] .c-table-head__cell:last-child, .c-responsive-table[data-cell-count="4"] .c-table-body__cell:last-child {
    padding-right: 32px;
  }
  .c-responsive-table[data-cell-count="4"] .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 8px;
  }
  .c-responsive-table[data-cell-count="4"] .c-table--border {
    border: none;
  }
}
@media (min-width: 521px) {
  .c-responsive-table[data-cell-count="4"] {
    border: none;
  }
  .c-responsive-table[data-cell-count="4"]:after {
    display: none;
  }
}
@media (max-width: 650px) {
  .c-responsive-table[data-cell-count="5"] .c-table {
    min-width: 650px;
    margin-bottom: 0;
  }
  .c-responsive-table[data-cell-count="5"] .c-table-head__cell {
    padding-top: 12px;
  }
  .c-responsive-table[data-cell-count="5"] .c-table-head__cell:first-child, .c-responsive-table[data-cell-count="5"] .c-table-body__cell:first-child {
    padding-left: 16px;
  }
  .c-responsive-table[data-cell-count="5"] .c-table-head__cell:last-child, .c-responsive-table[data-cell-count="5"] .c-table-body__cell:last-child {
    padding-right: 32px;
  }
  .c-responsive-table[data-cell-count="5"] .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 8px;
  }
  .c-responsive-table[data-cell-count="5"] .c-table--border {
    border: none;
  }
}
@media (min-width: 651px) {
  .c-responsive-table[data-cell-count="5"] {
    border: none;
  }
  .c-responsive-table[data-cell-count="5"]:after {
    display: none;
  }
}
@media (max-width: 780px) {
  .c-responsive-table[data-cell-count="6"] .c-table {
    min-width: 780px;
    margin-bottom: 0;
  }
  .c-responsive-table[data-cell-count="6"] .c-table-head__cell {
    padding-top: 12px;
  }
  .c-responsive-table[data-cell-count="6"] .c-table-head__cell:first-child, .c-responsive-table[data-cell-count="6"] .c-table-body__cell:first-child {
    padding-left: 16px;
  }
  .c-responsive-table[data-cell-count="6"] .c-table-head__cell:last-child, .c-responsive-table[data-cell-count="6"] .c-table-body__cell:last-child {
    padding-right: 32px;
  }
  .c-responsive-table[data-cell-count="6"] .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 8px;
  }
  .c-responsive-table[data-cell-count="6"] .c-table--border {
    border: none;
  }
}
@media (min-width: 781px) {
  .c-responsive-table[data-cell-count="6"] {
    border: none;
  }
  .c-responsive-table[data-cell-count="6"]:after {
    display: none;
  }
}
@media (max-width: 910px) {
  .c-responsive-table[data-cell-count="7"] .c-table {
    min-width: 910px;
    margin-bottom: 0;
  }
  .c-responsive-table[data-cell-count="7"] .c-table-head__cell {
    padding-top: 12px;
  }
  .c-responsive-table[data-cell-count="7"] .c-table-head__cell:first-child, .c-responsive-table[data-cell-count="7"] .c-table-body__cell:first-child {
    padding-left: 16px;
  }
  .c-responsive-table[data-cell-count="7"] .c-table-head__cell:last-child, .c-responsive-table[data-cell-count="7"] .c-table-body__cell:last-child {
    padding-right: 32px;
  }
  .c-responsive-table[data-cell-count="7"] .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 8px;
  }
  .c-responsive-table[data-cell-count="7"] .c-table--border {
    border: none;
  }
}
@media (min-width: 911px) {
  .c-responsive-table[data-cell-count="7"] {
    border: none;
  }
  .c-responsive-table[data-cell-count="7"]:after {
    display: none;
  }
}
@media (max-width: 1040px) {
  .c-responsive-table[data-cell-count="8"] .c-table {
    min-width: 1040px;
    margin-bottom: 0;
  }
  .c-responsive-table[data-cell-count="8"] .c-table-head__cell {
    padding-top: 12px;
  }
  .c-responsive-table[data-cell-count="8"] .c-table-head__cell:first-child, .c-responsive-table[data-cell-count="8"] .c-table-body__cell:first-child {
    padding-left: 16px;
  }
  .c-responsive-table[data-cell-count="8"] .c-table-head__cell:last-child, .c-responsive-table[data-cell-count="8"] .c-table-body__cell:last-child {
    padding-right: 32px;
  }
  .c-responsive-table[data-cell-count="8"] .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 8px;
  }
  .c-responsive-table[data-cell-count="8"] .c-table--border {
    border: none;
  }
}
@media (min-width: 1041px) {
  .c-responsive-table[data-cell-count="8"] {
    border: none;
  }
  .c-responsive-table[data-cell-count="8"]:after {
    display: none;
  }
}
@media (max-width: 1170px) {
  .c-responsive-table[data-cell-count="9"] .c-table {
    min-width: 1170px;
    margin-bottom: 0;
  }
  .c-responsive-table[data-cell-count="9"] .c-table-head__cell {
    padding-top: 12px;
  }
  .c-responsive-table[data-cell-count="9"] .c-table-head__cell:first-child, .c-responsive-table[data-cell-count="9"] .c-table-body__cell:first-child {
    padding-left: 16px;
  }
  .c-responsive-table[data-cell-count="9"] .c-table-head__cell:last-child, .c-responsive-table[data-cell-count="9"] .c-table-body__cell:last-child {
    padding-right: 32px;
  }
  .c-responsive-table[data-cell-count="9"] .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 8px;
  }
  .c-responsive-table[data-cell-count="9"] .c-table--border {
    border: none;
  }
}
@media (min-width: 1171px) {
  .c-responsive-table[data-cell-count="9"] {
    border: none;
  }
  .c-responsive-table[data-cell-count="9"]:after {
    display: none;
  }
}
@media (max-width: 1300px) {
  .c-responsive-table[data-cell-count="10"] .c-table {
    min-width: 1300px;
    margin-bottom: 0;
  }
  .c-responsive-table[data-cell-count="10"] .c-table-head__cell {
    padding-top: 12px;
  }
  .c-responsive-table[data-cell-count="10"] .c-table-head__cell:first-child, .c-responsive-table[data-cell-count="10"] .c-table-body__cell:first-child {
    padding-left: 16px;
  }
  .c-responsive-table[data-cell-count="10"] .c-table-head__cell:last-child, .c-responsive-table[data-cell-count="10"] .c-table-body__cell:last-child {
    padding-right: 32px;
  }
  .c-responsive-table[data-cell-count="10"] .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 8px;
  }
  .c-responsive-table[data-cell-count="10"] .c-table--border {
    border: none;
  }
}
@media (min-width: 1301px) {
  .c-responsive-table[data-cell-count="10"] {
    border: none;
  }
  .c-responsive-table[data-cell-count="10"]:after {
    display: none;
  }
}
@media (max-width: 1430px) {
  .c-responsive-table[data-cell-count="11"] .c-table {
    min-width: 1430px;
    margin-bottom: 0;
  }
  .c-responsive-table[data-cell-count="11"] .c-table-head__cell {
    padding-top: 12px;
  }
  .c-responsive-table[data-cell-count="11"] .c-table-head__cell:first-child, .c-responsive-table[data-cell-count="11"] .c-table-body__cell:first-child {
    padding-left: 16px;
  }
  .c-responsive-table[data-cell-count="11"] .c-table-head__cell:last-child, .c-responsive-table[data-cell-count="11"] .c-table-body__cell:last-child {
    padding-right: 32px;
  }
  .c-responsive-table[data-cell-count="11"] .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 8px;
  }
  .c-responsive-table[data-cell-count="11"] .c-table--border {
    border: none;
  }
}
@media (min-width: 1431px) {
  .c-responsive-table[data-cell-count="11"] {
    border: none;
  }
  .c-responsive-table[data-cell-count="11"]:after {
    display: none;
  }
}
@media (max-width: 1560px) {
  .c-responsive-table[data-cell-count="12"] .c-table {
    min-width: 1560px;
    margin-bottom: 0;
  }
  .c-responsive-table[data-cell-count="12"] .c-table-head__cell {
    padding-top: 12px;
  }
  .c-responsive-table[data-cell-count="12"] .c-table-head__cell:first-child, .c-responsive-table[data-cell-count="12"] .c-table-body__cell:first-child {
    padding-left: 16px;
  }
  .c-responsive-table[data-cell-count="12"] .c-table-head__cell:last-child, .c-responsive-table[data-cell-count="12"] .c-table-body__cell:last-child {
    padding-right: 32px;
  }
  .c-responsive-table[data-cell-count="12"] .c-table-body__row:last-child .c-table-body__cell {
    padding-bottom: 8px;
  }
  .c-responsive-table[data-cell-count="12"] .c-table--border {
    border: none;
  }
}
@media (min-width: 1561px) {
  .c-responsive-table[data-cell-count="12"] {
    border: none;
  }
  .c-responsive-table[data-cell-count="12"]:after {
    display: none;
  }
}

/* ==========================================================================
   PAGE STYLES: TABLE FORM
   ========================================================================== */
.c-table .c-form__input, .c-table .c-form__select {
  padding-top: 6px;
  padding-bottom: 7px;
  font-size: 1.4em;
}
.c-table .c-form__select-holder {
  display: inline-block;
}
.c-table .c-form__select-holder:after {
  min-width: 15px;
  min-height: 15px;
  text-align: center;
  font-size: 15px;
  margin-top: -7px;
  right: 8px;
}
.c-table .c-form__select {
  padding-right: 26px;
}
.c-table--striped .c-table-body__row:nth-child(odd) .c-form__input,
.c-table--striped .c-table-body__row:nth-child(odd) .c-form__select {
  background-color: #f9f9f9;
}

@media (max-width: 46.24em) {
  .u-break-apart\@xs .c-table-body__cell {
    border-top: none;
  }
  .u-break-apart\@xs .c-table-body__cell.c-form {
    margin-top: 10px;
  }
  .u-break-apart\@xs .c-table-body__cell.c-form[data-label]:before {
    margin-bottom: 5px;
  }
  .u-break-apart\@xs .c-table-body__cell.c-form .c-form__input, .u-break-apart\@xs .c-table-body__cell.c-form .c-form__select {
    width: 100%;
  }
  .u-break-apart\@xs .c-table-body__cell.c-form .c-form__select-holder {
    display: block;
  }
}
@media (max-width: 61.24em) {
  .u-break-apart\@sm .c-table-body__cell {
    border-top: none;
  }
  .u-break-apart\@sm .c-table-body__cell.c-form {
    margin-top: 10px;
  }
  .u-break-apart\@sm .c-table-body__cell.c-form[data-label]:before {
    margin-bottom: 5px;
  }
  .u-break-apart\@sm .c-table-body__cell.c-form .c-form__input, .u-break-apart\@sm .c-table-body__cell.c-form .c-form__select {
    width: 100%;
  }
  .u-break-apart\@sm .c-table-body__cell.c-form .c-form__select-holder {
    display: block;
  }
}
/* ==========================================================================
   PAGE STYLES: FILLED BTN
   ========================================================================== */
.c-block .c-filled-btn.is-disabled, .c-block .c-filled-btn[disabled] {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #999;
}

.c-filled-btn__icon.fa-file-excel {
  font-size: 1.1em;
  position: relative;
  top: 1px;
}

/* ==========================================================================
   PAGE STYLES: TEXT LINK
   ========================================================================== */
.c-text-link__icon[class*=fa-angle] {
  vertical-align: middle;
  font-size: 17px;
}

/* ==========================================================================
   PAGE STYLES: ICON BTN
   ========================================================================== */
.c-icon-btn__icon[class*=fa-times] {
  transform: scale(1.3);
}

/* ==========================================================================
   PAGE STYLES: FORM
   ========================================================================== */
.c-form__label.has-error .c-form__input:not([readonly]):not([disabled]), .c-form__input-holder.has-error .c-form__input:not([readonly]):not([disabled]) {
  border-color: rgba(210, 106, 92, 0.5);
}
.c-form__label.has-error .c-form__input:not([readonly]):not([disabled]):focus, .c-form__input-holder.has-error .c-form__input:not([readonly]):not([disabled]):focus {
  box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.15);
}
.c-form__label.has-error .c-checkbox__checkbox, .c-form__input-holder.has-error .c-checkbox__checkbox {
  border-color: rgba(210, 106, 92, 0.5);
  box-shadow: 0 0 0 0 rgba(210, 106, 92, 0.2);
}
.c-form__label.has-error .c-checkbox__text, .c-form__input-holder.has-error .c-checkbox__text {
  color: #d26a5c;
}
.c-form__label.has-error .c-checkbox__input:focus ~ .c-checkbox__checkbox, .c-form__input-holder.has-error .c-checkbox__input:focus ~ .c-checkbox__checkbox {
  box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.15);
}
.c-form__label.has-error .c-checkbox__input:checked ~ .c-checkbox__checkbox, .c-form__input-holder.has-error .c-checkbox__input:checked ~ .c-checkbox__checkbox {
  background-color: #d26a5c;
  border-color: rgba(197, 71, 54, 0.5);
}
.c-form__label.has-error .c-checkbox__input:checked ~ .c-checkbox__checkbox:before, .c-form__input-holder.has-error .c-checkbox__input:checked ~ .c-checkbox__checkbox:before {
  opacity: 1;
}
.c-form__label.has-error .c-switch__switch, .c-form__input-holder.has-error .c-switch__switch {
  border-color: rgba(210, 106, 92, 0.5);
  background-color: #eec5c0;
  box-shadow: 0 0 0 0 rgba(210, 106, 92, 0.2);
}
.c-form__label.has-error .c-switch__switch:before, .c-form__input-holder.has-error .c-switch__switch:before {
  box-shadow: 0 0 0 1px rgba(210, 106, 92, 0.5);
}
.c-form__label.has-error .c-switch__text, .c-form__input-holder.has-error .c-switch__text {
  color: #d26a5c;
}
.c-form__label.has-error .c-switch__input:focus ~ .c-switch__switch, .c-form__input-holder.has-error .c-switch__input:focus ~ .c-switch__switch {
  box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.15);
}

.c-input-addon__icon.fa-save {
  font-size: 17px;
}

/* ==========================================================================
   PAGE STYLES: FORM
   ========================================================================== */
.c-form__label.is-invalid:after, .c-form__input-holder.is-invalid:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d26a5c;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 3;
  margin-top: -10px;
}
.c-form__label.is-invalid .c-form__input:not([readonly]):not([disabled]), .c-form__input-holder.is-invalid .c-form__input:not([readonly]):not([disabled]) {
  border-color: rgba(210, 106, 92, 0.7);
  border-width: 2px;
}
.c-form__label.is-invalid .c-form__input:not([readonly]):not([disabled]):focus, .c-form__input-holder.is-invalid .c-form__input:not([readonly]):not([disabled]):focus {
  box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.2);
}
.c-form__label.is-invalid .c-masked-number__mask:not([readonly]):not([disabled]), .c-form__label.is-invalid .c-masked-number__input:not([readonly]):not([disabled]), .c-form__input-holder.is-invalid .c-masked-number__mask:not([readonly]):not([disabled]), .c-form__input-holder.is-invalid .c-masked-number__input:not([readonly]):not([disabled]) {
  padding-right: 32px;
}
.c-form__label.is-valid:after, .c-form__input-holder.is-valid:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #46c37b;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 3;
  margin-top: -10px;
}
.c-form__label.is-valid .c-form__input:not([readonly]):not([disabled]), .c-form__input-holder.is-valid .c-form__input:not([readonly]):not([disabled]) {
  border-color: rgba(70, 195, 123, 0.7);
  border-width: 2px;
}
.c-form__label.is-valid .c-form__input:not([readonly]):not([disabled]):focus, .c-form__input-holder.is-valid .c-form__input:not([readonly]):not([disabled]):focus {
  box-shadow: 0 0 0 4px rgba(70, 195, 123, 0.2);
}
.c-form__label.is-valid .c-masked-number__mask:not([readonly]):not([disabled]), .c-form__label.is-valid .c-masked-number__input:not([readonly]):not([disabled]), .c-form__input-holder.is-valid .c-masked-number__mask:not([readonly]):not([disabled]), .c-form__input-holder.is-valid .c-masked-number__input:not([readonly]):not([disabled]) {
  padding-right: 32px;
}

.c-multi-value-input.is-invalid:not([disabled]):not(.is-disabled) .c-multi-value-input__input {
  border-color: rgba(210, 106, 92, 0.7);
  color: #d26a5c;
}
.c-multi-value-input.is-invalid:not([disabled]):not(.is-disabled) .c-multi-value-input__addon {
  border-color: rgba(210, 106, 92, 0.7);
  color: #d06354;
  background-color: #f3d8d4;
}
:root:root .c-multi-value-input.is-invalid:not([disabled]):not(.is-disabled):focus {
  box-shadow: 0 0 0 4px rgba(210, 106, 92, 0.25);
}
:root:root .c-multi-value-input.is-invalid:not([disabled]):not(.is-disabled):focus .c-multi-value-input__input {
  border-color: rgba(210, 106, 92, 0.7);
}
:root:root .c-multi-value-input.is-invalid:not([disabled]):not(.is-disabled):focus .c-multi-value-input__addon {
  border-color: rgba(210, 106, 92, 0.7);
  color: #d06354;
}
.c-multi-value-input.is-invalid:not([disabled]):not(.is-disabled):after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d26a5c;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 3;
  margin-top: -10px;
}
.c-multi-value-input--addon.is-invalid:not([disabled]):not(.is-disabled):after {
  right: 54px;
}
.c-multi-value-input.is-valid:not([disabled]):not(.is-disabled) .c-multi-value-input__input {
  border-color: rgba(70, 195, 123, 0.7);
  color: #46c37b;
}
.c-multi-value-input.is-valid:not([disabled]):not(.is-disabled) .c-multi-value-input__addon {
  border-color: rgba(70, 195, 123, 0.7);
  color: #3cb971;
  background-color: #cdefdb;
}
:root:root .c-multi-value-input.is-valid:not([disabled]):not(.is-disabled):focus {
  box-shadow: 0 0 0 4px rgba(70, 195, 123, 0.25);
}
:root:root .c-multi-value-input.is-valid:not([disabled]):not(.is-disabled):focus .c-multi-value-input__input {
  border-color: rgba(70, 195, 123, 0.7);
}
:root:root .c-multi-value-input.is-valid:not([disabled]):not(.is-disabled):focus .c-multi-value-input__addon {
  border-color: rgba(70, 195, 123, 0.7);
  color: #3cb971;
}
.c-multi-value-input.is-valid:not([disabled]):not(.is-disabled):after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #46c37b;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 3;
  margin-top: -10px;
}
.c-multi-value-input--addon.is-valid:not([disabled]):not(.is-disabled):after {
  right: 54px;
}

/* ==========================================================================
   PAGE STYLES: GRADIENT PLACEHOLDERS
   ========================================================================== */
@media (max-width: 46.24em) {
  .u-break-apart\@xs .c-gradient-placeholder-table__text {
    width: 200px;
    margin: 8px 0;
    max-width: 100%;
  }
  .u-break-apart\@xs .c-gradient-placeholder-table__text--xs {
    width: 155px;
  }
  .u-break-apart\@xs .c-gradient-placeholder-table__text--lg {
    width: 240px;
  }
  .u-break-apart\@xs .c-gradient-placeholder-table__label {
    display: block;
    width: 75px;
    height: 10px;
    opacity: 0.4;
  }
}
@media (max-width: 61.24em) {
  .u-break-apart\@sm .c-gradient-placeholder-table__text {
    width: 200px;
    margin: 8px 0;
    max-width: 100%;
  }
  .u-break-apart\@sm .c-gradient-placeholder-table__text--xs {
    width: 155px;
  }
  .u-break-apart\@sm .c-gradient-placeholder-table__text--lg {
    width: 240px;
  }
  .u-break-apart\@sm .c-gradient-placeholder-table__label {
    display: block;
    width: 75px;
    height: 10px;
    opacity: 0.4;
  }
}
/* ==========================================================================
   PAGE STYLES: TOASTS
   ========================================================================== */
.c-toast__toast--danger .c-toast__text, .c-toast__toast--success .c-toast__text, .c-toast__toast--warning .c-toast__text, .c-toast__toast--info .c-toast__text {
  padding-left: 16px;
  position: relative;
}
.c-toast__toast--danger .c-toast__text:before, .c-toast__toast--success .c-toast__text:before, .c-toast__toast--warning .c-toast__text:before, .c-toast__toast--info .c-toast__text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #e25e4c;
}
.c-toast__toast--success .c-toast__text:before {
  background-color: #34d578;
}
.c-toast__toast--warning .c-toast__text:before {
  background-color: #ffb954;
}
.c-toast__toast--info .c-toast__text:before {
  background-color: #64bbf7;
}
.c-toast__toast--light {
  background-color: #fff;
  box-shadow: 0px 6px 20px -5px rgba(87, 87, 87, 0.4);
}
.c-toast__toast--light .c-toast__text {
  color: #575757;
}
.c-toast__toast--light .c-toast__dismiss {
  color: #999;
}
.c-toast__toast--light .c-toast__action {
  color: #5c90d2;
}
.c-toast__toast--light .c-toast__timer {
  background-color: rgba(201, 201, 201, 0.8);
}
.c-toast__toast--light.c-toast--danger .c-toast__text, .c-toast__toast--light.c-toast--success .c-toast__text, .c-toast__toast--light.c-toast--warning .c-toast__text, .c-toast__toast--light.c-toast--info .c-toast__text {
  padding-left: 16px;
  position: relative;
}
.c-toast__toast--light.c-toast--danger .c-toast__text:before, .c-toast__toast--light.c-toast--success .c-toast__text:before, .c-toast__toast--light.c-toast--warning .c-toast__text:before, .c-toast__toast--light.c-toast--info .c-toast__text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #d26a5c;
}
.c-toast__toast--light.c-toast--success .c-toast__text:before {
  background-color: #46c37b;
}
.c-toast__toast--light.c-toast--warning .c-toast__text:before {
  background-color: #f3b760;
}
.c-toast__toast--light.c-toast--info .c-toast__text:before {
  background-color: #70b9eb;
}

/* ==========================================================================
   PAGE STYLES: SNACKBAR
   ========================================================================== */
.c-snackbar__snackbar--danger .c-snackbar__text, .c-snackbar__snackbar--success .c-snackbar__text, .c-snackbar__snackbar--warning .c-snackbar__text, .c-snackbar__snackbar--info .c-snackbar__text {
  padding-left: 16px;
  position: relative;
}
.c-snackbar__snackbar--danger .c-snackbar__text:before, .c-snackbar__snackbar--success .c-snackbar__text:before, .c-snackbar__snackbar--warning .c-snackbar__text:before, .c-snackbar__snackbar--info .c-snackbar__text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #e25e4c;
}
.c-snackbar__snackbar--success .c-snackbar__text:before {
  background-color: #34d578;
}
.c-snackbar__snackbar--warning .c-snackbar__text:before {
  background-color: #ffb954;
}
.c-snackbar__snackbar--info .c-snackbar__text:before {
  background-color: #64bbf7;
}
.c-snackbar__snackbar--light {
  background-color: #fff;
  box-shadow: 0px 6px 20px -5px rgba(87, 87, 87, 0.4);
}
.c-snackbar__snackbar--light .c-snackbar__text {
  color: #575757;
}
.c-snackbar__snackbar--light .c-snackbar__dismiss {
  color: #999;
}
.c-snackbar__snackbar--light .c-snackbar__action {
  color: #5c90d2;
}
.c-snackbar__snackbar--light .c-snackbar__timer {
  background-color: rgba(201, 201, 201, 0.8);
}
.c-snackbar__snackbar--light.c-snackbar--danger .c-snackbar__text, .c-snackbar__snackbar--light.c-snackbar--success .c-snackbar__text, .c-snackbar__snackbar--light.c-snackbar--warning .c-snackbar__text, .c-snackbar__snackbar--light.c-snackbar--info .c-snackbar__text {
  padding-left: 16px;
  position: relative;
}
.c-snackbar__snackbar--light.c-snackbar--danger .c-snackbar__text:before, .c-snackbar__snackbar--light.c-snackbar--success .c-snackbar__text:before, .c-snackbar__snackbar--light.c-snackbar--warning .c-snackbar__text:before, .c-snackbar__snackbar--light.c-snackbar--info .c-snackbar__text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #d26a5c;
}
.c-snackbar__snackbar--light.c-snackbar--success .c-snackbar__text:before {
  background-color: #46c37b;
}
.c-snackbar__snackbar--light.c-snackbar--warning .c-snackbar__text:before {
  background-color: #f3b760;
}
.c-snackbar__snackbar--light.c-snackbar--info .c-snackbar__text:before {
  background-color: #70b9eb;
}
@media (min-width: 61.25em) {
  .c-snackbar__action:hover, .c-snackbar__dismiss:hover {
    color: #ff6b6b !important;
  }
}

/* ==========================================================================
   PAGE STYLES: PAGE HEADING
   ========================================================================== */
.c-text-link + .c-page-heading__title {
  padding-bottom: 6px;
}

/* ==========================================================================
   PAGE STYLES: LOGIN
   ========================================================================== */
@media (min-width: 46.25em) {
  .c-login .c-form__group {
    margin-bottom: 20px;
  }
  .c-login__bottom [class*=o-col] {
    text-align: left;
  }
  .c-login__bottom [class*=o-col] + [class*=o-col] {
    text-align: right;
  }
}

/* ==========================================================================
   PAGE STYLES: DIALOG
   ========================================================================== */
@media (min-width: 61.25em) {
  .c-dialog__action:not([disabled]):not(.is-disabled):not(.is-loading).u-color-danger:hover, .c-dialog__action:not([disabled]):not(.is-disabled):not(.is-loading).u-color-danger:focus {
    color: #2c343f !important;
  }
}

/* ==========================================================================
   PAGE STYLES: DATA HEADER
   ========================================================================== */
.c-data-header__item--lg .c-data-header__label {
  font-size: 1.4em;
  font-weight: 600;
  color: #858585;
}
.c-data-header__item--lg .c-data-header__value {
  font-size: 2em;
  color: #393939;
  font-weight: 700;
}
@media (min-width: 75em) {
  .c-data-header__item--lg .c-data-header__value {
    font-size: 2.2em;
    margin-top: 1px;
  }
}

/* ==========================================================================
   PAGE STYLES: BARCODE FORM
   ========================================================================== */
.c-barcode-form__input .c-form__input {
  height: 100%;
  padding-right: 16px;
  padding-left: 16px;
  border-width: 0 1px 0 0;
}
.c-barcode-form__input .c-form__input::-webkit-input-placeholder {
  color: #999;
}
.c-barcode-form__input .c-form__input:-moz-placeholder {
  color: #999;
}
.c-barcode-form__input .c-form__input::-moz-placeholder {
  color: #999;
}
.c-barcode-form__input .c-form :-ms-input-placeholder {
  color: #999;
}
.c-barcode-form__input .c-input-addon__addon {
  border: none;
}
@media (min-width: 61.25em) {
  .c-barcode-form__input .c-input-addon__addon:hover {
    background-color: #ff6b6b;
    color: #fff;
  }
}
