/****************************************************/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 12, ../../lib/scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 22, ../../lib/scss/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 35, ../../lib/scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 54, ../../lib/scss/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 65, ../../lib/scss/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 74, ../../lib/scss/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 83, ../../lib/scss/normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 95, ../../lib/scss/normalize.scss */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 104, ../../lib/scss/normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 117, ../../lib/scss/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 127, ../../lib/scss/normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 136, ../../lib/scss/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 145, ../../lib/scss/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 154, ../../lib/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 163, ../../lib/scss/normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 172, ../../lib/scss/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 181, ../../lib/scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 189, ../../lib/scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 193, ../../lib/scss/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 204, ../../lib/scss/normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 212, ../../lib/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 224, ../../lib/scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 236, ../../lib/scss/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 245, ../../lib/scss/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
	 ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
/* line 258, ../../lib/scss/normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, ../../lib/scss/normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
/* line 279, ../../lib/scss/normalize.scss */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
/* line 290, ../../lib/scss/normalize.scss */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
/* line 302, ../../lib/scss/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
/* line 311, ../../lib/scss/normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
/* line 322, ../../lib/scss/normalize.scss */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
/* line 332, ../../lib/scss/normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 343, ../../lib/scss/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 353, ../../lib/scss/normalize.scss */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 362, ../../lib/scss/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 375, ../../lib/scss/normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 388, ../../lib/scss/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 397, ../../lib/scss/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 407, ../../lib/scss/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
/* line 416, ../../lib/scss/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
/* line 425, ../../lib/scss/normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * EFFICY RULES
 */
/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 441, ../../lib/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 446, ../../lib/scss/normalize.scss */
td,
th {
  padding: 0;
}

/* Forms
	 ========================================================================== */
/**
 * Fix for Chrome: https://github.com/necolas/normalize.css/issues/562
 */
/* line 458, ../../lib/scss/normalize.scss */
select[size],
select[multiple] {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 316, ../../lib/scss/fnd/_global.scss */
meta.foundation-version {
  font-family: "/5.3.0/";
}

/* line 320, ../../lib/scss/fnd/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen,print/";
  width: 0em;
}

/* line 325, ../../lib/scss/fnd/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width: 40.063em), print/";
  width: 40.063em;
}

/* line 330, ../../lib/scss/fnd/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 335, ../../lib/scss/fnd/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 340, ../../lib/scss/fnd/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 345, ../../lib/scss/fnd/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 352, ../../lib/scss/fnd/_global.scss */
html, body {
  height: 100%;
}

/* line 355, ../../lib/scss/fnd/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 361, ../../lib/scss/fnd/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 365, ../../lib/scss/fnd/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 378, ../../lib/scss/fnd/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 381, ../../lib/scss/fnd/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 383, ../../lib/scss/fnd/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 387, ../../lib/scss/fnd/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 394, ../../lib/scss/fnd/_global.scss */
.left {
  float: left !important;
}

/* line 395, ../../lib/scss/fnd/_global.scss */
.right {
  float: right !important;
}

/* line 168, ../../lib/scss/fnd/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 169, ../../lib/scss/fnd/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 397, ../../lib/scss/fnd/_global.scss */
.hide {
  display: none;
}

/* line 403, ../../lib/scss/fnd/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 406, ../../lib/scss/fnd/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 416, ../../lib/scss/fnd/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 419, ../../lib/scss/fnd/_global.scss */
select {
  width: 100%;
}

/* line 216, ../../lib/scss/fnd/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}
/* line 168, ../../lib/scss/fnd/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 169, ../../lib/scss/fnd/_global.scss */
.row:after {
  clear: both;
}
/* line 220, ../../lib/scss/fnd/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 223, ../../lib/scss/fnd/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 226, ../../lib/scss/fnd/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 168, ../../lib/scss/fnd/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 169, ../../lib/scss/fnd/_global.scss */
.row .row:after {
  clear: both;
}
/* line 227, ../../lib/scss/fnd/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 168, ../../lib/scss/fnd/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 169, ../../lib/scss/fnd/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 231, ../../lib/scss/fnd/_grid.scss */
.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

/* line 234, ../../lib/scss/fnd/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 235, ../../lib/scss/fnd/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen, print {
  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 165, ../../lib/scss/fnd/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 178, ../../lib/scss/fnd/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 186, ../../lib/scss/fnd/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 189, ../../lib/scss/fnd/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 197, ../../lib/scss/fnd/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 203, ../../lib/scss/fnd/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 208, ../../lib/scss/fnd/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em), print {
  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 165, ../../lib/scss/fnd/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 178, ../../lib/scss/fnd/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 186, ../../lib/scss/fnd/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 189, ../../lib/scss/fnd/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 197, ../../lib/scss/fnd/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 203, ../../lib/scss/fnd/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 208, ../../lib/scss/fnd/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 245, ../../lib/scss/fnd/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 248, ../../lib/scss/fnd/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 245, ../../lib/scss/fnd/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 248, ../../lib/scss/fnd/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 245, ../../lib/scss/fnd/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 248, ../../lib/scss/fnd/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 245, ../../lib/scss/fnd/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 248, ../../lib/scss/fnd/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 245, ../../lib/scss/fnd/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 248, ../../lib/scss/fnd/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 245, ../../lib/scss/fnd/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 248, ../../lib/scss/fnd/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 245, ../../lib/scss/fnd/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 248, ../../lib/scss/fnd/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 245, ../../lib/scss/fnd/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 248, ../../lib/scss/fnd/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 245, ../../lib/scss/fnd/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 248, ../../lib/scss/fnd/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 245, ../../lib/scss/fnd/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 248, ../../lib/scss/fnd/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 245, ../../lib/scss/fnd/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 248, ../../lib/scss/fnd/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 245, ../../lib/scss/fnd/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 248, ../../lib/scss/fnd/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../../lib/scss/fnd/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../../lib/scss/fnd/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 165, ../../lib/scss/fnd/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 170, ../../lib/scss/fnd/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../../lib/scss/fnd/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 178, ../../lib/scss/fnd/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 186, ../../lib/scss/fnd/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 189, ../../lib/scss/fnd/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 197, ../../lib/scss/fnd/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 203, ../../lib/scss/fnd/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 208, ../../lib/scss/fnd/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 256, ../../lib/scss/fnd/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 259, ../../lib/scss/fnd/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 256, ../../lib/scss/fnd/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 259, ../../lib/scss/fnd/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 256, ../../lib/scss/fnd/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 259, ../../lib/scss/fnd/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 256, ../../lib/scss/fnd/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 259, ../../lib/scss/fnd/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 256, ../../lib/scss/fnd/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 259, ../../lib/scss/fnd/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 256, ../../lib/scss/fnd/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 259, ../../lib/scss/fnd/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 256, ../../lib/scss/fnd/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 259, ../../lib/scss/fnd/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 256, ../../lib/scss/fnd/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 259, ../../lib/scss/fnd/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 256, ../../lib/scss/fnd/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 259, ../../lib/scss/fnd/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 256, ../../lib/scss/fnd/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 259, ../../lib/scss/fnd/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 256, ../../lib/scss/fnd/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 259, ../../lib/scss/fnd/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 256, ../../lib/scss/fnd/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 259, ../../lib/scss/fnd/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *
 */
/* line 200, ../../lib/scss/fnd/_buttons-eff.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #e4e4e4;
  border-color: #b6b6b6;
  color: #333;
  transition: background-color 300ms ease-out;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #b6b6b6;
}
/* line 153, ../../lib/scss/fnd/_buttons-eff.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #333;
}
/* line 208, ../../lib/scss/fnd/_buttons-eff.scss */
button.primary, .button.primary {
  background-color: #008f44;
  border-color: #007236;
  color: #fff;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.primary:hover, button.primary:focus, .button.primary:hover, .button.primary:focus {
  background-color: #007236;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
button.primary:hover, button.primary:focus, .button.primary:hover, .button.primary:focus {
  color: #fff;
}
/* line 213, ../../lib/scss/fnd/_buttons-eff.scss */
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}
/* line 214, ../../lib/scss/fnd/_buttons-eff.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}
/* line 216, ../../lib/scss/fnd/_buttons-eff.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
/* line 217, ../../lib/scss/fnd/_buttons-eff.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
/* line 218, ../../lib/scss/fnd/_buttons-eff.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
/* line 219, ../../lib/scss/fnd/_buttons-eff.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 221, ../../lib/scss/fnd/_buttons-eff.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 222, ../../lib/scss/fnd/_buttons-eff.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 224, ../../lib/scss/fnd/_buttons-eff.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 225, ../../lib/scss/fnd/_buttons-eff.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 227, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #e4e4e4;
  border-color: #b6b6b6;
  color: #333;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #b6b6b6;
}
/* line 153, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #333;
}
/* line 168, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #e4e4e4;
}
/* line 230, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.primary, button[disabled].primary, .button.disabled.primary, .button[disabled].primary {
  background-color: #008f44;
  border-color: #007236;
  color: #fff;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.primary:hover, button.disabled.primary:focus, button[disabled].primary:hover, button[disabled].primary:focus, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #007236;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.primary:hover, button.disabled.primary:focus, button[disabled].primary:hover, button[disabled].primary:focus, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  color: #fff;
}
/* line 168, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.primary:hover, button.disabled.primary:focus, button[disabled].primary:hover, button[disabled].primary:focus, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #008f44;
}
/* line 235, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff;
}
/* line 168, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
/* line 236, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff;
}
/* line 168, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

/* line 241, ../../lib/scss/fnd/_buttons-eff.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em), print {
  /* line 244, ../../lib/scss/fnd/_buttons-eff.scss */
  button, .button {
    display: inline-block;
  }
}
/* line 99, ../../lib/scss/fnd/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
/* line 168, ../../lib/scss/fnd/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 169, ../../lib/scss/fnd/_global.scss */
.button-group:after {
  clear: both;
}
/* line 101, ../../lib/scss/fnd/_button-groups.scss */
.button-group > li {
  margin: 0;
  float: left;
}
/* line 40, ../../lib/scss/fnd/_button-groups.scss */
.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../../lib/scss/fnd/_button-groups.scss */
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}
/* line 56, ../../lib/scss/fnd/_button-groups.scss */
.button-group > li:first-child {
  margin-left: 0;
}
/* line 40, ../../lib/scss/fnd/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../../lib/scss/fnd/_button-groups.scss */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}
/* line 75, ../../lib/scss/fnd/_button-groups.scss */
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
  border-radius: 0;
}
/* line 79, ../../lib/scss/fnd/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 83, ../../lib/scss/fnd/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 40, ../../lib/scss/fnd/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../../lib/scss/fnd/_button-groups.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}
/* line 75, ../../lib/scss/fnd/_button-groups.scss */
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
  border-radius: 0;
}
/* line 79, ../../lib/scss/fnd/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 83, ../../lib/scss/fnd/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 107, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-2 li {
  width: 50%;
}
/* line 40, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}
/* line 92, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
/* line 107, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-3 li {
  width: 33.33333%;
}
/* line 40, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}
/* line 92, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
/* line 107, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-4 li {
  width: 25%;
}
/* line 40, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}
/* line 92, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
/* line 107, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-5 li {
  width: 20%;
}
/* line 40, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}
/* line 92, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
/* line 107, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-6 li {
  width: 16.66667%;
}
/* line 40, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}
/* line 92, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
/* line 107, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-7 li {
  width: 14.28571%;
}
/* line 40, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}
/* line 92, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
/* line 107, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-8 li {
  width: 12.5%;
}
/* line 40, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 46, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}
/* line 92, ../../lib/scss/fnd/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 168, ../../lib/scss/fnd/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 169, ../../lib/scss/fnd/_global.scss */
.button-bar:after {
  clear: both;
}
/* line 113, ../../lib/scss/fnd/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
/* line 33, ../../lib/scss/fnd/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *
 */
/* Foundation Dropdowns */
/* line 224, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px silver;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 200px;
}
/* line 69, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 72, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 227, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px silver;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 200px;
}
/* line 69, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
/* line 72, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
/* line 231, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px silver;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 200px;
}
/* line 69, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
/* line 72, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
/* line 235, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px silver;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 200px;
}
/* line 69, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
/* line 72, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
/* line 240, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
/* line 210, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #fdf7c8;
}
/* line 213, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555;
}
/* line 243, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px silver;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 200px;
}
/* line 69, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 72, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 246, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 247, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 248, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 249, ../../lib/scss/fnd/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *
 */
/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *
 */
/* line 129, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip), .dropdown.button:not(.no-pip) {
  position: relative;
  padding-right: 2.4375rem;
}
/* line 69, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip):after, .dropdown.button:not(.no-pip):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  top: 50%;
}
/* line 104, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip):after, .dropdown.button:not(.no-pip):after {
  border-width: 0.375rem;
  right: 0.84375rem;
  margin-top: -0.15625rem;
}
/* line 123, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip):after, .dropdown.button:not(.no-pip):after {
  border-color: #333 transparent transparent transparent;
}
/* line 131, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip).tiny, .dropdown.button:not(.no-pip).tiny {
  padding-right: 2.625rem;
}
/* line 84, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip).tiny:before, .dropdown.button:not(.no-pip).tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
/* line 123, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip).tiny:after, .dropdown.button:not(.no-pip).tiny:after {
  border-color: #fff transparent transparent transparent;
}
/* line 132, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip).small, .dropdown.button:not(.no-pip).small {
  padding-right: 3.0625rem;
}
/* line 94, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip).small:after, .dropdown.button:not(.no-pip).small:after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
/* line 123, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip).small:after, .dropdown.button:not(.no-pip).small:after {
  border-color: #fff transparent transparent transparent;
}
/* line 133, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip).large, .dropdown.button:not(.no-pip).large {
  padding-right: 3.625rem;
}
/* line 114, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip).large:after, .dropdown.button:not(.no-pip).large:after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
/* line 123, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip).large:after, .dropdown.button:not(.no-pip).large:after {
  border-color: #fff transparent transparent transparent;
}
/* line 138, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip).primary:after, .dropdown.button:not(.no-pip).primary:after {
  border-color: #fff transparent transparent transparent;
}
/* line 141, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip).tertiary:after, .dropdown.button:not(.no-pip).tertiary:after {
  border-color: #fff transparent transparent transparent;
}
/* line 144, ../../lib/scss/fnd/_dropdown-buttons-eff.scss */
button.dropdown:not(.no-pip).quaternary:after, .dropdown.button:not(.no-pip).quaternary:after {
  border-color: #fff transparent transparent transparent;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *
 */
/* Standard Forms */
/* line 335, ../../lib/scss/fnd/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 82, ../../lib/scss/fnd/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 84, ../../lib/scss/fnd/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 88, ../../lib/scss/fnd/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 90, ../../lib/scss/fnd/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 92, ../../lib/scss/fnd/_forms.scss */
form .row .row.collapse input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 98, ../../lib/scss/fnd/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 341, ../../lib/scss/fnd/_forms.scss */
label {
  font-size: 0.75rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 342, ../../lib/scss/fnd/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 343, ../../lib/scss/fnd/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
/* line 345, ../../lib/scss/fnd/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* line 351, ../../lib/scss/fnd/_forms.scss */
select::-ms-expand {
  display: none;
}

/* Attach elements to the beginning or end of an input */
/* line 356, ../../lib/scss/fnd/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.75rem;
  height: 2.25rem;
  line-height: 2.25rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 360, ../../lib/scss/fnd/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 361, ../../lib/scss/fnd/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 363, ../../lib/scss/fnd/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 364, ../../lib/scss/fnd/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 365, ../../lib/scss/fnd/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 366, ../../lib/scss/fnd/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 369, ../../lib/scss/fnd/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #cccccc;
}
/* line 370, ../../lib/scss/fnd/_forms.scss */
span.prefix.radius, label.prefix.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 372, ../../lib/scss/fnd/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #cccccc;
}
/* line 373, ../../lib/scss/fnd/_forms.scss */
span.postfix.radius, label.postfix.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* We use this to get basic styling on all basic form elements */
/* line 377, ../../lib/scss/fnd/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.8125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.25rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 181, ../../lib/scss/fnd/_global.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 124, ../../lib/scss/fnd/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 131, ../../lib/scss/fnd/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly], fieldset[disabled]
input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly], fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly], fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly], fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly], fieldset[disabled]
input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly], fieldset[disabled]
input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly], fieldset[disabled]
input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly], fieldset[disabled]
input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly], fieldset[disabled]
input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly], fieldset[disabled]
input[type="url"],
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea {
  background-color: #ddd;
}
/* line 397, ../../lib/scss/fnd/_forms.scss */
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
  border-radius: 3px;
}

