/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 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 and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -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);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

#__bs_notify__ {
  display: none !important; }

.clearfix:after {
  clear: both;
  content: "";
  display: table; }

.hidden,
.aspNetHidden {
  display: none !important; }

.visible {
  display: block !important; }

.visible-table {
  display: table !important; }

.visible-alpha, .visible-alpha-up,
.visible-table-alpha,
.visible-table-alpha-up {
  display: none !important; }

@media screen and (min-width: 30em) {
  .visible-bravo,
  .visible-table-bravo {
    display: none !important; }
  .hidden-bravo {
    display: block !important; }
  .hidden-table-bravo {
    display: table !important; }
  .visible-charlie,
  .visible-table-charlie {
    display: none !important; }
  .hidden-charlie {
    display: block !important; }
  .hidden-table-charlie {
    display: table !important; }
  .visible-delta,
  .visible-table-delta {
    display: none !important; }
  .hidden-delta {
    display: block !important; }
  .hidden-table-delta {
    display: table !important; }
  .visible-echo,
  .visible-table-echo {
    display: none !important; }
  .hidden-echo {
    display: block !important; }
  .hidden-table-echo {
    display: table !important; }
  .visible-alpha, .visible-alpha-up {
    display: block !important; }
  .visible-table-alpha, .visible-table-alpha-up {
    display: table !important; }
  .hidden-alpha, .hidden-alpha-up,
  .hidden-table-alpha,
  .hidden-table-alpha-up {
    display: none !important; } }

.visible-bravo, .visible-bravo-up,
.visible-table-bravo,
.visible-table-bravo-up {
  display: none !important; }

@media screen and (min-width: 56em) {
  .visible-alpha,
  .visible-table-alpha {
    display: none !important; }
  .hidden-alpha {
    display: block !important; }
  .hidden-table-alpha {
    display: table !important; }
  .visible-charlie,
  .visible-table-charlie {
    display: none !important; }
  .hidden-charlie {
    display: block !important; }
  .hidden-table-charlie {
    display: table !important; }
  .visible-delta,
  .visible-table-delta {
    display: none !important; }
  .hidden-delta {
    display: block !important; }
  .hidden-table-delta {
    display: table !important; }
  .visible-echo,
  .visible-table-echo {
    display: none !important; }
  .hidden-echo {
    display: block !important; }
  .hidden-table-echo {
    display: table !important; }
  .visible-bravo, .visible-bravo-up {
    display: block !important; }
  .visible-table-bravo, .visible-table-bravo-up {
    display: table !important; }
  .hidden-bravo, .hidden-bravo-up,
  .hidden-table-bravo,
  .hidden-table-bravo-up {
    display: none !important; } }

.visible-charlie, .visible-charlie-up,
.visible-table-charlie,
.visible-table-charlie-up {
  display: none !important; }

@media screen and (min-width: 70em) {
  .visible-alpha,
  .visible-table-alpha {
    display: none !important; }
  .hidden-alpha {
    display: block !important; }
  .hidden-table-alpha {
    display: table !important; }
  .visible-bravo,
  .visible-table-bravo {
    display: none !important; }
  .hidden-bravo {
    display: block !important; }
  .hidden-table-bravo {
    display: table !important; }
  .visible-delta,
  .visible-table-delta {
    display: none !important; }
  .hidden-delta {
    display: block !important; }
  .hidden-table-delta {
    display: table !important; }
  .visible-echo,
  .visible-table-echo {
    display: none !important; }
  .hidden-echo {
    display: block !important; }
  .hidden-table-echo {
    display: table !important; }
  .visible-charlie, .visible-charlie-up {
    display: block !important; }
  .visible-table-charlie, .visible-table-charlie-up {
    display: table !important; }
  .hidden-charlie, .hidden-charlie-up,
  .hidden-table-charlie,
  .hidden-table-charlie-up {
    display: none !important; } }

.visible-delta, .visible-delta-up,
.visible-table-delta,
.visible-table-delta-up {
  display: none !important; }

@media screen and (min-width: 80em) {
  .visible-alpha,
  .visible-table-alpha {
    display: none !important; }
  .hidden-alpha {
    display: block !important; }
  .hidden-table-alpha {
    display: table !important; }
  .visible-bravo,
  .visible-table-bravo {
    display: none !important; }
  .hidden-bravo {
    display: block !important; }
  .hidden-table-bravo {
    display: table !important; }
  .visible-charlie,
  .visible-table-charlie {
    display: none !important; }
  .hidden-charlie {
    display: block !important; }
  .hidden-table-charlie {
    display: table !important; }
  .visible-echo,
  .visible-table-echo {
    display: none !important; }
  .hidden-echo {
    display: block !important; }
  .hidden-table-echo {
    display: table !important; }
  .visible-delta, .visible-delta-up {
    display: block !important; }
  .visible-table-delta, .visible-table-delta-up {
    display: table !important; }
  .hidden-delta, .hidden-delta-up,
  .hidden-table-delta,
  .hidden-table-delta-up {
    display: none !important; } }

.visible-echo, .visible-echo-up,
.visible-table-echo,
.visible-table-echo-up {
  display: none !important; }

