/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a, .faux-link {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, .faux-link:active,
a:hover,
.faux-link:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  cursor: hand; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

.inactive {
  opacity: .4; }

.font-primary {
  font-family: "Titillium Web", sans-serif; }

.font-secondary {
  font-family: "Open Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  color: #0E2338;
  margin: 0;
  font-weight: 300;
  line-height: 1.5em; }
  @media (max-width: 64em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      line-height: 1.4; } }

h1 {
  font-size: 3.25em; }

h2 {
  font-size: 3em; }

h3 {
  font-size: 2em; }

h4 {
  font-size: 1.5em;
  font-weight: normal; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px; }

p {
  color: #0E2338;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

a, .faux-link {
  font-family: "Titillium Web", sans-serif;
  color: #0E2338;
  text-decoration: underline;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
  a:hover, .faux-link:hover, a:focus, .faux-link:focus {
    color: #4EBEA5; }
  a:active, .faux-link:active, a:hover, .faux-link:hover {
    outline: 0; }
  a:focus, .faux-link:focus {
    outline: 0; }

.faux-link:hover {
  cursor: pointer; }

dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em; }

menu,
ol,
ul {
  padding: 0 0 0 2em; }

.line-wrapper {
  position: relative;
  text-align: center;
  margin: 1em 0; }
  .line-wrapper:before {
    content: "";
    display: block;
    border-top: solid 1px #303030;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1; }
  .line-wrapper__text {
    position: relative;
    background: #f8f8f8;
    padding: 0 20px;
    z-index: 100;
    font-style: italic; }

.bold-me {
  font-weight: 700; }
  .bold-me--gray {
    color: #303030; }

.ital {
  font-style: italic;
  font-weight: 200;
  margin-left: -.1em; }

.required-field {
  font-weight: normal;
  font-size: smaller;
  text-transform: none;
  font-style: italic;
  color: #303030; }

.null-linkto {
  text-decoration: none;
  color: inherit; }
  .null-linkto:hover {
    color: inherit; }

button,
[class*="btn--"] {
  outline: 0;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 1.25em;
  line-height: 1.4;
  border-radius: 5px;
  padding: .5em 1em;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
  button .icon,
  [class*="btn--"] .icon {
    vertical-align: bottom;
    -webkit-transition: fill .2s;
    transition: fill .2s;
    fill: #303030; }
    button .icon path,
    [class*="btn--"] .icon path {
      fill: #303030; }
  button:focus,
  [class*="btn--"]:focus {
    outline: 0;
    box-shadow: none; }
  button[disabled='true'],
  [class*="btn--"][disabled='true'] {
    background: #707070; }
    button[disabled='true'] .icon,
    [class*="btn--"][disabled='true'] .icon {
      fill: #707070; }
      button[disabled='true'] .icon path,
      [class*="btn--"][disabled='true'] .icon path {
        fill: #707070; }

.btn__toggle {
  background: #0a0a0a;
  border: none;
  color: #707070;
  border-radius: 0; }

.btn--full {
  width: 100%;
  display: inline-block;
  text-align: center; }

.btn--lowercase {
  text-transform: none;
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0; }

.btn--pill {
  border-radius: 30px; }

.btn--dark {
  border: none;
  background: #303030;
  color: #fff; }
  .btn--dark:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.dark {
  border: none;
  background: #303030;
  color: #fff; }
  .btn.dark:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--dark {
  color: #303030; }
  .btn--outline.btn--dark:hover {
    border-color: #0a0a0a;
    color: #0a0a0a; }
  .btn--outline.btn--dark[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--x-dark {
  border: none;
  background: #0a0a0a;
  color: #fff; }
  .btn--x-dark:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.x-dark {
  border: none;
  background: #0a0a0a;
  color: #fff; }
  .btn.x-dark:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--x-dark {
  color: #0a0a0a; }
  .btn--outline.btn--x-dark:hover {
    border-color: black;
    color: black; }
  .btn--outline.btn--x-dark[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--error {
  border: none;
  background: #F64744;
  color: #fff; }
  .btn--error:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.error {
  border: none;
  background: #F64744;
  color: #fff; }
  .btn.error:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--error {
  color: #F64744; }
  .btn--outline.btn--error:hover {
    border-color: #e30f0b;
    color: #e30f0b; }
  .btn--outline.btn--error[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--alarm {
  border: none;
  background: #F64744;
  color: #fff; }
  .btn--alarm:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.alarm {
  border: none;
  background: #F64744;
  color: #fff; }
  .btn.alarm:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--alarm {
  color: #F64744; }
  .btn--outline.btn--alarm:hover {
    border-color: #e30f0b;
    color: #e30f0b; }
  .btn--outline.btn--alarm[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--warning {
  border: none;
  background: #FB822C;
  color: #fff; }
  .btn--warning:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.warning {
  border: none;
  background: #FB822C;
  color: #fff; }
  .btn.warning:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--warning {
  color: #FB822C; }
  .btn--outline.btn--warning:hover {
    border-color: #d65b04;
    color: #d65b04; }
  .btn--outline.btn--warning[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--normal {
  border: none;
  background: #FB822C;
  color: #fff; }
  .btn--normal:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.normal {
  border: none;
  background: #FB822C;
  color: #fff; }
  .btn.normal:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--normal {
  color: #FB822C; }
  .btn--outline.btn--normal:hover {
    border-color: #d65b04;
    color: #d65b04; }
  .btn--outline.btn--normal[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--success {
  border: none;
  background: #4EBEA5;
  color: #fff; }
  .btn--success:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.success {
  border: none;
  background: #4EBEA5;
  color: #fff; }
  .btn.success:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--success {
  color: #4EBEA5; }
  .btn--outline.btn--success:hover {
    border-color: #338c78;
    color: #338c78; }
  .btn--outline.btn--success[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--saving {
  border: none;
  background: #73ccb8;
  color: #fff; }
  .btn--saving:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.saving {
  border: none;
  background: #73ccb8;
  color: #fff; }
  .btn.saving:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--saving {
  color: #73ccb8; }
  .btn--outline.btn--saving:hover {
    border-color: #41b198;
    color: #41b198; }
  .btn--outline.btn--saving[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--info {
  border: none;
  background: #0E2338;
  color: #fff; }
  .btn--info:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.info {
  border: none;
  background: #0E2338;
  color: #fff; }
  .btn.info:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--info {
  color: #0E2338; }
  .btn--outline.btn--info:hover {
    border-color: black;
    color: black; }
  .btn--outline.btn--info[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--gold {
  border: none;
  background: #EC9F3C;
  color: #fff; }
  .btn--gold:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.gold {
  border: none;
  background: #EC9F3C;
  color: #fff; }
  .btn.gold:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--gold {
  color: #EC9F3C; }
  .btn--outline.btn--gold:hover {
    border-color: #c87913;
    color: #c87913; }
  .btn--outline.btn--gold[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--white {
  border: none;
  background: #fff;
  color: #fff; }
  .btn--white:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.white {
  border: none;
  background: #fff;
  color: #fff; }
  .btn.white:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--white {
  color: #fff; }
  .btn--outline.btn--white:hover {
    border-color: #d9d9d9;
    color: #d9d9d9; }
  .btn--outline.btn--white[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--transparent {
  border: none;
  background: rgba(255, 255, 255, 0);
  color: #fff; }
  .btn--transparent:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.transparent {
  border: none;
  background: rgba(255, 255, 255, 0);
  color: #fff; }
  .btn.transparent:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--transparent {
  color: rgba(255, 255, 255, 0); }
  .btn--outline.btn--transparent:hover {
    border-color: rgba(217, 217, 217, 0);
    color: rgba(217, 217, 217, 0); }
  .btn--outline.btn--transparent[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--disabled {
  border: none;
  background: #707070;
  color: #fff; }
  .btn--disabled:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.disabled {
  border: none;
  background: #707070;
  color: #fff; }
  .btn.disabled:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--disabled {
  color: #707070; }
  .btn--outline.btn--disabled:hover {
    border-color: #4a4a4a;
    color: #4a4a4a; }
  .btn--outline.btn--disabled[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--active {
  border: none;
  background: #4EBEA5;
  color: #fff; }
  .btn--active:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.active {
  border: none;
  background: #4EBEA5;
  color: #fff; }
  .btn.active:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--active {
  color: #4EBEA5; }
  .btn--outline.btn--active:hover {
    border-color: #338c78;
    color: #338c78; }
  .btn--outline.btn--active[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--danger {
  border: none;
  background: #F64744;
  color: #fff; }
  .btn--danger:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.danger {
  border: none;
  background: #F64744;
  color: #fff; }
  .btn.danger:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--danger {
  color: #F64744; }
  .btn--outline.btn--danger:hover {
    border-color: #e30f0b;
    color: #e30f0b; }
  .btn--outline.btn--danger[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--default {
  border: none;
  background: #FB822C;
  color: #fff; }
  .btn--default:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.default {
  border: none;
  background: #FB822C;
  color: #fff; }
  .btn.default:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--default {
  color: #FB822C; }
  .btn--outline.btn--default:hover {
    border-color: #d65b04;
    color: #d65b04; }
  .btn--outline.btn--default[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--pending {
  border: none;
  background: #707070;
  color: #fff; }
  .btn--pending:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.pending {
  border: none;
  background: #707070;
  color: #fff; }
  .btn.pending:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--pending {
  color: #707070; }
  .btn--outline.btn--pending:hover {
    border-color: #4a4a4a;
    color: #4a4a4a; }
  .btn--outline.btn--pending[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--fulfilled {
  border: none;
  background: #4EBEA5;
  color: #fff; }
  .btn--fulfilled:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.fulfilled {
  border: none;
  background: #4EBEA5;
  color: #fff; }
  .btn.fulfilled:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--fulfilled {
  color: #4EBEA5; }
  .btn--outline.btn--fulfilled:hover {
    border-color: #338c78;
    color: #338c78; }
  .btn--outline.btn--fulfilled[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--rejected {
  border: none;
  background: #F64744;
  color: #fff; }
  .btn--rejected:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.rejected {
  border: none;
  background: #F64744;
  color: #fff; }
  .btn.rejected:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--rejected {
  color: #F64744; }
  .btn--outline.btn--rejected:hover {
    border-color: #e30f0b;
    color: #e30f0b; }
  .btn--outline.btn--rejected[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--ss-dark-green {
  border: none;
  background: #308686;
  color: #fff; }
  .btn--ss-dark-green:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.ss-dark-green {
  border: none;
  background: #308686;
  color: #fff; }
  .btn.ss-dark-green:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--ss-dark-green {
  color: #308686; }
  .btn--outline.btn--ss-dark-green:hover {
    border-color: #1c4e4e;
    color: #1c4e4e; }
  .btn--outline.btn--ss-dark-green[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--ss-text {
  border: none;
  background: #6F829E;
  color: #fff; }
  .btn--ss-text:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.ss-text {
  border: none;
  background: #6F829E;
  color: #fff; }
  .btn.ss-text:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--ss-text {
  color: #6F829E; }
  .btn--outline.btn--ss-text:hover {
    border-color: #4d5d73;
    color: #4d5d73; }
  .btn--outline.btn--ss-text[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--ss-darktext {
  border: none;
  background: #21475E;
  color: #fff; }
  .btn--ss-darktext:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn.ss-darktext {
  border: none;
  background: #21475E;
  color: #fff; }
  .btn.ss-darktext:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--outline.btn--ss-darktext {
  color: #21475E; }
  .btn--outline.btn--ss-darktext:hover {
    border-color: #0d1c25;
    color: #0d1c25; }
  .btn--outline.btn--ss-darktext[disabled='true'] {
    background: none;
    border-color: #707070;
    color: #707070; }

.btn--transparent {
  border: none;
  background: none;
  color: #0E2338; }
  .btn--transparent:hover {
    color: rgba(255, 255, 255, 0.6); }

.btn--sm {
  font-size: 0.75em; }
  .btn--sm .icon {
    height: 16px; }

.btn--md {
  font-size: 1em; }

.btn--lg {
  font-size: 1.5em; }

.btn--outline {
  border: 2px solid;
  background: none;
  color: inherit; }

.btn--solid {
  border: none; }

.btn-group {
  display: inline-block; }
  .btn-group__container {
    text-align: center; }
  .btn-group__btn {
    background: #fff;
    color: #0a0a0a;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    border: 1px solid #707070;
    border-right: none;
    border-radius: 0;
    position: relative; }
    .btn-group__btn.active {
      background: #0E2338;
      color: #040a0f; }
      .btn-group__btn.active .icon {
        fill: #040a0f; }
    .btn-group__btn:first-of-type {
      border-radius: 3px 0 0 3px; }
    .btn-group__btn:last-of-type {
      border-right: 1px solid #707070;
      border-radius: 0 3px 3px 0; }
    .btn-group__btn .icon {
      width: 1.2em;
      height: 1.2em;
      margin-bottom: 2px; }

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .button-wrapper.between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .button-wrapper.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .button-wrapper button, .button-wrapper [class*='btn'] {
    padding: .5em 1em;
    margin-right: 1em; }
    .button-wrapper button:last-of-type, .button-wrapper [class*='btn']:last-of-type {
      margin-right: 0; }
    .button-wrapper button.btn--full, .button-wrapper [class*='btn'].btn--full {
      width: 100%; }
  .button-wrapper--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center; }
    .button-wrapper--column.end {
      -webkit-box-align: end;
          -ms-flex-align: end;
                  -ms-grid-row-align: flex-end;
              align-items: flex-end; }
    .button-wrapper--column button, .button-wrapper--column [class*='btn'] {
      margin-bottom: 1em;
      margin-right: 0; }
      .button-wrapper--column button:last-of-type, .button-wrapper--column [class*='btn']:last-of-type {
        margin-bottom: 0; }

.icon-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
          transform: scale(1) translate3d(-50%, -50%, 0);
  border-radius: 30px;
  border: 3px solid #0a0a0a;
  width: 60px;
  height: 60px; }
  .icon-badge .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
            transform: scale(1) translate3d(-50%, -50%, 0);
    width: 40px;
    height: 40px; }
    .icon-badge .icon path {
      fill: #0a0a0a; }
  .icon-badge__container {
    position: relative; }
  .icon-badge--small {
    cursor: pointer;
    border-width: 2px;
    width: 24px;
    height: 24px; }
    .icon-badge--small .icon {
      width: 12px;
      height: 12px; }
      .icon-badge--small .icon path {
        fill: #F64744; }

.icon-badge--dark {
  border-color: #303030; }
  .icon-badge--dark .icon path {
    fill: #303030; }

.icon-badge--x-dark {
  border-color: #0a0a0a; }
  .icon-badge--x-dark .icon path {
    fill: #0a0a0a; }

.icon-badge--error {
  border-color: #F64744; }
  .icon-badge--error .icon path {
    fill: #F64744; }

.icon-badge--alarm {
  border-color: #F64744; }
  .icon-badge--alarm .icon path {
    fill: #F64744; }

.icon-badge--warning {
  border-color: #FB822C; }
  .icon-badge--warning .icon path {
    fill: #FB822C; }

.icon-badge--normal {
  border-color: #FB822C; }
  .icon-badge--normal .icon path {
    fill: #FB822C; }

.icon-badge--success {
  border-color: #4EBEA5; }
  .icon-badge--success .icon path {
    fill: #4EBEA5; }

.icon-badge--saving {
  border-color: #73ccb8; }
  .icon-badge--saving .icon path {
    fill: #73ccb8; }

.icon-badge--info {
  border-color: #0E2338; }
  .icon-badge--info .icon path {
    fill: #0E2338; }

.icon-badge--gold {
  border-color: #EC9F3C; }
  .icon-badge--gold .icon path {
    fill: #EC9F3C; }

.icon-badge--white {
  border-color: #fff; }
  .icon-badge--white .icon path {
    fill: #fff; }

.icon-badge--transparent {
  border-color: rgba(255, 255, 255, 0); }
  .icon-badge--transparent .icon path {
    fill: rgba(255, 255, 255, 0); }

.icon-badge--disabled {
  border-color: #707070; }
  .icon-badge--disabled .icon path {
    fill: #707070; }

.icon-badge--active {
  border-color: #4EBEA5; }
  .icon-badge--active .icon path {
    fill: #4EBEA5; }

.icon-badge--danger {
  border-color: #F64744; }
  .icon-badge--danger .icon path {
    fill: #F64744; }

.icon-badge--default {
  border-color: #FB822C; }
  .icon-badge--default .icon path {
    fill: #FB822C; }

.icon-badge--pending {
  border-color: #707070; }
  .icon-badge--pending .icon path {
    fill: #707070; }

.icon-badge--fulfilled {
  border-color: #4EBEA5; }
  .icon-badge--fulfilled .icon path {
    fill: #4EBEA5; }

.icon-badge--rejected {
  border-color: #F64744; }
  .icon-badge--rejected .icon path {
    fill: #F64744; }

.icon-badge--ss-dark-green {
  border-color: #308686; }
  .icon-badge--ss-dark-green .icon path {
    fill: #308686; }

.icon-badge--ss-text {
  border-color: #6F829E; }
  .icon-badge--ss-text .icon path {
    fill: #6F829E; }

.icon-badge--ss-darktext {
  border-color: #21475E; }
  .icon-badge--ss-darktext .icon path {
    fill: #21475E; }

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

select,
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"] {
  width: 100%;
  -webkit-appearance: none;
  padding: .5em .5em;
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #8a8a8a;
  border-radius: 3px;
  font-weight: 300;
  outline: none;
  color: black; }
  select.has-disclaimer,
  textarea.has-disclaimer,
  input[type="text"].has-disclaimer,
  input[type="search"].has-disclaimer,
  input[type="password"].has-disclaimer,
  input[type="datetime"].has-disclaimer,
  input[type="datetime-local"].has-disclaimer,
  input[type="date"].has-disclaimer,
  input[type="month"].has-disclaimer,
  input[type="time"].has-disclaimer,
  input[type="week"].has-disclaimer,
  input[type="number"].has-disclaimer,
  input[type="email"].has-disclaimer,
  input[type="url"].has-disclaimer,
  input[type="tel"].has-disclaimer,
  input[type="color"].has-disclaimer {
    margin-bottom: 0; }

select::-ms-expand {
  display: none; }

input:required {
  box-shadow: none; }

input[type="search"] {
  box-sizing: border-box; }

input[type="search"]:focus {
  text-align: left; }

input[type="file"]::-webkit-file-upload-button, input[type="file"]::-ms-browse {
  border-radius: 3px;
  padding: .5em 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }

input[type="file"] {
  cursor: pointer !important; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.6em;
  margin-bottom: 1em;
  margin-top: 0.2em; }

input[type="submit"] {
  text-align: center; }

input[type="search"].input--search {
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left: 36px !important; }
  input[type="search"].input--search::-webkit-input-placeholder {
    font-style: italic;
    font-weight: 500; }

textarea {
  height: auto; }

select {
  height: auto;
  font-size: 1.25em;
  background-color: #fff;
  background-image: url("../img/arrow-down-filled.svg");
  background-repeat: no-repeat;
  background-position: 97%;
  padding-right: 36px !important; }

fieldset {
  border: none; }
  fieldset legend {
    font-weight: 600; }

.label--sm, .label--bold {
  color: black;
  text-transform: uppercase; }

label {
  font-weight: 100; }

.label--sm {
  font-size: .75em;
  letter-spacing: 0; }

.label--lg {
  font-size: 1.3em; }

.label--bold {
  font-weight: 600; }

.section-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 100%; }
  .section-form .label {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: .5em; }
  .section-form .input-row:last-of-type:not(:only-child) {
    margin-bottom: 2em; }
  .section-form .label {
    text-align: left; }

.input-col--25 {
  width: 25%;
  padding-right: 1em; }
  .input-col--25:last-child, .input-col--25:only-child {
    padding-right: 0; }
  .input-col--25.no-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5em; }

.input-col--33 {
  width: 33%;
  padding-right: 1em;
  width: 33.3%; }
  .input-col--33:last-child, .input-col--33:only-child {
    padding-right: 0; }
  .input-col--33.no-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5em; }

.input-col--40 {
  width: 40%;
  padding-right: 1em; }
  .input-col--40:last-child, .input-col--40:only-child {
    padding-right: 0; }
  .input-col--40.no-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5em; }

.input-col--50 {
  width: 50%;
  padding-right: 1em; }
  .input-col--50:last-child, .input-col--50:only-child {
    padding-right: 0; }
  .input-col--50.no-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5em; }

.input-col--60 {
  width: 60%;
  padding-right: 1em; }
  .input-col--60:last-child, .input-col--60:only-child {
    padding-right: 0; }
  .input-col--60.no-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5em; }

.input-col--66 {
  width: 66%;
  padding-right: 1em;
  width: 66.6%; }
  .input-col--66:last-child, .input-col--66:only-child {
    padding-right: 0; }
  .input-col--66.no-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5em; }

.input-col--75 {
  width: 75%;
  padding-right: 1em; }
  .input-col--75:last-child, .input-col--75:only-child {
    padding-right: 0; }
  .input-col--75.no-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5em; }

.input-col--100 {
  width: 100%;
  padding-right: 1em; }
  .input-col--100:last-child, .input-col--100:only-child {
    padding-right: 0; }
  .input-col--100.no-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5em; }

.input-col--select {
  position: relative; }
  .input-col--select:after {
    content: '';
    background-image: url("/assets/images/arrow-down2.svg");
    position: absolute;
    right: .9em;
    top: 2.6em;
    background-size: cover;
    height: 20px;
    width: 20px;
    opacity: .5;
    pointer-events: none; }
  .input-col--select.no-label:after {
    top: 1.15em; }

.input-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5em; }
  .input-row:last-child:not(:only-child) {
    margin-bottom: 0; }
  .input-row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media only screen and (max-width: 767px) {
    .input-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .input-row div[class*='input-col'] {
        width: 100%;
        padding-right: 0; } }

.input-select__row .input-col--select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-select__row .input-col--select:after {
    right: .5em;
    top: .7em; }

.input-select__row input {
  width: 70%;
  border-radius: 3px 0 0 3px; }

.input-select__row .select-menu {
  width: 30%; }
  .input-select__row .select-menu select {
    height: 2.5em;
    border-left: none;
    border-radius: 0 3px 3px 0;
    color: #303030;
    font-weight: 500; }

.input-select__row--typeahead .type-ahead {
  width: 70%; }

.input-select__row--typeahead .type-ahead__input-wrapper {
  border-radius: 3px 0 0 3px; }

.padding-top {
  padding-top: 1em !important; }
  .padding-top--6 {
    padding-top: 6px !important; }
  .padding-top--12 {
    padding-top: 12px !important; }
  .padding-top--18 {
    padding-top: 18px !important; }
  .padding-top--24 {
    padding-top: 24px !important; }
  .padding-top--32 {
    padding-top: 32px !important; }
  .padding-top--48 {
    padding-top: 48px !important; }
  .padding-top--64 {
    padding-top: 64px !important; }

.padding-bottom {
  padding-bottom: 1em !important; }
  .padding-bottom--6 {
    padding-bottom: 6px !important; }
  .padding-bottom--12 {
    padding-bottom: 12px !important; }
  .padding-bottom--18 {
    padding-bottom: 18px !important; }
  .padding-bottom--24 {
    padding-bottom: 24px !important; }
  .padding-bottom--32 {
    padding-bottom: 32px !important; }
  .padding-bottom--48 {
    padding-bottom: 48px !important; }
  .padding-bottom--64 {
    padding-bottom: 64px !important; }

.padding-left {
  padding-left: 1em !important; }
  .padding-left--6 {
    padding-left: 6px !important; }
  .padding-left--12 {
    padding-left: 12px !important; }
  .padding-left--18 {
    padding-left: 18px !important; }
  .padding-left--24 {
    padding-left: 24px !important; }
  .padding-left--32 {
    padding-left: 32px !important; }
  .padding-left--48 {
    padding-left: 48px !important; }
  .padding-left--64 {
    padding-left: 64px !important; }

.padding-right {
  padding-right: 1em !important; }
  .padding-right--6 {
    padding-right: 6px !important; }
  .padding-right--12 {
    padding-right: 12px !important; }
  .padding-right--18 {
    padding-right: 18px !important; }
  .padding-right--24 {
    padding-right: 24px !important; }
  .padding-right--32 {
    padding-right: 32px !important; }
  .padding-right--48 {
    padding-right: 48px !important; }
  .padding-right--64 {
    padding-right: 64px !important; }

.padding--6 {
  padding: 6px !important; }

.padding--12 {
  padding: 12px !important; }

.padding--18 {
  padding: 18px !important; }

.padding--24 {
  padding: 24px !important; }

.padding--32 {
  padding: 32px !important; }

.padding--48 {
  padding: 48px !important; }

.padding--64 {
  padding: 64px !important; }

.margin-top {
  margin-top: 1em !important; }
  .margin-top--6 {
    margin-top: 6px !important; }
  .margin-top--12 {
    margin-top: 12px !important; }
  .margin-top--18 {
    margin-top: 18px !important; }
  .margin-top--24 {
    margin-top: 24px !important; }
  .margin-top--32 {
    margin-top: 32px !important; }
  .margin-top--48 {
    margin-top: 48px !important; }
  .margin-top--64 {
    margin-top: 64px !important; }

.margin-bottom {
  margin-bottom: 1em !important; }
  .margin-bottom--6 {
    margin-bottom: 6px !important; }
  .margin-bottom--12 {
    margin-bottom: 12px !important; }
  .margin-bottom--18 {
    margin-bottom: 18px !important; }
  .margin-bottom--24 {
    margin-bottom: 24px !important; }
  .margin-bottom--32 {
    margin-bottom: 32px !important; }
  .margin-bottom--48 {
    margin-bottom: 48px !important; }
  .margin-bottom--64 {
    margin-bottom: 64px !important; }

.margin-left {
  margin-left: 1em !important; }
  .margin-left--6 {
    margin-left: 6px !important; }
  .margin-left--12 {
    margin-left: 12px !important; }
  .margin-left--18 {
    margin-left: 18px !important; }
  .margin-left--24 {
    margin-left: 24px !important; }
  .margin-left--32 {
    margin-left: 32px !important; }
  .margin-left--48 {
    margin-left: 48px !important; }
  .margin-left--64 {
    margin-left: 64px !important; }

.margin-right {
  margin-right: 1em !important; }
  .margin-right--6 {
    margin-right: 6px !important; }
  .margin-right--12 {
    margin-right: 12px !important; }
  .margin-right--18 {
    margin-right: 18px !important; }
  .margin-right--24 {
    margin-right: 24px !important; }
  .margin-right--32 {
    margin-right: 32px !important; }
  .margin-right--48 {
    margin-right: 48px !important; }
  .margin-right--64 {
    margin-right: 64px !important; }

.margin--6 {
  margin: 6px !important; }

.margin--12 {
  margin: 12px !important; }

.margin--18 {
  margin: 18px !important; }

.margin--24 {
  margin: 24px !important; }

.margin--32 {
  margin: 32px !important; }

.margin--48 {
  margin: 48px !important; }

.margin--64 {
  margin: 64px !important; }

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
          transform: scale(1) translate3d(-50%, -50%, 0); }
  .abs-center--horizontal {
    position: absolute;
    left: 50%;
    -webkit-transform: scale(1) translate3d(-50%, 0, 0);
            transform: scale(1) translate3d(-50%, 0, 0); }
  .abs-center--vertical {
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1) translate3d(0, -50%, 0);
            transform: scale(1) translate3d(0, -50%, 0); }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex-container--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-container--align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start; }
  .flex-container--align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end; }
  .flex-container--justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex-container--justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex-container--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-container--justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex-container--justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex-container--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-container--row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media only screen and (max-width: 767px) {
    .flex-container--portable-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .flex-container--portable-column--reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.text--bold {
  font-weight: 600; }

.text--italic {
  font-style: italic; }

.text--lower {
  text-transform: lowercase; }

.text--upper {
  text-transform: uppercase;
  letter-spacing: 1px; }

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

.text--super {
  font-size: 40%;
  font-weight: 300;
  top: -1em; }

.text--weight--100 {
  font-weight: 100; }

.text--weight--200 {
  font-weight: 200; }

.text--weight--300 {
  font-weight: 300; }

.text--weight--400 {
  font-weight: 400; }

.text--weight--500 {
  font-weight: 500; }

.text--weight--600 {
  font-weight: 600; }

.text--weight--700 {
  font-weight: 700; }

.text--weight--800 {
  font-weight: 800; }

.text--weight--900 {
  font-weight: 900; }

.text--color--dark {
  color: #303030 !important; }

.text--color--x-dark {
  color: #0a0a0a !important; }

.text--color--error {
  color: #F64744 !important; }

.text--color--alarm {
  color: #F64744 !important; }

.text--color--warning {
  color: #FB822C !important; }

.text--color--normal {
  color: #FB822C !important; }

.text--color--success {
  color: #4EBEA5 !important; }

.text--color--saving {
  color: #73ccb8 !important; }

.text--color--info {
  color: #0E2338 !important; }

.text--color--gold {
  color: #EC9F3C !important; }

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

.text--color--transparent {
  color: rgba(255, 255, 255, 0) !important; }

.text--color--disabled {
  color: #707070 !important; }

.text--color--active {
  color: #4EBEA5 !important; }

.text--color--danger {
  color: #F64744 !important; }

.text--color--default {
  color: #FB822C !important; }

.text--color--pending {
  color: #707070 !important; }

.text--color--fulfilled {
  color: #4EBEA5 !important; }

.text--color--rejected {
  color: #F64744 !important; }

.text--color--ss-dark-green {
  color: #308686 !important; }

.text--color--ss-text {
  color: #6F829E !important; }

.text--color--ss-darktext {
  color: #21475E !important; }

.icon--10 {
  height: 10px;
  width: 10px; }

.icon--15 {
  height: 15px;
  width: 15px; }

.icon--20 {
  height: 20px;
  width: 20px; }

.icon--25 {
  height: 25px;
  width: 25px; }

.icon--30 {
  height: 30px;
  width: 30px; }

.icon--35 {
  height: 35px;
  width: 35px; }

.icon--40 {
  height: 40px;
  width: 40px; }

.icon--45 {
  height: 45px;
  width: 45px; }

.icon--50 {
  height: 50px;
  width: 50px; }

.icon--dark path {
  fill: #303030; }

.icon--x-dark path {
  fill: #0a0a0a; }

.icon--error path {
  fill: #F64744; }

.icon--alarm path {
  fill: #F64744; }

.icon--warning path {
  fill: #FB822C; }

.icon--normal path {
  fill: #FB822C; }

.icon--success path {
  fill: #4EBEA5; }

.icon--saving path {
  fill: #73ccb8; }

.icon--info path {
  fill: #0E2338; }

.icon--gold path {
  fill: #EC9F3C; }

.icon--white path {
  fill: #fff; }

.icon--transparent path {
  fill: rgba(255, 255, 255, 0); }

.icon--disabled path {
  fill: #707070; }

.icon--active path {
  fill: #4EBEA5; }

.icon--danger path {
  fill: #F64744; }

.icon--default path {
  fill: #FB822C; }

.icon--pending path {
  fill: #707070; }

.icon--fulfilled path {
  fill: #4EBEA5; }

.icon--rejected path {
  fill: #F64744; }

.icon--ss-dark-green path {
  fill: #308686; }

.icon--ss-text path {
  fill: #6F829E; }

.icon--ss-darktext path {
  fill: #21475E; }

.menu {
  position: absolute;
  min-width: 160px;
  opacity: 0;
  pointer-events: none;
  top: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15); }
  .active.menu {
    opacity: 1;
    pointer-events: auto; }

.menu--right {
  right: -100%;
  -webkit-transform: translate(-10px, -20px);
          transform: translate(-10px, -20px); }
  .menu--right.active {
    -webkit-transform: translate(25px, -20px);
            transform: translate(25px, -20px); }
  .menu--right .arr--left {
    position: relative;
    border-color: #707070; }
    .menu--right .arr--left:before, .menu--right .arr--left:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-color: #fff;
      z-index: 2;
      top: 10%;
      right: 100%;
      margin-right: 0;
      margin-top: -6px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 6px solid #fff;
      border-right-color: #fff; }
    .menu--right .arr--left:after {
      z-index: 1;
      top: 10%;
      right: 100%;
      margin-right: 0;
      margin-top: -7px;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-right: 7px solid #707070;
      border-right-color: #707070; }

.menu--bottom {
  bottom: -100%;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px); }
  .menu--bottom.active {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); }
  .menu--bottom .arr--top {
    position: relative;
    border-color: #707070; }
    .menu--bottom .arr--top:before, .menu--bottom .arr--top:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-color: #fff;
      z-index: 2;
      bottom: 100%;
      left: 10%;
      margin-bottom: 0;
      margin-left: -6px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-bottom-color: #fff; }
    .menu--bottom .arr--top:after {
      z-index: 1;
      bottom: 100%;
      left: 10%;
      margin-bottom: 0;
      margin-left: -7px;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #707070;
      border-bottom-color: #707070; }

.menu .nav__list {
  background: white;
  border: 1px solid #707070;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 1em;
  border-radius: 5px; }

.menu .nav__item {
  display: block;
  font-size: .75em;
  margin-left: 0;
  padding: 0; }

.menu .nav__link {
  color: #707070;
  display: block;
  padding: .5em; }
  .menu .nav__link:hover {
    background: #f8f8f8; }

.pill {
  padding: .3em 1em;
  border-radius: 50px;
  font-weight: 400;
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: 2px; }

.pill {
  background: #0E2338;
  color: #fff; }

.pill--dark {
  background: #303030;
  color: #fff; }

.pill--x-dark {
  background: #0a0a0a;
  color: #fff; }

.pill--error {
  background: #F64744;
  color: #fff; }

.pill--alarm {
  background: #F64744;
  color: #fff; }

.pill--warning {
  background: #FB822C;
  color: #fff; }

.pill--normal {
  background: #FB822C;
  color: #fff; }

.pill--success {
  background: #4EBEA5;
  color: #fff; }

.pill--saving {
  background: #73ccb8;
  color: #fff; }

.pill--info {
  background: #0E2338;
  color: #fff; }

.pill--gold {
  background: #EC9F3C;
  color: #fff; }

.pill--white {
  background: #fff;
  color: #fff; }

.pill--transparent {
  background: rgba(255, 255, 255, 0);
  color: #fff; }

.pill--disabled {
  background: #707070;
  color: #fff; }

.pill--active {
  background: #4EBEA5;
  color: #fff; }

.pill--danger {
  background: #F64744;
  color: #fff; }

.pill--default {
  background: #FB822C;
  color: #fff; }

.pill--pending {
  background: #707070;
  color: #fff; }

.pill--fulfilled {
  background: #4EBEA5;
  color: #fff; }

.pill--rejected {
  background: #F64744;
  color: #fff; }

.pill--ss-dark-green {
  background: #308686;
  color: #fff; }

.pill--ss-text {
  background: #6F829E;
  color: #fff; }

.pill--ss-darktext {
  background: #21475E;
  color: #fff; }

.animated {
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.shake {
  -webkit-animation-name: shake;
          animation-name: shake; }

.squeezeIn {
  -webkit-animation-name: squeezeIn;
          animation-name: squeezeIn; }

.squeezeOut {
  -webkit-animation-name: squeezeOut;
          animation-name: squeezeOut; }

.slowPop {
  -webkit-animation-name: slowPop;
          animation-name: slowPop; }

.expand {
  -webkit-animation-name: expand;
          animation-name: expand; }

.shrink {
  -webkit-animation-name: shrink;
          animation-name: shrink; }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

.fadeInUpCenter {
  -webkit-animation-name: fadeInUpCenter;
          animation-name: fadeInUpCenter; }

.fadeInDownCenter {
  -webkit-animation-name: fadeInDownCenter;
          animation-name: fadeInDownCenter; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

.fadeInScale {
  -webkit-animation-name: fadeInScale;
          animation-name: fadeInScale; }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown; }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp; }

.fadeOutShrink {
  -webkit-animation-name: fadeOutShrink;
          animation-name: fadeOutShrink; }

.slideInLeftShort {
  -webkit-animation-name: slideInLeftShort;
          animation-name: slideInLeftShort; }

.slideInRightShort {
  -webkit-animation-name: slideInRightShort;
          animation-name: slideInRightShort; }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft; }

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight; }

.growRight {
  -webkit-animation-name: growRight;
          animation-name: growRight; }

.slide {
  -webkit-animation-name: slide;
          animation-name: slide; }

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY; }

.slideInL {
  -webkit-animation-name: slideInL;
          animation-name: slideInL; }

.slideInR {
  -webkit-animation-name: slideInR;
          animation-name: slideInR; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }

@-webkit-keyframes squeezeIn {
  0% {
    max-width: 0;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3);
            transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3); }
  100% {
    max-width: 15em;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3);
            transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3); } }

@keyframes squeezeIn {
  0% {
    max-width: 0;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3);
            transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3); }
  100% {
    max-width: 15em;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3);
            transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3); } }

@-webkit-keyframes squeezeOut {
  0% {
    max-width: 15em;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3);
            transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3); }
  100% {
    max-width: 0;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3);
            transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3); } }

@keyframes squeezeOut {
  0% {
    max-width: 15em;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3);
            transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3); }
  100% {
    max-width: 0;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3);
            transition-timing-function: cubic-bezier(0.3, 0, 0, 1.3); } }

@-webkit-keyframes slowPop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes slowPop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes expand {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes shrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes shrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes fadeInUpCenter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
            transform: translate3d(-50%, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); } }

@keyframes fadeInUpCenter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
            transform: translate3d(-50%, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); } }

@-webkit-keyframes fadeInDownCenter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -100%, 0);
            transform: translate3d(-50%, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); } }

@keyframes fadeInDownCenter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -100%, 0);
            transform: translate3d(-50%, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes slideInLeftShort {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInLeftShort {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInRightShort {
  0% {
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInRightShort {
  0% {
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes growRight {
  0% {
    max-width: 0; }
  100% {
    max-width: 30em; } }

@keyframes growRight {
  0% {
    max-width: 0; }
  100% {
    max-width: 30em; } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutShrink {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@keyframes fadeOutShrink {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@-webkit-keyframes slideInL {
  0% {
    -webkit-transform: translate3d(-100%, -50%, 0);
            transform: translate3d(-100%, -50%, 0); }
  100% {
    -webkit-transform: translate3d(0%, -50%, 0);
            transform: translate3d(0%, -50%, 0); } }

@keyframes slideInL {
  0% {
    -webkit-transform: translate3d(-100%, -50%, 0);
            transform: translate3d(-100%, -50%, 0); }
  100% {
    -webkit-transform: translate3d(0%, -50%, 0);
            transform: translate3d(0%, -50%, 0); } }

@-webkit-keyframes slideInR {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0); }
  100% {
    -webkit-transform: translate3d(0%, -50%, 0);
            transform: translate3d(0%, -50%, 0); } }

@keyframes slideInR {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0); }
  100% {
    -webkit-transform: translate3d(0%, -50%, 0);
            transform: translate3d(0%, -50%, 0); } }

.spinner {
  width: 15px;
  height: 11px; }

.modal-overlays.hide {
  display: none; }

.overlay {
  z-index: 1000;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .overlay--show {
    opacity: 1; }
  .overlay--solid--white {
    background: #fff; }
  .overlay__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2em; }
  .overlay .btn-group {
    position: relative;
    padding: 1em 0;
    bottom: inherit; }

.confirm__title, .confirm__desc {
  text-align: center; }

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
          transform: scale(1) translate3d(-50%, -50%, 0);
  background: white;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  min-width: 18em;
  width: 80vw;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
  z-index: 200; }
  @media only screen and (max-width: 480px) {
    .modal {
      min-width: 90vw; } }

.modal-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(14, 35, 56, 0.7);
  z-index: 1000;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
  min-height: 100vh;
  position: fixed; }
  .modal-container.exiting {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut; }
  .modal-container--full-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: white;
    z-index: 900; }

.modal--open {
  z-index: 1200;
  overflow: hidden;
  width: 100%; }

.modal--full-screen {
  position: absolute;
  top: 50%;
  -webkit-transform: scale(1) translate3d(0, -50%, 0);
          transform: scale(1) translate3d(0, -50%, 0); }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .modal--full-screen {
      margin-top: -30%; } }

.modal__header {
  padding: 1em;
  position: relative;
  border-radius: 3px 3px 0 0; }

.modal__body {
  height: 60vh;
  overflow: scroll; }
  .modal__body .container {
    padding: 1.5em; }
  .modal__body input {
    text-align: center; }

.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .modal__footer .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #fff; }
    .modal__footer .btn:first-child {
      border-radius: 0 0 0 3px; }
    .modal__footer .btn:last-child {
      border-radius: 0 0 3px 0; }

.modal__title {
  font-size: 1.125em;
  letter-spacing: 1.83px;
  text-transform: uppercase;
  color: #fff; }

.modal__text {
  padding-bottom: 1em; }
  @media only screen and (max-width: 480px) {
    .modal__text {
      font-size: .875em; } }

.table {
  width: 100%;
  margin-bottom: 1em; }

.thead {
  border-top: 1px solid black;
  border-bottom: 1px solid black; }
  .thead__th {
    text-align: left;
    padding: .5em;
    font-weight: 500;
    letter-spacing: .03em;
    color: black; }
    .thead__th.sortable {
      position: relative;
      cursor: pointer; }
      .thead__th.sortable a, .thead__th.sortable .faux-link {
        margin-left: 8px;
        color: black;
        text-decoration: none; }
      .thead__th.sortable:before {
        content: '';
        background-image: url('data:image/svg+xml;charset=utf-8,\a<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8" height="14" viewBox="0 0 8 14">\a<path fill="#444444" d="M8 8.5q0 0.203-0.148 0.352l-3.5 3.5q-0.148 0.148-0.352 0.148t-0.352-0.148l-3.5-3.5q-0.148-0.148-0.148-0.352t0.148-0.352 0.352-0.148h7q0.203 0 0.352 0.148t0.148 0.352zM8 5.5q0 0.203-0.148 0.352t-0.352 0.148h-7q-0.203 0-0.352-0.148t-0.148-0.352 0.148-0.352l3.5-3.5q0.148-0.148 0.352-0.148t0.352 0.148l3.5 3.5q0.148 0.148 0.148 0.352z"></path>\a</svg>\a');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        opacity: .7;
        width: 8px;
        height: 14px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }

.tbody {
  -webkit-animation: fadeIn .3s;
          animation: fadeIn .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .tbody__tr {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15); }
    .tbody__tr:nth-of-type(even) {
      background: #9e9e9e; }
    .tbody__tr.pending-row {
      font-weight: 700; }
    .tbody__tr:hover .icon {
      opacity: 1; }
  .tbody__td {
    padding: 1em 0;
    padding-left: .5em;
    position: relative;
    font-weight: 300; }
    .tbody__td--xs {
      padding: .5em 0 .5em .5em;
      font-size: .875em;
      position: relative; }
    .tbody__td--sm {
      position: relative;
      padding: .75em 0;
      padding-left: .5em;
      min-width: 24px; }
    .tbody__td--md {
      position: relative;
      padding: 1em 0;
      padding-left: .5em;
      font-size: 1em; }
      .tbody__td--md.centered {
        text-align: center; }
        .tbody__td--md.centered .icon-hot-star {
          height: 20px; }
          .tbody__td--md.centered .icon-hot-star path {
            fill: #EC9F3C; }
    .tbody__td--icon {
      padding-right: 1.5em; }

.pagination-controls {
  text-align: right;
  font-size: .875em; }

.pagination__link {
  text-decoration: none;
  padding: .5em; }

section {
  padding: 3em 0; }
  section.intro {
    padding-top: calc(2em + 100px); }
  @media only screen and (min-width: 1025px) {
    section {
      padding: 4em 0; } }

.intro__large-title, .intro__small-title, .intro__product-title {
  z-index: 200;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
  font-size: 48pt;
  padding: 0 2em;
  margin-bottom: .75em; }
  @media only screen and (max-width: 767px) {
    .intro__large-title, .intro__small-title, .intro__product-title {
      font-size: 30pt;
      padding: 0; } }

.intro__large-title {
  max-width: 18em; }

.intro__small-title {
  font-size: 36pt; }

.intro__sub-title {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .intro__sub-title {
      width: 80%; } }

.intro__product-title {
  margin-bottom: 10px;
  text-shadow: none; }
  .intro__product-title svg {
    width: 36px;
    height: 60px;
    vertical-align: middle; }

.section--light {
  background: #fff; }

.section--bg {
  background-position: 50% 50%;
  background-size: cover;
  position: relative; }
  .section--bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.6); }

.section--xl {
  padding: 10em 0; }
  .section--xl.intro {
    padding-top: calc(10em + 100px); }
    @media only screen and (max-width: 767px) {
      .section--xl.intro {
        padding-top: calc(5em + 100px); } }

.section--lg {
  padding: 6em 0; }
  .section--lg.intro {
    padding-top: calc(6em + 100px); }
  @media only screen and (max-width: 767px) {
    .section--lg {
      padding: 5em 0; }
      .section--lg.intro {
        padding-top: calc(5em + 100px); } }

.section--md {
  padding: 3em 0; }
  .section--md.intro {
    padding-top: calc(3em + 100px); }

.section--sm {
  padding: 1em 0; }
  .section--sm.intro {
    padding-top: calc(1em + 100px); }

.section--center [class*='section__header'] {
  text-align: center; }

.section__body {
  font-weight: 400;
  color: black; }
  .section__body.lg {
    font-size: 1.25em;
    font-weight: 300; }

.section__header {
  font-size: 2.25em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #0E2338;
  margin-bottom: .5em; }
  .section__header--light {
    color: #6F829E; }
  .section__header--center {
    text-align: center; }
  @media only screen and (max-width: 480px) {
    .section__header {
      font-size: 1.875em; } }

.section__split {
  position: relative;
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .section__split {
      width: 100%; } }

.section__text {
  color: #0E2338;
  font-size: 1.125em;
  font-weight: 300; }

.section--lt-blue {
  background-color: #eaf0f6; }

.section--border-bottom {
  border-bottom: 1px solid #5e5e5e; }

.section--border-top {
  border-top: 1px solid #5e5e5e; }

.section--border-left {
  border-left: 1px solid #5e5e5e; }

.section--border-right {
  border-right: 1px solid #5e5e5e; }

.notification {
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 3px;
  font-size: 1.125em;
  font-weight: 300; }

.notification.new {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: -10;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-bottom: -2em; }
  .notification.new.active {
    margin-bottom: 1em;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1;
    opacity: 1; }

.notification__container {
  position: relative; }
  .notification__container .btn--clear-error {
    top: -.3em;
    position: absolute;
    right: -1em; }
    .notification__container .btn--clear-error .icon {
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
      transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15); }
      .notification__container .btn--clear-error .icon path {
        fill: #f41713; }
      .notification__container .btn--clear-error .icon:hover {
        -webkit-transform: scale(1.25);
                transform: scale(1.25); }

.notification__message__list {
  padding: 0;
  margin: 0;
  min-height: 1.5em; }

.notification__message__item {
  list-style: none;
  margin-bottom: .5em; }
  .notification__message__item:last-child, .notification__message__item:only-child {
    margin-bottom: 0; }

.notification--dark {
  border: 1px solid #303030;
  background: #8a8a8a;
  color: #171717; }
  .notification--dark .notification__message {
    color: #171717 !important; }

.notification--x-dark {
  border: 1px solid #0a0a0a;
  background: #636363;
  color: black; }
  .notification--x-dark .notification__message {
    color: black !important; }

.notification--error {
  border: 1px solid #F64744;
  background: #feefee;
  color: #f41713; }
  .notification--error .notification__message {
    color: #f41713 !important; }

.notification--alarm {
  border: 1px solid #F64744;
  background: #feefee;
  color: #f41713; }
  .notification--alarm .notification__message {
    color: #f41713 !important; }

.notification--warning {
  border: 1px solid #FB822C;
  background: #feeadb;
  color: #ef6605; }
  .notification--warning .notification__message {
    color: #ef6605 !important; }

.notification--normal {
  border: 1px solid #FB822C;
  background: #feeadb;
  color: #ef6605; }
  .notification--normal .notification__message {
    color: #ef6605 !important; }

.notification--success {
  border: 1px solid #4EBEA5;
  background: #d1eee7;
  color: #3a9f88; }
  .notification--success .notification__message {
    color: #3a9f88 !important; }

.notification--saving {
  border: 1px solid #73ccb8;
  background: #f6fcfa;
  color: #4ebea5; }
  .notification--saving .notification__message {
    color: #4ebea5 !important; }

.notification--info {
  border: 1px solid #0E2338;
  background: #327cc7;
  color: #040a0f; }
  .notification--info .notification__message {
    color: #040a0f !important; }

.notification--gold {
  border: 1px solid #EC9F3C;
  background: #fcefdf;
  color: #df8716; }
  .notification--gold .notification__message {
    color: #df8716 !important; }

.notification--white {
  border: 1px solid #fff;
  background: white;
  color: #e6e6e6; }
  .notification--white .notification__message {
    color: #e6e6e6 !important; }

.notification--transparent {
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  color: rgba(230, 230, 230, 0); }
  .notification--transparent .notification__message {
    color: rgba(230, 230, 230, 0) !important; }

.notification--disabled {
  border: 1px solid #707070;
  background: #c9c9c9;
  color: #575757; }
  .notification--disabled .notification__message {
    color: #575757 !important; }

.notification--active {
  border: 1px solid #4EBEA5;
  background: #d1eee7;
  color: #3a9f88; }
  .notification--active .notification__message {
    color: #3a9f88 !important; }

.notification--danger {
  border: 1px solid #F64744;
  background: #feefee;
  color: #f41713; }
  .notification--danger .notification__message {
    color: #f41713 !important; }

.notification--default {
  border: 1px solid #FB822C;
  background: #feeadb;
  color: #ef6605; }
  .notification--default .notification__message {
    color: #ef6605 !important; }

.notification--pending {
  border: 1px solid #707070;
  background: #c9c9c9;
  color: #575757; }
  .notification--pending .notification__message {
    color: #575757 !important; }

.notification--fulfilled {
  border: 1px solid #4EBEA5;
  background: #d1eee7;
  color: #3a9f88; }
  .notification--fulfilled .notification__message {
    color: #3a9f88 !important; }

.notification--rejected {
  border: 1px solid #F64744;
  background: #feefee;
  color: #f41713; }
  .notification--rejected .notification__message {
    color: #f41713 !important; }

.notification--ss-dark-green {
  border: 1px solid #308686;
  background: #91d8d8;
  color: #236060; }
  .notification--ss-dark-green .notification__message {
    color: #236060 !important; }

.notification--ss-text {
  border: 1px solid #6F829E;
  background: #dadfe6;
  color: #586982; }
  .notification--ss-text .notification__message {
    color: #586982 !important; }

.notification--ss-darktext {
  border: 1px solid #21475E;
  background: #68a5ca;
  color: #142a38; }
  .notification--ss-darktext .notification__message {
    color: #142a38 !important; }

.notify-super {
  position: absolute;
  top: -0.75em;
  right: -.75em;
  background: #FB822C;
  border: 2px solid white;
  padding: 0.2em 0.5em;
  border-radius: 30px;
  letter-spacing: .1em;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  pointer-events: none; }
  .notify-super__number {
    font-weight: 700;
    color: #fedbc2; }

.notify-super--dark {
  background: #303030;
  border: 2px solid #b0b0b0; }
  .notify-super--dark .notify-super__number {
    color: #b0b0b0; }

.notify-super--x-dark {
  background: #0a0a0a;
  border: 2px solid #8a8a8a; }
  .notify-super--x-dark .notify-super__number {
    color: #8a8a8a; }

.notify-super--error {
  background: #F64744;
  border: 2px solid white; }
  .notify-super--error .notify-super__number {
    color: white; }

.notify-super--alarm {
  background: #F64744;
  border: 2px solid white; }
  .notify-super--alarm .notify-super__number {
    color: white; }

.notify-super--warning {
  background: #FB822C;
  border: 2px solid white; }
  .notify-super--warning .notify-super__number {
    color: white; }

.notify-super--normal {
  background: #FB822C;
  border: 2px solid white; }
  .notify-super--normal .notify-super__number {
    color: white; }

.notify-super--success {
  background: #4EBEA5;
  border: 2px solid white; }
  .notify-super--success .notify-super__number {
    color: white; }

.notify-super--saving {
  background: #73ccb8;
  border: 2px solid white; }
  .notify-super--saving .notify-super__number {
    color: white; }

.notify-super--info {
  background: #0E2338;
  border: 2px solid #6ba3da; }
  .notify-super--info .notify-super__number {
    color: #6ba3da; }

.notify-super--gold {
  background: #EC9F3C;
  border: 2px solid white; }
  .notify-super--gold .notify-super__number {
    color: white; }

.notify-super--white {
  background: #fff;
  border: 2px solid white; }
  .notify-super--white .notify-super__number {
    color: white; }

.notify-super--transparent {
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0); }
  .notify-super--transparent .notify-super__number {
    color: rgba(255, 255, 255, 0); }

.notify-super--disabled {
  background: #707070;
  border: 2px solid #f0f0f0; }
  .notify-super--disabled .notify-super__number {
    color: #f0f0f0; }

.notify-super--active {
  background: #4EBEA5;
  border: 2px solid white; }
  .notify-super--active .notify-super__number {
    color: white; }

.notify-super--danger {
  background: #F64744;
  border: 2px solid white; }
  .notify-super--danger .notify-super__number {
    color: white; }

.notify-super--default {
  background: #FB822C;
  border: 2px solid white; }
  .notify-super--default .notify-super__number {
    color: white; }

.notify-super--pending {
  background: #707070;
  border: 2px solid #f0f0f0; }
  .notify-super--pending .notify-super__number {
    color: #f0f0f0; }

.notify-super--fulfilled {
  background: #4EBEA5;
  border: 2px solid white; }
  .notify-super--fulfilled .notify-super__number {
    color: white; }

.notify-super--rejected {
  background: #F64744;
  border: 2px solid white; }
  .notify-super--rejected .notify-super__number {
    color: white; }

.notify-super--ss-dark-green {
  background: #308686;
  border: 2px solid #c9ecec; }
  .notify-super--ss-dark-green .notify-super__number {
    color: #c9ecec; }

.notify-super--ss-text {
  background: #6F829E;
  border: 2px solid white; }
  .notify-super--ss-text .notify-super__number {
    color: white; }

.notify-super--ss-darktext {
  background: #21475E;
  border: 2px solid #a0c7de; }
  .notify-super--ss-darktext .notify-super__number {
    color: #a0c7de; }

.alert {
  position: fixed;
  bottom: 1em;
  right: 1em;
  border-radius: 3px;
  padding: .7em 1em;
  font-size: 1em;
  max-width: 240px;
  -webkit-animation: fadeInUp 400ms ease;
          animation: fadeInUp 400ms ease;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .5s ease;
  transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
  z-index: 99999; }
  .alert.exiting {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  .alert__icon {
    width: 24px;
    height: 24px;
    margin-right: 1em; }

.alert--dark {
  background-color: rgba(41, 41, 41, 0.9);
  border: 1px solid #303030;
  font-weight: 300;
  color: #fff; }

.alert--x-dark {
  background-color: rgba(2, 2, 2, 0.9);
  border: 1px solid #0a0a0a;
  font-weight: 300;
  color: #fff; }

.alert--error {
  background-color: rgba(245, 57, 53, 0.9);
  border: 1px solid #F64744;
  font-weight: 300;
  color: #fff; }

.alert--alarm {
  background-color: rgba(245, 57, 53, 0.9);
  border: 1px solid #F64744;
  font-weight: 300;
  color: #fff; }

.alert--warning {
  background-color: rgba(251, 121, 29, 0.9);
  border: 1px solid #FB822C;
  font-weight: 300;
  color: #fff; }

.alert--normal {
  background-color: rgba(251, 121, 29, 0.9);
  border: 1px solid #FB822C;
  font-weight: 300;
  color: #fff; }

.alert--success {
  background-color: rgba(68, 185, 159, 0.9);
  border: 1px solid #4EBEA5;
  font-weight: 300;
  color: #fff; }

.alert--saving {
  background-color: rgba(104, 200, 178, 0.9);
  border: 1px solid #73ccb8;
  font-weight: 300;
  color: #fff; }

.alert--info {
  background-color: rgba(11, 27, 44, 0.9);
  border: 1px solid #0E2338;
  font-weight: 300;
  color: #fff; }

.alert--gold {
  background-color: rgba(235, 152, 46, 0.9);
  border: 1px solid #EC9F3C;
  font-weight: 300;
  color: #fff; }

.alert--white {
  background-color: rgba(247, 247, 247, 0.9);
  border: 1px solid #fff;
  font-weight: 300;
  color: #fff; }

.alert--transparent {
  background-color: rgba(247, 247, 247, 0.9);
  border: 1px solid rgba(255, 255, 255, 0);
  font-weight: 300;
  color: #fff; }

.alert--disabled {
  background-color: rgba(104, 104, 104, 0.9);
  border: 1px solid #707070;
  font-weight: 300;
  color: #fff; }

.alert--active {
  background-color: rgba(68, 185, 159, 0.9);
  border: 1px solid #4EBEA5;
  font-weight: 300;
  color: #fff; }

.alert--danger {
  background-color: rgba(245, 57, 53, 0.9);
  border: 1px solid #F64744;
  font-weight: 300;
  color: #fff; }

.alert--default {
  background-color: rgba(251, 121, 29, 0.9);
  border: 1px solid #FB822C;
  font-weight: 300;
  color: #fff; }

.alert--pending {
  background-color: rgba(104, 104, 104, 0.9);
  border: 1px solid #707070;
  font-weight: 300;
  color: #fff; }

.alert--fulfilled {
  background-color: rgba(68, 185, 159, 0.9);
  border: 1px solid #4EBEA5;
  font-weight: 300;
  color: #fff; }

.alert--rejected {
  background-color: rgba(245, 57, 53, 0.9);
  border: 1px solid #F64744;
  font-weight: 300;
  color: #fff; }

.alert--ss-dark-green {
  background-color: rgba(44, 123, 123, 0.9);
  border: 1px solid #308686;
  font-weight: 300;
  color: #fff; }

.alert--ss-text {
  background-color: rgba(102, 122, 152, 0.9);
  border: 1px solid #6F829E;
  font-weight: 300;
  color: #fff; }

.alert--ss-darktext {
  background-color: rgba(29, 62, 83, 0.9);
  border: 1px solid #21475E;
  font-weight: 300;
  color: #fff; }

.circle-notification {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
  border: 3px solid #fff;
  z-index: 900; }
  .circle-notification.pulse {
    -webkit-animation: pulseColor 1s ease infinite alternate;
            animation: pulseColor 1s ease infinite alternate;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .circle-notification.exiting {
    right: -10px;
    top: -10px;
    -webkit-animation: shrink .5s;
            animation: shrink .5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }

.circle-notification--dark {
  background: #303030;
  box-shadow: rgba(48, 48, 48, 0.3) 0 0 0 8px; }

@-webkit-keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(48, 48, 48, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(48, 48, 48, 0.4); } }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(48, 48, 48, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(48, 48, 48, 0.4); } }

.circle-notification--x-dark {
  background: #0a0a0a;
  box-shadow: rgba(10, 10, 10, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(10, 10, 10, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(10, 10, 10, 0.4); } }

.circle-notification--error {
  background: #F64744;
  box-shadow: rgba(246, 71, 68, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(246, 71, 68, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(246, 71, 68, 0.4); } }

.circle-notification--alarm {
  background: #F64744;
  box-shadow: rgba(246, 71, 68, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(246, 71, 68, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(246, 71, 68, 0.4); } }

.circle-notification--warning {
  background: #FB822C;
  box-shadow: rgba(251, 130, 44, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(251, 130, 44, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(251, 130, 44, 0.4); } }

.circle-notification--normal {
  background: #FB822C;
  box-shadow: rgba(251, 130, 44, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(251, 130, 44, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(251, 130, 44, 0.4); } }

.circle-notification--success {
  background: #4EBEA5;
  box-shadow: rgba(78, 190, 165, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(78, 190, 165, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(78, 190, 165, 0.4); } }

.circle-notification--saving {
  background: #73ccb8;
  box-shadow: rgba(115, 204, 184, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(115, 204, 184, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(115, 204, 184, 0.4); } }

.circle-notification--info {
  background: #0E2338;
  box-shadow: rgba(14, 35, 56, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(14, 35, 56, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(14, 35, 56, 0.4); } }

.circle-notification--gold {
  background: #EC9F3C;
  box-shadow: rgba(236, 159, 60, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(236, 159, 60, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(236, 159, 60, 0.4); } }

.circle-notification--white {
  background: #fff;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4); } }

.circle-notification--transparent {
  background: rgba(255, 255, 255, 0);
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4); } }

.circle-notification--disabled {
  background: #707070;
  box-shadow: rgba(112, 112, 112, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(112, 112, 112, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(112, 112, 112, 0.4); } }

.circle-notification--active {
  background: #4EBEA5;
  box-shadow: rgba(78, 190, 165, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(78, 190, 165, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(78, 190, 165, 0.4); } }

.circle-notification--danger {
  background: #F64744;
  box-shadow: rgba(246, 71, 68, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(246, 71, 68, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(246, 71, 68, 0.4); } }

.circle-notification--default {
  background: #FB822C;
  box-shadow: rgba(251, 130, 44, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(251, 130, 44, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(251, 130, 44, 0.4); } }

.circle-notification--pending {
  background: #707070;
  box-shadow: rgba(112, 112, 112, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(112, 112, 112, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(112, 112, 112, 0.4); } }

.circle-notification--fulfilled {
  background: #4EBEA5;
  box-shadow: rgba(78, 190, 165, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(78, 190, 165, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(78, 190, 165, 0.4); } }

.circle-notification--rejected {
  background: #F64744;
  box-shadow: rgba(246, 71, 68, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(246, 71, 68, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(246, 71, 68, 0.4); } }

.circle-notification--ss-dark-green {
  background: #308686;
  box-shadow: rgba(48, 134, 134, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(48, 134, 134, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(48, 134, 134, 0.4); } }

.circle-notification--ss-text {
  background: #6F829E;
  box-shadow: rgba(111, 130, 158, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(111, 130, 158, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(111, 130, 158, 0.4); } }

.circle-notification--ss-darktext {
  background: #21475E;
  box-shadow: rgba(33, 71, 94, 0.3) 0 0 0 8px; }

@keyframes pulseColor {
  0% {
    box-shadow: 0 0 0 10px rgba(33, 71, 94, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(33, 71, 94, 0.4); } }

.notification-info {
  background: #a3a3a3;
  border: 2px solid #707070;
  border-radius: 5px;
  padding: 1em;
  -webkit-animation: fadeInDown .5s;
          animation: fadeInDown .5s; }

.notification-info--dark {
  background: #636363;
  border-color: #303030; }
  .notification-info--dark * {
    color: black; }
  .notification-info--dark .icon-badge {
    border-color: black; }
  .notification-info--dark .icon path {
    fill: black; }

.notification-info--x-dark {
  background: #3d3d3d;
  border-color: #0a0a0a; }
  .notification-info--x-dark * {
    color: black; }
  .notification-info--x-dark .icon-badge {
    border-color: black; }
  .notification-info--x-dark .icon path {
    fill: black; }

.notification-info--error {
  background: #fba7a5;
  border-color: #F64744; }
  .notification-info--error * {
    color: #b20b09; }
  .notification-info--error .icon-badge {
    border-color: #b20b09; }
  .notification-info--error .icon path {
    fill: #b20b09; }

.notification-info--alarm {
  background: #fba7a5;
  border-color: #F64744; }
  .notification-info--alarm * {
    color: #b20b09; }
  .notification-info--alarm .icon-badge {
    border-color: #b20b09; }
  .notification-info--alarm .icon path {
    fill: #b20b09; }

.notification-info--warning {
  background: #fdbd90;
  border-color: #FB822C; }
  .notification-info--warning * {
    color: #a44603; }
  .notification-info--warning .icon-badge {
    border-color: #a44603; }
  .notification-info--warning .icon path {
    fill: #a44603; }

.notification-info--normal {
  background: #fdbd90;
  border-color: #FB822C; }
  .notification-info--normal * {
    color: #a44603; }
  .notification-info--normal .icon-badge {
    border-color: #a44603; }
  .notification-info--normal .icon path {
    fill: #a44603; }

.notification-info--success {
  background: #99d9cb;
  border-color: #4EBEA5; }
  .notification-info--success * {
    color: #266758; }
  .notification-info--success .icon-badge {
    border-color: #266758; }
  .notification-info--success .icon path {
    fill: #266758; }

.notification-info--saving {
  background: #bee7de;
  border-color: #73ccb8; }
  .notification-info--saving * {
    color: #338c78; }
  .notification-info--saving .icon-badge {
    border-color: #338c78; }
  .notification-info--saving .icon path {
    fill: #338c78; }

.notification-info--info {
  background: #22568a;
  border-color: #0E2338; }
  .notification-info--info * {
    color: black; }
  .notification-info--info .icon-badge {
    border-color: black; }
  .notification-info--info .icon path {
    fill: black; }

.notification-info--gold {
  background: #f5cd99;
  border-color: #EC9F3C; }
  .notification-info--gold * {
    color: #9a5d0f; }
  .notification-info--gold .icon-badge {
    border-color: #9a5d0f; }
  .notification-info--gold .icon path {
    fill: #9a5d0f; }

.notification-info--white {
  background: white;
  border-color: #fff; }
  .notification-info--white * {
    color: #bfbfbf; }
  .notification-info--white .icon-badge {
    border-color: #bfbfbf; }
  .notification-info--white .icon path {
    fill: #bfbfbf; }

.notification-info--transparent {
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0); }
  .notification-info--transparent * {
    color: rgba(191, 191, 191, 0); }
  .notification-info--transparent .icon-badge {
    border-color: rgba(191, 191, 191, 0); }
  .notification-info--transparent .icon path {
    fill: rgba(191, 191, 191, 0); }

.notification-info--disabled {
  background: #a3a3a3;
  border-color: #707070; }
  .notification-info--disabled * {
    color: #303030; }
  .notification-info--disabled .icon-badge {
    border-color: #303030; }
  .notification-info--disabled .icon path {
    fill: #303030; }

.notification-info--active {
  background: #99d9cb;
  border-color: #4EBEA5; }
  .notification-info--active * {
    color: #266758; }
  .notification-info--active .icon-badge {
    border-color: #266758; }
  .notification-info--active .icon path {
    fill: #266758; }

.notification-info--danger {
  background: #fba7a5;
  border-color: #F64744; }
  .notification-info--danger * {
    color: #b20b09; }
  .notification-info--danger .icon-badge {
    border-color: #b20b09; }
  .notification-info--danger .icon path {
    fill: #b20b09; }

.notification-info--default {
  background: #fdbd90;
  border-color: #FB822C; }
  .notification-info--default * {
    color: #a44603; }
  .notification-info--default .icon-badge {
    border-color: #a44603; }
  .notification-info--default .icon path {
    fill: #a44603; }

.notification-info--pending {
  background: #a3a3a3;
  border-color: #707070; }
  .notification-info--pending * {
    color: #303030; }
  .notification-info--pending .icon-badge {
    border-color: #303030; }
  .notification-info--pending .icon path {
    fill: #303030; }

.notification-info--fulfilled {
  background: #99d9cb;
  border-color: #4EBEA5; }
  .notification-info--fulfilled * {
    color: #266758; }
  .notification-info--fulfilled .icon-badge {
    border-color: #266758; }
  .notification-info--fulfilled .icon path {
    fill: #266758; }

.notification-info--rejected {
  background: #fba7a5;
  border-color: #F64744; }
  .notification-info--rejected * {
    color: #b20b09; }
  .notification-info--rejected .icon-badge {
    border-color: #b20b09; }
  .notification-info--rejected .icon path {
    fill: #b20b09; }

.notification-info--ss-dark-green {
  background: #59c3c3;
  border-color: #308686; }
  .notification-info--ss-dark-green * {
    color: #0e2828; }
  .notification-info--ss-dark-green .icon-badge {
    border-color: #0e2828; }
  .notification-info--ss-dark-green .icon path {
    fill: #0e2828; }

.notification-info--ss-text {
  background: #acb7c7;
  border-color: #6F829E; }
  .notification-info--ss-text * {
    color: #394455; }
  .notification-info--ss-text .icon-badge {
    border-color: #394455; }
  .notification-info--ss-text .icon path {
    fill: #394455; }

.notification-info--ss-darktext {
  background: #3c80a9;
  border-color: #21475E; }
  .notification-info--ss-darktext * {
    color: black; }
  .notification-info--ss-darktext .icon-badge {
    border-color: black; }
  .notification-info--ss-darktext .icon path {
    fill: black; }

.flash-top {
  padding: 1em;
  font-size: 1.125em;
  font-weight: 300;
  cursor: pointer;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100vw;
  left: 0;
  z-index: 10000;
  right: 0;
  -webkit-animation: fadeInDown .2s ease-in-out;
          animation: fadeInDown .2s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .flash-top__relative {
    position: relative; }
  .flash-top.exiting {
    -webkit-animation: fadeOutUp .2s ease-in-out;
            animation: fadeOutUp .2s ease-in-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .flash-top__text {
    max-width: 80%;
    margin: 0 auto; }
    .flash-top__text p {
      color: #fff;
      font-weight: 500;
      line-height: 1.8;
      font-size: 1.25em; }
    .flash-top__text a, .flash-top__text .faux-link {
      text-decoration: none;
      font-weight: 700; }
      .flash-top__text a:hover, .flash-top__text .faux-link:hover, .flash-top__text a:focus, .flash-top__text .faux-link:focus {
        opacity: .7;
        color: #0E2338; }
  .flash-top__close {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px; }

.flash-top--dark {
  background-color: #303030;
  color: #fff; }

.flash-top--x-dark {
  background-color: #0a0a0a;
  color: #fff; }

.flash-top--error {
  background-color: #F64744;
  color: #fff; }

.flash-top--alarm {
  background-color: #F64744;
  color: #fff; }

.flash-top--warning {
  background-color: #FB822C;
  color: #fff; }

.flash-top--normal {
  background-color: #FB822C;
  color: #fff; }

.flash-top--success {
  background-color: #4EBEA5;
  color: #fff; }

.flash-top--saving {
  background-color: #73ccb8;
  color: #fff; }

.flash-top--info {
  background-color: #0E2338;
  color: #fff; }

.flash-top--gold {
  background-color: #EC9F3C;
  color: #fff; }

.flash-top--white {
  background-color: #fff;
  color: #fff; }

.flash-top--transparent {
  background-color: rgba(255, 255, 255, 0);
  color: #fff; }

.flash-top--disabled {
  background-color: #707070;
  color: #fff; }

.flash-top--active {
  background-color: #4EBEA5;
  color: #fff; }

.flash-top--danger {
  background-color: #F64744;
  color: #fff; }

.flash-top--default {
  background-color: #FB822C;
  color: #fff; }

.flash-top--pending {
  background-color: #707070;
  color: #fff; }

.flash-top--fulfilled {
  background-color: #4EBEA5;
  color: #fff; }

.flash-top--rejected {
  background-color: #F64744;
  color: #fff; }

.flash-top--ss-dark-green {
  background-color: #308686;
  color: #fff; }

.flash-top--ss-text {
  background-color: #6F829E;
  color: #fff; }

.flash-top--ss-darktext {
  background-color: #21475E;
  color: #fff; }

.tab__btns--btn {
  background: transparent;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  padding: 1em 1.5em;
  letter-spacing: 2px; }

.tab__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 1em;
  width: 100%;
  border-bottom: 1px solid #787878; }
  @media only screen and (max-width: 480px) {
    .tab__btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }
  @media only screen and (min-width: 481px) and (max-width: 1023px) {
    .tab__btns {
      font-size: .875em; } }
  .tab__btns--btn {
    color: #303030; }
    .tab__btns--btn:hover {
      box-shadow: #0E2338 0 -1px 0 0 inset;
      color: #0a0a0a; }
    .tab__btns--btn.active {
      box-shadow: #0E2338 0 -2px 0 0 inset;
      color: #0a0a0a; }

.type-ahead__input ::-webkit-input-placeholder, .type-ahead__selected__item {
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #707070;
  color: #0a0a0a;
  cursor: pointer;
  display: inline-block;
  font-size: .775em;
  line-height: 2.4;
  list-style: none;
  margin: .25em;
  padding: .1em 0 0 .5em; }

.type-ahead {
  margin-bottom: 1em;
  width: 100%; }
  .type-ahead__input-wrapper {
    background: #fff;
    position: relative;
    border: 1px solid #707070;
    border-radius: 3px;
    outline: none;
    color: #0a0a0a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px; }
  .type-ahead__input {
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 6em; }
    .type-ahead__input ::-webkit-input-placeholder {
      background: #fbfbfb;
      border-color: #8a8a8a;
      color: #5e5e5e;
      line-height: .1;
      margin: -.75em;
      max-width: 3vw;
      padding: .7em; }
    .type-ahead__input input.input {
      background: none;
      border: none;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-bottom: 0;
      padding: .5em;
      width: 100%; }
      .type-ahead__input input.input:focus::-webkit-input-placeholder {
        -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0, 0, 1.3);
        transition: opacity 0.8s cubic-bezier(0.3, 0, 0, 1.3);
        opacity: 0; }
    .type-ahead__input button {
      padding: 0 5px;
      margin: 5px;
      background: #a3a3a3; }
      .type-ahead__input button:hover {
        background: #8a8a8a; }
      .type-ahead__input button .icon-add {
        width: 20px;
        height: 20px;
        opacity: .6; }
        .type-ahead__input button .icon-add use {
          fill: transparent; }
  .type-ahead__selected__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%; }
  .type-ahead__selected__item {
    -webkit-transition: background .2s;
    transition: background .2s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .type-ahead__selected__item:hover {
      background: rgba(248, 248, 248, 0.8); }
    .type-ahead__selected__item .btn {
      font-size: .25em;
      margin-left: .5em;
      height: 20px; }
      .type-ahead__selected__item .btn .icon-remove {
        width: 14px;
        height: 14px;
        fill: #303030;
        margin: -2px; }
  .type-ahead__results__list {
    background: #f8f8f8;
    border-radius: 0 0 3px 3px;
    border: 1px solid #707070;
    border-top: none;
    font-size: .875em;
    margin-top: -3px;
    margin: 0;
    max-height: 11.275em;
    overflow: scroll;
    padding: 3px .5em 0 .5em; }
  .type-ahead__results__item {
    border-bottom: 1px solid #707070;
    cursor: pointer;
    list-style: none;
    padding: .5em;
    -webkit-transition: background .2s;
    transition: background .2s; }
    .type-ahead__results__item .icon-cw {
      width: 16px;
      height: 16px;
      margin-top: 2px; }
      .type-ahead__results__item .icon-cw path {
        fill: #303030; }
    .type-ahead__results__item.active {
      background: #fff; }
    .type-ahead__results__item:last-child {
      border-bottom: none; }
    .type-ahead__results__item:hover {
      background: #fff; }

.toggle-switch {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .toggle-switch__label {
    font-size: 1.25em;
    margin: 0;
    margin-bottom: 0;
    margin-right: 1em;
    min-width: 4em;
    text-align: right; }
    .toggle-switch__label.right {
      margin-left: 1em;
      margin-right: 0; }
  .toggle-switch__status {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
            transform: scale(1) translate3d(-50%, -50%, 0);
    font-size: 0.75em;
    color: #fff;
    font-weight: 600;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-transform: uppercase; }
    .toggle-switch__status.on {
      opacity: 1; }
    .toggle-switch__status--first {
      left: 27%; }
    .toggle-switch__status--second {
      color: #707070;
      left: 73%; }
  .toggle-switch__btn {
    color: #303030;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15); }
    .toggle-switch__btn:hover {
      color: #0a0a0a; }
    .toggle-switch__btn.inactive {
      opacity: .25; }
    .toggle-switch__btn:first-child {
      text-align: right; }
    .toggle-switch__btn:last-child {
      text-align: left; }
  .toggle-switch__container {
    background: #f8f8f8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    padding: .25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    border-radius: 40px;
    position: relative;
    -webkit-transition: background .2s;
    transition: background .2s; }
    .toggle-switch__container.on {
      background: black; }
    .toggle-switch__container [class*='btn'] {
      position: relative;
      border-radius: 100%;
      width: 34px;
      height: 34px;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
      transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
      background-image: -webkit-linear-gradient(#fff, #f8f8f8);
      background-image: linear-gradient(#fff, #f8f8f8);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      border: 1px solid #a3a3a3; }
      .toggle-switch__container [class*='btn'].show, .toggle-switch__container [class*='btn'].is-selected {
        -webkit-transform: translateX(38px);
                transform: translateX(38px); }
  .toggle-switch.small .toggle-switch__container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    padding: 1px; }
  .toggle-switch.small .toggle-switch__label {
    font-size: .875em; }
  .toggle-switch.small .btn--default {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
    padding: 0; }
    .toggle-switch.small .btn--default.show, .toggle-switch.small .btn--default.is-selected {
      -webkit-transform: translateX(18px);
              transform: translateX(18px); }

.more-info {
  min-height: 12px;
  margin-bottom: 6px; }
  .more-info .search-row--icon {
    height: 14px; }

.ember-tether {
  position: absolute;
  z-index: 100; }

#wormhole-tooltip {
  position: fixed;
  bottom: 1em;
  right: 1em; }
  #wormhole-tooltip .tooltip {
    margin-bottom: 1em; }

.tooltip {
  text-shadow: none;
  background: #fff;
  min-width: 20em;
  max-width: none;
  border-radius: 5px;
  pointer-events: all;
  padding: 0;
  top: 0;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 4px 0; }
  .tooltip__label {
    color: #0E2338;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .075em;
    line-height: 2; }
  .tooltip__header {
    padding: 1em .75em;
    position: relative;
    border-bottom: 1px solid #8a8a8a; }
    .tooltip__header h5 {
      font-size: 1.2em;
      font-weight: 700;
      text-align: left; }
  .tooltip__body {
    padding: 1em 1em; }
    .tooltip__body li, .tooltip__body p {
      color: #0a0a0a; }
    .tooltip__body ul {
      margin: 0; }
    .tooltip__body li {
      list-style: inside;
      margin-bottom: .45em; }
    .tooltip__body__row {
      margin-bottom: 1em; }
      .tooltip__body__row:last-child {
        margin-bottom: 0; }
    .tooltip__body__text {
      font-size: 1.125em; }
  .tooltip.wormhole {
    -webkit-animation: fadeInUp .4s;
            animation: fadeInUp .4s;
    position: relative;
    top: 0;
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 4px 0;
    border: none; }
    .tooltip.wormhole .tooltip__header {
      cursor: pointer;
      padding: 2.5em 1.5em;
      text-align: center; }
      .tooltip.wormhole .tooltip__header h4 {
        color: #0a0a0a;
        font-size: 3.875em;
        font-weight: 700;
        line-height: 1;
        margin-left: -12px;
        margin-bottom: 12px; }
        .tooltip.wormhole .tooltip__header h4 sup {
          top: -1em;
          font-size: 0.4em; }
    .tooltip.wormhole .tooltip__body {
      padding: 1.5em 1.5em; }
    .tooltip.wormhole .flex-container--between {
      margin-bottom: .5em; }
      .tooltip.wormhole .flex-container--between h6 {
        font-size: 12pt;
        color: #707070; }
    .tooltip.wormhole p {
      margin: 0;
      margin-left: 2em; }
    .tooltip.wormhole .card-icon {
      width: 30px;
      height: 20px;
      margin-right: .5em;
      background-repeat: no-repeat; }
    .tooltip.wormhole:after {
      content: "";
      background: 15px/15px no-repeat url("images/invalid.svg");
      background-position: 50% 50%;
      background-color: #fff;
      position: absolute;
      top: -8px;
      right: -8px;
      opacity: 1;
      width: 30px;
      height: 30px;
      box-shadow: rgba(0, 0, 0, 0.25) 0 1px 1px 0;
      border-radius: 30px;
      -webkit-transform: none;
              transform: none;
      pointer-events: none; }

pre {
  display: none; }

.site-nav {
  height: 100px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  margin: 0 auto;
  width: 100%;
  width: 100vw;
  z-index: 900;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .site-nav.open {
    background-color: #0E2338;
    border-bottom: 0; }
  .site-nav.dark {
    background-color: #0E2338; }
  @media only screen and (max-width: 1024px) {
    .site-nav {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  height: 100%;
  position: relative; }
  .nav__list__container {
    position: relative;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 60px; }
    .nav__list__container button[class*='btn'],
    .nav__list__container a[class*='btn'],
    .nav__list__container [class*='btn'].faux-link {
      color: #fff;
      cursor: pointer; }
      .nav__list__container button[class*='btn']:hover,
      .nav__list__container a[class*='btn']:hover,
      .nav__list__container [class*='btn'].faux-link:hover {
        color: rgba(255, 255, 255, 0.7); }
    @media only screen and (max-width: 767px) {
      .nav__list__container.request-demo {
        display: none; } }
    @media only screen and (max-width: 1024px) {
      .nav__list__container.about-button {
        display: none; } }
  .nav__btn {
    white-space: nowrap;
    position: relative;
    color: #fff;
    height: 100%;
    display: block;
    border-radius: 0;
    padding-right: 28px;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
    min-height: 100px; }
    .nav__btn:hover {
      color: rgba(255, 255, 255, 0.7); }
  .nav__arrow-down {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 20px;
    width: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .nav__arrow-right {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 10px; }
    .nav__arrow-right path {
      fill: rgba(255, 255, 255, 0.5); }
  .nav__list {
    position: absolute;
    margin: 0;
    padding: 0 4vw;
    width: 100vw;
    left: 0;
    list-style: none;
    top: 100px;
    background-color: #0E2338;
    box-shadow: rgba(0, 0, 0, 0.35) 0 4px 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: -1;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15); }
    .nav__list.open {
      visibility: visible;
      pointer-events: all;
      padding: 0 4vw;
      opacity: 1;
      max-height: 800px;
      z-index: 1000; }
  .nav__item {
    width: 33.3%;
    padding: 0 1em 2em 0;
    cursor: pointer; }
    .nav__item__title {
      text-transform: none;
      display: inline-block;
      font-weight: 500;
      color: #fff; }
    .nav__item__description {
      color: rgba(255, 255, 255, 0.5);
      text-transform: none;
      font-weight: 400;
      letter-spacing: 1px;
      white-space: normal; }
  .nav__logo, .nav__cta-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.3%;
    height: 100%; }
  .nav__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .nav__logo--logo {
      height: 30px;
      width: 190px;
      margin: auto 0; }
    .nav__logo--icon {
      height: 34px;
      width: 30px;
      margin: auto 0; }
  .nav__cta-buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 560px) {
      .nav__cta-buttons {
        display: none; } }
  .nav__toggle {
    position: absolute;
    top: calc(100px/4.3);
    left: 4vw;
    display: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: transparent;
    padding: 11px 7px 15px 7px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    z-index: 1000; }
    .nav__toggle:focus {
      outline: 0; }
    @media only screen and (max-width: 1024px) {
      .nav__toggle {
        display: block; } }
    .nav__toggle__lines, .nav__toggle__lines:before, .nav__toggle__lines:after {
      display: inline-block;
      width: 24px;
      height: 2px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 1.71429px;
      -webkit-transition: all 0.5s cubic-bezier(0.3, 0, 0, 1.3);
      transition: all 0.5s cubic-bezier(0.3, 0, 0, 1.3);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .nav__toggle__lines {
      position: relative; }
      .nav__toggle__lines:before, .nav__toggle__lines:after {
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: 50%;
                transform-origin: 50%; }
      .nav__toggle__lines:before {
        top: 8px; }
      .nav__toggle__lines:after {
        top: -8px; }
    .nav__toggle--close .nav__toggle__lines {
      background: transparent; }
      .nav__toggle--close .nav__toggle__lines:before, .nav__toggle--close .nav__toggle__lines:after {
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        top: 0;
        width: 24px; }
      .nav__toggle--close .nav__toggle__lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 405deg);
                transform: rotate3d(0, 0, 1, 405deg); }
      .nav__toggle--close .nav__toggle__lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -405deg);
                transform: rotate3d(0, 0, 1, -405deg); }
  @media only screen and (min-width: 1025px) {
    .nav__list.open {
      padding-top: 2em; }
    .nav__list__container.nav-request-demo, .nav__list__container.nav-about-button {
      display: none; }
    .nav__list__container.active .nav__btn {
      box-shadow: #4EBEA5 0 -5px 0 inset; }
    .nav__list__container.active .nav__arrow-down {
      -webkit-transform: rotate(180deg) translateY(50%);
              transform: rotate(180deg) translateY(50%); }
    .nav .nav__btn:hover {
      box-shadow: #4EBEA5 0 -5px 0 inset; } }
  @media only screen and (max-width: 1024px) {
    .nav {
      height: auto;
      position: absolute;
      top: 100px;
      width: 100%;
      left: 0;
      right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center;
      max-height: 0;
      opacity: 0;
      padding: 0 0 1.125em;
      z-index: -1;
      pointer-events: none;
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
      transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15); }
      .nav.open {
        pointer-events: all;
        z-index: 9999;
        max-height: 2000px;
        background-color: #0E2338;
        opacity: 1;
        box-shadow: rgba(0, 0, 0, 0.25) 0 4px 9px 0; }
      .nav__list__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: .75em 0; }
        .nav__list__container:not(.request-demo) {
          max-height: 70px; }
        .nav__list__container.active {
          background-color: #0a1928;
          max-height: inherit; }
          .nav__list__container.active .nav__arrow-down {
            -webkit-transform: rotate(180deg) translateY(50%);
                    transform: rotate(180deg) translateY(50%); }
          .nav__list__container.active .nav__list {
            background-color: #0a1928; }
      .nav__list {
        position: relative;
        box-shadow: none;
        top: 0; }
      .nav__btn {
        min-height: 60px; }
      .nav__arrow-down {
        height: 16px;
        width: 16px; }
      .nav__logo {
        position: absolute;
        padding: 0;
        left: 0;
        width: 100vw;
        top: 0em;
        padding-top: 10px; }
      .nav__item {
        width: calc(50% - 1em);
        margin: 0 1em 1em 0;
        padding: 0;
        text-align: left;
        display: block;
        position: relative; }
        .nav__item:last-child {
          margin-bottom: 3em; }
        .nav__item .nav__arrow-right {
          height: 12px;
          width: 12px; }
        .nav__item__title {
          font-size: 1em; }
        .nav__item__description {
          font-size: .875em; } }
  @media only screen and (max-width: 767px) {
    .nav__item {
      width: 100%;
      padding: 1em 0;
      text-align: center; }
      .nav__item:last-child {
        margin-bottom: 0; }
      .nav__item:last-child {
        padding: 1em 0; }
      .nav__item__description {
        padding: 0 3em; }
    .nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: inherit;
          flex-wrap: inherit; } }

.erp-modal__header {
  padding: 2em; }
  .erp-modal__header h3 {
    font-size: 2em;
    padding-right: 2em; }
  @media only screen and (max-width: 1024px) {
    .erp-modal__header input.inout--search {
      font-size: 16pt; } }
  @media only screen and (max-width: 480px) {
    .erp-modal__header {
      padding: 1em; }
      .erp-modal__header h3 {
        font-size: 1.125em; } }

.erp-modal__close {
  position: absolute;
  z-index: 1000;
  top: 8.5%;
  right: 1.4%; }

.erp-modal__body {
  padding: 0 2em;
  border-radius: 0 0 3px 3px;
  background: #E6EDF4; }
  @media only screen and (max-width: 480px) {
    .erp-modal__body {
      padding: 0 1em; } }

.erp-modal__search-result {
  padding: 2em 0;
  position: relative;
  border-bottom: 1px solid #9fbad5;
  cursor: pointer; }
  .erp-modal__search-result:hover .erp-modal__arrow {
    opacity: 1; }

.erp-modal__arrow {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15); }

.selected-integration {
  position: absolute;
  top: 0;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 2em;
  overflow: scroll;
  z-index: 200;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15); }
  .selected-integration.hide {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    pointer-events: none;
    z-index: -1; }
  .selected-integration__title {
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: .25em;
    font-size: 2em; }
  .selected-integration__feature-title {
    font-size: .875em; }
  .selected-integration__feature-container {
    border-bottom: 1px solid #9fbad5;
    margin-bottom: 3em; }
    .selected-integration__feature-container:last-child {
      border-bottom: 0;
      margin-bottom: 1em; }
  .selected-integration .product-page__feature-list {
    padding: 1em 0; }
    .selected-integration .product-page__feature-list p {
      font-size: .875em; }

.ss-form {
  margin: 4em 0; }
  .ss-form__container {
    border-top: 2px solid #D2E5EF;
    padding-top: 5em; }
  .ss-form label {
    font-weight: 500;
    color: #6F829E;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.125em; }
  .ss-form__submit {
    width: 200px;
    padding: .75em; }

.ss-pagination {
  margin: 2em 0 0; }

.blog__title {
  font-size: 2.5em;
  margin-bottom: .25em;
  max-width: 800px; }

.blog__subtitle {
  color: #6F829E;
  margin-bottom: .5em;
  max-width: 800px; }

.blog__author, .blog__date {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px; }

.blog__author {
  margin-right: 2em; }

.blog__body {
  margin-top: 3em;
  max-width: 800px; }
  .blog__body p {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.8; }
  .blog__body img {
    max-width: 100%;
    height: auto !important; }

.social-widget {
  margin: 1em 0; }
  .social-widget__link {
    text-decoration: none;
    padding-right: 1em; }
    .social-widget__link img {
      height: 20px;
      width: 20px; }

.home__img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 90%; }
  .home__img.sm {
    width: 70%; }
  @media only screen and (max-width: 767px) {
    .home__img {
      margin-bottom: 30px;
      width: 100%; }
      .home__img.sm {
        width: 90%; } }

.home__text {
  width: 70%;
  font-size: 1.125em;
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .home__text {
      width: 100%; } }

.home__icon {
  height: 56px;
  width: 56px; }

.home__banner {
  text-align: left;
  max-width: 70em;
  margin: 0 auto;
  padding: 1.5em 0; }
  .home__banner__title {
    font-size: 1.25em;
    margin-bottom: .5em; }
  .home__banner__body {
    font-size: 1em;
    max-width: 35em; }
  .home__banner__link {
    font-size: 1.125em;
    text-decoration: none;
    opacity: 0.8; }
    .home__banner__link:hover {
      opacity: 1; }

.punchout__text-body {
  margin-left: 32px; }
  @media only screen and (max-width: 767px) {
    .punchout__text-body {
      margin-left: 0; } }

.punchout__video__container {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  cursor: pointer; }
  .punchout__video__container:hover .punchout__play-button {
    -webkit-transform: scale(1.075) translate3d(-50%, -50%, 0);
            transform: scale(1.075) translate3d(-50%, -50%, 0); }
    .punchout__video__container:hover .punchout__play-button path {
      fill: #4EBEA5; }
  .punchout__video__container:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.4); }

.punchout__play-button {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
          transform: scale(1) translate3d(-50%, -50%, 0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
  z-index: 200; }
  .punchout__play-button path {
    fill: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15); }

.small-green-link {
  color: #4EBEA5;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
  text-transform: none;
  padding-left: 0;
  cursor: pointer; }
  .small-green-link:hover {
    color: #338c78; }

#owl-carousel {
  width: 125% !important; }
  #owl-carousel .owl-wrapper-outer {
    width: 125% !important; }

.owl-dots {
  text-align: center; }

.owl-dot {
  display: inline-block; }
  .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 10px; }
  .owl-dot.active span {
    background: none repeat scroll 0 0 #0E2338; }

.product-card {
  margin: 12px 16px 20px 12px;
  max-width: 24em;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px 0;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15); }
  .product-card:hover {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    box-shadow: rgba(0, 0, 0, 0.25) 0 6px 12px 0; }
  .product-card__header {
    text-align: center;
    padding: 2.5em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -5px 7px -4px inset; }
    .product-card__header__svg {
      height: 50px;
      margin-bottom: 10px; }
    .product-card__header__title {
      font-weight: 600; }
    .product-card__header__tag {
      font-weight: 400;
      font-style: italic; }
  .product-card__body {
    margin: 2em 1.5em 0;
    border-bottom: 2px solid #DAEBF2; }
  .product-card__footer {
    padding: 1em 1.5em 1em;
    text-align: center; }
    .product-card__footer .small-green-link {
      padding: .5em; }

.feature-img {
  height: 160px;
  width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto; }
  .feature-img.punchout {
    width: 200px; }
  .feature-img.no-center {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .feature-img {
      height: 120px;
      width: 120px; }
      .feature-img.punchout {
        width: 180px; } }
  .feature-img__container {
    width: 33%;
    text-align: center;
    margin-bottom: 2em;
    -webkit-animation: fadeIn .5s ease-in-out;
            animation: fadeIn .5s ease-in-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .feature-img__container.exiting {
      -webkit-animation: fadeOut .5s ease-in-out;
              animation: fadeOut .5s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .feature-img__container {
        width: 50%; } }

.home-testimonial {
  text-align: center; }
  .home-testimonial__image {
    height: 100px;
    width: 100px;
    margin: 0 auto 1em;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 2px solid #fff; }
  .home-testimonial__quote {
    font-size: 1.675em;
    font-style: italic;
    color: #fff;
    line-height: 1.8;
    margin-bottom: .875em; }
  .home-testimonial__submitter {
    font-size: 1.3em;
    color: #fff;
    letter-spacing: 1px; }

.home-blog-post {
  margin: 2em 0 0; }
  .home-blog-post__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 35%;
    height: 220px;
    margin-right: 2em; }
  .home-blog-post__text {
    width: 40%; }
    .home-blog-post__text h3 {
      font-weight: 500;
      margin-bottom: .25em; }
    .home-blog-post__text p {
      color: #6F829E;
      font-family: "Open Sans", sans-serif;
      font-size: 1.125em; }
    @media (max-width: 1000) {
      .home-blog-post__text {
        width: 60%; } }
  @media only screen and (max-width: 767px) {
    .home-blog-post__img, .home-blog-post__text {
      width: 100%; }
    .home-blog-post__img {
      margin-right: 0;
      margin-bottom: 2em; } }

.home-cta {
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .home-cta__img {
    height: 400px;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .home-cta__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    margin: auto 0; }
    .home-cta__text h3 {
      font-weight: 500;
      margin-bottom: .25em; }
    .home-cta__text p {
      font-family: "Open Sans", sans-serif;
      margin-bottom: .5em;
      font-weight: 400; }
  .home-cta__icon {
    margin-bottom: .75em; }
  @media only screen and (max-width: 767px) {
    .home-cta__img, .home-cta__text {
      width: 100%; }
    .home-cta__text {
      padding: 0 1em;
      margin: 4em 0 0; } }

.intercom-launcher-button {
  background-color: #4EBEA5 !important;
  border-color: #4EBEA5 !important;
  height: 60px !important;
  width: 60px !important;
  background-image: url("../img/chat-bubble.png") !important; }
  @media only screen and (max-width: 480px) {
    .intercom-launcher-button {
      height: 48px !important;
      width: 48px !important; } }

.products__product-card {
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px 0;
  margin-bottom: 2em; }
  .products__product-card__header {
    padding: 1em 2em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -5px 7px -4px inset; }
    .products__product-card__header p {
      margin-bottom: .5em; }
  .products__product-card__body {
    background: #fff; }
  .products__product-card__col1, .products__product-card__col2 {
    padding: 2em; }
  .products__product-card__col1 {
    width: 60%; }
    .products__product-card__col1 ul {
      margin: 0;
      padding: 0; }
    .products__product-card__col1 li {
      list-style: none;
      line-height: 2; }
  .products__product-card__col2 {
    width: 40%; }
  @media only screen and (max-width: 767px) {
    .products__product-card__header {
      -webkit-box-align: start;
          -ms-flex-align: start;
                  -ms-grid-row-align: flex-start;
              align-items: flex-start; }
      .products__product-card__header p {
        margin: .5em 0 1em; }
    .products__product-card__col1 {
      padding-bottom: 0; }
    .products__product-card__col1, .products__product-card__col2 {
      width: 100%; } }

.product-page__icon {
  display: block;
  margin: 0 auto;
  height: 90px;
  width: 90px; }

.product-page__tagline {
  margin-bottom: 1em; }

.product-page__feature {
  margin: 2em 0; }
  .product-page__feature svg.inject-me {
    height: 22px;
    min-height: 22px;
    width: 22px;
    min-width: 22px;
    margin-right: 1em; }

.product-page__feature-section {
  border-bottom: 2px solid #D2E5EF;
  padding-bottom: 2em;
  margin-bottom: 4em; }
  .product-page__feature-section:last-child {
    margin-bottom: 0;
    border-bottom: none; }

.product-page__feature-list p {
  width: 50%; }

@media (max-width: 560px) {
  .product-page__feature-list {
    height: auto; }
    .product-page__feature-list p {
      width: 100%; } }

.product-page__macbook {
  height: 328px;
  width: 570px; }

.product-page__product-shot {
  width: 407px;
  height: 257px;
  top: 21px;
  border-radius: 1px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

@media only screen and (max-width: 1024px) {
  .product-page__macbook {
    margin: 0 auto 3em; } }

@media (max-width: 620px) {
  .product-page__macbook {
    height: 186px;
    width: 320px;
    margin: 0 auto 3em; }
  .product-page__product-shot {
    width: 227px;
    height: 143px;
    top: 13px; } }

.feature-split__container {
  min-height: 17em;
  padding: 1em 0; }

.backstretch-img {
  position: relative;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.erp-provider__icon {
  display: inline-block;
  height: 70px;
  width: 140px;
  margin-bottom: 24px; }
  .erp-provider__icon.punch-out {
    width: 200px; }

.team-member {
  margin-right: .9em;
  margin-bottom: 3em; }
  .team-member__container {
    margin-top: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 560px) {
      .team-member__container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .team-member__container .team-member {
          margin-right: 0; } }
  .team-member__img {
    background-repeat: no-repeat;
    height: 300px;
    width: 254px;
    background-position: 50% 50%;
    background-size: cover; }
  .team-member__name {
    margin-top: 1em; }

.about__social-icons {
  margin-top: 1.5em; }
  .about__social-icons__button:first-of-type {
    padding-left: 0; }
  .about__social-icons__button:hover .inject-me {
    opacity: 1; }
  .about__social-icons .inject-me {
    height: 25px;
    width: 25px;
    opacity: .8; }

.faq__category {
  margin-bottom: 4em; }
  .faq__category__header {
    padding-bottom: 1.5em; }
    .faq__category__header h2 {
      font-size: 2.125em;
      font-weight: 500; }
  .faq__category__question {
    padding: 1em 0;
    position: relative;
    border-top: 1px solid #accfe2;
    overflow: hidden; }
    .faq__category__question__arrow {
      position: absolute;
      right: 1em;
      top: .65em; }
      .faq__category__question__arrow svg {
        pointer-events: none;
        height: 20px;
        width: 20px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15);
        transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.15); }
        .faq__category__question__arrow svg path {
          fill: #0E2338; }
    .faq__category__question__answer {
      line-height: 1.8;
      margin: 0; }
      .faq__category__question__answer.truncated {
        opacity: 0;
        margin-bottom: 0;
        max-height: 0; }
      .faq__category__question__answer.full {
        max-height: 1000px;
        margin-bottom: .5em; }
    .faq__category__question.collapsed .truncated {
      opacity: 1;
      max-height: 6em;
      margin-bottom: .5em; }
    .faq__category__question.collapsed .full {
      max-height: 0;
      opacity: 0;
      margin-bottom: 0; }
    .faq__category__question.collapsed .faq__category__question__arrow svg {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .faq__category__question:last-of-type {
      border-bottom: 1px solid #accfe2; }

html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  min-width: 100%; }
  @media (max-width: 67.0625em) {
    html {
      font-size: 95%; } }

* {
  box-sizing: border-box; }

::-moz-selection {
  background: #4EBEA5;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #4EBEA5;
  color: #fff;
  text-shadow: none; }

html, body, .container {
  width: 100%;
  height: auto;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 100; }

body {
  line-height: 1.4;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.47, -0.71, 0.45, 1.65);
  transition: -webkit-transform 0.5s cubic-bezier(0.47, -0.71, 0.45, 1.65);
  transition: transform 0.5s cubic-bezier(0.47, -0.71, 0.45, 1.65);
  transition: transform 0.5s cubic-bezier(0.47, -0.71, 0.45, 1.65), -webkit-transform 0.5s cubic-bezier(0.47, -0.71, 0.45, 1.65);
  overflow-x: hidden; }

.site {
  min-height: 100vh;
  min-width: 100%;
  overflow-x: hidden; }
  .site-content {
    height: 100%;
    width: 100%;
    min-width: 100%; }
  .site-footer {
    background-color: #0E2338; }
    .site-footer__col1 {
      width: 65%; }
    .site-footer__col2 {
      text-align: center; }
      .site-footer__col2 svg {
        margin: auto 0;
        height: 35px;
        width: 190px; }
    .site-footer__links {
      margin-bottom: .75em; }
      .site-footer__links .btn--transparent:first-child {
        padding-left: 0; }
    .site-footer__button {
      color: #fff;
      letter-spacing: 1px;
      padding: 6px; }
      .site-footer__button.social {
        vertical-align: middle; }
        .site-footer__button.social:hover svg path {
          fill: #338c78; }
        .site-footer__button.social svg {
          height: 16px;
          width: 16px; }
    @media only screen and (max-width: 767px) {
      .site-footer__col1 {
        width: 100%; }
      .site-footer__col2 {
        display: none; }
      .site-footer__links {
        text-align: center; }
      .site-footer__copyright {
        text-align: center;
        margin-top: 1.125em; }
      .site-footer__button {
        display: block; }
        .site-footer__button.social {
          margin-top: 6px;
          display: inline-block; } }

.no-scroll {
  overflow: hidden; }

.container {
  position: relative;
  max-width: 80em;
  margin: 0 auto;
  padding: 0 2em;
  padding: 0 4vw; }
  .container--push-down.container {
    height: auto;
    margin-top: 100px; }