/* line 402, ../../lib/scss/fnd/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
/* line 408, ../../lib/scss/fnd/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */
/* line 413, ../../lib/scss/fnd/_forms.scss */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.25rem;
}
/* line 325, ../../lib/scss/fnd/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 326, ../../lib/scss/fnd/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

/* Adjust margin for form elements below */
/* line 419, ../../lib/scss/fnd/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 426, ../../lib/scss/fnd/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 436, ../../lib/scss/fnd/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 441, ../../lib/scss/fnd/_forms.scss */
fieldset {
  border: 1px solid #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 255, ../../lib/scss/fnd/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 448, ../../lib/scss/fnd/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}
/* line 451, ../../lib/scss/fnd/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 454, ../../lib/scss/fnd/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

/* line 459, ../../lib/scss/fnd/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 465, ../../lib/scss/fnd/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
/* line 470, ../../lib/scss/fnd/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 475, ../../lib/scss/fnd/_forms.scss */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}
/* line 480, ../../lib/scss/fnd/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
/* line 492, ../../lib/scss/fnd/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 497, ../../lib/scss/fnd/_forms.scss */
input.error,
textarea.error {
  margin-bottom: 0;
}

/* line 501, ../../lib/scss/fnd/_forms.scss */
label.error {
  color: #f04124;
}

/* line 51, ../../lib/scss/fnd/_switches.scss */
.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #ddd;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}
/* line 68, ../../lib/scss/fnd/_switches.scss */
.switch input {
  display: none;
}
/* line 71, ../../lib/scss/fnd/_switches.scss */
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
/* line 78, ../../lib/scss/fnd/_switches.scss */
.switch label:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
/* line 90, ../../lib/scss/fnd/_switches.scss */
.switch input:checked + label {
  background: #008000;
}
/* line 94, ../../lib/scss/fnd/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}
/* line 101, ../../lib/scss/fnd/_switches.scss */
.switch input:disabled + label {
  background-color: #e7e7e7;
}
/* line 103, ../../lib/scss/fnd/_switches.scss */
.switch input:disabled + label:after {
  background-color: white;
}
/* line 109, ../../lib/scss/fnd/_switches.scss */
.switch input:disabled:checked + label {
  background-color: #00f300;
}
/* line 122, ../../lib/scss/fnd/_switches.scss */
.switch label {
  width: 4rem;
  height: 2rem;
}
/* line 126, ../../lib/scss/fnd/_switches.scss */
.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}
/* line 130, ../../lib/scss/fnd/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}
/* line 150, ../../lib/scss/fnd/_switches.scss */
.switch label {
  color: transparent;
  background: #ddd;
}
/* line 155, ../../lib/scss/fnd/_switches.scss */
.switch label:after {
  background: #fff;
}
/* line 159, ../../lib/scss/fnd/_switches.scss */
.switch input:checked + label {
  background: #008000;
}
/* line 122, ../../lib/scss/fnd/_switches.scss */
.switch.large label {
  width: 5rem;
  height: 2.5rem;
}
/* line 126, ../../lib/scss/fnd/_switches.scss */
.switch.large label:after {
  width: 2rem;
  height: 2rem;
}
/* line 130, ../../lib/scss/fnd/_switches.scss */
.switch.large input:checked + label:after {
  left: 2.75rem;
}
/* line 122, ../../lib/scss/fnd/_switches.scss */
.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}
/* line 126, ../../lib/scss/fnd/_switches.scss */
.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}
/* line 130, ../../lib/scss/fnd/_switches.scss */
.switch.small input:checked + label:after {
  left: 2rem;
}
/* line 122, ../../lib/scss/fnd/_switches.scss */
.switch.tiny label {
  width: 2.25rem;
  height: 1.125rem;
}
/* line 126, ../../lib/scss/fnd/_switches.scss */
.switch.tiny label:after {
  width: 0.625rem;
  height: 0.625rem;
}
/* line 130, ../../lib/scss/fnd/_switches.scss */
.switch.tiny input:checked + label:after {
  left: 1.375rem;
}
/* line 222, ../../lib/scss/fnd/_switches.scss */
.switch.radius label {
  border-radius: 4px;
}
/* line 223, ../../lib/scss/fnd/_switches.scss */
.switch.radius label:after {
  border-radius: 3px;
}
/* line 227, ../../lib/scss/fnd/_switches.scss */
.switch.round {
  border-radius: 1000px;
}
/* line 228, ../../lib/scss/fnd/_switches.scss */
.switch.round label {
  border-radius: 2rem;
}
/* line 229, ../../lib/scss/fnd/_switches.scss */
.switch.round label:after {
  border-radius: 2rem;
}

/* line 125, ../../lib/scss/fnd/_tables.scss */
table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd;
}
/* line 63, ../../lib/scss/fnd/_tables.scss */
table caption {
  background: transparent;
  color: #222;
  font-size: 1rem;
  font-weight: bold;
}
/* line 72, ../../lib/scss/fnd/_tables.scss */
table thead {
  background: #f4f4f4;
}
/* line 76, ../../lib/scss/fnd/_tables.scss */
table thead tr th,
table thead tr td {
  padding: 0.625rem;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #222;
}
/* line 86, ../../lib/scss/fnd/_tables.scss */
table tfoot {
  background: #f4f4f4;
}
/* line 90, ../../lib/scss/fnd/_tables.scss */
table tfoot tr th,
table tfoot tr td {
  padding: 0.625rem;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #222;
}
/* line 101, ../../lib/scss/fnd/_tables.scss */
table tr th,
table tr td {
  padding: 0.3125rem 0.4375rem;
  font-size: 0.8125rem;
  color: #222;
  text-align: left;
}
/* line 109, ../../lib/scss/fnd/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f4f4f4;
}
/* line 114, ../../lib/scss/fnd/_tables.scss */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.3;
}

/* line 150, ../../lib/scss/fnd/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 151, ../../lib/scss/fnd/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 152, ../../lib/scss/fnd/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 153, ../../lib/scss/fnd/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 157, ../../lib/scss/fnd/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 158, ../../lib/scss/fnd/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 159, ../../lib/scss/fnd/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 160, ../../lib/scss/fnd/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen, print {
  /* line 157, ../../lib/scss/fnd/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 158, ../../lib/scss/fnd/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 159, ../../lib/scss/fnd/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 160, ../../lib/scss/fnd/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em), print {
  /* line 157, ../../lib/scss/fnd/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 158, ../../lib/scss/fnd/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 159, ../../lib/scss/fnd/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 160, ../../lib/scss/fnd/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em), print {
  /* line 157, ../../lib/scss/fnd/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 158, ../../lib/scss/fnd/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 159, ../../lib/scss/fnd/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 160, ../../lib/scss/fnd/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 157, ../../lib/scss/fnd/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 158, ../../lib/scss/fnd/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 159, ../../lib/scss/fnd/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 160, ../../lib/scss/fnd/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 157, ../../lib/scss/fnd/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 158, ../../lib/scss/fnd/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 159, ../../lib/scss/fnd/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 160, ../../lib/scss/fnd/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 157, ../../lib/scss/fnd/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 158, ../../lib/scss/fnd/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 159, ../../lib/scss/fnd/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 160, ../../lib/scss/fnd/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 157, ../../lib/scss/fnd/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 158, ../../lib/scss/fnd/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 159, ../../lib/scss/fnd/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 160, ../../lib/scss/fnd/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 157, ../../lib/scss/fnd/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 158, ../../lib/scss/fnd/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 159, ../../lib/scss/fnd/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 160, ../../lib/scss/fnd/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 157, ../../lib/scss/fnd/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 158, ../../lib/scss/fnd/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 159, ../../lib/scss/fnd/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 160, ../../lib/scss/fnd/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 188, ../../lib/scss/fnd/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 212, ../../lib/scss/fnd/_type.scss */
a {
  color: #008f44;
  text-decoration: none;
  line-height: inherit;
}
/* line 217, ../../lib/scss/fnd/_type.scss */
a:hover, a:focus {
  color: #007b3a;
}
/* line 225, ../../lib/scss/fnd/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 229, ../../lib/scss/fnd/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 237, ../../lib/scss/fnd/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 239, ../../lib/scss/fnd/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 247, ../../lib/scss/fnd/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 257, ../../lib/scss/fnd/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 264, ../../lib/scss/fnd/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 265, ../../lib/scss/fnd/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 266, ../../lib/scss/fnd/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 267, ../../lib/scss/fnd/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 268, ../../lib/scss/fnd/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 269, ../../lib/scss/fnd/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 271, ../../lib/scss/fnd/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 273, ../../lib/scss/fnd/_type.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 282, ../../lib/scss/fnd/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 288, ../../lib/scss/fnd/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 294, ../../lib/scss/fnd/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 299, ../../lib/scss/fnd/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d;
}

/* Lists */
/* line 306, ../../lib/scss/fnd/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 316, ../../lib/scss/fnd/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 318, ../../lib/scss/fnd/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 321, ../../lib/scss/fnd/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 334, ../../lib/scss/fnd/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 343, ../../lib/scss/fnd/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 346, ../../lib/scss/fnd/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 347, ../../lib/scss/fnd/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 348, ../../lib/scss/fnd/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 349, ../../lib/scss/fnd/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 353, ../../lib/scss/fnd/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 356, ../../lib/scss/fnd/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 366, ../../lib/scss/fnd/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 370, ../../lib/scss/fnd/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 374, ../../lib/scss/fnd/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

/* line 382, ../../lib/scss/fnd/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 387, ../../lib/scss/fnd/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd;
}
/* line 392, ../../lib/scss/fnd/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
/* line 396, ../../lib/scss/fnd/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 400, ../../lib/scss/fnd/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 406, ../../lib/scss/fnd/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 413, ../../lib/scss/fnd/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem;
}
/* line 419, ../../lib/scss/fnd/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 423, ../../lib/scss/fnd/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 430, ../../lib/scss/fnd/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 432, ../../lib/scss/fnd/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em), print {
  /* line 443, ../../lib/scss/fnd/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 444, ../../lib/scss/fnd/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 445, ../../lib/scss/fnd/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 446, ../../lib/scss/fnd/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 447, ../../lib/scss/fnd/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 448, ../../lib/scss/fnd/_type.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 449, ../../lib/scss/fnd/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 460, ../../lib/scss/fnd/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 462, ../../lib/scss/fnd/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 469, ../../lib/scss/fnd/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 471, ../../lib/scss/fnd/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 473, ../../lib/scss/fnd/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 476, ../../lib/scss/fnd/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 480, ../../lib/scss/fnd/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 486, ../../lib/scss/fnd/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 488, ../../lib/scss/fnd/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 491, ../../lib/scss/fnd/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 495, ../../lib/scss/fnd/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 502, ../../lib/scss/fnd/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 505, ../../lib/scss/fnd/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 506, ../../lib/scss/fnd/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 507, ../../lib/scss/fnd/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 508, ../../lib/scss/fnd/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 31, ../../lib/scss/fnd/_tabs.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
/* line 168, ../../lib/scss/fnd/_global.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
/* line 169, ../../lib/scss/fnd/_global.scss */
.tabs:after {
  clear: both;
}
/* line 35, ../../lib/scss/fnd/_tabs.scss */
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
/* line 40, ../../lib/scss/fnd/_tabs.scss */
.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background: #efefef;
  color: #222;
  padding: 0.5rem 1rem;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}
/* line 47, ../../lib/scss/fnd/_tabs.scss */
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background: #a7a7a7;
}
/* line 49, ../../lib/scss/fnd/_tabs.scss */
.tabs dd.active a, .tabs .tab-title.active a {
  background: #008f44;
  color: #fff;
}
/* line 53, ../../lib/scss/fnd/_tabs.scss */
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 56, ../../lib/scss/fnd/_tabs.scss */
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 60, ../../lib/scss/fnd/_tabs.scss */
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 69, ../../lib/scss/fnd/_tabs.scss */
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
/* line 168, ../../lib/scss/fnd/_global.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
/* line 169, ../../lib/scss/fnd/_global.scss */
.tabs-content:after {
  clear: both;
}
/* line 73, ../../lib/scss/fnd/_tabs.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.625rem 0;
  width: 100%;
}
/* line 78, ../../lib/scss/fnd/_tabs.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}
/* line 79, ../../lib/scss/fnd/_tabs.scss */
.tabs-content > .content.contained {
  padding: 0.625rem;
}
/* line 81, ../../lib/scss/fnd/_tabs.scss */
.tabs-content.vertical {
  display: block;
}
/* line 83, ../../lib/scss/fnd/_tabs.scss */
.tabs-content.vertical > .content {
  padding: 0 0.625rem;
}

@media only screen and (min-width: 40.063em), print {
  /* line 88, ../../lib/scss/fnd/_tabs.scss */
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem;
  }

  /* line 95, ../../lib/scss/fnd/_tabs.scss */
  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
  }
}
/* line 103, ../../lib/scss/fnd/_tabs.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *
 */
/* line 104, ../../lib/scss/fnd/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width: 40.063em), print/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 110, ../../lib/scss/fnd/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #505050;
}
/* line 114, ../../lib/scss/fnd/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 118, ../../lib/scss/fnd/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 125, ../../lib/scss/fnd/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 131, ../../lib/scss/fnd/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 137, ../../lib/scss/fnd/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 144, ../../lib/scss/fnd/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #505050;
  margin-bottom: 0;
  	    /* AIS: not working
        // Menu toggle button on small devices
        .toggle-topbar {
          position: absolute;
          right: 0;
          top: 0;
  
          a {
            color: $topbar-link-color;
            text-transform: $topbar-menu-link-transform;
            font-size: $topbar-menu-link-font-size;
            font-weight: $topbar-menu-link-weight;
            position: relative;
            display: block;
            padding: 0 $topbar-link-padding;
            height: $topbar-height;
            line-height: $topbar-height;
          }
  
          // Adding the class "menu-icon" will add the 3-line icon people love and adore.
          &.menu-icon {
            top: 50%;
            margin-top: -16px;
  
            a {
              @if $text-direction == rtl {
                text-indent: -58px;
              }
              height: 34px;
              line-height: 33px;
              padding: 0 $topbar-link-padding+25 0 $topbar-link-padding;
              color: $topbar-menu-link-color;
              position: relative;
  
              & {
                // @include hamburger icon
                //
                // We use this to create the icon with three lines aka the hamburger icon, the menu-icon or the navicon
                // $width - Width of hamburger icon
                // $left - If false, icon will be centered horizontally || explicitly set value in rem
                // $top - If false, icon will be centered vertically || explicitly set value in rem
                // $thickness - thickness of lines in hamburger icon, set value in px
                // $gap - spacing between the lines in hamburger icon, set value in px
                // $color - icon color
                // $hover-color - icon color during hover, here it is set the same as $color because the values are changed on line 264
                // $offcanvas - Set to false of @include in topbar
                @include hamburger(16px, false, 0, 1px, 6px, $topbar-menu-icon-color, $topbar-menu-icon-color, false);
              }
            }
          }
        }
        */
}
/* line 153, ../../lib/scss/fnd/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 158, ../../lib/scss/fnd/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 160, ../../lib/scss/fnd/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 163, ../../lib/scss/fnd/_top-bar.scss */
.top-bar input {
  height: auto;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 165, ../../lib/scss/fnd/_top-bar.scss */
.top-bar .button, .top-bar button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
/* line 176, ../../lib/scss/fnd/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 181, ../../lib/scss/fnd/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
/* line 186, ../../lib/scss/fnd/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}
/* line 190, ../../lib/scss/fnd/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: #f4f4f4;
  width: 75%;
  display: block;
  padding: 0 15px;
}
/* line 253, ../../lib/scss/fnd/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
  	     /*
          .toggle-topbar {
            a { color: $topbar-menu-link-color-toggled;
              &::after {
                // Shh, don't tell, but box-shadows create the menu icon :)
                box-shadow: 0 10px 0 1px $topbar-menu-icon-color-toggled,
                            0 16px 0 1px $topbar-menu-icon-color-toggled,
                            0 22px 0 1px $topbar-menu-icon-color-toggled;
              }
            }
          }*/
}
/* line 257, ../../lib/scss/fnd/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #505050;
}

/* line 276, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
/* line 282, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
/* line 291, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: 1px solid #3c3c3c;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 300, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #f4f4f4;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
/* line 312, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008f44;
  border-color: #007236;
  color: #fff;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #007236;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #fff;
}
/* line 318, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #e4e4e4;
  border-color: #b6b6b6;
  color: #333;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b6b6b6;
}
/* line 153, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333;
}
/* line 319, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #fff;
}
/* line 320, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #fff;
}
/* line 323, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008f44;
  border-color: #007236;
  color: #fff;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007236;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #fff;
}
/* line 329, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e4e4e4;
  border-color: #b6b6b6;
  color: #333;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b6b6b6;
}
/* line 153, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333;
}
/* line 330, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #fff;
}
/* line 331, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #fff;
}
/* line 335, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #6c6c6c;
  color: #fff;
}
/* line 345, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #008f44;
  color: #f4f4f4;
}
/* line 348, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #007b3a;
  color: #fff;
}
/* line 356, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 359, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 363, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(244, 244, 244, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 375, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 376, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
/* line 380, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
/* line 387, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 395, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .dropdown li {
  background: #505050;
  width: 100%;
  height: auto;
}
/* line 400, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 403, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 408, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 411, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #f4f4f4;
  line-height: 22.5px;
  display: block;
}
/* line 417, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}
/* line 418, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
/* line 421, ../../lib/scss/fnd/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ccc;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 432, ../../lib/scss/fnd/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em), print {
  /* line 437, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar {
    background: #505050;
    overflow: visible;
  }
  /* line 168, ../../lib/scss/fnd/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 169, ../../lib/scss/fnd/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 442, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 444, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 445, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 447, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  /* line 455, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar.expanded {
    background: #505050;
  }

  /* line 458, ../../lib/scss/fnd/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 464, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 468, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 473, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 475, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 481, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #6c6c6c;
    color: #fff;
  }
  /* line 490, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #505050;
  }
  /* line 494, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #6c6c6c;
  }
  /* line 503, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: #f4f4f4;
    background: #008f44;
  }
  /* line 508, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #007b3a;
  }
  /* line 517, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 519, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(244, 244, 244, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 528, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 529, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 535, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 542, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 555, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 562, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #f4f4f4;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #505050;
  }
  /* line 570, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: #f4f4f4;
    background: #505050;
  }
  /* line 574, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
    color: #fff;
    background-color: #555555;
    background: #6c6c6c;
  }
  /* line 582, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #3e3e3e;
  }
  /* line 588, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 595, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #3c3c3c;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 605, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .has-form {
    background: #505050;
    padding: 0 15px;
    height: 45px;
  }
  /* line 613, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 617, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 621, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 625, ../../lib/scss/fnd/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 635, ../../lib/scss/fnd/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #6c6c6c;
    color: #fff;
  }
  /* line 644, ../../lib/scss/fnd/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008f44;
    color: #f4f4f4;
  }
  /* line 652, ../../lib/scss/fnd/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* line 277, ../../lib/scss/fnd/_offcanvas.scss */