@media screen and (min-width: 110em) {
  .visible-alpha,
  .visible-table-alpha {
    display: none !important; }
  .hidden-alpha {
    display: block !important; }
  .hidden-table-alpha {
    display: table !important; }
  .visible-bravo,
  .visible-table-bravo {
    display: none !important; }
  .hidden-bravo {
    display: block !important; }
  .hidden-table-bravo {
    display: table !important; }
  .visible-charlie,
  .visible-table-charlie {
    display: none !important; }
  .hidden-charlie {
    display: block !important; }
  .hidden-table-charlie {
    display: table !important; }
  .visible-delta,
  .visible-table-delta {
    display: none !important; }
  .hidden-delta {
    display: block !important; }
  .hidden-table-delta {
    display: table !important; }
  .visible-echo, .visible-echo-up {
    display: block !important; }
  .visible-table-echo, .visible-table-echo-up {
    display: table !important; }
  .hidden-echo, .hidden-echo-up,
  .hidden-table-echo,
  .hidden-table-echo-up {
    display: none !important; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5; }
  html * {
    outline: 0 !important; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
  margin-top: 1.5rem; }

h1,
.heading1 {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 0.8em; }
  @media screen and (min-width: 30em) {
    h1,
    .heading1 {
      font-size: 2.875rem; } }

h2,
.heading2 {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  font-size: 1.78rem;
  margin-bottom: 1em;
  line-height: 1.3;
  letter-spacing: -0.03em; }
  @media screen and (min-width: 30em) {
    h2,
    .heading2 {
      font-size: 2rem; } }

h3,
.heading3 {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  font-size: 1.584rem;
  margin-bottom: 1.1em;
  line-height: 1.32; }
  @media screen and (min-width: 30em) {
    h3,
    .heading3 {
      font-size: 1.78rem; } }

h4,
.heading4 {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  font-size: 1.3rem;
  margin-bottom: 1.2em;
  line-height: 1.45; }
  @media screen and (min-width: 30em) {
    h4,
    .heading4 {
      font-size: 1.584rem; } }

h5,
.heading5 {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  color: #ED1C24;
  font-size: 1.3rem; }

h6,
.heading6 {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  font-size: 0.9rem;
  margin-bottom: 1.2em;
  line-height: 1.1; }

.num, .dataTables_paginate span a {
  font-family: Arial, sans-serif;
  -webkit-font-feature-settings: "lnum";
          font-feature-settings: "lnum"; }

.article-title {
  border-bottom: none;
  clear: both;
  margin: 0;
  padding-bottom: 0; }
  @media screen and (min-width: 56em) {
    .article-title {
      clear: none; } }

.hero-title {
  border-bottom: none;
  color: #333333;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.1;
  margin: 0;
  padding-bottom: 0;
  text-transform: uppercase; }
  @media screen and (min-width: 30em) {
    .hero-title {
      font-size: 2.5em;
      letter-spacing: 0.1em; } }
  @media screen and (min-width: 56em) {
    .hero-title {
      font-size: 3.5em; } }
  @media screen and (min-width: 80em) {
    .hero-title {
      font-size: 4.5em; } }

.section-title {
  color: #333333;
  display: block;
  font-size: 1.625em;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.1;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase; }
  .section-title:after {
    background: #737779;
    content: '';
    display: block;
    height: .075em;
    margin: 0.5em auto 0;
    max-height: 3px;
    min-height: 2px;
    min-width: 32px;
    width: 1em; }
  @media screen and (min-width: 56em) {
    .section-title {
      font-size: 2.5em; } }
  @media screen and (min-width: 80em) {
    .section-title {
      font-size: 3.125em; } }

.custom-h2 {
  color: #333333;
  font-size: 2em;
  font-weight: 200;
  letter-spacing: 0.025em;
  line-height: 1.25;
  margin: 0.5em 0; }
  @media screen and (min-width: 70em) {
    .custom-h2 {
      font-size: 3.125em; } }

.custom-h3 {
  color: #333333;
  font-size: 1.625em;
  font-weight: 200;
  letter-spacing: 0.025em;
  line-height: 1.25;
  margin: 0.5em 0; }
  @media screen and (min-width: 70em) {
    .custom-h3 {
      font-size: 2.5em; } }

.custom-h4 {
  color: #333333;
  font-size: 1.375em;
  font-weight: 200;
  letter-spacing: 0.025em;
  line-height: 1.25;
  text-transform: none;
  margin: 0.5em 0; }
  @media screen and (min-width: 70em) {
    .custom-h4 {
      font-size: 2em; } }

.custom-h5 {
  color: #333333;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0.5em 0; }
  @media screen and (min-width: 70em) {
    .custom-h5 {
      font-size: 1.125em; } }

@media screen and (min-width: 70em) {
  .large-paragraph {
    font-size: 1.375em;
    font-weight: 200; } }

@media screen and (min-width: 70em) {
  .small-paragraph {
    font-size: 1em;
    font-weight: 400; } }

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

hr {
  background: #737779;
  border: none;
  height: 1px;
  margin: 2.5vmin 0; }
  @media screen and (min-width: 70em) {
    hr {
      margin: 1.5vmin 0; } }

.page-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #737779;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5vmin 0; }
  @media screen and (min-width: 70em) {
    .page-header {
      margin: 3vmin 0; } }

.page-header h1 {
  margin: 0 0 0.75rem 0; }

.page-header .btn {
  margin-bottom: 0.75rem; }

.read-only {
  background-color: #F5F5F5;
  border: 2px solid #F5F5F5;
  color: #737779;
  display: block;
  line-height: 1.25;
  max-width: 30em;
  min-height: 3em;
  padding: 0.75em 1em; }

.colors-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 0;
  z-index: 1000;
  border-bottom: 1px solid #737779; }
  .colors-header h2 {
    margin: 0; }

a {
  color: #ED1C24; }
  a:hover, a:focus {
    color: #333333; }

.arrow-link {
  text-decoration: none; }
  .arrow-link .icon {
    display: inline-block;
    fill: #ED1C24;
    height: 0.375em;
    min-height: 0.5rem;
    min-width: 0.25rem;
    vertical-align: middle;
    width: 0.1875em; }
  .arrow-link:hover .icon, .arrow-link:focus .icon {
    fill: #333333; }
  .arrow-link:hover span, .arrow-link:focus span {
    border-bottom: 1px solid #333333; }

.icon-link, .link-with-icon {
  color: #333333;
  display: block;
  padding-left: 1.5em;
  position: relative;
  text-decoration: none; }
  .icon-link [class^='icon-'], .link-with-icon [class^='icon-'] {
    display: block;
    height: 1em;
    left: 0;
    margin-top: 0.3125em;
    position: absolute;
    width: 1em; }
  .icon-link svg, .link-with-icon svg {
    display: block;
    fill: #999;
    margin: 0 auto; }
  .icon-link:hover, .link-with-icon:hover, .icon-link:focus, .link-with-icon:focus {
    color: #ED1C24; }

.link-with-icon {
  margin: 0.5rem 0;
  padding-left: 0; }
  .link-with-icon .icon {
    margin-right: 0.3125rem; }

.icon-link .icon-pencil, .link-with-icon .icon-pencil {
  height: 1em;
  width: 1em; }

.icon-link .icon-close, .link-with-icon .icon-close {
  height: 0.8125em;
  width: 0.8125em; }

a.back-to-top {
  font-size: 1em;
  color: #737779; }

a.warning {
  color: #f73232; }
  a.warning:hover, a.warning:focus {
    color: #f73232; }

/*.share-widget {
	@include heading4;

	a {
		text-decoration: none;
	}

	@include query(bravo) {
		float: right;
		margin-top: 1.675rem;
	}
}*/
.add-color-link {
  text-decoration: none; }
  @media screen and (min-width: 70em) {
    .add-color-link {
      font-size: 1.375em;
      font-weight: 200; } }

.form-wrapper {
  background: #F5F5F5;
  padding: 5vmin; }
  @media screen and (min-width: 70em) {
    .form-wrapper {
      padding: 1.5vmin 3vmin; } }
  .form-wrapper .unit {
    margin: 0.5em 0; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }
  fieldset + fieldset {
    margin-top: 1.5rem; }

legend {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  font-size: 1.3rem;
  margin-bottom: 1.2em;
  line-height: 1.45;
  display: block; }
  @media screen and (min-width: 30em) {
    legend {
      font-size: 1.584rem; } }

fieldset > legend {
  margin: 0; }

label {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  font-size: 0.9rem;
  margin-bottom: 1.2em;
  line-height: 1.1;
  display: block;
  font-size: 0.8125rem;
  line-height: 1.3;
  margin-bottom: 0.3125rem; }
  label input[type="checkbox"], label
  input[type="radio"] {
    margin-bottom: 0;
    margin-right: 0.3125rem; }
  label.required:before {
    color: #ED1C24;
    content: '* '; }

input:not([type]),
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"],
input[type="color"],
textarea,
select,
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single,
.fake-textarea {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  background: whitesmoke;
  border: none;
  -webkit-box-shadow: 0 0 0 2px transparent inset;
          box-shadow: 0 0 0 2px transparent inset;
  border-radius: 60px;
  color: #333333;
  font-family: inherit;
  font-size: 0.8125rem;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input:focus:not([type]),
  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,
  input[type="color"]:focus,
  textarea:focus,
  select:focus,
  .chosen-container-single .chosen-single:focus,
  .chosen-container-active.chosen-with-drop .chosen-single:focus,
  .fake-textarea:focus {
    -webkit-box-shadow: 0 0 0 2px #ED1C24 inset;
            box-shadow: 0 0 0 2px #ED1C24 inset;
    outline: 0; }
  .ValidationFail > input:not([type]), .ValidationFail >
  input[type="text"], .ValidationFail >
  input[type="password"], .ValidationFail >
  input[type="date"], .ValidationFail >
  input[type="datetime"], .ValidationFail >
  input[type="datetime-local"], .ValidationFail >
  input[type="month"], .ValidationFail >
  input[type="week"], .ValidationFail >
  input[type="email"], .ValidationFail >
  input[type="number"], .ValidationFail >
  input[type="search"], .ValidationFail >
  input[type="tel"], .ValidationFail >
  input[type="time"], .ValidationFail >
  input[type="url"], .ValidationFail >
  input[type="color"], .ValidationFail >
  textarea, .ValidationFail >
  select,
  .chosen-container-single .ValidationFail > .chosen-single,
  .chosen-container-active.chosen-with-drop .ValidationFail > .chosen-single, .ValidationFail >
  .fake-textarea {
    border-color: #ED1C24; }

select[multiple],
textarea,
.fake-textarea {
  border-radius: 15px; }

.fake-textarea {
  min-height: 40px;
  padding: 1rem; }

.chosen-container.chosen-container-single {
  font-size: 0; }
  .chosen-container.chosen-container-single .chosen-single {
    height: auto; }
  .chosen-container.chosen-container-single .chosen-drop {
    font-size: 1rem; }

.chosen-select-wrapper {
  position: relative; }
  .chosen-select-wrapper select {
    background: transparent;
    color: transparent;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1; }

input:-moz-read-only,
textarea:-moz-read-only,
input:disabled,
textarea:disabled,
.fake-textarea {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  -webkit-text-fill-color: #333333; }

input:read-only,
textarea:read-only,
input:disabled,
textarea:disabled,
.fake-textarea {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  -webkit-text-fill-color: #333333; }
  input:-moz-read-only:focus,
  textarea:-moz-read-only:focus,
  input:disabled:focus,
  textarea:disabled:focus,
  .fake-textarea:focus {
    border-color: #F5F5F5; }
  input:read-only:focus,
  textarea:read-only:focus,
  input:disabled:focus,
  textarea:disabled:focus,
  .fake-textarea:focus {
    border-color: #F5F5F5; }

input[type="checkbox"],
input[type="radio"] {
  float: left;
  height: 0 !important;
  left: 0;
  opacity: 0;
  top: 0;
  width: 0 !important; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    color: #737779;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: 0.375em;
    max-width: 30em;
    padding-left: 1.5rem;
    position: relative;
    text-transform: none; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background-color: #fff;
      border: 2px solid #737779;
      border-radius: 3px;
      content: "";
      display: block;
      height: 1rem;
      left: 0;
      margin: 0.25em 0.5em 0 0;
      position: absolute;
      text-align: center;
      width: 1rem; }
    input[type="checkbox"] + label:hover:before,
    input[type="radio"] + label:hover:before, input[type="checkbox"] + label:focus:before,
    input[type="radio"] + label:focus:before {
      border-color: #999; }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: #999; }
  input[type="checkbox"]:disabled + label,
  input[type="radio"]:disabled + label, input[type="checkbox"]:-moz-read-only + label,
  input[type="radio"]:-moz-read-only + label {
    color: #999;
    cursor: auto; }
  input[type="checkbox"]:disabled + label,
  input[type="radio"]:disabled + label, input[type="checkbox"]:read-only + label,
  input[type="radio"]:read-only + label {
    color: #999;
    cursor: auto; }
    input[type="checkbox"]:disabled + label:before,
    input[type="radio"]:disabled + label:before, input[type="checkbox"]:-moz-read-only + label:before,
    input[type="radio"]:-moz-read-only + label:before {
      background-color: #737779; }
    input[type="checkbox"]:disabled + label:before,
    input[type="radio"]:disabled + label:before, input[type="checkbox"]:read-only + label:before,
    input[type="radio"]:read-only + label:before {
      background-color: #737779; }
    input[type="checkbox"]:disabled + label:hover:before,
    input[type="radio"]:disabled + label:hover:before, input[type="checkbox"]:disabled + label:focus:before,
    input[type="radio"]:disabled + label:focus:before, input[type="checkbox"]:-moz-read-only + label:hover:before,
    input[type="radio"]:-moz-read-only + label:hover:before, input[type="checkbox"]:-moz-read-only + label:focus:before,
    input[type="radio"]:-moz-read-only + label:focus:before {
      border-color: #737779; }
    input[type="checkbox"]:disabled + label:hover:before,
    input[type="radio"]:disabled + label:hover:before, input[type="checkbox"]:disabled + label:focus:before,
    input[type="radio"]:disabled + label:focus:before, input[type="checkbox"]:read-only + label:hover:before,
    input[type="radio"]:read-only + label:hover:before, input[type="checkbox"]:read-only + label:focus:before,
    input[type="radio"]:read-only + label:focus:before {
      border-color: #737779; }

input[type="checkbox"] + label:before {
  font-size: 0.75rem;
  line-height: 1.2; }

input[type="checkbox"]:checked + label:before {
  background-color: #999;
  border-color: #999;
  color: #fff;
  content: '\2713'; }

input[type="radio"] + label:before {
  border-radius: 100%; }

input[type="radio"]:checked + label:before {
  background-color: #fff;
  border: 0.3125rem solid #999; }

textarea {
  resize: vertical; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

.form-field {
  margin-bottom: 1em;
  margin-top: 1em; }
  .form-field .chosen-container {
    width: 100% !important; }

.form-error {
  color: #ED1C24; }

.hs-field-desc {
  color: #737779;
  display: block;
  font-size: 0.75rem; }
  label + .hs-field-desc {
    margin-top: -0.3125rem; }

.feedback-detail {
  max-width: 780px; }

.btn,
button,
input[type="button"],
input[type="submit"] {
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
  display: inline-block;
  max-width: 100%;
  margin-top: 22px;
  margin-bottom: 8px;
  padding: 13px 23px;
  background: #ED1C24;
  border: 2px solid transparent;
  border-radius: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .btn:hover, .btn:focus,
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .btn:hover, .btn:focus,
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF; }

.btn-secondary,
input[type="reset"] {
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
  display: inline-block;
  max-width: 100%;
  margin-top: 22px;
  margin-bottom: 8px;
  padding: 13px 23px;
  background: #ED1C24;
  border: 2px solid transparent;
  border-radius: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-color: #ED1C24;
  color: #ED1C24;
  -webkit-text-fill-color: #ED1C24; }
  .btn-secondary:hover, .btn-secondary:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .btn-secondary:hover, .btn-secondary:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus {
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF; }
  .btn-secondary .arrow-icon,
  input[type="reset"] .arrow-icon {
    fill: #999; }
  .btn-secondary:hover, .btn-secondary:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus {
    background-color: #ED1C24;
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF; }

.btn-disabled,
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled {
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
  display: inline-block;
  max-width: 100%;
  margin-top: 22px;
  margin-bottom: 8px;
  padding: 13px 23px;
  background: #ED1C24;
  border: 2px solid transparent;
  border-radius: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #ED1C24;
  color: #ED1C24;
  -webkit-text-fill-color: #ED1C24;
  cursor: default; }
  .btn-disabled:hover, .btn-disabled:focus,
  button:disabled:hover,
  button:disabled:focus,
  input[type="button"]:disabled:hover,
  input[type="button"]:disabled:focus,
  input[type="submit"]:disabled:hover,
  input[type="submit"]:disabled:focus,
  input[type="reset"]:disabled:hover,
  input[type="reset"]:disabled:focus {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .btn-disabled:hover, .btn-disabled:focus,
  button:disabled:hover,
  button:disabled:focus,
  input[type="button"]:disabled:hover,
  input[type="button"]:disabled:focus,
  input[type="submit"]:disabled:hover,
  input[type="submit"]:disabled:focus,
  input[type="reset"]:disabled:hover,
  input[type="reset"]:disabled:focus {
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF; }
  .btn-disabled .arrow-icon,
  button:disabled .arrow-icon,
  input[type="button"]:disabled .arrow-icon,
  input[type="submit"]:disabled .arrow-icon,
  input[type="reset"]:disabled .arrow-icon {
    fill: #ED1C24; }
  .btn-disabled:hover, .btn-disabled:focus,
  button:disabled:hover,
  button:disabled:focus,
  input[type="button"]:disabled:hover,
  input[type="button"]:disabled:focus,
  input[type="submit"]:disabled:hover,
  input[type="submit"]:disabled:focus,
  input[type="reset"]:disabled:hover,
  input[type="reset"]:disabled:focus {
    background-color: transparent;
    color: #ED1C24;
    -webkit-text-fill-color: #ED1C24; }

.btn + .btn, .btn button, .btn input[type="button"],
.btn + input[type="submit"],
.btn + .btn-secondary,
.btn + input[type="reset"],
.btn + .btn-disabled,
button + .btn,
button button,
button input[type="button"],
button + input[type="submit"],
button + .btn-secondary,
button + input[type="reset"],
button + .btn-disabled,
input[type="button"] + .btn,
input[type="button"] button,
input[type="button"] input[type="button"],
input[type="button"] + input[type="submit"],
input[type="button"] + .btn-secondary,
input[type="button"] + input[type="reset"],
input[type="button"] + .btn-disabled,
input[type="submit"] + .btn,
input[type="submit"] button,
input[type="submit"] input[type="button"],
input[type="submit"] + input[type="submit"],
input[type="submit"] + .btn-secondary,
input[type="submit"] + input[type="reset"],
input[type="submit"] + .btn-disabled,
.btn-secondary + .btn,
.btn-secondary button,
.btn-secondary input[type="button"],
.btn-secondary + input[type="submit"],
.btn-secondary + .btn-secondary,
.btn-secondary + input[type="reset"],
.btn-secondary + .btn-disabled,
input[type="reset"] + .btn,
input[type="reset"] button,
input[type="reset"] input[type="button"],
input[type="reset"] + input[type="submit"],
input[type="reset"] + .btn-secondary,
input[type="reset"] + input[type="reset"],
input[type="reset"] + .btn-disabled,
.btn-disabled + .btn,
.btn-disabled button,
.btn-disabled input[type="button"],
.btn-disabled + input[type="submit"],
.btn-disabled + .btn-secondary,
.btn-disabled + input[type="reset"],
.btn-disabled + .btn-disabled {
  margin-left: 1rem; }

.filter-toggle-btn .menu-icon {
  background-color: #999;
  display: inline-block;
  left: initial;
  margin: -0.25em 0.25em 0 0;
  position: relative;
  top: initial; }
  .filter-toggle-btn .menu-icon:before, .filter-toggle-btn .menu-icon:after {
    background-color: #999; }

.filter-toggle-btn:hover:not(.active) .menu-icon,
.filter-toggle-btn:hover .menu-icon:before,
.filter-toggle-btn:hover .menu-icon:after, .filter-toggle-btn:focus:not(.active) .menu-icon,
.filter-toggle-btn:focus .menu-icon:before,
.filter-toggle-btn:focus .menu-icon:after {
  background-color: #fff; }

table {
  background-color: #fff;
  border-bottom: 1px solid #737779;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: 100%; }
  table tr:nth-child(odd) {
    background-color: #F5F5F5; }
  table thead + tbody tr:nth-child(odd) {
    background-color: #fff; }
  table thead + tbody tr:nth-child(even) {
    background-color: #F5F5F5; }
  table thead + tbody .sub-head:first-child ~ tr:nth-child(even) {
    background-color: #fff; }
  table thead + tbody .sub-head:first-child ~ tr:nth-child(odd) {
    background-color: #F5F5F5; }
  table tr {
    border-left: 1px solid #737779;
    border-right: 1px solid #737779; }
  table thead tr {
    border-color: #737779; }
  table th {
    color: #333333;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin: 0 0 0.5em 0;
    font-size: 1.3rem;
    margin-bottom: 1.2em;
    line-height: 1.45;
    padding: 1rem 1.25rem;
    text-align: left; }
    @media screen and (min-width: 30em) {
      table th {
        font-size: 1.584rem; } }
  table thead th {
    background-color: #737779;
    color: #fff; }
  table td {
    background-color: transparent;
    padding: 0.75rem 1.25rem; }
  table .sub-head {
    background-color: #999 !important;
    border-color: #999; }
    table .sub-head th,
    table .sub-head td {
      background-color: transparent;
      color: #fff;
      vertical-align: middle; }
    table .sub-head a {
      color: #fff; }

table.list-table {
  background-color: #fff;
  border-bottom: 1px solid #737779;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0; }
  @media screen and (min-width: 56em) {
    table.list-table {
      display: table; } }

.list-table thead {
  display: none; }
  @media screen and (min-width: 56em) {
    .list-table thead {
      display: table-header-group; } }

.list-table tbody {
  display: block; }
  @media screen and (min-width: 56em) {
    .list-table tbody {
      display: table-row-group; }
      .list-table tbody:first-child {
        border-top: 1px solid #737779; } }

.list-table tfoot {
  display: none; }
  @media screen and (min-width: 56em) {
    .list-table tfoot {
      display: table-footer-group; } }

.list-table tr {
  border-left: 1px solid #737779;
  border-right: 1px solid #737779;
  display: block;
  padding: 1.25rem; }
  @media screen and (min-width: 56em) {
    .list-table tr {
      display: table-row;
      padding: 0; }
      .list-table tr:after {
        content: none; } }

.list-table thead tr {
  border-color: #737779; }

.list-table tbody:first-of-type tr:first-child:not(.sub-head) {
  border-top: 1px solid #737779; }
  @media screen and (min-width: 56em) {
    .list-table tbody:first-of-type tr:first-child:not(.sub-head) {
      border-top: none; } }

/*.list-table tr:nth-child(odd) {
	background-color: $gray-1;
}

.list-table tr:nth-child(even) {
	background-color: #fff;
}*/
@media screen and (min-width: 56em) {
  .list-table thead + tbody tr:nth-child(odd) {
    background-color: #fff; } }

@media screen and (min-width: 56em) {
  .list-table thead + tbody tr:nth-child(even) {
    background-color: #F5F5F5; } }

@media screen and (min-width: 56em) {
  .list-table thead + tbody .sub-head:first-child ~ tr:nth-child(even) {
    background-color: #fff; } }

@media screen and (min-width: 56em) {
  .list-table thead + tbody .sub-head:first-child ~ tr:nth-child(odd) {
    background-color: #F5F5F5; } }

.list-table th {
  margin-bottom: 0.25em;
  padding: 0; }
  @media screen and (min-width: 56em) {
    .list-table th {
      display: table-cell;
      margin-bottom: 0;
      padding: 1rem 1.25rem; } }

@media screen and (min-width: 56em) {
  .list-table thead th {
    background-color: #737779;
    color: #fff; } }

.list-table td {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 100%;
  padding: 0.5rem 0;
  text-align: left; }
  .list-table td:not(:last-child) {
    border-bottom: 1px solid #737779; }
  @media screen and (min-width: 56em) {
    .list-table td {
      display: table-cell;
      min-width: 0;
      padding: 0.75rem 1.25rem;
      position: static; }
      .list-table td:not(:last-child) {
        border-bottom: none; }
      .list-table td.text-center {
        text-align: center; } }

.list-table th + td {
  display: block;
  margin-top: 0.25rem; }
  @media screen and (min-width: 56em) {
    .list-table th + td {
      margin-top: 0; } }

.list-table .empty-cell {
  display: none; }
  @media screen and (min-width: 56em) {
    .list-table .empty-cell {
      display: table-cell; } }

.list-table thead + tbody td:not(.empty-cell):before {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  font-size: 1.3rem;
  margin-bottom: 1.2em;
  line-height: 1.45;
  font-size: 1em;
  content: attr(title);
  line-height: inherit;
  margin-bottom: 0;
  min-width: 50%;
  padding: 0.125rem 1rem 0 0; }
  @media screen and (min-width: 30em) {
    .list-table thead + tbody td:not(.empty-cell):before {
      font-size: 1.584rem; } }
  @media screen and (min-width: 30em) {
    .list-table thead + tbody td:not(.empty-cell):before {
      font-size: 1.3rem;
      padding-top: 0; } }
  @media screen and (min-width: 56em) {
    .list-table thead + tbody td:not(.empty-cell):before {
      content: none; } }

.list-table th + td:not(.empty-cell):before {
  content: none; }

.list-table caption {
  display: block; }
  @media screen and (min-width: 56em) {
    .list-table caption {
      display: table-caption; } }

.list-table .sub-head {
  background-color: #999 !important;
  border-color: #999; }
  .list-table .sub-head th,
  .list-table .sub-head td {
    background-color: transparent;
    color: #fff;
    padding: 0;
    vertical-align: middle; }
  @media screen and (min-width: 56em) {
    .list-table .sub-head th {
      padding: 1rem 1.25rem; } }
  @media screen and (min-width: 56em) {
    .list-table .sub-head td {
      padding: 0.75rem 1.25rem; } }
  .list-table .sub-head td:not(.empty-cell):before {
    content: none; }
  .list-table .sub-head a {
    color: #fff; }

table.full-width {
  width: 100%; }

.dataTables_filter {
  margin-bottom: 1rem; }

th.sorting {
  cursor: pointer;
  position: relative; }
  th.sorting:hover:after, th.sorting:focus:after {
    color: #999;
    font-size: 1em;
    content: "\025BC";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

th.sorting_asc,
th.sorting_desc {
  cursor: pointer;
  position: relative; }
  th.sorting_asc:after,
  th.sorting_desc:after {
    font-size: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

th.sorting_asc:after {
  content: "\025BC"; }

th.sorting_desc:after {
  content: "\025B2"; }

.dataTables_info {
  margin-top: 1.5rem;
  text-align: center; }

.dataTables_paginate {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  font-size: 1.3rem;
  margin-bottom: 1.2em;
  line-height: 1.45;
  margin-top: 1rem;
  text-align: center; }
  @media screen and (min-width: 30em) {
    .dataTables_paginate {
      font-size: 1.584rem; } }

.dataTables_paginate a {
  color: #999;
  cursor: pointer;
  display: inline-block;
  padding: 0.875em 1.25em;
  vertical-align: middle; }
  .dataTables_paginate a:hover, .dataTables_paginate a:focus {
    color: #ED1C24; }
    .dataTables_paginate a:hover .icon, .dataTables_paginate a:focus .icon {
      fill: #ED1C24; }

.dataTables_paginate span a {
  padding: 0.5em 0.75em; }
  .dataTables_paginate span a.current {
    background-color: #F5F5F5;
    color: #737779; }

.dataTables_paginate .icon {
  display: inline-block;
  fill: #999;
  height: 0.6666666666666667em;
  margin-top: -0.1875em;
  vertical-align: middle;
  width: 0.3125em; }

.dataTables_paginate .next .icon {
  margin-left: 0.25em; }

.dataTables_paginate .previous .icon {
  margin-right: 0.25em; }

table .action-links {
  white-space: nowrap; }

table .action-links .icon-link, table .action-links .link-with-icon {
  display: inline-block;
  vertical-align: top; }

table .action-links .icon-link + .icon-link, table .action-links .link-with-icon + .icon-link, table .action-links .icon-link + .link-with-icon, table .action-links .link-with-icon + .link-with-icon {
  margin-left: 1.5em; }

.unstyled-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  .unstyled-list > li {
    margin: 0.5em 0; }

.vlist {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 0; }
  .vlist > li {
    display: block; }

.hlist {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  .hlist:after {
    clear: both;
    content: "";
    display: table; }
  .hlist > li {
    float: left; }

.ilist {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  .ilist > li {
    display: inline-block;
    vertical-align: top; }

.striped-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  .striped-list li {
    padding: 0.75em 1em; }
  .striped-list li:nth-child(odd) {
    background-color: #F5F5F5; }

.ruled-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  border-top: 1px solid #737779; }
  .ruled-list li {
    border-bottom: 1px solid #737779;
    padding: 0.75em 0; }

dt {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  color: #ED1C24;
  font-size: 1.3rem; }

dd {
  margin-left: 0; }

dd + dt {
  margin-top: 1em; }

ol:not([type]) {
  counter-reset: ordered-counter;
  list-style-type: none;
  padding-left: 0; }

ol:not([type]) > li {
  counter-increment: ordered-counter;
  padding-left: 2.5em;
  position: relative; }
  ol:not([type]) > li:before {
    /*color: $gray-3;*/
    content: counter(ordered-counter) ".";
    font-family: Arial, sans-serif;
    font-weight: 400;
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    text-align: right;
    width: 2.5em; }

img {
  height: auto !important;
  max-width: 100%; }

iframe {
  display: block; }

.article-figure {
  margin: 2.5vmin 0; }
  .article-figure img {
    display: block; }

.article-figure-caption {
  border-bottom: 1px solid #737779;
  display: block;
  font-size: 1.3rem;
  font-style: italic;
  padding: 1em; }

.pull-left {
  margin: 2.5vmin 0; }
  @media screen and (min-width: 30em) {
    .pull-left {
      float: left;
      margin-top: 0.5em;
      margin-right: 5vmin; } }
  @media screen and (min-width: 70em) {
    .pull-left {
      margin-right: 3vmin; } }
  .pull-left img {
    display: block; }
  @media screen and (min-width: 30em) {
    .pull-left {
      max-width: 40%; } }

.pull-right {
  margin: 2.5vmin 0; }
  @media screen and (min-width: 30em) {
    .pull-right {
      float: right;
      margin-top: 0.5em;
      margin-left: 5vmin; } }
  @media screen and (min-width: 56em) {
    .pull-right {
      margin-left: 3vmin; } }
  .pull-right img {
    display: block; }
  @media screen and (min-width: 30em) {
    .pull-right {
      max-width: 40%; } }

.pull-left-large {
  margin: 2.5vmin 0; }
  @media screen and (min-width: 30em) {
    .pull-left-large {
      float: left;
      margin-top: 0.5em;
      margin-right: 5vmin; } }
  @media screen and (min-width: 70em) {
    .pull-left-large {
      margin-right: 3vmin; } }
  .pull-left-large img {
    display: block; }

.pull-right-large {
  margin: 2.5vmin 0; }
  @media screen and (min-width: 30em) {
    .pull-right-large {
      float: right;
      margin-top: 0.5em;
      margin-left: 5vmin; } }
  @media screen and (min-width: 56em) {
    .pull-right-large {
      margin-left: 3vmin; } }
  .pull-right-large img {
    display: block; }

.float-left {
  float: left;
  margin-right: 5vmin; }
  @media screen and (min-width: 70em) {
    .float-left {
      margin-right: 3vmin; } }

.float-right {
  float: right;
  margin-left: 5vmin; }
  @media screen and (min-width: 70em) {
    .float-right {
      margin-left: 3vmin; } }

span.pull-left,
span.pull-left-large,
span.pull-right,
span.pull-right-large,
span.float-left,
span.float-right {
  display: block; }

@media screen and (min-width: 70em) {
  .site-content {
    padding-left: 300px;
    padding-top: 3vmin; } }

@media screen and (min-width: 110em) {
  .site-content {
    padding-left: 350px; } }

.full-content,
.narrow-content {
  /*@include clearfix;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding-left: 5vmin;
  padding-right: 5vmin;
  /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ }
  @media screen and (min-width: 70em) {
    .full-content,
    .narrow-content {
      padding-left: 3vmin;
      padding-right: 3vmin; } }
  .full-content > :first-child,
  .narrow-content > :first-child {
    margin-top: 0; }
  .full-content > :last-child,
  .narrow-content > :last-child {
    margin-bottom: 0; }

@media screen and (min-width: 56em) {
  .narrow-content {
    max-width: 56rem; } }

.unit .full-content,
.unit .narrow-content {
  padding-left: 0;
  padding-right: 0; }

.section-padded {
  padding-bottom: 5vmin;
  padding-top: 5vmin; }
  @media screen and (min-width: 70em) {
    .section-padded {
      padding-bottom: 3vmin;
      padding-top: 3vmin; } }

.section-padded-xl {
  padding-bottom: 10vmin;
  padding-top: 10vmin; }
  @media screen and (min-width: 70em) {
    .section-padded-xl {
      padding-bottom: 6vmin;
      padding-top: 6vmin; } }

.section-bg {
  background-color: #F5F5F5; }

.sidebar-mod:not(:last-child) {
  margin-bottom: 5vmin; }
  @media screen and (min-width: 70em) {
    .sidebar-mod:not(:last-child) {
      margin-bottom: 3vmin; } }

[data-set="aa-sidebar"] .inner > .unit {
  padding-bottom: 0; }

/*.flexible > .inner {
	padding-bottom: 0;
}*/
.inner {
  /*@include clearfix;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin;
  /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/
  padding-top: 5vmin; }
  @media screen and (min-width: 70em) {
    .inner {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }
  @media screen and (min-width: 70em) {
    .inner {
      padding-top: 3vmin; } }

.inner-full {
  /*@include clearfix;*/
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin;
  /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/
  padding-top: 5vmin; }
  @media screen and (min-width: 70em) {
    .inner-full {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }
  @media screen and (min-width: 70em) {
    .inner-full {
      padding-top: 3vmin; } }

.inner > .unit .inner,
.inner-full > .unit .inner {
  /*@include clearfix;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.5vmin;
  margin-right: -2.5vmin;
  /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/
  margin-left: -5vmin;
  margin-right: -5vmin;
  /*&:last-child {
		padding-bottom: 0;
	}*/ }
  @media screen and (min-width: 70em) {
    .inner > .unit .inner,
    .inner-full > .unit .inner {
      margin-left: -1.5vmin;
      margin-right: -1.5vmin; } }
  @media screen and (min-width: 70em) {
    .inner > .unit .inner,
    .inner-full > .unit .inner {
      margin-left: -3vmin;
      margin-right: -3vmin; } }

.inner > .unit,
.inner-full > .unit {
  padding-bottom: 5vmin;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .inner > .unit,
    .inner-full > .unit {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }
  @media screen and (min-width: 70em) {
    .inner > .unit,
    .inner-full > .unit {
      padding-bottom: 3vmin; } }
  .inner > .unit > :first-child,
  .inner-full > .unit > :first-child {
    margin-top: 0; }
  .inner > .unit > :last-child,
  .inner-full > .unit > :last-child {
    margin-bottom: 0; }

p + .inner,
ul + .inner,
ol + .inner,
.inner + .size1of1 > .inner {
  padding-top: 0; }

.inner.reverse,
.inner-full.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.unit.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.unit[class*="default-size"] {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin;
  padding-bottom: 5vmin; }
  @media screen and (min-width: 70em) {
    .unit[class*="default-size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

.unit.default-size-auto {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.start-default {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left; }

.center-default {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.end-default {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right; }

.top-default {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.middle-default {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.bottom-default {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.around-default {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

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

.first-default {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

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

.reset-order-default {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

@media screen and (min-width: 30em) {
  .unit[class*="alpha-size"] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-bottom: 5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit[class*="alpha-size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .start-alpha {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .center-alpha {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-alpha {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .top-alpha {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-alpha {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-alpha {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-alpha {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-alpha {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-alpha {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-alpha {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .reset-order-alpha {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 56em) {
  .unit[class*="bravo-size"] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-bottom: 5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit[class*="bravo-size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .start-bravo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .center-bravo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-bravo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .top-bravo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-bravo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-bravo {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-bravo {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-bravo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-bravo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-bravo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .reset-order-bravo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 70em) {
  .unit[class*="charlie-size"] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-bottom: 5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit[class*="charlie-size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

@media screen and (min-width: 70em) {
  .unit.charlie-size-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .start-charlie {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .center-charlie {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-charlie {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .top-charlie {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-charlie {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-charlie {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-charlie {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-charlie {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-charlie {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-charlie {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .reset-order-charlie {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 80em) {
  .unit[class*="delta-size"] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-bottom: 5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit[class*="delta-size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .start-delta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .center-delta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-delta {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .top-delta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-delta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-delta {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-delta {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-delta {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-delta {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-delta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .reset-order-delta {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 110em) {
  .unit[class*="echo-size"] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-bottom: 5vmin; } }
  @media screen and (min-width: 110em) and (min-width: 70em) {
    .unit[class*="echo-size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

@media screen and (min-width: 110em) {
  .unit.echo-size-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .start-echo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .center-echo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-echo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .top-echo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-echo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-echo {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-echo {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-echo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-echo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-echo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .reset-order-echo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

.unit.default-size1of2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size1of2 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size1of3 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size1of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size1of4 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size1of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size1of5 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size1of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size2of5 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size2of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size3of5 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size3of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size2of3 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size2of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size3of4 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size3of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size4of5 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size4of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size1of2, .size2of4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size1of2, .size2of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size1of3 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size1of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size1of4 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size1of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size1of5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size1of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size2of5 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size2of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size3of5 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size3of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size2of3 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size2of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size3of4 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size3of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size4of5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size4of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size1of2, .size2of4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size1of2, .size2of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size1of3 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size1of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size1of4 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size1of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size1of5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size1of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size2of5 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size2of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size3of5 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size3of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size2of3 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size2of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size3of4 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size3of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size4of5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size4of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit[class*=" size"] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-bottom: 5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit[class*=" size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

@media screen and (min-width: 70em) {
  .unit.size-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .unit.size1of1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size1of1 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size1of2, .size2of4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size1of2, .size2of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size1of3 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size1of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size1of4 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size1of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size1of5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size1of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size2of5 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size2of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size3of5 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size3of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size2of3 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size2of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size3of4 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size3of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size4of5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size4of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size1of1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size1of1 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size1of2, .unit.delta-size2of4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size1of2, .unit.delta-size2of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size1of3 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size1of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size1of4 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size1of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size1of5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size1of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size2of5 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size2of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size3of5 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size3of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size2of3 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size2of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size3of4 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size3of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size4of5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size4of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.site-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5vmin 5vmin; }
  @media screen and (min-width: 56em) {
    .site-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 70em) {
    .site-header {
      border: none;
      display: block;
      height: 100%;
      left: 0;
      padding: 3vmin;
      overflow: auto;
      position: fixed;
      top: 0;
      width: 300px;
      z-index: 100; } }
  @media screen and (min-width: 110em) {
    .site-header {
      width: 350px; } }

.site-logo {
  color: #333333;
  font-size: 1.375em;
  font-weight: 200;
  letter-spacing: 0.025em;
  line-height: 1.25;
  text-transform: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none; }
  @media screen and (min-width: 70em) {
    .site-logo {
      font-size: 2em; } }
  @media screen and (min-width: 70em) {
    .site-logo {
      margin-bottom: 3vmin; } }
  .site-logo svg {
    height: 4rem;
    fill: #ED1C24;
    width: 4rem; }
    @media screen and (min-width: 70em) {
      .site-logo svg {
        margin-right: 0.5em; } }
    @media screen and (min-width: 110em) {
      .site-logo svg {
        margin-right: 1em; } }

.site-info {
  margin: 1rem 0;
  text-align: center; }
  .site-info * {
    margin: 0; }
  @media screen and (min-width: 70em) {
    .site-info {
      text-align: left; } }

.site-nav {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  background-color: #fff;
  height: 100%;
  left: 0;
  max-width: 26rem;
  overflow: auto;
  padding: calc(5vmin + 2rem) 0 5vmin 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 90%;
  z-index: 100; }
  @media screen and (min-width: 70em) {
    .site-nav {
      font-size: 1.375em;
      font-weight: 200; } }
  @media screen and (min-width: 70em) {
    .site-nav {
      background-color: transparent;
      height: auto;
      overflow: visible;
      margin: 0;
      padding: 0;
      position: static;
      max-width: none;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      width: auto; } }

.site-nav a {
  display: block;
  padding: 0.5em 5vmin;
  text-decoration: none; }
  @media screen and (min-width: 70em) {
    .site-nav a {
      padding: 0.5em 0; } }

.site-nav .active a {
  background-color: #F5F5F5;
  color: #737779;
  padding: 0.5em 2.5vmin; }
  .site-nav .active a:after {
    content: '\2192';
    margin-left: 0.25em; }
  @media screen and (min-width: 70em) {
    .site-nav .active a {
      background-color: #fff;
      padding: 0.5em 1.5vmin; } }

.site-nav .logout a {
  border-top: 1px solid #737779;
  margin: 0.5em 5vmin 0 5vmin;
  padding: 1em 0 0.5em 0; }
  @media screen and (min-width: 70em) {
    .site-nav .logout a {
      margin: 0.5em 0 0; } }

.site-nav-close {
  border: 2px solid #999;
  color: #999;
  cursor: pointer;
  height: 2em;
  line-height: 1.75em;
  position: absolute;
  right: 0.5rem;
  text-align: center;
  top: 0.5rem;
  width: 2em;
  z-index: 99; }
  .site-nav-close:hover, .site-nav-close:focus {
    background-color: #ED1C24;
    border-color: #ED1C24;
    color: #fff; }
  @media screen and (min-width: 70em) {
    .site-nav-close {
      display: none; } }

.site-nav-toggle {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  font-size: 1.3rem;
  margin-bottom: 1.2em;
  line-height: 1.45;
  color: #ED1C24;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: inherit;
  padding: 0.5rem 1.25rem 0.5rem 2.5rem;
  position: relative;
  right: 0;
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out; }
  @media screen and (min-width: 30em) {
    .site-nav-toggle {
      font-size: 1.584rem; } }
  @media screen and (min-width: 70em) {
    .site-nav-toggle {
      display: none; } }

.site-header.active .site-nav-toggle {
  background: #ED1C24;
  color: #fff; }

.site-header.active .menu-icon {
  background: transparent; }
  .site-header.active .menu-icon:before {
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .site-header.active .menu-icon:after {
    background: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.site-header.active .site-nav {
  -webkit-box-shadow: 0 0 3em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3em rgba(0, 0, 0, 0.1);
  -webkit-transform: none;
          transform: none; }
  @media screen and (min-width: 70em) {
    .site-header.active .site-nav {
      -webkit-box-shadow: none;
              box-shadow: none; } }

.menu-icon {
  background: #ED1C24;
  display: block;
  height: 0.0625rem;
  position: absolute;
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
  width: 0.75rem;
  left: 0.75em;
  top: 50%;
  vertical-align: middle; }
  .menu-icon:before {
    background: #ED1C24;
    display: block;
    height: 0.0625rem;
    position: absolute;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out;
    width: 0.75rem;
    content: "";
    left: 0;
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem); }
  .menu-icon:after {
    background: #ED1C24;
    display: block;
    height: 0.0625rem;
    position: absolute;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out;
    width: 0.75rem;
    content: "";
    left: 0;
    -webkit-transform: translateY(0.25rem);
            transform: translateY(0.25rem); }

ul.link-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  max-width: 18em; }

ul.link-list li + li {
  margin-top: 2px; }

ul.link-list a {
  background-color: #F5F5F5;
  color: #333333;
  display: block;
  padding: 0.5em 2em 0.5em 1em;
  position: relative;
  text-decoration: none; }
  ul.link-list a:hover, ul.link-list a:focus {
    color: #ED1C24; }
    ul.link-list a:hover .icon, ul.link-list a:focus .icon {
      fill: #ED1C24; }

ul.link-list .arrow-link:hover span, ul.link-list .arrow-link:focus span {
  border-bottom: none; }

ul.link-list a .icon {
  fill: #333333;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1em; }

.chosen-container {
  font-size: 1rem; }

.chosen-container-multi .chosen-choices {
  background: #fff;
  border: 2px solid #737779;
  color: #737779;
  cursor: text;
  line-height: 1.25;
  padding: 0.25em 0.125em; }

.chosen-container-active .chosen-choices {
  border-color: #999;
  -webkit-box-shadow: none;
          box-shadow: none; }

.chosen-container-multi .chosen-choices li.search-choice {
  background: #999;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  cursor: default;
  line-height: 1.5;
  margin: 0.125em 0.25em;
  padding: 0.25em 2em 0.25em 0.5em; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  background: 0 0 !important;
  border: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  height: 36px;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 0 1em;
  -webkit-transition: width 0s;
  transition: width 0s; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  height: 100%;
  padding: 0.25em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 1.5em; }
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: "\00d7"; }
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover, .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus {
    background-color: rgba(0, 0, 0, 0.4); }

.chosen-container .chosen-drop {
  border: none;
  -webkit-box-shadow: 0 0.375em 1.5em rgba(0, 0, 0, 0.03), 0 0.625em 3em rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.375em 1.5em rgba(0, 0, 0, 0.03), 0 0.625em 3em rgba(0, 0, 0, 0.08); }

.chosen-container .chosen-results {
  color: #333333; }

.chosen-container .chosen-results li {
  line-height: 1.5;
  padding: 0.25em 0.5em; }

.chosen-container-multi .chosen-drop .result-selected {
  color: #999; }

.chosen-container .chosen-results li.highlighted {
  background: #999;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  background: none;
  color: #333333; }

[class^="message-"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.5rem; }
  @media screen and (min-width: 70em) {
    [class^="message-"] {
      font-size: 1.375em;
      font-weight: 200; } }
  [class^="message-"]:before {
    background-color: #fff;
    border-radius: 100%;
    color: #999;
    font-size: 1.25rem;
    font-weight: 400;
    height: 1.75em;
    line-height: 1.75em;
    margin-right: 0.75em;
    min-height: 1.75em;
    min-width: 1.75em;
    text-align: center;
    width: 1.75em; }
  [class^="message-"] :first-child {
    margin-top: 0; }
  [class^="message-"] :last-child {
    margin-bottom: 0; }

.message-error {
  border: 1px solid #ED1C24;
  color: #ED1C24; }
  .message-error:before {
    border-color: #ED1C24;
    color: #ED1C24;
    content: '\00d7';
    font-weight: 700; }
  .message-error + .message-error {
    margin-top: 1rem; }

.message-success {
  background-color: #0f9159;
  color: #fff; }
  .message-success:before {
    color: #0f9159;
    content: '\2714'; }

.message-info {
  background-color: #F5F5F5;
  border: 1px solid #737779; }
  .message-info:before {
    background-color: #999;
    color: #fff;
    content: 'i';
    font-family: Arial, sans-serif; }

.message-warning {
  background-color: #f73232;
  color: #fff; }
  .message-warning:before {
    color: #f73232;
    content: '!';
    font-family: Arial, sans-serif;
    font-weight: 700; }
  .message-warning h3 {
    color: #fff; }
  .message-warning .tip-warning {
    border: 1px solid #fff; }

/*
<div class="message-error">This is an important status message!</div>
*/
.off-canvas {
  background-color: #fff;
  height: 100%;
  left: 0;
  max-width: 26rem;
  overflow: auto;
  padding: 5vmin;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 90%;
  z-index: 9999; }
  @media screen and (min-width: 70em) {
    .off-canvas {
      padding: 3vmin; } }

.off-canvas-right {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.off-canvas.active {
  -webkit-box-shadow: 0 0 3em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3em rgba(0, 0, 0, 0.1);
  -webkit-transform: none;
          transform: none; }

.off-canvas-close {
  border: 1px solid #737779;
  color: #999;
  cursor: pointer;
  height: 2em;
  line-height: 1.875em;
  position: absolute;
  right: 0.5rem;
  text-align: center;
  top: 0.5rem;
  width: 2em;
  z-index: 99; }
  .off-canvas-close:hover, .off-canvas-close:focus {
    background-color: #ED1C24;
    border-color: #ED1C24;
    color: #fff; }

[class^="tip-"] {
  background-color: #999;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  height: 1.5em;
  line-height: 1.5em;
  position: relative;
  text-align: center;
  width: 1.5em; }
  [class^="tip-"]:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.tip-info {
  font-family: Arial, sans-serif;
  font-weight: 700; }
  .tip-info:after {
    content: 'i'; }

.tip-warning {
  background-color: #f73232;
  font-family: Arial, sans-serif;
  font-weight: 700; }
  .tip-warning:after {
    content: '!'; }

.tooltipster-sidetip .tooltipster-box {
  background-color: #fff;
  border: 1px solid #737779;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3em rgba(0, 0, 0, 0.1); }

.tooltipster-sidetip .tooltipster-content {
  color: #737779;
  line-height: inherit;
  padding: 1em; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #737779; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  top: -1px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 9px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #737779; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  bottom: -1px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 9px; }

.stat-blocks {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -1vw 1vh;
  min-width: 100%; }
  @media screen and (min-width: 56em) {
    .stat-blocks {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.stat-block {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 1vh 1vw;
  max-width: 50%;
  padding: 1vh 1vw;
  text-align: center; }
  .stat-block.button-block p {
    margin-top: 0; }

a.stat-block {
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
  position: relative;
  text-decoration: none; }
  a.stat-block:hover, a.stat-block:focus {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  a.stat-block .is-link {
    color: #999;
    position: absolute;
    top: 1rem;
    right: 1rem; }

.stat-value {
  border-bottom: none;
  color: #333333;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.1;
  margin: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #ED1C24;
  font-weight: 900;
  letter-spacing: normal !important;
  line-height: 1.1;
  margin-bottom: 1vh; }
  @media screen and (min-width: 30em) {
    .stat-value {
      font-size: 2.5em;
      letter-spacing: 0.1em; } }
  @media screen and (min-width: 56em) {
    .stat-value {
      font-size: 3.5em; } }
  @media screen and (min-width: 80em) {
    .stat-value {
      font-size: 4.5em; } }

.stat-label {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  font-size: 0.9rem;
  margin-bottom: 1.2em;
  line-height: 1.1;
  color: #999;
  font-weight: 400; }

.stat-percentage {
  color: #333333;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  font-size: 1.78rem;
  margin-bottom: 1em;
  line-height: 1.3;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 30em) {
    .stat-percentage {
      font-size: 2rem; } }
  .stat-percentage .stat-direction {
    color: #0f9159;
    font-size: 1.584rem;
    line-height: 2.5rem;
    margin-right: 0.5rem; }
    .stat-percentage .stat-direction.stat-change-down {
      color: #f73232;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.table-filter {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -1vw 1vh;
  min-width: 100%; }
  @media screen and (min-width: 56em) {
    .table-filter {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .table-filter > * {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 1vh 1vw; }
    @media screen and (min-width: 56em) {
      .table-filter > *:last-child, .table-filter > *.no-grow {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
        .table-filter > *:last-child *, .table-filter > *.no-grow * {
          white-space: nowrap;
          margin-bottom: 0; } }
  .table-filter button,
  .table-filter input[type="submit"],
  .table-filter .btn,
  .table-filter .btn-secondary {
    margin: 0;
    width: 100%; }

.feedback-listing table {
  min-width: 100%; }

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0; }
  .pagination ul li {
    display: none;
    text-align: center; }
    .pagination ul li a {
      min-width: 40px;
      display: block;
      line-height: 40px; }
    .pagination ul li.active a {
      font-weight: bold;
      text-decoration: none;
      cursor: default; }
  .pagination ul .page-select {
    display: block; }
  @media screen and (min-width: 56em) {
    .pagination ul li {
      display: block; }
    .pagination ul .page-select {
      display: none; } }