.off-canvas-wrap {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 127, ../../lib/scss/fnd/_offcanvas.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 278, ../../lib/scss/fnd/_offcanvas.scss */
.inner-wrap {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 168, ../../lib/scss/fnd/_global.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
/* line 169, ../../lib/scss/fnd/_global.scss */
.inner-wrap:after {
  clear: both;
}

/* line 280, ../../lib/scss/fnd/_offcanvas.scss */
.tab-bar {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  background: #505050;
  color: #f4f4f4;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
/* line 160, ../../lib/scss/fnd/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #fff;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
/* line 166, ../../lib/scss/fnd/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

/* line 282, ../../lib/scss/fnd/_offcanvas.scss */
.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #282828;
  left: 0;
  z-index: 1;
}

/* line 283, ../../lib/scss/fnd/_offcanvas.scss */
.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #282828;
  right: 0;
  z-index: 1;
}

/* line 285, ../../lib/scss/fnd/_offcanvas.scss */
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 40.063em), print {
  /* line 285, ../../lib/scss/fnd/_offcanvas.scss */
  .tab-bar-section {
    text-align: left;
  }
}
/* line 198, ../../lib/scss/fnd/_offcanvas.scss */
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
/* line 202, ../../lib/scss/fnd/_offcanvas.scss */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
/* line 206, ../../lib/scss/fnd/_offcanvas.scss */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 289, ../../lib/scss/fnd/_offcanvas.scss */
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #f4f4f4;
  position: relative;
  transform: translate3d(0, 0, 0);
}
/* line 125, ../../lib/scss/fnd/_global.scss */
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0px 0 1px #f4f4f4, 0 7px 0 1px #f4f4f4, 0 14px 0 1px #f4f4f4;
  width: 1rem;
}
/* line 158, ../../lib/scss/fnd/_global.scss */
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}

/* line 317, ../../lib/scss/fnd/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 220, ../../lib/scss/fnd/_offcanvas.scss */
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #636363;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: normal;
  background: #e0e0e0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e2e2e2;
  margin: 0;
}
/* line 232, ../../lib/scss/fnd/_offcanvas.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: #292929;
  border-bottom: 1px solid #b7b7b7;
  transition: background 300ms ease;
}
/* line 237, ../../lib/scss/fnd/_offcanvas.scss */
ul.off-canvas-list li a:hover {
  background: #383838;
}

/* line 323, ../../lib/scss/fnd/_offcanvas.scss */
.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
/* line 326, ../../lib/scss/fnd/_offcanvas.scss */
.move-right .exit-off-canvas {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em), print {
  /* line 265, ../../lib/scss/fnd/_offcanvas.scss */
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 330, ../../lib/scss/fnd/_offcanvas.scss */
.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
/* line 334, ../../lib/scss/fnd/_offcanvas.scss */
.move-left .exit-off-canvas {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em), print {
  /* line 265, ../../lib/scss/fnd/_offcanvas.scss */
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 337, ../../lib/scss/fnd/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 345, ../../lib/scss/fnd/_offcanvas.scss */
.offcanvas-overlap .exit-offcanvas-menu {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
  z-index: 1002;
}
@media only screen and (min-width: 40.063em), print {
  /* line 265, ../../lib/scss/fnd/_offcanvas.scss */
  .offcanvas-overlap .exit-offcanvas-menu:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 357, ../../lib/scss/fnd/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
/* line 358, ../../lib/scss/fnd/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

/* small displays */
@media only screen, print {
  /* line 244, ../../lib/scss/fnd/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../../lib/scss/fnd/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../../lib/scss/fnd/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../../lib/scss/fnd/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../../lib/scss/fnd/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  /* line 262, ../../lib/scss/fnd/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../../lib/scss/fnd/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../../lib/scss/fnd/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, ../../lib/scss/fnd/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em), print {
  /* line 244, ../../lib/scss/fnd/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../../lib/scss/fnd/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../../lib/scss/fnd/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../../lib/scss/fnd/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../../lib/scss/fnd/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  /* line 262, ../../lib/scss/fnd/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../../lib/scss/fnd/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../../lib/scss/fnd/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, ../../lib/scss/fnd/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  /* line 244, ../../lib/scss/fnd/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../../lib/scss/fnd/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../../lib/scss/fnd/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../../lib/scss/fnd/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../../lib/scss/fnd/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  /* line 262, ../../lib/scss/fnd/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../../lib/scss/fnd/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../../lib/scss/fnd/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, ../../lib/scss/fnd/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 244, ../../lib/scss/fnd/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../../lib/scss/fnd/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../../lib/scss/fnd/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../../lib/scss/fnd/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../../lib/scss/fnd/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  /* line 262, ../../lib/scss/fnd/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../../lib/scss/fnd/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../../lib/scss/fnd/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, ../../lib/scss/fnd/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  /* line 244, ../../lib/scss/fnd/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../../lib/scss/fnd/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../../lib/scss/fnd/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../../lib/scss/fnd/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../../lib/scss/fnd/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  /* line 262, ../../lib/scss/fnd/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../../lib/scss/fnd/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../../lib/scss/fnd/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, ../../lib/scss/fnd/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 285, ../../lib/scss/fnd/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, ../../lib/scss/fnd/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, ../../lib/scss/fnd/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 296, ../../lib/scss/fnd/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, ../../lib/scss/fnd/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, ../../lib/scss/fnd/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, ../../lib/scss/fnd/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 314, ../../lib/scss/fnd/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, ../../lib/scss/fnd/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 321, ../../lib/scss/fnd/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 325, ../../lib/scss/fnd/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, ../../lib/scss/fnd/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, ../../lib/scss/fnd/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, ../../lib/scss/fnd/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 344, ../../lib/scss/fnd/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, ../../lib/scss/fnd/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 351, ../../lib/scss/fnd/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 355, ../../lib/scss/fnd/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, ../../lib/scss/fnd/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, ../../lib/scss/fnd/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, ../../lib/scss/fnd/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 374, ../../lib/scss/fnd/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, ../../lib/scss/fnd/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, ../../lib/scss/fnd/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, ../../lib/scss/fnd/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, ../../lib/scss/fnd/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 381, ../../lib/scss/fnd/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 382, ../../lib/scss/fnd/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, ../../lib/scss/fnd/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, ../../lib/scss/fnd/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, ../../lib/scss/fnd/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, ../../lib/scss/fnd/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, ../../lib/scss/fnd/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, ../../lib/scss/fnd/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, ../../lib/scss/fnd/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, ../../lib/scss/fnd/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, ../../lib/scss/fnd/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  /* line 396, ../../lib/scss/fnd/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 397, ../../lib/scss/fnd/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 399, ../../lib/scss/fnd/_visibility.scss */
  table.show-for-print {
    display: table;
  }

  /* line 400, ../../lib/scss/fnd/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 401, ../../lib/scss/fnd/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 402, ../../lib/scss/fnd/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 403, ../../lib/scss/fnd/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 404, ../../lib/scss/fnd/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
/* line 164, ../../lib/scss/std/_global.scss */
.text-ellipsis, [class*=text-ellipsis] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 168, ../../lib/scss/std/_global.scss */
.hyphenate {
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* line 172, ../../lib/scss/std/_global.scss */
#edit-entity-active::before, .edit-tabs.tabs a::before {
  font-size: 1rem;
  vertical-align: top;
}

/* line 183, ../../lib/scss/std/_global.scss */
.fullpage {
  height: 100%;
}
/* line 185, ../../lib/scss/std/_global.scss */
.fullpage body {
  height: 100%;
}

/* line 187, ../../lib/scss/std/_global.scss */
.nowrap {
  white-space: nowrap;
}

/* line 188, ../../lib/scss/std/_global.scss */
.autowrap {
  white-space: normal !important;
}

/* line 189, ../../lib/scss/std/_global.scss */
.text-bold {
  font-weight: bold;
}

/* line 190, ../../lib/scss/std/_global.scss */
.text-italic {
  font-style: italic;
}

/* line 192, ../../lib/scss/std/_global.scss */
.float-start {
  float: left !important;
}

/* line 193, ../../lib/scss/std/_global.scss */
.float-end {
  float: right !important;
}

/* line 194, ../../lib/scss/std/_global.scss */
.text-start {
  text-align: left !important;
}

/* line 195, ../../lib/scss/std/_global.scss */
.text-end {
  text-align: right !important;
}

/* line 198, ../../lib/scss/std/_global.scss */
.text-ellipsis-x-small {
  max-width: 3.125rem;
}
/* line 201, ../../lib/scss/std/_global.scss */
.text-ellipsis-small {
  max-width: 6.25rem;
}
/* line 204, ../../lib/scss/std/_global.scss */
.text-ellipsis-medium {
  max-width: 9.375rem;
}
/* line 207, ../../lib/scss/std/_global.scss */
.text-ellipsis-large {
  max-width: 12.5rem;
}

/* line 218, ../../lib/scss/std/_global.scss */
.cursor-default {
  cursor: default;
}

/* line 219, ../../lib/scss/std/_global.scss */
.pointer, .cursor-pointer {
  cursor: pointer;
}

/* line 220, ../../lib/scss/std/_global.scss */
.cursor-crosshair {
  cursor: crosshair;
}

/* line 221, ../../lib/scss/std/_global.scss */
.cursor-help {
  cursor: help;
}

/* line 222, ../../lib/scss/std/_global.scss */
.cursor-text {
  cursor: text;
}

/* line 224, ../../lib/scss/std/_global.scss */
.currcy-symbol {
  display: inline-block;
  min-width: 1.25rem;
  margin: 0 0.25rem 0 0.5rem;
}

/* line 230, ../../lib/scss/std/_global.scss */
.split > hr {
  margin: 0.3125rem 0 0.25rem;
}

/* line 136, ../../lib/scss/std/_global.scss */
.spinner-x-small::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: -0.46875rem 0 0 -0.46875rem;
  content: "";
}
/* line 147, ../../lib/scss/std/_global.scss */
.no-cssanimations .spinner-x-small::before {
  background: url("/lib/img/spinner24.gif") center center no-repeat;
}
/* line 153, ../../lib/scss/std/_global.scss */
.cssanimations .spinner-x-small::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.1375rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}
/* line 136, ../../lib/scss/std/_global.scss */
.spinner-small::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: -0.78125rem 0 0 -0.78125rem;
  content: "";
}
/* line 147, ../../lib/scss/std/_global.scss */
.no-cssanimations .spinner-small::before {
  background: url("/lib/img/spinner24.gif") center center no-repeat;
}
/* line 153, ../../lib/scss/std/_global.scss */
.cssanimations .spinner-small::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.225rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}
/* line 136, ../../lib/scss/std/_global.scss */
.spinner-medium::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: -1.09375rem 0 0 -1.09375rem;
  content: "";
}
/* line 147, ../../lib/scss/std/_global.scss */
.no-cssanimations .spinner-medium::before {
  background: url("/lib/img/spinner24.gif") center center no-repeat;
}
/* line 153, ../../lib/scss/std/_global.scss */
.cssanimations .spinner-medium::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.3125rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}
/* line 136, ../../lib/scss/std/_global.scss */
.spinner-large::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 2.8125rem;
  height: 2.8125rem;
  margin: -1.40625rem 0 0 -1.40625rem;
  content: "";
}
/* line 147, ../../lib/scss/std/_global.scss */
.no-cssanimations .spinner-large::before {
  background: url("/lib/img/spinner24.gif") center center no-repeat;
}
/* line 153, ../../lib/scss/std/_global.scss */
.cssanimations .spinner-large::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.4rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}

/* line 249, ../../lib/scss/std/_global.scss */
[class*='css-columns-'] {
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  -webkit-break-inside: avoid;
  break-inside: avoid;
}

/* line 253, ../../lib/scss/std/_global.scss */
.css-columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
/* line 254, ../../lib/scss/std/_global.scss */
.css-columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

@media only screen and (min-width: 40.063em), print {
  /* line 258, ../../lib/scss/std/_global.scss */
  .medium-css-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 259, ../../lib/scss/std/_global.scss */
  .medium-css-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 264, ../../lib/scss/std/_global.scss */
  .large-css-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 265, ../../lib/scss/std/_global.scss */
  .large-css-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 270, ../../lib/scss/std/_global.scss */
  .xlarge-css-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 271, ../../lib/scss/std/_global.scss */
  .xlarge-css-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media only screen and (min-width: 40.063em), print {
  /* line 7, ../../lib/scss/std/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    right: auto;
  }
  /* line 13, ../../lib/scss/std/_top-bar.scss */
  .top-bar-section ul.end li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 17, ../../lib/scss/std/_top-bar.scss */
  .top-bar-section ul.end li .dropdown li .dropdown {
    right: 100%;
  }
}
/* line 26, ../../lib/scss/std/_offcanvas.scss */
.start-off-canvas-menu {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #f4f4f4;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
/* line 100, ../../lib/scss/fnd/_offcanvas.scss */
.start-off-canvas-menu * {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
}

/* line 27, ../../lib/scss/std/_offcanvas.scss */
.end-off-canvas-menu {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #f4f4f4;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
/* line 100, ../../lib/scss/fnd/_offcanvas.scss */
.end-off-canvas-menu * {
  /* -webkit-transform: translateZ(0x);
  -webkit-backface-visibility: hidden;*/
  /* this property makes fonts look aliased */
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
}

/* line 30, ../../lib/scss/std/_offcanvas.scss */
.no-csstransforms .start-off-canvas-menu {
  left: -15.625rem;
}
/* line 31, ../../lib/scss/std/_offcanvas.scss */
.no-csstransforms .end-off-canvas-menu {
  right: -15.625rem;
}

/* line 14, ../../lib/scss/std/_dropdown.scss */
.f-dropdown {
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.4);
}
/* line 17, ../../lib/scss/std/_dropdown.scss */
.f-dropdown.loading {
  width: 10.625rem;
  height: 6.25rem;
}
/* line 136, ../../lib/scss/std/_global.scss */
.f-dropdown.loading::before {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: -1.09375rem 0 0 -1.09375rem;
  content: "";
}
/* line 147, ../../lib/scss/std/_global.scss */
.no-cssanimations .f-dropdown.loading::before {
  background: url("/lib/img/spinner24.gif") center center no-repeat;
}
/* line 153, ../../lib/scss/std/_global.scss */
.cssanimations .f-dropdown.loading::before {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.3125rem solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  border-top-color: #000;
}
/* line 25, ../../lib/scss/std/_dropdown.scss */
.rtl .f-dropdown.has-icons [class^="i-"]::before, .rtl .f-dropdown.has-icons [class*=" i-"]::before {
  float: left;
}

/* line 9, ../../lib/scss/std/_buttons.scss */
button.icon, .button.icon {
  margin-bottom: 0;
  padding: 0.5625rem 0.875rem 0.4375rem 0.875rem;
  font-size: 1rem;
}
/* line 14, ../../lib/scss/std/_buttons.scss */
button.icon.narrow, .button.icon.narrow {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/* line 20, ../../lib/scss/std/_buttons.scss */
button.input-align, .button.input-align {
  height: 2.25rem;
  line-height: 2.25rem;
}
/* line 25, ../../lib/scss/std/_buttons.scss */
button.tertiary, .button.tertiary {
  background-color: #505050;
  border-color: #404040;
  color: #fff;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.tertiary:hover, button.tertiary:focus, .button.tertiary:hover, .button.tertiary:focus {
  background-color: #404040;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
button.tertiary:hover, button.tertiary:focus, .button.tertiary:hover, .button.tertiary:focus {
  color: #fff;
}
/* line 26, ../../lib/scss/std/_buttons.scss */
button.quaternary, .button.quaternary {
  background-color: #f4f4f4;
  border-color: #c3c3c3;
  color: #333;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.quaternary:hover, button.quaternary:focus, .button.quaternary:hover, .button.quaternary:focus {
  background-color: #c3c3c3;
}
/* line 153, ../../lib/scss/fnd/_buttons-eff.scss */
button.quaternary:hover, button.quaternary:focus, .button.quaternary:hover, .button.quaternary:focus {
  color: #333;
}
/* line 27, ../../lib/scss/std/_buttons.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #fff;
}
/* line 28, ../../lib/scss/std/_buttons.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
/* line 153, ../../lib/scss/fnd/_buttons-eff.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #333;
}
/* line 30, ../../lib/scss/std/_buttons.scss */
button.toggle, .button.toggle {
  background-color: #e4e4e4;
  border-color: #b6b6b6;
  color: #333;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.toggle:hover, button.toggle:focus, .button.toggle:hover, .button.toggle:focus {
  background-color: #b6b6b6;
}
/* line 153, ../../lib/scss/fnd/_buttons-eff.scss */
button.toggle:hover, button.toggle:focus, .button.toggle:hover, .button.toggle:focus {
  color: #333;
}
/* line 31, ../../lib/scss/std/_buttons.scss */
button.toggle.active, .button.toggle.active {
  background-color: #505050;
  border-color: #404040;
  color: #fff;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.toggle.active:hover, button.toggle.active:focus, .button.toggle.active:hover, .button.toggle.active:focus {
  background-color: #404040;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
button.toggle.active:hover, button.toggle.active:focus, .button.toggle.active:hover, .button.toggle.active:focus {
  color: #fff;
}
/* line 34, ../../lib/scss/std/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
/* line 158, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #fff;
}
/* line 168, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
/* line 35, ../../lib/scss/std/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
  cursor: default;
  opacity: 0.45;
  box-shadow: none;
}
/* line 147, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
/* line 153, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #333;
}
/* line 168, ../../lib/scss/fnd/_buttons-eff.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *
 */
/* line 14, ../../lib/scss/std/_switches.scss */
.switch + label.inline {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
/* line 24, ../../lib/scss/std/_switches.scss */
.switch.tiny.compact + label.inline {
  max-width: calc(100% - 2.625rem);
}
/* line 28, ../../lib/scss/std/_switches.scss */
.switch.tiny.compact > label {
  width: 1.125rem;
  box-shadow: 0 0 0 1px #ddd;
}
/* line 33, ../../lib/scss/std/_switches.scss */
.switch.tiny.compact > input:checked + label {
  background: #fff;
  box-shadow: 0 0 0 1px #008000;
}
/* line 38, ../../lib/scss/std/_switches.scss */
.switch.tiny.compact > input:checked + label::after {
  left: .25rem;
  background: #008000;
}
/* line 45, ../../lib/scss/std/_switches.scss */
.switch.tiny > label {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 52, ../../lib/scss/std/_switches.scss */
.switch-label {
  margin: 0 0.875rem 0 0.5rem;
  line-height: 2.25rem;
}

/* line 18, ../../lib/scss/std/_tabs.scss */
.tabs {
  background-color: transparent;
}
/* line 23, ../../lib/scss/std/_tabs.scss */
.tabs > dd.active > a {
  color: #fff;
}
/* line 29, ../../lib/scss/std/_tabs.scss */
.tabs.tabbed > dd > a {
  border-top-left-radius: 0.75rem;
  margin-right: -0.75rem;
}
/* line 34, ../../lib/scss/std/_tabs.scss */
.tabs.tabbed > dd:not(:last-child) > a {
  padding-right: 1.625rem;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *
 */
/* line 13, ../../lib/scss/std/_forms.scss */
input.inline, select.inline {
  display: inline !important;
  width: auto !important;
}

/* line 20, ../../lib/scss/std/_forms.scss */
.input-button > .button {
  width: 2.8125rem;
  float: right;
  font-size: 1rem;
}
/* line 26, ../../lib/scss/std/_forms.scss */
.input-button > div {
  overflow: hidden;
}

/* line 32, ../../lib/scss/std/_forms.scss */
.input-button.button {
  width: 2.8125rem;
  font-size: 1rem;
}

/* line 38, ../../lib/scss/std/_forms.scss */
select[size] {
  height: auto;
}
/* line 42, ../../lib/scss/std/_forms.scss */
select[disabled], select[readonly], fieldset[disabled] select {
  background-color: #ddd;
}

/* line 49, ../../lib/scss/std/_forms.scss */
textarea {
  resize: none;
}

/* line 54, ../../lib/scss/std/_forms.scss */
dl.inline-definition-list dt,
dl.inline-definition-list dd {
  float: left;
}
/* line 59, ../../lib/scss/std/_forms.scss */
dl.inline-definition-list dt {
  clear: left;
}

/* line 64, ../../lib/scss/std/_forms.scss */
.valign-nolabel {
  margin: 1.125rem 0 0;
}

/* line 12, ../../lib/scss/std/_file-types.scss */
[class^="file-type-"],
[class*=" file-type-"] {
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 0.125rem;
  background: url("/lib/img/filetypes32.png") 0 0 no-repeat;
}

/* line 21, ../../lib/scss/std/_file-types.scss */
.file-type-avi, .file-type-3gp, .file-type-flv, .file-type-mov, .file-type-mp4, .file-type-mpg, .file-type-mpeg, .file-type-wmv {
  background-position: 0px -36px;
}

/* line 24, ../../lib/scss/std/_file-types.scss */
.file-type-bmp, .file-type-pic, .file-type-pict, .file-type-pct {
  background-position: 0px -72px;
}

/* line 27, ../../lib/scss/std/_file-types.scss */
.file-type-csv, .file-type-tsv {
  background-position: 0px -108px;
}

/* line 30, ../../lib/scss/std/_file-types.scss */
.file-type-dat, .file-type-bin {
  background-position: 0px -144px;
}

/* line 33, ../../lib/scss/std/_file-types.scss */
.file-type-dll, .file-type-exe {
  background-position: 0px -180px;
}

/* line 36, ../../lib/scss/std/_file-types.scss */
.file-type-doc, .file-type-dot, .file-type-rtf {
  background-position: 0px -216px;
}

/* line 39, ../../lib/scss/std/_file-types.scss */
.file-type-docx, .file-type-dotx, .file-type-dotm {
  background-position: 0px -252px;
}

/* line 42, ../../lib/scss/std/_file-types.scss */
.file-type-dwg {
  background-position: 0px -288px;
}

/* line 45, ../../lib/scss/std/_file-types.scss */
.file-type-dxf {
  background-position: 0px -324px;
}

/* line 48, ../../lib/scss/std/_file-types.scss */
.file-type-gif {
  background-position: 0px -360px;
}

/* line 51, ../../lib/scss/std/_file-types.scss */
.file-type-htm, .file-type-html, .file-type-mhtml, .file-type-xhtml {
  background-position: 0px -396px;
}

/* line 54, ../../lib/scss/std/_file-types.scss */
.file-type-jpg, .file-type-jpeg {
  background-position: 0px -432px;
}

/* line 57, ../../lib/scss/std/_file-types.scss */
.file-type-js, .file-type-css, .file-type-pas, .file-type-vbs, .file-type-scss, .file-type-less {
  background-position: 0px -468px;
}

/* line 60, ../../lib/scss/std/_file-types.scss */
.file-type-log, .file-type-ini, .file-type-sql, .file-type-cfg, .file-type-conf, .file-type-diff {
  background-position: 0px -504px;
}

/* line 63, ../../lib/scss/std/_file-types.scss */
.file-type-msg, .file-type-eml {
  background-position: 0px -540px;
}

/* line 66, ../../lib/scss/std/_file-types.scss */
.file-type-msi {
  background-position: 0px -576px;
}

/* line 69, ../../lib/scss/std/_file-types.scss */
.file-type-odp, .file-type-ott, .file-type-oth, .file-type-odm, .file-type-sxw, .file-type-stw, .file-type-sxg {
  background-position: 0px -612px;
}

/* line 72, ../../lib/scss/std/_file-types.scss */
.file-type-ods, .file-type-ots, .file-type-sxc, .file-type-stc {
  background-position: 0px -648px;
}

/* line 75, ../../lib/scss/std/_file-types.scss */
.file-type-odt, .file-type-odg, .file-type-otp, .file-type-sxi, .file-type-sti {
  background-position: 0px -684px;
}

/* line 78, ../../lib/scss/std/_file-types.scss */
.file-type-one, .file-type-onebin, .file-type-onepkg, .file-type-onetoc {
  background-position: 0px -720px;
}

/* line 81, ../../lib/scss/std/_file-types.scss */
.file-type-pdf {
  background-position: 0px -756px;
}

/* line 84, ../../lib/scss/std/_file-types.scss */
.file-type-png {
  background-position: 0px -792px;
}

/* line 87, ../../lib/scss/std/_file-types.scss */
.file-type-pps {
  background-position: 0px -828px;
}

/* line 90, ../../lib/scss/std/_file-types.scss */
.file-type-ppsx, .file-type-ppsm {
  background-position: 0px -864px;
}

/* line 93, ../../lib/scss/std/_file-types.scss */
.file-type-ppt, .file-type-pot {
  background-position: 0px -900px;
}

/* line 96, ../../lib/scss/std/_file-types.scss */
.file-type-pptx, .file-type-pptm, .file-type-potx, .file-type-potm {
  background-position: 0px -936px;
}

/* line 99, ../../lib/scss/std/_file-types.scss */
.file-type-psd, .file-type-psb, .file-type-pdd {
  background-position: 0px -972px;
}

/* line 102, ../../lib/scss/std/_file-types.scss */
.file-type-tif, .file-type-tiff {
  background-position: 0px -1008px;
}

/* line 105, ../../lib/scss/std/_file-types.scss */
.file-type-txt {
  background-position: 0px -1044px;
}

/* line 108, ../../lib/scss/std/_file-types.scss */
.file-type-vcf, .file-type-vcard {
  background-position: 0px -1080px;
}

/* line 111, ../../lib/scss/std/_file-types.scss */
.file-type-vvs, .file-type-vsd, .file-type-vss, .file-type-vst, .file-type-vsx, .file-type-vtx, .file-type-vsdx {
  background-position: 0px -1116px;
}

/* line 114, ../../lib/scss/std/_file-types.scss */
.file-type-vsdm, .file-type-vssx, .file-type-vvsx, .file-type-vstx, .file-type-vstm {
  background-position: 0px -1152px;
}

/* line 117, ../../lib/scss/std/_file-types.scss */
.file-type-wav, .file-type-mp3, .file-type-ogg, .file-type-aif, .file-type-aac, .file-type-flac {
  background-position: 0px -1188px;
}

/* line 120, ../../lib/scss/std/_file-types.scss */
.file-type-xls, .file-type-xlm, .file-type-xlw, .file-type-xlt {
  background-position: 0px -1224px;
}

/* line 123, ../../lib/scss/std/_file-types.scss */
.file-type-xlsx, .file-type-xlsm, .file-type-xltx, .file-type-xltm {
  background-position: 0px -1260px;
}

/* line 126, ../../lib/scss/std/_file-types.scss */
.file-type-xml, .file-type-xsl, .file-type-kml, .file-type-rss {
  background-position: 0px -1296px;
}

/* line 129, ../../lib/scss/std/_file-types.scss */
.file-type-zip, .file-type-rar, .file-type-gz, .file-type-tar, .file-type-7z, .file-type-bz2, .file-type-cab {
  background-position: 0px -1332px;
}

/* line 133, ../../lib/scss/std/_toolbars.scss */
.toolbar.medium {
  margin-bottom: 0.75rem;
}
/* line 34, ../../lib/scss/std/_toolbars.scss */
.toolbar.medium button, .toolbar.medium .button {
  font-size: 0.875rem;
  line-height: 2.5rem;
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  margin-bottom: 0.375rem;
  border-right: none;
  margin-right: 0.125rem;
}
/* line 45, ../../lib/scss/std/_toolbars.scss */
.toolbar.medium button.no-pip, .toolbar.medium button:not(.dropdown):not(.split), .toolbar.medium .button.no-pip, .toolbar.medium .button:not(.dropdown):not(.split) {
  padding-right: 1rem;
}
/* line 49, ../../lib/scss/std/_toolbars.scss */
.toolbar.medium button.split, .toolbar.medium .button.split {
  padding-right: 3.75rem;
}
/* line 53, ../../lib/scss/std/_toolbars.scss */
.toolbar.medium button::before, .toolbar.medium button > i::before, .toolbar.medium .button::before, .toolbar.medium .button > i::before {
  font-size: 1rem;
  vertical-align: top;
}
/* line 58, ../../lib/scss/std/_toolbars.scss */
.toolbar.medium button:not(:empty)::before, .toolbar.medium .button:not(:empty)::before {
  margin-right: 0.5rem;
}
/* line 63, ../../lib/scss/std/_toolbars.scss */
.toolbar.medium input, .toolbar.medium select {
  width: auto;
  font-size: 0.875rem;
  line-height: 2.5rem;
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 0.125rem;
}
/* line 74, ../../lib/scss/std/_toolbars.scss */
.toolbar.medium .toolbar-text {
  font-size: 0.875rem;
  line-height: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  background-color: #e4e4e4;
  margin-right: 2px;
}
/* line 84, ../../lib/scss/std/_toolbars.scss */
.toolbar.medium.tabbed button, .toolbar.medium.tabbed .button {
  border-top-left-radius: 0.5rem;
  margin-right: -0.5rem;
}
/* line 90, ../../lib/scss/std/_toolbars.scss */
.toolbar.medium.tabbed > :not(:last-child) button:not(.dropdown):not(.split), .toolbar.medium.tabbed > :not(:last-child) .button:not(.dropdown):not(.split) {
  padding-right: 1.5rem;
}
/* line 97, ../../lib/scss/std/_toolbars.scss */
.toolbar.medium .divider {
  width: 0;
  height: 1px;
  margin: 0 0.41667rem;
}
/* line 103, ../../lib/scss/std/_toolbars.scss */
.toolbar.medium button.label-always:not(.split) > span, .toolbar.medium .button.label-always:not(.split) > span {
  display: inline;
  margin-left: 0.5rem;
}
/* line 137, ../../lib/scss/std/_toolbars.scss */
.toolbar.small {
  margin-bottom: 0.75rem;
}
/* line 34, ../../lib/scss/std/_toolbars.scss */
.toolbar.small button, .toolbar.small .button {
  font-size: 0.75rem;
  line-height: 2rem;
  height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.875rem;
  margin-bottom: 0.375rem;
  border-right: none;
  margin-right: 0.125rem;
}
/* line 45, ../../lib/scss/std/_toolbars.scss */
.toolbar.small button.no-pip, .toolbar.small button:not(.dropdown):not(.split), .toolbar.small .button.no-pip, .toolbar.small .button:not(.dropdown):not(.split) {
  padding-right: 0.875rem;
}
/* line 49, ../../lib/scss/std/_toolbars.scss */
.toolbar.small button.split, .toolbar.small .button.split {
  padding-right: 3.375rem;
}
/* line 53, ../../lib/scss/std/_toolbars.scss */
.toolbar.small button::before, .toolbar.small button > i::before, .toolbar.small .button::before, .toolbar.small .button > i::before {
  font-size: 1rem;
  vertical-align: top;
}
/* line 58, ../../lib/scss/std/_toolbars.scss */
.toolbar.small button:not(:empty)::before, .toolbar.small .button:not(:empty)::before {
  margin-right: 0.5rem;
}
/* line 63, ../../lib/scss/std/_toolbars.scss */
.toolbar.small input, .toolbar.small select {
  width: auto;
  font-size: 0.75rem;
  line-height: 2rem;
  height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 0.125rem;
}
/* line 74, ../../lib/scss/std/_toolbars.scss */
.toolbar.small .toolbar-text {
  font-size: 0.75rem;
  line-height: 2rem;
  height: 2rem;
  padding: 0 0.4375rem;
  background-color: #e4e4e4;
  margin-right: 2px;
}
/* line 84, ../../lib/scss/std/_toolbars.scss */
.toolbar.small.tabbed button, .toolbar.small.tabbed .button {
  border-top-left-radius: 0.375rem;
  margin-right: -0.375rem;
}
/* line 90, ../../lib/scss/std/_toolbars.scss */
.toolbar.small.tabbed > :not(:last-child) button:not(.dropdown):not(.split), .toolbar.small.tabbed > :not(:last-child) .button:not(.dropdown):not(.split) {
  padding-right: 1.25rem;
}
/* line 97, ../../lib/scss/std/_toolbars.scss */
.toolbar.small .divider {
  width: 0;
  height: 1px;
  margin: 0 0.33333rem;
}
/* line 103, ../../lib/scss/std/_toolbars.scss */
.toolbar.small button.label-always:not(.split) > span, .toolbar.small .button.label-always:not(.split) > span {
  display: inline;
  margin-left: 0.5rem;
}

/* line 143, ../../lib/scss/std/_toolbars.scss */
.desktop-main-toolbar {
  margin-top: 1rem;
}

/* line 115, ../../lib/scss/std/_toolbars.scss */
.toolbar.labels-large button:not(.split) > span, .toolbar.labels-large .button:not(.split) > span {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  /* line 115, ../../lib/scss/std/_toolbars.scss */
  .toolbar.labels-large button:not(.split) > span, .toolbar.labels-large .button:not(.split) > span {
    display: inline;
    margin-left: 0.5rem;
  }
}
/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.4
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 * Converted to Sass Foundation by Efficy
 */
/* line 18, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker {
  top: 0;
  left: 0;
  width: 300px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border: 1px solid #eee;
  background-color: #fff;
  display: none;
}
/* line 31, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker.timepicker-sbs {
  width: 86%;
  max-width: 500px;
}
/* line 37, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker button, .dd-datetimepicker .button {
  margin-bottom: 0;
}
/* line 92, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker .dow {
  width: 14.2857%;
}
/* line 97, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker.pull-right::before {
  left: auto;
  right: 6px;
}
/* line 102, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker.pull-right::after {
  left: auto;
  right: 7px;
}
/* line 108, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker > ul {
  list-style-type: none;
  margin: 0;
}
/* line 119, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker a[data-action]::before {
  font-size: 1rem;
}
/* line 123, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker a[data-action]:active {
  box-shadow: none;
}
/* line 127, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker .timepicker-hour, .dd-datetimepicker .timepicker-minute, .dd-datetimepicker .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
/* line 134, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker button[data-action] {
  padding: 6px;
}
/* line 138, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
/* line 144, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker .datepicker > div {
  display: none;
}
/* line 148, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker .picker-switch {
  text-align: center;
}
/* line 152, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker table {
  width: 100%;
  margin: 0;
}
/* line 157, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td,
.dd-datetimepicker th {
  text-align: center;
}
/* line 163, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
/* line 168, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777;
}
/* line 175, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
/* line 181, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td.day:hover, .dd-datetimepicker td.hour:hover, .dd-datetimepicker td.minute:hover, .dd-datetimepicker td.second:hover {
  background: #eee;
  cursor: pointer;
}
/* line 189, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td.old, .dd-datetimepicker td.new {
  color: #999;
}
/* line 194, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td.today {
  position: relative;
}
/* line 197, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td.today::before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #008f44;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
/* line 209, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td.active, .dd-datetimepicker td.active:hover {
  background-color: #008f44;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 216, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td.active.today::before {
  border-bottom-color: #fff;
}
/* line 220, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td.disabled, .dd-datetimepicker td.disabled:hover {
  background: none;
  color: #999;
  cursor: not-allowed;
}
/* line 227, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
}
/* line 236, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td span:hover {
  background: #eee;
}
/* line 240, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td span.active {
  background-color: #008f44;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 246, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td span.old {
  color: #999;
}
/* line 250, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker td span.disabled, .dd-datetimepicker td span.disabled:hover {
  background: none;
  color: #999;
  cursor: not-allowed;
}
/* line 259, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
/* line 264, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker th.picker-switch {
  width: 145px;
}
/* line 268, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker th.next, .dd-datetimepicker th.prev {
  font-size: 1.375rem;
}
/* line 273, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker th.disabled, .dd-datetimepicker th.disabled:hover {
  background: none;
  color: #999;
  cursor: not-allowed;
}
/* line 281, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker thead tr:first-child th {
  cursor: pointer;
}
/* line 284, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker thead tr:first-child th:hover {
  background: #eee;
}
/* line 290, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker > .buttons {
  margin-top: 0.25rem;
}
/* line 293, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker > .buttons .small-6 {
  width: 49%;
}

/* line 301, ../../lib/scss/vendor/_datetimepicker.scss */
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 311, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker.left-oriented::before {
  left: auto;
  right: 6px;
}
/* line 316, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker.left-oriented::after {
  left: auto;
  right: 7px;
}

/* line 322, ../../lib/scss/vendor/_datetimepicker.scss */
.dd-datetimepicker ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}

@media only screen and (max-width: 40em) {
  /* line 334, ../../lib/scss/vendor/_datetimepicker.scss */
  .timepicker-picker .separator {
    padding: 0;
  }
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *
 */
/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *
 */
/*
	Efficy changes:
		- ATI: path for images
		- ATI: foundation styles + neither gradients nor border-radius
		- ATI: no ie7/ie8 properties needed
		- ATI: ul.select2-results (instead of .select2-results) overrides default ul properties
		- ATI: foundation: duplicates properties from toolbar small
		- ATI: class 'select2-drop-small' allows smaller dropdowns' height
		- ATI: avoids bottom margin when select in data-grid (table)
		- ATI: change all px into rem via rem-calc()
		- ATI: add hyphenation
		- ATI: 'remove' button on the right
*/
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
/* line 29, ../../lib/scss/vendor/_select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  vertical-align: middle;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* line 43, ../../lib/scss/vendor/_select2.scss */
.data-grid .select2-container {
  margin-bottom: -1.0625rem;
}

/* line 48, ../../lib/scss/vendor/_select2.scss */
.select2-container.toolbar-small {
  width: auto;
  font-size: 0.75rem;
  text-align: left;
  height: 2rem;
  line-height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 0.125rem;
  border: 0;
}

/* line 61, ../../lib/scss/vendor/_select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
  	Force border-box so that % widths fit the parent
  	container without overlap because of margin/padding.
  	More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 75, ../../lib/scss/vendor/_select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 2.25rem;
  padding: 0 0 0 0.5rem;
  margin: 0 0 1rem 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #cccccc;
  white-space: nowrap;
  line-height: 2.25rem;
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.8125rem;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fafafa;
  /* // Efficy ATI
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
  */
}

/* line 117, ../../lib/scss/vendor/_select2.scss */
.select2-container.toolbar-small .select2-choice {
  width: auto;
  font-size: 0.75rem;
  height: 2rem;
  line-height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

/* line 128, ../../lib/scss/vendor/_select2.scss */
.select2-container .select2-choice {
  color: rgba(0, 0, 0, 0.75) !important;
  text-decoration: none !important;
}

/* line 133, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 0.5rem 0 0;
}

/* line 137, ../../lib/scss/vendor/_select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #cccccc;
  /* // Efficy ATI
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
  */
}

/* line 152, ../../lib/scss/vendor/_select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 2.625rem;
}

/* line 156, ../../lib/scss/vendor/_select2.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 1.625rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 168, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 1.625rem;
  margin-right: 0;
}

/* line 173, ../../lib/scss/vendor/_select2.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  right: 1.5rem;
  top: 0.6875rem;
  font-size: 0.0625rem;
  text-decoration: none;
  border: 0;
  background: url("/lib/img/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 191, ../../lib/scss/vendor/_select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 195, ../../lib/scss/vendor/_select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -0.6875rem;
  cursor: pointer;
}

/* line 200, ../../lib/scss/vendor/_select2.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
}

/* line 218, ../../lib/scss/vendor/_select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1.0625rem;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.8125rem;
  border: 1px solid #999999;
  border-top: 0;
  /* // Efficy ATI: foundation
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  */
  box-shadow: 0 0.25rem 0.3125rem #999999;
}

/* line 244, ../../lib/scss/vendor/_select2.scss */
.select2-drop.toolbar-small {
  font-size: 0.75rem;
  margin-top: -0.0625rem;
}

/* line 249, ../../lib/scss/vendor/_select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 0.0625rem;
  border-top: 1px solid #cccccc;
  border-bottom: 0;
  /* // Efficy ATI: foundation
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
  */
  box-shadow: 0 -0.25rem 0.3125rem #999999;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 181, ../../lib/scss/fnd/_global.scss */
.select2-drop.select2-drop-above:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 267, ../../lib/scss/vendor/_select2.scss */
.select2-drop-active {
  border: 1px solid #999999;
  border-top: none;
}

/* line 273, ../../lib/scss/vendor/_select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #999999;
}

/* line 278, ../../lib/scss/vendor/_select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #cccccc;
  width: auto;
}

/* line 284, ../../lib/scss/vendor/_select2.scss */
.select2-drop-auto-width .select2-search {
  padding-top: 0.25rem;
}

/* line 288, ../../lib/scss/vendor/_select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 1.125rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #cccccc;
  background-clip: padding-box;
  background: #e4e4e4;
  /* // Efficy ATI
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
  */
}

/* line 313, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #cccccc;
}

/* line 323, ../../lib/scss/vendor/_select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/lib/img/select2.png") no-repeat 0 0.28125rem;
}

/* line 331, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 0.125rem 0.25rem;
}

/* line 336, ../../lib/scss/vendor/_select2.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 1.625rem;
  margin: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 350, ../../lib/scss/vendor/_select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 1.625rem;
  padding: 0.25rem 1.25rem 0.25rem 0.3125rem;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #cccccc;
  box-shadow: none;
  background-repeat: no-repeat !important;
  background-image: url("/lib/img/select2.png") !important;
  background-position: 100% -1.375rem !important;
  background-color: #fff;
  /* // Efficy ATI
  background: url($base-path + 'lib/img/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url($base-path + 'lib/img/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url($base-path + 'lib/img/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url($base-path + 'lib/img/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
  */
}

/* line 382, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] .select2-search input {
  padding: 0.25rem 0.3125rem 0.25rem 1.25rem;
  background-position: -2.3125rem -1.375rem !important;
  /* // Efficy ATI
  background: url($base-path + 'lib/img/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url($base-path + 'lib/img/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url($base-path + 'lib/img/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url($base-path + 'lib/img/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
  */
}

/* line 396, ../../lib/scss/vendor/_select2.scss */
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 0.25rem;
}

/* line 400, ../../lib/scss/vendor/_select2.scss */
.select2-search input.select2-active {
  background: #fff url("/lib/img/spinner16.gif") no-repeat 100%;
  /* // Efficy ATI
  background: url($base-path + "lib/img/spinner16.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url($base-path + "lib/img/spinner16.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url($base-path + "lib/img/spinner16.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url($base-path + "lib/img/spinner16.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
  */
}

/* line 410, ../../lib/scss/vendor/_select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #999999;
  outline: none;
  /* // Efficy ATI
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  */
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 181, ../../lib/scss/fnd/_global.scss */
.select2-container-active .select2-choice:focus,
.select2-container-active .select2-choices:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 425, ../../lib/scss/vendor/_select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  /* // Efficy ATI
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  background-color: #fff;
  /* // Efficy ATI
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
  */
}
/* line 181, ../../lib/scss/fnd/_global.scss */
.select2-dropdown-open .select2-choice:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 450, ../../lib/scss/vendor/_select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #999999;
  border-top-color: transparent;
  /* // Efficy ATI
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  */
}

/* line 465, ../../lib/scss/vendor/_select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
}

/* line 470, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 474, ../../lib/scss/vendor/_select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -1.125rem 0.25rem;
}

/* line 479, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -1rem 0.25rem;
}

/* line 484, ../../lib/scss/vendor/_select2.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}

/* results */
/* line 496, ../../lib/scss/vendor/_select2.scss */
ul.select2-results {
  font-size: 0.8125rem;
  max-height: 12.5rem;
  padding: 0 0 0 0.25rem;
  margin: 0.25rem 0.25rem 0.25rem 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

/* line 507, ../../lib/scss/vendor/_select2.scss */
.select2-drop-small ul.select2-results {
  max-height: 5.3125rem;
}

/* line 512, ../../lib/scss/vendor/_select2.scss */
.toolbar-small ul.select2-results {
  font-size: 0.75rem;
}

/* line 516, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] ul.select2-results {
  padding: 0 0.25rem 0 0;
  margin: 0.25rem 0 0.25rem 0.25rem;
}

/* line 521, ../../lib/scss/vendor/_select2.scss */
ul.select2-results ul.select2-result-sub {
  font-size: 0.8125rem;
  margin: 0;
  padding-left: 0;
}

/* line 528, ../../lib/scss/vendor/_select2.scss */
.toolbar-small ul.select2-results ul.select2-result-sub {
  font-size: 0.75rem;
}

/* line 532, ../../lib/scss/vendor/_select2.scss */
ul.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 538, ../../lib/scss/vendor/_select2.scss */
ul.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 542, ../../lib/scss/vendor/_select2.scss */
ul.select2-results .select2-result-label {
  padding: 0.1875rem 0.25rem 0.25rem;
  margin: 0;
  cursor: pointer;
  min-height: 1.28047rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 560, ../../lib/scss/vendor/_select2.scss */
.toolbar-small ul.select2-results .select2-result-label {
  min-height: 1.18047rem;
}

/* line 564, ../../lib/scss/vendor/_select2.scss */
ul.select2-results-dept-1 .select2-result-label {
  padding-left: 1.25rem;
}

/* line 567, ../../lib/scss/vendor/_select2.scss */
ul.select2-results-dept-2 .select2-result-label {
  padding-left: 2.5rem;
}

/* line 570, ../../lib/scss/vendor/_select2.scss */
ul.select2-results-dept-3 .select2-result-label {
  padding-left: 3.75rem;
}

/* line 573, ../../lib/scss/vendor/_select2.scss */
ul.select2-results-dept-4 .select2-result-label {
  padding-left: 5rem;
}

/* line 576, ../../lib/scss/vendor/_select2.scss */
ul.select2-results-dept-5 .select2-result-label {
  padding-left: 6.25rem;
}

/* line 579, ../../lib/scss/vendor/_select2.scss */
ul.select2-results-dept-6 .select2-result-label {
  padding-left: 6.875rem;
}

/* line 582, ../../lib/scss/vendor/_select2.scss */
ul.select2-results-dept-7 .select2-result-label {
  padding-left: 7.5rem;
}

/* line 586, ../../lib/scss/vendor/_select2.scss */
ul.select2-results .select2-highlighted {
  background: #505050;
  color: #f8f8f8;
}

/* line 593, ../../lib/scss/vendor/_select2.scss */
ul.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 598, ../../lib/scss/vendor/_select2.scss */
ul.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 602, ../../lib/scss/vendor/_select2.scss */
ul.select2-results .select2-highlighted ul {
  background: #fff;
  color: rgba(0, 0, 0, 0.75);
}

/* line 608, ../../lib/scss/vendor/_select2.scss */
ul.select2-results .select2-no-results,
ul.select2-results .select2-searching,
ul.select2-results .select2-ajax-error,
ul.select2-results .select2-selection-limit {
  background: #ddd;
  display: list-item;
  padding-left: 0.3125rem;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 621, ../../lib/scss/vendor/_select2.scss */
ul.select2-results .select2-disabled.select2-highlighted {
  color: rgba(0, 0, 0, 0.75);
  background: #ddd;
  display: list-item;
  cursor: default;
}

/* line 629, ../../lib/scss/vendor/_select2.scss */
ul.select2-results .select2-disabled {
  background: #ddd;
  display: list-item;
  cursor: default;
}

/* line 636, ../../lib/scss/vendor/_select2.scss */
ul.select2-results .select2-selected {
  display: none;
}

/* line 640, ../../lib/scss/vendor/_select2.scss */
.select2-more-results.select2-active {
  background: #ddd url("/lib/img/spinner16.gif") no-repeat 100%;
}

/* line 645, ../../lib/scss/vendor/_select2.scss */
ul.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 649, ../../lib/scss/vendor/_select2.scss */
.select2-more-results {
  background: #ddd;
  display: list-item;
}

/* disabled styles */
/* line 657, ../../lib/scss/vendor/_select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #ddd;
  background-image: none;
  cursor: default;
}

/* line 665, ../../lib/scss/vendor/_select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #ddd;
  background-image: none;
  border-left: 0;
}

/* line 672, ../../lib/scss/vendor/_select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 678, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0 0 1rem 0;
  padding: 0 0.3125rem 0 0;
  position: relative;
  border: 1px solid #cccccc;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  /* // Efficy ATI
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
  */
}

/* line 700, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 0.3125rem;
}

/* line 704, ../../lib/scss/vendor/_select2.scss */
.select2-locked {
  padding: 0.1875rem 0.3125rem 0.1875rem 0.3125rem !important;
}

/* line 708, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi .select2-choices {
  min-height: 2.25rem;
}

/* line 714, ../../lib/scss/vendor/_select2.scss */
.toolbar-small .select2-container-multi .select2-choices {
  min-height: 2rem;
}

/* line 718, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #999999;
  outline: none;
  /* // Efficy ATI
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 181, ../../lib/scss/fnd/_global.scss */
.select2-container-multi.select2-container-active .select2-choices:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 732, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 736, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 739, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 745, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  height: auto;
  margin: 0.0625rem 0;
  color: rgba(0, 0, 0, 0.75);
  outline: 0;
  border: 0;
  box-shadow: none;
}

/* line 761, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("/lib/img/spinner16.gif") no-repeat 100% !important;
}

/* line 768, ../../lib/scss/vendor/_select2.scss */
.select2-choice.select2-default,
.select2-input.select2-default {
  color: #999 !important;
}

/* line 773, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 0.1875rem 1.125rem 0.1875rem 0.3125rem;
  margin: 0.1875rem 0 0.1875rem 0.3125rem;
  position: relative;
  line-height: 0.8125rem;
  color: #333;
  cursor: default;
  border: 1px solid #cccccc;
  /* // Efficy ATI
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  /* // Efficy ATI
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  */
}
/* line 181, ../../lib/scss/fnd/_global.scss */
.select2-container-multi .select2-choices .select2-search-choice:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 813, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 0.1875rem 0.3125rem 0.1875rem 0;
  padding: 0.1875rem 0.3125rem 0.1875rem 1.125rem;
}

/* line 818, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 821, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 825, ../../lib/scss/vendor/_select2.scss */
.select2-search-choice-close {
  display: block;
  width: 0.75rem;
  height: 0.8125rem;
  position: absolute;
  right: 0.1875rem;
  top: 0.25rem;
  font-size: 0.0625rem;
  outline: none;
  background: url("/lib/img/select2.png") right top no-repeat;
}

/* line 837, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 0.1875rem;
}

/* line 842, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi .select2-search-choice-close {
  right: 0.1875rem;
}

/* line 847, ../../lib/scss/vendor/_select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  right: auto;
  left: 0.125rem;
}

/* line 854, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -0.6875rem;
}

/* line 857, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -0.6875rem;
}

/* disabled styles */
/* line 862, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #ddd;
  background-image: none;
  border: 1px solid #999999;
  cursor: default;
}

/* line 871, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 0.1875rem 0.3125rem 0.1875rem 0.3125rem;
  border: 1px solid #999999;
  background-image: none;
  background-color: #ddd;
}

/* line 880, ../../lib/scss/vendor/_select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 886, ../../lib/scss/vendor/_select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 891, ../../lib/scss/vendor/_select2.scss */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

/* line 905, ../../lib/scss/vendor/_select2.scss */
.select2-display-none {
  display: none;
}

/* line 909, ../../lib/scss/vendor/_select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -625rem;
  left: -625rem;
  width: 6.25rem;
  height: 6.25rem;
  overflow: scroll;
}

/* line 920, ../../lib/scss/vendor/_select2.scss */
.select2-input-lookup .select2-choices {
  padding: 0;
}
/* line 923, ../../lib/scss/vendor/_select2.scss */
.select2-input-lookup .select2-choices .select2-search-field {
  width: 100%;
}
/* line 926, ../../lib/scss/vendor/_select2.scss */
.select2-input-lookup .select2-choices .select2-search-field input.select2-active {
  background-position: 99% center !important;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 936, ../../lib/scss/vendor/_select2.scss */
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("/lib/img/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 3.75rem 2.5rem !important;
  }

  /* line 945, ../../lib/scss/vendor/_select2.scss */
  .select2-search input {
    background-position: 100% -1.3125rem !important;
  }
}
@font-face {
  font-family: 'efficy-icons';
  src: url("/lib/fonts/efficy-icons.woff?ist=2016xxx") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 19, ../../lib/scss/fonts/_efficy-icons-definition.scss */
[class^="i-"]::before,
[class*=" i-"]::before {
  font-family: 'efficy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 32, ../../lib/scss/fonts/_efficy-icons-definition.scss */
.has-icons [class^="i-"]::before,
.has-icons [class*=" i-"]::before {
  font-size: 1rem;
}
/* line 37, ../../lib/scss/fonts/_efficy-icons-definition.scss */
.has-icons [class^="i-"]:not(:empty)::before,
.has-icons [class*=" i-"]:not(:empty)::before {
  margin-right: 0.5rem;
  vertical-align: bottom;
}

/* line 3, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-User:before {
  content: "\e636";
}

/* line 6, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Comp:before {
  content: "\e622";
}

/* line 9, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Cont:before {
  content: "\e623";
}

/* line 12, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Proj:before {
  content: "\e604";
}

/* line 15, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Oppo:before {
  content: "\e62f";
}

/* line 18, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Publ:before {
  content: "\e626";
}

/* line 21, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Cmpg:before {
  content: "\e626";
}

/* line 24, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Prof:before {
  content: "\e625";
}

/* line 27, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Case:before {
  content: "\e1ef";
}

/* line 30, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Agnd:before {
  content: "\e629";
}

/* line 33, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Appo:before {
  content: "\e629";
}

/* line 36, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-calendar:before {
  content: "\e629";
}

/* line 39, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Task:before {
  content: "\e62a";
}

/* line 42, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Acti:before {
  content: "\e62a";
}

/* line 45, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Docu:before {
  content: "\e62b";
}

/* line 48, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Mail:before {
  content: "\e62c";
}

/* line 51, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Prod:before {
  content: "\e0c7";
}

/* line 54, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Time:before {
  content: "\e62e";
}

/* line 57, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-clock:before {
  content: "\e62e";
}

/* line 60, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Quer:before {
  content: "\e630";
}

/* line 63, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Quer-native:before {
  content: "\e139";
}

/* line 66, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Repo:before {
  content: "\e61a";
}

/* line 69, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Tmpl:before {
  content: "\e0b1";
}

/* line 72, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Objv:before {
  content: "\e27b";
}

/* line 75, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Memo:before {
  content: "\e633";
}

/* line 78, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-comment:before {
  content: "\e633";
}

/* line 81, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Tmln:before {
  content: "\e632";
}

/* line 84, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Crns:before {
  content: "\e632";
}

/* line 87, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Ovrw:before {
  content: "\e635";
}

/* line 90, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Noti:before {
  content: "\e601";
}

/* line 93, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Catg:before {
  content: "\e634";
}

/* line 96, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Glry:before {
  content: "\e60a";
}

/* line 99, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-image:before {
  content: "\e60a";
}

/* line 102, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Hist:before {
  content: "\e64b";
}

/* line 105, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-recent:before {
  content: "\e64b";
}

/* line 108, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-Dupl:before {
  content: "\e639";
}

/* line 111, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-category:before {
  content: "\e2e4";
}

/* line 114, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-menu:before {
  content: "\e607";
}

/* line 117, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-menu-entity-picker:before {
  content: "\e609";
}

/* line 120, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-more:before {
  content: "\e61d";
}

/* line 123, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-add:before {
  content: "\e63e";
}

/* line 126, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-search:before {
  content: "\e619";
}

/* line 129, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-edit:before {
  content: "\e64e";
}

/* line 132, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-save:before {
  content: "\e612";
}

/* line 135, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-trash:before {
  content: "\e251";
}

/* line 138, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-delete:before {
  content: "\e251";
}

/* line 141, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-eraser:before {
  content: "\e915";
}

/* line 144, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-close:before {
  content: "\e36c";
}

/* line 147, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-delete-x:before {
  content: "\e36c";
}

/* line 150, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-home:before {
  content: "\e653";
}

/* line 153, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-table:before {
  content: "\e608";
}

/* line 156, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-grid:before {
  content: "\e608";
}

/* line 159, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-layout:before {
  content: "\e605";
}

/* line 162, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-binoculars:before {
  content: "\e1b4";
}

/* line 165, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-dupl-search:before {
  content: "\e1b4";
}

/* line 168, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-switch:before {
  content: "\e648";
}

/* line 171, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-split:before {
  content: "\e627";
}

/* line 174, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-dupl-diff:before {
  content: "\e627";
}

/* line 177, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-rocket:before {
  content: "\e234";
}

/* line 180, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-dupl-auto:before {
  content: "\e234";
}

/* line 183, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-file-pdf:before {
  content: "\e60c";
}

/* line 186, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-print:before {
  content: "\e60d";
}

/* line 189, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-tree:before {
  content: "\e610";
}

/* line 192, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-file-excel:before {
  content: "\e611";
}

/* line 195, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-list:before {
  content: "\e478";
}

/* line 198, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-group:before {
  content: "\e606";
}

/* line 201, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-filter:before {
  content: "\e444";
}

/* line 204, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-globe:before {
  content: "\e613";
}

/* line 207, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-earth:before {
  content: "\e654";
}

/* line 210, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-map:before {
  content: "\e0f3";
}

/* line 213, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-attach:before {
  content: "\e80b";
}

/* line 216, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-tools:before {
  content: "\e64f";
}

/* line 219, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-gear-outline:before {
  content: "\e1e2";
}

/* line 222, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-gear:before {
  content: "\e61b";
}

/* line 225, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-gears:before {
  content: "\eb60";
}

/* line 228, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-screen:before {
  content: "\e618";
}

/* line 231, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-reload:before {
  content: "\e3a8";
}

/* line 234, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-recurrent:before {
  content: "\e3a5";
}

/* line 237, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-wizard:before {
  content: "\e602";
}

/* line 240, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-shield:before {
  content: "\e61e";
}

/* line 243, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-eye:before {
  content: "\e2d9";
}

/* line 246, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-key:before {
  content: "\e600";
}

/* line 249, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-text:before {
  content: "\e448";
}

/* line 252, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-chart:before {
  content: "\e1f9";
}

/* line 255, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-education:before {
  content: "\e63b";
}

/* line 258, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-notify:before {
  content: "\e25c";
}

/* line 261, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-rss:before {
  content: "\e4a0";
}

/* line 264, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-follow:before {
  content: "\e4a0";
}

/* line 267, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-money:before {
  content: "\e65f";
}

/* line 270, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-euro:before {
  content: "\e63d";
}

/* line 273, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-code:before {
  content: "\e64a";
}

/* line 276, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-mobile:before {
  content: "\e650";
}

/* line 279, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-bigphone:before {
  content: "\e631";
}

/* line 282, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-linkedin:before {
  content: "\e655";
}

/* line 285, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-facebook:before {
  content: "\e49b";
}

/* line 288, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-twitter:before {
  content: "\e657";
}

/* line 291, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-googleplus:before {
  content: "\e495";
}

/* line 294, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-skype:before {
  content: "\e656";
}

/* line 297, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-xing:before {
  content: "\ef32";
}

/* line 300, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-logoff:before {
  content: "\e37c";
}

/* line 303, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-openwindow:before {
  content: "\e47d";
}

/* line 306, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-reference:before {
  content: "\e617";
}

/* line 309, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-stamp:before {
  content: "\e617";
}

/* line 312, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-power:before {
  content: "\e61f";
}

/* line 315, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-language:before {
  content: "\e603";
}

/* line 318, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-keyboard:before {
  content: "\e11e";
}

/* line 321, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-fields:before {
  content: "\e62d";
}

/* line 324, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smartphone:before {
  content: "\e638";
}

/* line 327, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-datepicker:before {
  content: "\e116";
}

/* line 330, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-calendar-day:before {
  content: "\e113";
}

/* line 333, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-calendar-week5:before {
  content: "\e114";
}

/* line 336, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-calendar-week7:before {
  content: "\e115";
}

/* line 339, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-planning:before {
  content: "\e61c";
}

/* line 342, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-link-add:before {
  content: "\e2c9";
}

/* line 345, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-link-update:before {
  content: "\e2ca";
}

/* line 348, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-link:before {
  content: "\e60e";
}

/* line 351, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-link-broken:before {
  content: "\e60f";
}

/* line 354, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-phone:before {
  content: "\e651";
}

/* line 357, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-callback:before {
  content: "\e652";
}

/* line 360, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-locked:before {
  content: "\e614";
}

/* line 363, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-unlocked:before {
  content: "\e615";
}

/* line 366, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-descending:before {
  content: "\e60b";
}

/* line 369, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-ascending:before {
  content: "\e616";
}

/* line 372, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-import:before {
  content: "\e2b8";
}

/* line 375, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-export:before {
  content: "\e2b9";
}

/* line 378, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-upload:before {
  content: "\e08a";
}

/* line 381, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-download:before {
  content: "\e089";
}

/* line 384, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-reply:before {
  content: "\eac2";
}

/* line 387, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-reply-all:before {
  content: "\eac3";
}

/* line 390, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-followup:before {
  content: "\e14f";
}

/* line 393, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-execute:before {
  content: "\e14f";
}

/* line 396, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-folder:before {
  content: "\e0a1";
}

/* line 399, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-folder-in:before {
  content: "\e0a9";
}

/* line 402, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-folder-out:before {
  content: "\e0aa";
}

/* line 405, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-favorite-outline:before {
  content: "\e64d";
}

/* line 408, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-favorite:before {
  content: "\e64c";
}

/* line 411, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-cloud-outline:before {
  content: "\e2b3";
}

/* line 414, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-cloud:before {
  content: "\e2b4";
}

/* line 417, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-star-outline:before {
  content: "\ecdd";
}

/* line 420, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-star:before {
  content: "\ecdf";
}

/* line 423, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-collapse:before {
  content: "\e65b";
}

/* line 426, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-up:before {
  content: "\e65b";
}

/* line 429, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-expand:before {
  content: "\e620";
}

/* line 432, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-down:before {
  content: "\e620";
}

/* line 435, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-previous:before {
  content: "\e659";
}

/* line 438, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-left:before {
  content: "\e659";
}

/* line 441, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-next:before {
  content: "\e65a";
}

/* line 444, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-right:before {
  content: "\e65a";
}

/* line 447, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-previous2:before {
  content: "\e388";
}

/* line 450, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-backward:before {
  content: "\e388";
}

/* line 453, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-next2:before {
  content: "\e389";
}

/* line 456, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-forward:before {
  content: "\e389";
}

/* line 459, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-first:before {
  content: "\e621";
}

/* line 462, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-last:before {
  content: "\e65c";
}

/* line 465, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-done:before {
  content: "\e646";
}

/* line 468, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-not-done:before {
  content: "\e647";
}

/* line 471, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-not-opened:before {
  content: "\e658";
}

/* line 474, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-opened:before {
  content: "\e660";
}

/* line 477, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-true:before {
  content: "\e435";
}

/* line 480, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-false:before {
  content: "\e439";
}

/* line 483, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-checked:before {
  content: "\ee68";
}

/* line 486, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-unchecked:before {
  content: "\ee67";
}

/* line 489, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-warning:before {
  content: "\e63f";
}

/* line 492, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-exclamation:before {
  content: "\e640";
}

/* line 495, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-info:before {
  content: "\e644";
}

/* line 498, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-question:before {
  content: "\e641";
}

/* line 501, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-forbidden:before {
  content: "\e643";
}

/* line 504, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-cancel:before {
  content: "\e645";
}

/* line 507, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-one:before {
  content: "\e624";
}

/* line 510, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-two:before {
  content: "\e628";
}

/* line 513, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-three:before {
  content: "\e637";
}

/* line 516, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smiley-veryhappy:before {
  content: "\e900";
}

/* line 519, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smiley-happy:before {
  content: "\e901";
}

/* line 522, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smiley-neutral:before {
  content: "\e902";
}

/* line 525, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smiley-sad:before {
  content: "\e903";
}

/* line 528, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smiley2-veryhappy-outline:before {
  content: "\ed02";
}

/* line 531, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smiley2-veryhappy:before {
  content: "\ed03";
}

/* line 534, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smiley2-happy-outline:before {
  content: "\ed04";
}

/* line 537, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smiley2-happy:before {
  content: "\ed05";
}

/* line 540, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smiley2-neutral-outline:before {
  content: "\ed1a";
}

/* line 543, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smiley2-neutral:before {
  content: "\ed1b";
}

/* line 546, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smiley2-sad-outline:before {
  content: "\ed08";
}

/* line 549, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-smiley2-sad:before {
  content: "\ed09";
}

/* line 552, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-efficy-logo:before {
  content: "\e63a";
}

/* line 555, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-city:before {
  content: "\e90a";
}

/* line 558, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-office:before {
  content: "\e00b";
}

/* line 561, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-library:before {
  content: "\e075";
}

/* line 564, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-library2:before {
  content: "\e63c";
}

/* line 567, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-house:before {
  content: "\e008";
}

/* line 570, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-house2:before {
  content: "\e642";
}

/* line 573, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-house3:before {
  content: "\e002";
}

/* line 576, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-store:before {
  content: "\e9fd";
}

/* line 579, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-factory:before {
  content: "\e1e7";
}

/* line 582, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-fan:before {
  content: "\e2f0";
}

/* line 585, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-wrench:before {
  content: "\e1d7";
}

/* line 588, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-roadcone:before {
  content: "\e1f6";
}

/* line 591, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-roadwork:before {
  content: "\e649";
}

/* line 594, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-pencil:before {
  content: "\e012";
}

/* line 597, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-pen:before {
  content: "\e017";
}

/* line 600, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-palette:before {
  content: "\e021";
}

/* line 603, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-photocamera:before {
  content: "\e036";
}

/* line 606, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-music:before {
  content: "\e03b";
}

/* line 609, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-speaker:before {
  content: "\e390";
}

/* line 612, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-mic:before {
  content: "\e06d";
}

/* line 615, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-headphones:before {
  content: "\e65d";
}

/* line 618, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-clapboard:before {
  content: "\e95a";
}

/* line 621, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-videocamera:before {
  content: "\e962";
}

/* line 624, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-ticket:before {
  content: "\e0c0";
}

/* line 627, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-connection:before {
  content: "\e062";
}

/* line 630, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-podcast:before {
  content: "\e06a";
}

/* line 633, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-scales:before {
  content: "\e65e";
}

/* line 636, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-law:before {
  content: "\e661";
}

/* line 639, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-basket:before {
  content: "\e0ce";
}

/* line 642, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-percent:before {
  content: "\ea09";
}

/* line 645, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-piggybank:before {
  content: "\ea0f";
}

/* line 648, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-credit:before {
  content: "\e0d6";
}

/* line 651, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-calculator:before {
  content: "\ea18";
}

/* line 654, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-car:before {
  content: "\e662";
}

/* line 657, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-bus:before {
  content: "\e663";
}

/* line 660, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-highway:before {
  content: "\e664";
}

/* line 663, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-plane:before {
  content: "\e665";
}

/* line 666, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-ship:before {
  content: "\e264";
}

/* line 669, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-vcard:before {
  content: "\eb0e";
}

/* line 672, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-phonebook:before {
  content: "\ea2d";
}

/* line 675, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-bookmark:before {
  content: "\e994";
}

/* line 678, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-book:before {
  content: "\e990";
}

/* line 681, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-books:before {
  content: "\e12b";
}

/* line 684, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-document2:before {
  content: "\e07d";
}

/* line 687, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-calendar2:before {
  content: "\e112";
}

/* line 690, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-clipboard:before {
  content: "\e294";
}

/* line 693, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-clipboard2:before {
  content: "\e090";
}

/* line 696, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-checklist:before {
  content: "\e666";
}

/* line 699, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-bulletlist:before {
  content: "\e667";
}

/* line 702, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-pushpin:before {
  content: "\e0f0";
}

/* line 705, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-directions:before {
  content: "\e0fe";
}

/* line 708, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-barchart:before {
  content: "\e204";
}

/* line 711, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-piechart:before {
  content: "\e1f8";
}

/* line 714, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-meter:before {
  content: "\ebdd";
}

/* line 717, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-conversation:before {
  content: "\e154";
}

/* line 720, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-glass:before {
  content: "\ebaf";
}

/* line 723, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-food:before {
  content: "\e228";
}

/* line 726, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-alarm:before {
  content: "\e10a";
}

/* line 729, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-watch:before {
  content: "\ea52";
}

/* line 732, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-flag-finish:before {
  content: "\e288";
}

/* line 735, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-flag:before {
  content: "\e2d1";
}

/* line 738, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-person:before {
  content: "\e18e";
}

/* line 741, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-people:before {
  content: "\e18f";
}

/* line 744, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-tag-outline:before {
  content: "\e0b8";
}

/* line 747, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-tag:before {
  content: "\e0b6";
}

/* line 750, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-steps:before {
  content: "\e232";
}

/* line 753, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-lab:before {
  content: "\e240";
}

/* line 756, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-lamp:before {
  content: "\e24e";
}

/* line 759, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-puzzle:before {
  content: "\e26e";
}

/* line 762, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-bolt:before {
  content: "\e28e";
}

/* line 765, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-like:before {
  content: "\e310";
}

/* line 768, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-hand:before {
  content: "\e33f";
}

/* line 771, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-loop:before {
  content: "\e3a6";
}

/* line 774, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-funnel:before {
  content: "\e668";
}

/* line 777, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-cloud2:before {
  content: "\e669";
}

/* line 780, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-gift:before {
  content: "\e210";
}

/* line 783, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-medal:before {
  content: "\e218";
}

/* line 786, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-tree2:before {
  content: "\e22f";
}

/* line 789, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-layers:before {
  content: "\e66a";
}

/* line 792, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-fire:before {
  content: "\ebe5";
}

/* line 795, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-hot:before {
  content: "\ebe5";
}

/* line 798, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-computer:before {
  content: "\ea73";
}

/* line 801, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-laptop:before {
  content: "\ea74";
}

/* line 804, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-server:before {
  content: "\ea8f";
}

/* line 807, ../../lib/scss/fonts/_efficy-icons-glyphs.scss */
.i-network:before {
  content: "\ec64";
}

@font-face {
  font-family: 'Noto Sans';
  src: url("/lib/fonts/notosans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 40em) {
  /* line 33, ../scss/fnd/_full-nav.scss */
  #desktop-main {
    padding-top: 3.4375rem;
  }
}
@media only screen and (min-width: 40.063em), print {
  /* line 41, ../scss/fnd/_full-nav.scss */
  #desktop-nav {
    position: relative;
    width: 13.75rem;
    margin-top: 45px;
    float: left;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    z-index: 20;
    -webkit-transform: none;
    transform: none;
    overflow-y: hidden;
    margin-bottom: -24000px;
    padding-bottom: 24000px;
    transition: width 300ms ease-in-out;
  }
  /* line 53, ../scss/fnd/_full-nav.scss */
  .no-csstransforms #desktop-nav {
    left: 0;
  }
  /* line 57, ../scss/fnd/_full-nav.scss */
  .collapsed #desktop-nav {
    width: 2.75rem;
  }

  /* line 63, ../scss/fnd/_full-nav.scss */
  #desktop-main {
    margin-top: 2.8125rem;
    padding-left: 0.5rem;
    overflow-y: hidden;
    margin-bottom: -24000px;
    padding-bottom: 24000px;
  }
}
/* line 73, ../scss/fnd/_full-nav.scss */
.nav-link-list {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  list-style-type: none;
}
/* line 79, ../scss/fnd/_full-nav.scss */
.nav-link-list li {
  position: relative;
  background-color: #f4f4f4;
}

/* line 88, ../scss/fnd/_full-nav.scss */
.nav-link-list a {
  display: block;
  padding-left: 2.75rem;
  border-bottom: 1px solid #e2e2e2;
  color: #292929;
  font-size: 0.875rem;
  line-height: 2.625rem;
  white-space: nowrap;
}
/* line 97, ../scss/fnd/_full-nav.scss */
.nav-link-list a:not(.active):hover {
  background: #d0d0d0;
  color: #292929;
}

/* line 104, ../scss/fnd/_full-nav.scss */
.nav-entities .active a {
  background: #008f44;
  color: #fff;
}

/* line 112, ../scss/fnd/_full-nav.scss */
.nav-link-list a:first-child i {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

/* line 119, ../scss/fnd/_full-nav.scss */
.nav-link-list a:first-child i {
  left: 1px;
  width: 2.75rem;
  font-size: 1rem;
  letter-spacing: normal;
}

/* line 132, ../scss/fnd/_full-nav.scss */
.off-canvas-wrap {
  min-height: 100%;
}

/* line 142, ../scss/fnd/_full-nav.scss */
.nav-link-list a:hover i {
  font-size: 1.25rem;
}

/* line 154, ../scss/fnd/_full-nav.scss */
.nav-entities a {
  letter-spacing: 0.06rem;
}

@media only screen and (min-width: 40.063em), print {
  /* line 174, ../scss/fnd/_full-nav.scss */
  .touch #desktop-nav,
  .touch #desktop-main {
    transition: none;
  }
}
/* line 81, ../scss/app/_entity-colors.scss */
.nav-link-list [class^="h-"]:first-child:hover,
.nav-link-list [class*=" h-"]:first-child:hover {
  background-color: #d0d0d0 !important;
}
@media only screen and (min-width: 40.063em), print {
  /* line 81, ../scss/app/_entity-colors.scss */
  .nav-link-list [class^="h-"]:first-child:hover,
  .nav-link-list [class*=" h-"]:first-child:hover {
    border-right: 0.375rem solid #fdf7c8 !important;
  }
}

/* line 23, ../scss/app/_entity-colors.scss */
.c-Comp {
  background-color: #008f44 !important;
}

/* line 40, ../scss/app/_entity-colors.scss */
.bf-bg-c-Comp::before {
  background-color: #008f44 !important;
}

/* line 52, ../scss/app/_entity-colors.scss */
.c-Comp:hover, .h-Comp:hover {
  background-color: #00c25c !important;
}

/* line 68, ../scss/app/_entity-colors.scss */
.nav-link-list .h-Comp:first-child:hover {
  border-right-color: #008f44 !important;
}

/* line 23, ../scss/app/_entity-colors.scss */
.c-Case {
  background-color: #0599b5 !important;
}

/* line 40, ../scss/app/_entity-colors.scss */
.bf-bg-c-Case::before {
  background-color: #0599b5 !important;
}

/* line 52, ../scss/app/_entity-colors.scss */
.c-Case:hover, .h-Case:hover {
  background-color: #06c3e7 !important;
}

/* line 68, ../scss/app/_entity-colors.scss */
.nav-link-list .h-Case:first-child:hover {
  border-right-color: #0599b5 !important;
}

/* line 9, ../scss/app/_global.scss */
.data-grid th > a,
.data-grid td > a {
  color: #333;
  text-decoration: none;
}
/* line 13, ../scss/app/_global.scss */
.data-grid th > a:hover,
.data-grid td > a:hover, .data-grid th > a:focus,
.data-grid td > a:focus {
  color: #008f44;
  text-decoration: underline;
}

/* line 24, ../scss/app/_global.scss */
.inactive, .jstree-anchor.inactive {
  text-decoration: line-through;
}

/* line 28, ../scss/app/_global.scss */
.deleted, .deleted a, .deleted td {
  color: #ccc !important;
}

/* line 32, ../scss/app/_global.scss */
.f-dropdown li.deleted:hover {
  background-color: inherit;
}

/* line 36, ../scss/app/_global.scss */
button.favorite, .button.favorite {
  color: #f04124 !important;
}

/* line 40, ../scss/app/_global.scss */
button.driveshared {
  color: #008ad3;
}

/* line 44, ../scss/app/_global.scss */
.done.i-done, .switch-on.i-switch-on {
  color: #008000 !important;
  cursor: pointer;
}

/* line 49, ../scss/app/_global.scss */
.not-done.i-not-done, .forbidden.i-forbidden, .switch-off.i-switch-off {
  color: #a00 !important;
  cursor: pointer;
}

/* line 54, ../scss/app/_global.scss */
.opened.i-opened {
  color: #02b !important;
}

/* line 58, ../scss/app/_global.scss */
.not-opened.i-not-opened {
  color: #008000 !important;
}

/* line 11, ../scss/fnd/_offcanvas.scss */
.tab-bar {
  position: fixed;
  box-shadow: 0 -0.3125rem 0 0 #fff, 0 0 0.75rem 0 rgba(0, 0, 0, 0.4);
}

/* line 26, ../scss/fnd/_top-bar.scss */
#desktop-hamburger {
  display: block;
  position: relative;
  width: 2.8125rem;
  height: 2.8125rem;
  padding: 0;
  transform: translate3d(0, 0, 0);
  color: #f4f4f4;
  text-indent: 2.1875rem;
}
/* line 125, ../../lib/scss/fnd/_global.scss */
#desktop-hamburger span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0px 0 1px #f4f4f4, 0 7px 0 1px #f4f4f4, 0 14px 0 1px #f4f4f4;
  width: 1rem;
}
/* line 158, ../../lib/scss/fnd/_global.scss */
#desktop-hamburger span:hover:after {
  box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}

/* line 39, ../scss/fnd/_top-bar.scss */
.top-bar-icon-button > a {
  height: 2.8125rem;
  font-size: 1rem !important;
  line-height: 2.75rem !important;
}
@media only screen and (max-width: 51.875em) {
  /* line 45, ../scss/fnd/_top-bar.scss */
  .top-bar-icon-button > a.i-previous, .top-bar-icon-button > a.i-next {
    display: none;
  }
}

/* line 53, ../scss/fnd/_top-bar.scss */
.top-bar-section .top-bar-user-code {
  width: 22.5rem;
  height: 2.8125rem;
  background: #505050;
  font-size: 0.875rem;
}
/* line 59, ../scss/fnd/_top-bar.scss */
.top-bar-section .top-bar-user-code a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f4f4f4;
}

/* line 66, ../scss/fnd/_top-bar.scss */
.user-picture {
  padding-left: 0 !important;
}
/* line 69, ../scss/fnd/_top-bar.scss */
.user-picture i {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  background: url("../img/default-user.jpg") no-repeat center center;
  background-size: cover;
}

/* line 78, ../scss/fnd/_top-bar.scss */
.top-bar-extranet {
  display: block;
  color: #f4f4f4;
  padding-left: 15px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 45px;
}

/* line 93, ../scss/fnd/_top-bar.scss */
.top-bar {
  position: fixed;
  width: 100%;
  box-shadow: 0 -0.3125rem 0 0 #fff, 0 0 0.75rem 0 rgba(0, 0, 0, 0.4);
  z-index: 88;
}

@media only screen and (min-width: 40.063em), print {
  /* line 122, ../scss/fnd/_top-bar.scss */
  #efficy-logo {
    width: 10.875rem;
    font-size: 1rem;
    font-variant: small-caps;
    font-weight: 700;
  }

  /* line 129, ../scss/fnd/_top-bar.scss */
  #global-spinner {
    display: none;
    position: relative;
    width: 2.8125rem;
    height: 2.8125rem;
  }
  /* line 136, ../../lib/scss/std/_global.scss */
  #global-spinner::before {
    position: absolute;
    top: 50%;
    left: 50% !important;
    width: 2.1875rem;
    height: 2.1875rem;
    margin: -1.09375rem 0 0 -1.09375rem;
    content: "";
  }
  /* line 147, ../../lib/scss/std/_global.scss */
  .no-cssanimations #global-spinner::before {
    background: url("/lib/img/spinner24b.gif") center center no-repeat;
  }
  /* line 153, ../../lib/scss/std/_global.scss */
  .cssanimations #global-spinner::before {
    -webkit-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    border: 0.3125rem solid rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    border-top-color: #000;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 51.875em) {
  /* line 129, ../scss/fnd/_top-bar.scss */
  #global-spinner {
    width: 2.5rem;
  }
  /* line 141, ../scss/fnd/_top-bar.scss */
  .cssanimations #global-spinner::before {
    width: 1.875rem;
    height: 1.875rem;
    margin-top: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media only screen and (min-width: 40.063em), print {
  /* line 149, ../scss/fnd/_top-bar.scss */
  .cssanimations .top-bar #global-spinner::before {
    border-color: rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
  }

  /* line 156, ../scss/fnd/_top-bar.scss */
  .top-bar-section .dropdown {
    border: 1px solid silver;
  }
  /* line 162, ../scss/fnd/_top-bar.scss */
  .top-bar-section ul.float-end li .dropdown {
    right: 0;
    left: auto;
  }
  /* line 166, ../scss/fnd/_top-bar.scss */
  .top-bar-section ul.float-end li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 173, ../scss/fnd/_top-bar.scss */
  .top-bar-section .dropdown > li > a {
    line-height: 2rem !important;
  }
  /* line 176, ../scss/fnd/_top-bar.scss */
  .top-bar-section .dropdown > li > a::before {
    font-size: 1rem;
  }
}
/* line 11, ../scss/app/modules/_entity-tabs.scss */
.entity-tabs {
  margin-top: 1rem;
  margin-bottom: 0 !important;
}
/* line 15, ../scss/app/modules/_entity-tabs.scss */
.entity-tabs button,
.entity-tabs .button {
  margin-bottom: 0 !important;
  border: 1px solid #d5d5d5;
}

/* line 22, ../scss/app/modules/_entity-tabs.scss */
.entity-tabs-content {
  padding: 0.375rem;
  border: 1px solid #d5d5d5;
  background-color: #f9f9f9;
}

/* line 9, ../scss/app/modules/_grid-tools.scss */
.toolbar.grid {
  margin-bottom: 0;
}

/* line 13, ../scss/app/modules/_grid-tools.scss */
.grid-filter {
  max-width: 6.25rem;
}

/* line 16, ../scss/app/modules/_grid-view.scss */
.data-grid-wrapper {
  max-height: 17.5rem;
  overflow-y: auto;
}

/* line 21, ../scss/app/modules/_grid-view.scss */
.data-grid {
  width: 100%;
  border: none;
}
/* line 30, ../scss/app/modules/_grid-view.scss */
.data-grid input[type="file"],
.data-grid input[type="checkbox"],
.data-grid input[type="radio"],
.data-grid select {
  margin: 0;
}

/* line 38, ../scss/app/modules/_grid-view.scss */
.data-grid .icon-cell {
  width: 2.25rem;
  text-align: center;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
/* line 44, ../scss/app/modules/_grid-view.scss */
.data-grid .icon-cell::before {
  font-size: 1rem;
}

/* line 49, ../scss/app/modules/_grid-view.scss */
.data-grid .menu span {
  padding: 0.125rem 0.625rem;
  cursor: pointer;
}

/* line 54, ../scss/app/modules/_grid-view.scss */
.data-grid .sumfield {
  font-weight: bold;
}

/* line 58, ../scss/app/modules/_grid-view.scss */
.data-grid .sort-icon {
  margin-left: 0.5rem;
  vertical-align: bottom;
}

/* line 63, ../scss/app/modules/_grid-view.scss */
.data-grid .group {
  border-bottom: 0.0625rem solid #eaeaea;
  background: #dfdfdf;
}
/* line 67, ../scss/app/modules/_grid-view.scss */
.data-grid .group td {
  padding: 0.5rem 0 0.4375rem 0.875rem;
  cursor: pointer;
}
/* line 72, ../scss/app/modules/_grid-view.scss */
.data-grid .group i::before {
  font-size: 1rem;
}

/* line 78, ../scss/app/modules/_grid-view.scss */
#dd-files {
  font-weight: normal;
}
/* line 84, ../scss/app/modules/_grid-view.scss */
#dd-files .file-info {
  padding: 0.5rem;
  color: #555;
}

/* line 96, ../scss/app/modules/_grid-view.scss */
.main-detail-area,
.consult-detail-area,
.list-detail-area,
.search-results-grid,
.category-grid {
  overflow-x: auto;
}

/* line 115, ../scss/app/modules/_grid-view.scss */
.data-grid .menu {
  color: #666;
}

/* line 138, ../scss/app/modules/_grid-view.scss */
.eval-grid td {
  padding: 0.5625rem 0.4375rem;
}
/* line 142, ../scss/app/modules/_grid-view.scss */
.eval-grid input {
  display: none;
}

/* line 147, ../scss/app/modules/_grid-view.scss */
.eval-button {
  cursor: pointer;
}
/* line 150, ../scss/app/modules/_grid-view.scss */
.eval-button::before {
  padding: 0.375rem;
  border-radius: 1.875rem;
  background-color: #e4e4e4;
}
/* line 157, ../scss/app/modules/_grid-view.scss */
.eval-button.selected::before {
  color: #fff;
}
/* line 162, ../scss/app/modules/_grid-view.scss */
.eval-button.selected.eval-sad::before {
  background-color: #d43535;
}
/* line 162, ../scss/app/modules/_grid-view.scss */
.eval-button.selected.eval-neutral::before {
  background-color: #e6682e;
}
/* line 162, ../scss/app/modules/_grid-view.scss */
.eval-button.selected.eval-happy::before {
  background-color: #2fa3d5;
}
/* line 162, ../scss/app/modules/_grid-view.scss */
.eval-button.selected.eval-veryhappy::before {
  background-color: #17b719;
}

/* line 15, ../../lib/scss/std/_badges.scss */
.badge {
  position: absolute;
  min-width: 1rem;
  padding: 0.0625rem 0.25rem;
  border-radius: 0.3125rem;
  background-color: #334fde;
  background-image: linear-gradient(#455ee1, #334fde);
  color: white;
  font-size: 0.625rem;
  line-height: normal;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* line 11, ../scss/app/modules/_badges.scss */
.badge {
  top: 0.125rem;
  left: 1.5rem;
}

/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *
 */
/* Memo */
/* line 12, ../scss/app/modules/_consult-detail.scss */
.consult-memo {
  position: relative;
  height: 0;
  padding-top: 1.875rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}
/* line 19, ../scss/app/modules/_consult-detail.scss */
.consult-memo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 27, ../scss/app/modules/_consult-detail.scss */
.consult-memo textarea {
  display: none;
}

/* line 32, ../scss/app/modules/_consult-detail.scss */
textarea[data-formatted] {
  background-color: #fff;
}

/* line 31, ../scss/app/modules/_file.scss */
#upload-subform .input-wrapper, #upload-subform .input-label, .upload-input, .file-info .type, .file-info .main, .file-info .details {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

/* line 36, ../scss/app/modules/_file.scss */
.file-info.highlight::before, .file-info.editing::before, .file-info .progress-bar-wrapper {
  display: block;
  position: absolute;
  top: 0;
  right: 0.625rem;
  left: 0.625rem;
  height: 100%;
}

/* line 45, ../scss/app/modules/_file.scss */
#dd-files {
  text-align: left;
}
/* line 48, ../scss/app/modules/_file.scss */
#dd-files .file-info {
  clear: both;
  line-height: 2rem;
}
/* line 52, ../scss/app/modules/_file.scss */
#dd-files .file-info .main,
#dd-files .file-info .details,
#dd-files .file-info .version {
  float: left;
}
/* line 58, ../scss/app/modules/_file.scss */
#dd-files .file-info .main {
  width: calc(100% - 8.25rem);
}
/* line 62, ../scss/app/modules/_file.scss */
#dd-files .file-info .details {
  width: 8.25rem;
  padding-left: 0.375rem;
}
/* line 67, ../scss/app/modules/_file.scss */
#dd-files .file-info .modified {
  float: right;
}
/* line 71, ../scss/app/modules/_file.scss */
#dd-files .file-info i[class^="file-type-"] {
  margin-top: 0;
}

/* line 83, ../scss/app/modules/_file.scss */
#file-helper-object {
  position: fixed;
  top: -6.25rem;
  left: -6.25rem;
}

/* line 89, ../scss/app/modules/_file.scss */
#upload-subform {
  display: none;
  padding-left: 0;
}
/* line 93, ../scss/app/modules/_file.scss */
#upload-subform .file-info {
  padding-bottom: 0.25rem;
}
/* line 100, ../scss/app/modules/_file.scss */
#upload-subform .input-wrapper.error {
  border: 0.0625rem #f04124 solid;
}
/* line 105, ../scss/app/modules/_file.scss */
#upload-subform input[type=file].upload-input {
  margin-bottom: 0;
}
/* line 109, ../scss/app/modules/_file.scss */
#upload-subform .input-label {
  font-size: 0.75rem;
  font-style: italic;
}
/* line 115, ../scss/app/modules/_file.scss */
#upload-subform .upload-submit {
  position: relative;
  min-width: 3.125rem;
  height: 2rem;
  margin: 0.25rem 0.9375rem 0 0;
  padding: 0.5rem 0.9375rem;
  float: left;
  font-size: 0.75rem;
}
/* line 125, ../scss/app/modules/_file.scss */
#upload-subform .label {
  display: inline-block;
  position: relative;
  min-width: 1.875rem;
}
/* line 131, ../scss/app/modules/_file.scss */
#upload-subform .switch.tiny {
  display: inline-block;
}
/* line 134, ../scss/app/modules/_file.scss */
#upload-subform .switch.tiny > label.switch-label {
  top: 0.25rem;
  margin-bottom: 0;
}

/* line 141, ../scss/app/modules/_file.scss */
.upload-input {
  font-size: 0.75rem;
}

/* line 146, ../scss/app/modules/_file.scss */
button.upload-input {
  height: 2rem;
  margin: 0 0.9375rem 0 0;
  padding: 0.5rem 0.9375rem;
  font-size: 0.75rem;
}

/* line 153, ../scss/app/modules/_file.scss */
.file {
  line-height: 1.5;
}

/* line 157, ../scss/app/modules/_file.scss */
.file-info {
  position: relative;
  padding: 0.125rem 0.9375rem 0 0.9375rem;
  background-color: transparent;
  overflow: hidden;
}
/* line 163, ../scss/app/modules/_file.scss */
.file-info.highlight::before {
  background-color: #e4e4e4;
  content: " ";
}
/* line 169, ../scss/app/modules/_file.scss */
.file-info.editing::before {
  background-color: #f7f2bf;
  content: " ";
}
/* line 175, ../scss/app/modules/_file.scss */
.file-info .type {
  line-height: 1.35;
  margin-right: 0.375rem;
}
/* line 185, ../scss/app/modules/_file.scss */
.file-info .progress-bar {
  width: 0;
  height: 100%;
  background-color: #cae8f3;
}
/* line 190, ../scss/app/modules/_file.scss */
.file-info .progress-bar.complete {
  background-color: #caefc9;
}
/* line 194, ../scss/app/modules/_file.scss */
.file-info .progress-bar.error {
  background-color: #ef9a94;
}
/* line 199, ../scss/app/modules/_file.scss */
.file-info .main {
  font-size: 0.8125rem;
}
/* line 204, ../scss/app/modules/_file.scss */
.file-info .main .filesize::before {
  content: "[";
}
/* line 208, ../scss/app/modules/_file.scss */
.file-info .main .filesize::after {
  content: "]";
}
/* line 213, ../scss/app/modules/_file.scss */
.file-info .main .i-link::before {
  margin-left: 0.375rem;
  font-size: 0.625rem;
}
/* line 219, ../scss/app/modules/_file.scss */
.file-info .details {
  font-size: 0.6875rem;
}

/* line 15, ../scss/app/modules/_edit-entity.scss */
#edit-entity-active, .edit-name input {
  height: 2.375rem;
}

/* line 24, ../scss/app/modules/_edit-entity.scss */
#edit-entity-active {
  display: block;
  width: 100%;
  padding: 0;
}
/* line 34, ../scss/app/modules/_edit-entity.scss */
#edit-entity-active > span {
  display: none;
}

/* line 39, ../scss/app/modules/_edit-entity.scss */
.edit-active {
  width: 2.5rem;
  float: left;
}

/* line 44, ../scss/app/modules/_edit-entity.scss */
.edit-name {
  position: relative;
  overflow: hidden;
}
/* line 48, ../scss/app/modules/_edit-entity.scss */
.edit-name input {
  font-size: 0.875rem;
  font-weight: bold;
  padding-left: 0.875rem;
}
/* line 58, ../scss/app/modules/_edit-entity.scss */
.edit-name[class^="i-"]::before, .edit-name[class*=" i-"]::before {
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
}
/* line 64, ../scss/app/modules/_edit-entity.scss */
.edit-name[class^="i-"] input, .edit-name[class*=" i-"] input {
  padding-left: 1.875rem;
}

/* line 70, ../scss/app/modules/_edit-entity.scss */
#edit-form .edit-name > input {
  display: inline-block;
  width: 32%;
}

/* line 75, ../scss/app/modules/_edit-entity.scss */
.edit-entity-icon {
  color: #555;
  font-size: 2rem;
  line-height: 2.25rem;
}

@media only screen and (min-width: 40.063em), print {
  /* line 83, ../scss/app/modules/_edit-entity.scss */
  .edit-commands {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  /* line 87, ../scss/app/modules/_edit-entity.scss */
  .edit-commands .toolbar {
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 92, ../scss/app/modules/_edit-entity.scss */
  .edit-commands button,
  .edit-commands .button {
    margin-bottom: 0 !important;
  }
}
/*
 *  Efficy changes :
 *
 *  - allow default button colors and dropdowns without pip
 *
 */
/* line 23, ../scss/app/modules/_edit-detail.scss */
.edit-tabs.tabs a {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
/* line 32, ../scss/app/modules/_edit-detail.scss */
.edit-tabs dd > a,
.edit-tabs .tab-title > a {
  background: #505050;
  color: #fff;
}

/* line 39, ../scss/app/modules/_edit-detail.scss */
.section-title {
  padding-top: 0.625rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  font-style: italic;
}

/* line 48, ../scss/app/modules/_edit-detail.scss */
.section-subtitle {
  margin-top: 0.25rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.1875rem;
  padding-left: 0.75rem;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 0.875rem;
}

/* line 58, ../scss/app/modules/_edit-detail.scss */
.content-fields {
  max-width: 25rem;
}
/* line 168, ../../lib/scss/fnd/_global.scss */
.content-fields:before, .content-fields:after {
  content: " ";
  display: table;
}
/* line 169, ../../lib/scss/fnd/_global.scss */
.content-fields:after {
  clear: both;
}
@media only screen and (min-width: 40.063em), print {
  /* line 58, ../scss/app/modules/_edit-detail.scss */
  .content-fields {
    max-width: 100%;
  }
  /* line 77, ../scss/app/modules/_edit-detail.scss */
  .content-fields .form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 85, ../scss/app/modules/_edit-detail.scss */
  .content-fields .form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left;
  }
}
/* line 91, ../scss/app/modules/_edit-detail.scss */
.content-fields label {
  font-size: 0.75rem;
}

/* line 96, ../scss/app/modules/_edit-detail.scss */
.edit-section + .edit-section {
  margin-top: 1rem;
}

/* line 100, ../scss/app/modules/_edit-detail.scss */
#inner-duration {
  padding: 1.375rem 0.125rem 0.625rem;
  font-size: 0.8125rem;
  text-align: center;
}

/* Memo detail */
/* line 107, ../scss/app/modules/_edit-detail.scss */
#memo-host {
  height: 31.25rem;
}
/* line 110, ../scss/app/modules/_edit-detail.scss */
#memo-host textarea {
  height: 24.03846rem;
}

/* Dropdown host for all fields in tab-fields and categories */
/* line 116, ../scss/app/modules/_edit-detail.scss */
#dd-dropdown-host,
#dd-dropdown-host-medium {
  padding: 0;
}
/* line 120, ../scss/app/modules/_edit-detail.scss */
#dd-dropdown-host select,
#dd-dropdown-host-medium select {
  margin-bottom: 0;
  padding: 0;
}
/* line 125, ../scss/app/modules/_edit-detail.scss */
#dd-dropdown-host option,
#dd-dropdown-host-medium option {
  padding: 0.125rem 0.25rem;
}

/* line 130, ../scss/app/modules/_edit-detail.scss */
#PICTURE {
  max-width: 5rem;
  max-height: 5rem;
  margin-bottom: 1rem;
}
