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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .accordion-item .accordion-header:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .file-upload .file-name:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .accordion-item.is-active .accordion-header:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .form-type-radio.form-unstyled .form-option.is-selected.form-option-checkbox label:before,
.form-type-checkbox.form-unstyled .form-option.is-selected.form-option-checkbox label:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .form-type-select .is-open > .Select-control .Select-arrow:before, .ion-chevron-left:before, .ion-chevron-right:before, .form-type-select .Select-arrow:before, .form-type-industry-select .form-field:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .form-type-industry-select .back-button:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before, .accordion-item .accordion-header:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before, .file-upload .file-name:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before, .accordion-item.is-active .accordion-header:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before, .form-type-radio.form-unstyled .form-option.is-selected.form-option-checkbox label:before,
.form-type-checkbox.form-unstyled .form-option.is-selected.form-option-checkbox label:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before, .form-type-select .is-open > .Select-control .Select-arrow:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before, .form-type-select .Select-arrow:before, .form-type-industry-select .form-field:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before, .form-type-industry-select .back-button:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^=bottom] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^=top] {
  margin-bottom: 6px;
}

.react-datepicker-popper[data-placement^=right] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^=left] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker__navigation {
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b2b2;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b2b2;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b2b2;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b2b2;
}

.react-datepicker__month-container {
  display: inline;
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-name,
.react-datepicker__day {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b2b2;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b2b2;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b2b2;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "×";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b2b2;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b2b2;
}

.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}

.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}

.rdw-dropdown-wrapper:focus {
  outline: none;
}

.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}

.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}

.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}

.rdw-dropdownoption-active {
  background: #f5f5f5;
}

.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-inline-dropdown {
  width: 50px;
}

.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-block-dropdown {
  width: 110px;
}

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-fontsize-dropdown {
  min-width: 40px;
}

.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-fontfamily-dropdown {
  width: 115px;
}

.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rdw-fontfamily-optionwrapper {
  width: 140px;
}

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}

.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}

.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-right-aligned-block {
  text-align: right;
}

.rdw-left-aligned-block {
  text-align: left;
}

.rdw-center-aligned-block {
  text-align: center;
}

.rdw-justify-aligned-block {
  text-align: justify;
}

.rdw-right-aligned-block > div {
  display: inline-block;
}

.rdw-left-aligned-block > div {
  display: inline-block;
}

.rdw-center-aligned-block > div {
  display: inline-block;
}

.rdw-justify-aligned-block > div {
  display: inline-block;
}

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}

.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}

.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}

.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}

.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}

.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}

.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}

.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}

.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-link-dropdown {
  width: 50px;
}

.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}

.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-link-modal-label {
  font-size: 15px;
}

.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}

.rdw-link-modal-input:focus {
  outline: none;
}

.rdw-link-modal-buttonsection {
  margin: 0 auto;
}

.rdw-link-modal-target-option {
  margin-bottom: 20px;
}

.rdw-link-modal-target-option > span {
  margin-left: 5px;
}

.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}

.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-link-modal-btn:focus {
  outline: none !important;
}

.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}

.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-history-dropdown {
  width: 50px;
}

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}

.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}

.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}

.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}

.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}

.rdw-embedded-modal-link-input:focus {
  outline: none;
}

.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}

.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}

.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-embedded-modal-btn:focus {
  outline: none !important;
}

.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}

.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}

.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}

.rdw-embedded-modal-size-input:focus {
  outline: none;
}

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}

.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}

.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}

.rdw-image-modal-upload-option {
  height: 65px;
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
}

.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}

.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.rdw-image-modal-upload-option-label span {
  padding: 0 20px;
}

.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}

.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}

.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}

.rdw-image-modal-url-input:focus {
  outline: none;
}

.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}

.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

.rdw-image-modal-btn:focus {
  outline: none !important;
}

.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}

.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}

.rdw-image-modal-alt-input:focus {
  outline: none;
}

.rdw-image-modal-alt-lbl {
  font-size: 12px;
}

.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}

.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}

.rdw-image-modal-size-input:focus {
  outline: none;
}

.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-history-dropdown {
  width: 50px;
}

.rdw-link-decorator-wrapper {
  position: relative;
}

.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-suggestion-wrapper {
  position: relative;
}

.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}

.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}

.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}

.rdw-alignment-option-left {
  justify-content: flex-start;
}

.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}

.rdw-image-alignment {
  position: relative;
}

.rdw-image-imagewrapper {
  position: relative;
}

.rdw-image-center {
  display: flex;
  justify-content: center;
}

.rdw-image-left {
  display: flex;
}

.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}

.rdw-image-alignment-options-popup-right {
  right: 0;
}

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}

.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none;
}

.public-DraftStyleDefault-block {
  margin: 1em 0;
}

.rdw-editor-wrapper:focus {
  outline: none;
}

.rdw-editor-wrapper {
  box-sizing: content-box;
}

.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}

.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
} /**
* Draft v0.9.1
*
* Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}

.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only;
}

.DraftEditor-root {
  position: relative;
}

.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: 0.1px solid transparent;
  position: relative;
  z-index: 1;
}

.public-DraftEditor-block {
  position: relative;
}

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}

.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}

.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}

.DraftEditorPlaceholder-hidden {
  display: none;
}

.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}

.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}

.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}

.public-DraftStyleDefault-listLTR {
  direction: ltr;
}

.public-DraftStyleDefault-listRTL {
  direction: rtl;
}

.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}

.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}

.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}

.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}


/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Select-control .Select-input:focus {
  outline: none;
}

.is-searchable.is-open > .Select-control {
  cursor: text;
}

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}

.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}

.is-focused .Select-input > input {
  cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

.Select-clear-zone:hover {
  color: #D0021B;
}

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.Select--multi .Select-clear-zone {
  width: 17px;
}

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}

.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.rc-time-picker {
  display: inline-block;
  box-sizing: border-box;
}

.rc-time-picker * {
  box-sizing: border-box;
}

.rc-time-picker-input {
  width: 100%;
  position: relative;
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed;
}

.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}

.rc-time-picker-panel * {
  box-sizing: border-box;
}

.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}

.rc-time-picker-panel-input {
  margin: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}

.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}

.rc-time-picker-panel-input-invalid {
  border-color: red;
}

.rc-time-picker-panel-clear-btn {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 6px;
  margin: 0;
}

.rc-time-picker-panel-clear-btn:after {
  content: "x";
  font-size: 12px;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
}

.rc-time-picker-panel-clear-btn:hover:after {
  color: #666;
}

.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative;
}

.rc-time-picker-panel-select-active {
  overflow-y: auto;
}

.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}

.rc-time-picker-panel-select:last-child {
  border-right: 0;
}

.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}

.rc-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  user-select: none;
}

.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}

li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}

li.rc-time-picker-panel-select-option-disabled {
  color: #ccc;
}

li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}

.products .product-list .product-entry.product-not-selected .product-desc,
.products .product-list .product-entry.product-not-selected .product-icon, .products .product-list .product-entry.product-selected .product-name,
.products .product-list .product-entry.product-selected .product-desc,
.products .product-list .product-entry.product-selected .product-icon, .products .product-list .product-entry:not(.product-selected) .product-name-alt,
.products .product-list .product-entry:not(.product-selected) .product-children {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  margin: -1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.footer:after, .grid:after {
  content: "";
  display: table;
  clear: both;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea {
  -webkit-appearance: none;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: #034072;
  font-size: 14px;
  line-height: 42px;
  outline: 0;
  padding: 0 16px;
  width: 100%;
}

.textarea-esg-user-select div input {
  -webkit-appearance: none;
  background-color: white;
  border-radius: 4px;
  border: none !important;
  color: #034072;
  font-size: 14px;
  line-height: 42px;
  outline: 0;
  padding: 0 16px;
  width: 100%;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #999999;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  color: white !important;
  background-color: white !important;
}

textarea {
  padding: 10px 12px;
  line-height: 1.5;
  min-height: 118px;
}

.form-group-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.form-group {
  margin: 15px 0;
  width: calc(50% - 10px);
}
.form-group.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.form-group.form-group-wide {
  width: 100%;
}
.form-group.form-group-auto {
  width: auto;
}
.form-group.has-multiple-options .form-options {
  display: flex;
  flex-flow: row wrap;
}
.form-group.has-multiple-options .form-option {
  margin: 0 30px 5px 0;
  display: flex;
  align-items: baseline;
}
.form-group.has-single-option {
  display: flex;
  align-items: baseline;
}
.form-group.has-single-option .form-label {
  width: auto;
  margin-right: 15px;
}
.form-group .form-field-error-wrapper {
  font-size: 14px;
  color: #b10000;
}
.form-group .form-field-error-wrapper ul {
  padding-left: 20px;
  margin: 5px 0 0 0;
  list-style: none;
  padding: 0px 4px;
}
.form-group .form-options input {
  min-height: 0;
  margin: 0;
}
.form-group .form-options .form-type-radio {
  min-width: 14px;
}
.form-group .form-field-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.form-group .form-field-wrapper .form-field {
  flex: 1;
}
.form-group .form-field-wrapper .form-field input:-webkit-autofill,
.form-group .form-field-wrapper .form-field input:-webkit-autofill:hover,
.form-group .form-field-wrapper .form-field input:-webkit-autofill:focus textarea:-webkit-autofill,
.form-group .form-field-wrapper .form-field textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.form-group .form-field-wrapper .form-field select:-webkit-autofill,
.form-group .form-field-wrapper .form-field select:-webkit-autofill:hover,
.form-group .form-field-wrapper .form-field select:-webkit-autofill:focus {
  border: inherit;
  -webkit-box-shadow: inherit;
  transition: background-color 50000000s ease-in-out 0s;
}
.form-group .form-field-append,
.form-group .form-field-prepend {
  background-color: #42BABA;
  border-radius: 100px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
  min-width: 45px;
  font-size: 30px;
  font-weight: 100;
}
.form-group .form-field-append {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.form-group.ghost-input .form-field input:-webkit-autofill,
.form-group.ghost-input .form-field input:-webkit-autofill:hover,
.form-group.ghost-input .form-field input:-webkit-autofill:focus textarea:-webkit-autofill,
.form-group.ghost-input .form-field textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.form-group.ghost-input .form-field select:-webkit-autofill,
.form-group.ghost-input .form-field select:-webkit-autofill:hover,
.form-group.ghost-input .form-field select:-webkit-autofill:focus {
  border: 1px solid #cccccc;
  -webkit-text-fill-color: #034072;
  -webkit-box-shadow: inherit;
  transition: background-color 50000000s ease-in-out 0s;
}

.form-description {
  margin-bottom: 30px;
}
.form-description a {
  font-weight: 600;
}

.form-label {
  font-family: "Poppins";
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.form-submit {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .form-submit {
    flex-direction: column;
  }
}
.form-submit .button, .form-submit .form-repeater .repeatable-row-add, .form-repeater .form-submit .repeatable-row-add, .form-submit .content-pagination ul li > a, .content-pagination ul .form-submit li > a {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .form-submit .button, .form-submit .form-repeater .repeatable-row-add, .form-repeater .form-submit .repeatable-row-add, .form-submit .content-pagination ul li > a, .content-pagination ul .form-submit li > a {
    margin: 0 0 20px;
  }
}

.form-actions {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border-top: 1px solid #D9D9D9;
  padding-top: 40px;
  margin-top: 50px;
}
.form-actions > * {
  margin-left: 30px;
}
.form-actions > *:first-child {
  margin-left: 0;
}
.form-actions .tooltip-message {
  width: 100%;
}
.form-actions .button-cancel {
  margin-left: auto;
}

.form-type-datepicker .form-field-prepend,
.form-type-datepicker .form-field-append {
  cursor: pointer;
}

.form {
  /**
  Multi select auto complete
   */
}
.edit-profile-form .form {
  flex-direction: row;
  justify-content: space-between;
}
.form .form-spacing {
  display: block;
  width: 100%;
  margin: 20px;
}
.form .auto-complete .result-items > div {
  border: none;
}
.form .auto-complete div {
  width: 100%;
}
.form .auto-complete div div {
  width: 440px;
  font-size: 14px;
  padding: 10px;
  box-shadow: none !important;
  background: rgb(255, 255, 255);
}
.form .auto-complete input {
  width: 100%;
  padding: 0 16px;
}
.form .auto-complete input:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form .select-input {
  padding: 0;
}
.form .select-input .form-label {
  margin-left: 18px;
}
.form .select-input .Select {
  padding: 0 10px;
}
.form .select-input .Select .Select-control {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form .select-input .Select .Select-control .Select-value {
  margin-top: 2px;
  padding-left: 20px;
}
.form .select-input .Select .Select-control .Select-value-label {
  color: #78797c;
  font-size: 12px;
  text-transform: uppercase;
}
.form .multi-select .css-vj8t7z {
  border-radius: 5px;
  padding: 1px;
}
.form .multi-select .css-15k3avv {
  margin-top: 0;
  right: 30px;
  left: 30px;
  width: auto;
  border-radius: 0 0 4px 4px;
}
.form .multi-select .css-1gl4k7y {
  padding-top: 10px;
}
.form .multi-select .css-11unzgr {
  padding-top: 0;
}
.form .multi-select .css-1g6gooi {
  margin: 0;
  padding: 0;
}
.form .multi-select .css-1hwfws3 {
  padding: 0;
}
.form .multi-select .css-xwjg1b {
  background-color: whitesmoke;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2px;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid hsl(0, 0%, 90%);
  padding: 1px 2px;
}
.form .multi-select .css-2o5izw {
  padding: 1px;
  border: none;
  border-radius: 5px;
  border-color: hsl(0, 0%, 80%) !important;
  outline: none;
}
.form .multi-select .css-2o5izw:hover {
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid hsl(0, 0%, 80%) !important;
  outline: none;
}
.form .multi-select .css-2o5izw:visited {
  box-shadow: none;
  border: 1px solid hsl(0, 0%, 80%) !important;
}
.form .multi-select .css-2o5izw:focus-within {
  box-shadow: none;
  border: 1px solid hsl(0, 0%, 80%) !important;
}
.form .multi-select .css-2o5izw:focus {
  box-shadow: none;
  border: 1px solid hsl(0, 0%, 80%) !important;
}
.form .multi-select .css-2o5izw:active {
  box-shadow: none;
  border: 1px solid hsl(0, 0%, 80%) !important;
}
.form .multi-select .css-1hwfws3 {
  padding-left: 20px;
}
.form .multi-select ::-webkit-scrollbar {
  width: 11px;
  background: #d9d9d9;
}
.form .multi-select ::-webkit-scrollbar-thumb {
  background: #034072;
}

.form .document-search .Select-control {
  border-radius: 22px;
  overflow: visible;
}
.form .document-search .Select-menu::-webkit-scrollbar {
  width: 3px;
}
.form .document-search .Select-multi-value-wrapper {
  padding: 2px 0 0;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 40px;
}
.form .document-search .Select-multi-value-wrapper .Select-value {
  background-color: #f5f5f5;
  border-color: gainsboro;
  border-radius: 4px;
  font-size: 14px;
}
.form .document-search .Select-multi-value-wrapper .Select-value-icon {
  border-color: gainsboro;
}
.form .document-search .Select-multi-value-wrapper .Select-value-label {
  padding: 3px 7px;
}
.form .document-search .Select-arrow-zone {
  position: absolute;
  top: -1px;
  right: -10px;
  bottom: -1px;
  border-radius: 60px;
  min-height: 46px;
  width: 46px;
  border-radius: 60px !important;
}
.form .document-search .Select-arrow-zone:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form .document-search .Select-arrow-zone .Select-arrow {
  color: white;
  width: auto;
}
.form .document-search .Select-arrow-zone .Select-arrow:before {
  display: none;
}
@media screen and (max-width: 1304px) {
  .form .document-search .Select-arrow-zone {
    padding: 7px;
  }
  .form .document-search .Select-arrow-zone:after {
    font-size: 16px;
  }
}

.form-repeater {
  width: 800px;
}

.is-focused:not(.is-open) > .Select-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

/**
Success message
 */
.success-message {
  color: #034072;
  border: 1px solid #034072;
  padding: 15px;
}

.error-message {
  color: #b10000;
  border: 1px solid #b10000;
  padding: 15px;
}

.btn-document {
  margin: 15px 0 0;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  color: #034072;
  transition: all ease-in-out 0.3s;
}
.btn-document:hover {
  background: #ddd;
}

@font-face {
  font-family: "Expand Icons";
  src: url("../fonts/expand-sisense.eot");
  src: url("../fonts/expand-sisense.eot?#iefix") format("embedded-opentype"), url("../fonts/expand-sisense.woff") format("woff"), url("../fonts/expand-sisense.ttf") format("truetype"), url("../fonts/expand-sisense.svg#expand-sisense") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  color: #42BABA;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.3;
  padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1, .h1 {
  font-size: 38px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
}

h3, .h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
}

h4, .h4 {
  font-size: 18px;
  margin: 0 0 5px 0;
}

h5, .h5 {
  font-size: 14px;
  margin: 0 0 5px 0;
}

h6, .h6 {
  font-size: 14px;
  margin: 0 0 5px 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 1em;
}

b, strong {
  font-weight: 700;
}

.react-link {
  cursor: pointer;
  text-decoration: underline;
}

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

.center {
  text-align: center;
}

.text-danger {
  color: #dc3545;
}

a:hover {
  text-decoration: none;
  color: #045ca4;
}

.file-upload .file-name, .button-primary, .search-button, .box-wide .search-wrapper button, .form .document-search .Select-arrow-zone, .button-filter, .button-danger, .admin-area .form .form-repeater .repeatable-row .repeatable-row-remove, .button-danger-tiny, .button-secondary, .button, .form-repeater .repeatable-row-add, .content-pagination ul li > a {
  border: 1px solid #42BABA;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  outline: 0;
  text-decoration: none;
  transition: all 300ms ease;
  background: #42BABA;
  border-radius: 100px;
  font-family: "Poppins";
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  min-width: 200px;
}
.file-upload .file-name:hover, .button-primary:hover, .search-button:hover, .box-wide .search-wrapper button:hover, .form .document-search .Select-arrow-zone:hover, .button-filter:hover, .button-danger:hover, .admin-area .form .form-repeater .repeatable-row .repeatable-row-remove:hover, .button-danger-tiny:hover, .button-secondary:hover, .button:hover, .form-repeater .repeatable-row-add:hover, .content-pagination ul li > a:hover {
  text-decoration: none;
}
.file-upload .file-name::before, .button-primary::before, .search-button::before, .box-wide .search-wrapper button::before, .form .document-search .Select-arrow-zone::before, .button-filter::before, .button-danger::before, .admin-area .form .form-repeater .repeatable-row .repeatable-row-remove::before, .button-danger-tiny::before, .button-secondary::before, .button::before, .form-repeater .repeatable-row-add::before, .content-pagination ul li > a::before {
  margin-right: 6px;
}
.file-upload .disabled.file-name, .disabled.button-primary, .disabled.search-button, .box-wide .search-wrapper button.disabled, .form .document-search .disabled.Select-arrow-zone, .disabled.button-filter, .disabled.button-danger, .admin-area .form .form-repeater .repeatable-row .disabled.repeatable-row-remove, .disabled.button-danger-tiny, .disabled.button-secondary, .disabled.button, .form-repeater .disabled.repeatable-row-add, .content-pagination ul li > a.disabled, .file-upload [disabled].file-name, [disabled].button-primary, [disabled].search-button, .box-wide .search-wrapper button[disabled], .form .document-search [disabled].Select-arrow-zone, [disabled].button-filter, [disabled].button-danger, .admin-area .form .form-repeater .repeatable-row [disabled].repeatable-row-remove, [disabled].button-danger-tiny, [disabled].button-secondary, [disabled].button, .form-repeater [disabled].repeatable-row-add, .content-pagination ul li > a[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.file-upload .file-name:hover, .button-primary:hover, .search-button:hover, .box-wide .search-wrapper button:hover, .form .document-search .Select-arrow-zone:hover, .button-filter:hover, .button-danger:hover, .admin-area .form .form-repeater .repeatable-row .repeatable-row-remove:hover, .button-danger-tiny:hover, .button-secondary:hover, .button:hover, .form-repeater .repeatable-row-add:hover, .content-pagination ul li > a:hover {
  background-color: #359494;
  text-decoration: none;
}

i.before-text {
  margin-right: 6px;
}
i.inbetweem-text {
  margin: 0 6px;
}
i.after-text {
  margin-left: 6px;
}

.button-secondary {
  border: 0px none;
  background-color: #ededed;
  color: #034072;
}
.button-secondary:hover {
  background-color: #d4d4d4;
}

.button-primary, .search-button, .box-wide .search-wrapper button, .form .document-search .Select-arrow-zone, .button-filter, .button-danger, .admin-area .form .form-repeater .repeatable-row .repeatable-row-remove, .button-danger-tiny {
  background-color: #034072;
  color: white;
  font-size: 14px;
  border-radius: 100px;
  height: 45px;
}
.button-primary:hover, .search-button:hover, .box-wide .search-wrapper button:hover, .form .document-search .Select-arrow-zone:hover, .button-filter:hover, .button-danger:hover, .admin-area .form .form-repeater .repeatable-row .repeatable-row-remove:hover, .button-danger-tiny:hover {
  background-color: #023259;
}

.button-danger, .admin-area .form .form-repeater .repeatable-row .repeatable-row-remove, .button-danger-tiny {
  background-color: #e85151;
}
.button-danger:hover, .admin-area .form .form-repeater .repeatable-row .repeatable-row-remove:hover, .button-danger-tiny:hover {
  background-color: #e22424;
}

.button-filter {
  height: 31px;
  min-width: auto;
  font-weight: 500;
  font-size: 12px;
  padding: 0 15px;
  line-height: 31px;
}
.button-filter:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Expand Icons";
  content: "k";
  vertical-align: sub;
}

.button-danger-tiny {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 0;
  font-size: 24px;
  border-radius: 50%;
  font-family: sans-serif;
  height: auto;
}

.button-primary .loader, .search-button .loader, .box-wide .search-wrapper button .loader, .form .document-search .Select-arrow-zone .loader, .button-danger .loader, .admin-area .form .form-repeater .repeatable-row .repeatable-row-remove .loader, .button-filter .loader, .button-danger-tiny .loader,
.button-secondary .loader {
  padding: 0;
}
.button-primary .loader:before, .search-button .loader:before, .box-wide .search-wrapper button .loader:before, .form .document-search .Select-arrow-zone .loader:before, .button-danger .loader:before, .admin-area .form .form-repeater .repeatable-row .repeatable-row-remove .loader:before, .button-filter .loader:before, .button-danger-tiny .loader:before,
.button-secondary .loader:before {
  font-size: 25px;
  top: -5px;
  position: relative;
}

.search-button, .box-wide .search-wrapper button, .form .document-search .Select-arrow-zone {
  border-radius: 50%;
  font-family: sans-serif;
  height: auto;
  min-width: auto;
  padding: 12px;
}
.search-button:after, .box-wide .search-wrapper button:after, .form .document-search .Select-arrow-zone:after {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Expand Icons";
  content: "c";
  font-size: 21px;
  vertical-align: text-bottom;
}

.button-document {
  margin: 15px 0 0;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  border: none;
  border-radius: 20px;
  color: #034072;
  transition: all ease-in-out 0.3s;
  width: 100%;
  box-shadow: none;
}
.button-document:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.button-document:hover {
  background: #EEECE6;
}
.button-document:disabled {
  background: #ddd;
  color: #f5f5f5;
}

.grid {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 1024px) {
  .grid {
    margin: 0 -20px;
  }
}

[class^=grid-],
[class*=" grid-"] {
  padding: 20px;
}

.grid-xs-1 {
  width: calc(100% / ( 12 / 1 ));
}

.offset-xs-1 {
  margin-left: calc(100% / ( 12 / 1 ));
}

.grid-xs-2 {
  width: calc(100% / ( 12 / 2 ));
}

.offset-xs-2 {
  margin-left: calc(100% / ( 12 / 2 ));
}

.grid-xs-3 {
  width: calc(100% / ( 12 / 3 ));
}

.offset-xs-3 {
  margin-left: calc(100% / ( 12 / 3 ));
}

.grid-xs-4 {
  width: calc(100% / ( 12 / 4 ));
}

.offset-xs-4 {
  margin-left: calc(100% / ( 12 / 4 ));
}

.grid-xs-5 {
  width: calc(100% / ( 12 / 5 ));
}

.offset-xs-5 {
  margin-left: calc(100% / ( 12 / 5 ));
}

.grid-xs-6 {
  width: calc(100% / ( 12 / 6 ));
}

.offset-xs-6 {
  margin-left: calc(100% / ( 12 / 6 ));
}

.grid-xs-7 {
  width: calc(100% / ( 12 / 7 ));
}

.offset-xs-7 {
  margin-left: calc(100% / ( 12 / 7 ));
}

.grid-xs-8 {
  width: calc(100% / ( 12 / 8 ));
}

.offset-xs-8 {
  margin-left: calc(100% / ( 12 / 8 ));
}

.grid-xs-9 {
  width: calc(100% / ( 12 / 9 ));
}

.offset-xs-9 {
  margin-left: calc(100% / ( 12 / 9 ));
}

.grid-xs-10 {
  width: calc(100% / ( 12 / 10 ));
}

.offset-xs-10 {
  margin-left: calc(100% / ( 12 / 10 ));
}

.grid-xs-11 {
  width: calc(100% / ( 12 / 11 ));
}

.offset-xs-11 {
  margin-left: calc(100% / ( 12 / 11 ));
}

.grid-xs-12 {
  width: calc(100% / ( 12 / 12 ));
}

.offset-xs-12 {
  margin-left: calc(100% / ( 12 / 12 ));
}

@media screen and (min-width: 768px) {
  .grid-s-1 {
    width: calc(100% / ( 12 / 1 ));
  }
  .offset-s-1 {
    margin-left: calc(100% / ( 12 / 1 ));
  }
  .grid-s-2 {
    width: calc(100% / ( 12 / 2 ));
  }
  .offset-s-2 {
    margin-left: calc(100% / ( 12 / 2 ));
  }
  .grid-s-3 {
    width: calc(100% / ( 12 / 3 ));
  }
  .offset-s-3 {
    margin-left: calc(100% / ( 12 / 3 ));
  }
  .grid-s-4 {
    width: calc(100% / ( 12 / 4 ));
  }
  .offset-s-4 {
    margin-left: calc(100% / ( 12 / 4 ));
  }
  .grid-s-5 {
    width: calc(100% / ( 12 / 5 ));
  }
  .offset-s-5 {
    margin-left: calc(100% / ( 12 / 5 ));
  }
  .grid-s-6 {
    width: calc(100% / ( 12 / 6 ));
  }
  .offset-s-6 {
    margin-left: calc(100% / ( 12 / 6 ));
  }
  .grid-s-7 {
    width: calc(100% / ( 12 / 7 ));
  }
  .offset-s-7 {
    margin-left: calc(100% / ( 12 / 7 ));
  }
  .grid-s-8 {
    width: calc(100% / ( 12 / 8 ));
  }
  .offset-s-8 {
    margin-left: calc(100% / ( 12 / 8 ));
  }
  .grid-s-9 {
    width: calc(100% / ( 12 / 9 ));
  }
  .offset-s-9 {
    margin-left: calc(100% / ( 12 / 9 ));
  }
  .grid-s-10 {
    width: calc(100% / ( 12 / 10 ));
  }
  .offset-s-10 {
    margin-left: calc(100% / ( 12 / 10 ));
  }
  .grid-s-11 {
    width: calc(100% / ( 12 / 11 ));
  }
  .offset-s-11 {
    margin-left: calc(100% / ( 12 / 11 ));
  }
  .grid-s-12 {
    width: calc(100% / ( 12 / 12 ));
  }
  .offset-s-12 {
    margin-left: calc(100% / ( 12 / 12 ));
  }
}
@media screen and (min-width: 1025px) {
  .grid-m-1 {
    width: calc(100% / ( 12 / 1 ));
  }
  .offset-m-1 {
    margin-left: calc(100% / ( 12 / 1 ));
  }
  .grid-m-2 {
    width: calc(100% / ( 12 / 2 ));
  }
  .offset-m-2 {
    margin-left: calc(100% / ( 12 / 2 ));
  }
  .grid-m-3 {
    width: calc(100% / ( 12 / 3 ));
  }
  .offset-m-3 {
    margin-left: calc(100% / ( 12 / 3 ));
  }
  .grid-m-4 {
    width: calc(100% / ( 12 / 4 ));
  }
  .offset-m-4 {
    margin-left: calc(100% / ( 12 / 4 ));
  }
  .grid-m-5 {
    width: calc(100% / ( 12 / 5 ));
  }
  .offset-m-5 {
    margin-left: calc(100% / ( 12 / 5 ));
  }
  .grid-m-6 {
    width: calc(100% / ( 12 / 6 ));
  }
  .offset-m-6 {
    margin-left: calc(100% / ( 12 / 6 ));
  }
  .grid-m-7 {
    width: calc(100% / ( 12 / 7 ));
  }
  .offset-m-7 {
    margin-left: calc(100% / ( 12 / 7 ));
  }
  .grid-m-8 {
    width: calc(100% / ( 12 / 8 ));
  }
  .offset-m-8 {
    margin-left: calc(100% / ( 12 / 8 ));
  }
  .grid-m-9 {
    width: calc(100% / ( 12 / 9 ));
  }
  .offset-m-9 {
    margin-left: calc(100% / ( 12 / 9 ));
  }
  .grid-m-10 {
    width: calc(100% / ( 12 / 10 ));
  }
  .offset-m-10 {
    margin-left: calc(100% / ( 12 / 10 ));
  }
  .grid-m-11 {
    width: calc(100% / ( 12 / 11 ));
  }
  .offset-m-11 {
    margin-left: calc(100% / ( 12 / 11 ));
  }
  .grid-m-12 {
    width: calc(100% / ( 12 / 12 ));
  }
  .offset-m-12 {
    margin-left: calc(100% / ( 12 / 12 ));
  }
}
@media screen and (min-width: 1305px) {
  .grid-md-1 {
    width: calc(100% / ( 12 / 1 ));
  }
  .offset-md-1 {
    margin-left: calc(100% / ( 12 / 1 ));
  }
  .grid-md-2 {
    width: calc(100% / ( 12 / 2 ));
  }
  .offset-md-2 {
    margin-left: calc(100% / ( 12 / 2 ));
  }
  .grid-md-3 {
    width: calc(100% / ( 12 / 3 ));
  }
  .offset-md-3 {
    margin-left: calc(100% / ( 12 / 3 ));
  }
  .grid-md-4 {
    width: calc(100% / ( 12 / 4 ));
  }
  .offset-md-4 {
    margin-left: calc(100% / ( 12 / 4 ));
  }
  .grid-md-5 {
    width: calc(100% / ( 12 / 5 ));
  }
  .offset-md-5 {
    margin-left: calc(100% / ( 12 / 5 ));
  }
  .grid-md-6 {
    width: calc(100% / ( 12 / 6 ));
  }
  .offset-md-6 {
    margin-left: calc(100% / ( 12 / 6 ));
  }
  .grid-md-7 {
    width: calc(100% / ( 12 / 7 ));
  }
  .offset-md-7 {
    margin-left: calc(100% / ( 12 / 7 ));
  }
  .grid-md-8 {
    width: calc(100% / ( 12 / 8 ));
  }
  .offset-md-8 {
    margin-left: calc(100% / ( 12 / 8 ));
  }
  .grid-md-9 {
    width: calc(100% / ( 12 / 9 ));
  }
  .offset-md-9 {
    margin-left: calc(100% / ( 12 / 9 ));
  }
  .grid-md-10 {
    width: calc(100% / ( 12 / 10 ));
  }
  .offset-md-10 {
    margin-left: calc(100% / ( 12 / 10 ));
  }
  .grid-md-11 {
    width: calc(100% / ( 12 / 11 ));
  }
  .offset-md-11 {
    margin-left: calc(100% / ( 12 / 11 ));
  }
  .grid-md-12 {
    width: calc(100% / ( 12 / 12 ));
  }
  .offset-md-12 {
    margin-left: calc(100% / ( 12 / 12 ));
  }
}
@media screen and (min-width: 1480px) {
  .grid-1 {
    width: calc(100% / ( 12 / 1 ));
  }
  .offset-1 {
    margin-left: calc(100% / ( 12 / 1 ));
  }
  .grid-2 {
    width: calc(100% / ( 12 / 2 ));
  }
  .offset-2 {
    margin-left: calc(100% / ( 12 / 2 ));
  }
  .grid-3 {
    width: calc(100% / ( 12 / 3 ));
  }
  .offset-3 {
    margin-left: calc(100% / ( 12 / 3 ));
  }
  .grid-4 {
    width: calc(100% / ( 12 / 4 ));
  }
  .offset-4 {
    margin-left: calc(100% / ( 12 / 4 ));
  }
  .grid-5 {
    width: calc(100% / ( 12 / 5 ));
  }
  .offset-5 {
    margin-left: calc(100% / ( 12 / 5 ));
  }
  .grid-6 {
    width: calc(100% / ( 12 / 6 ));
  }
  .offset-6 {
    margin-left: calc(100% / ( 12 / 6 ));
  }
  .grid-7 {
    width: calc(100% / ( 12 / 7 ));
  }
  .offset-7 {
    margin-left: calc(100% / ( 12 / 7 ));
  }
  .grid-8 {
    width: calc(100% / ( 12 / 8 ));
  }
  .offset-8 {
    margin-left: calc(100% / ( 12 / 8 ));
  }
  .grid-9 {
    width: calc(100% / ( 12 / 9 ));
  }
  .offset-9 {
    margin-left: calc(100% / ( 12 / 9 ));
  }
  .grid-10 {
    width: calc(100% / ( 12 / 10 ));
  }
  .offset-10 {
    margin-left: calc(100% / ( 12 / 10 ));
  }
  .grid-11 {
    width: calc(100% / ( 12 / 11 ));
  }
  .offset-11 {
    margin-left: calc(100% / ( 12 / 11 ));
  }
  .grid-12 {
    width: calc(100% / ( 12 / 12 ));
  }
  .offset-12 {
    margin-left: calc(100% / ( 12 / 12 ));
  }
}
.download-icon {
  max-width: 40px;
}

a[class^=download-]:hover {
  color: #034072;
}

.access img {
  margin-left: 35px;
}
.access a {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  width: 45%;
  margin-top: 5px;
  padding-left: 35px;
}

.table {
  width: 100%;
}

.table-view {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
}
.table-view .table-display {
  width: calc(50% - 30px);
}
.table-view .table-display .table {
  padding-bottom: 20px;
}

.meta-view {
  max-width: 800px;
  padding-top: 20px;
}
.meta-view .meta {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
}
.meta-view .meta .label {
  display: inline;
  font-weight: 600;
  min-width: 150px;
}
.meta-view .meta .value {
  padding-left: 15px;
  font-weight: 400;
  flex: 1;
}

.flow-view {
  max-width: 800px;
  padding: 10px 0;
}

.filters {
  margin-left: 60px;
}
.filters .filter {
  text-transform: uppercase;
  padding: 3px;
  cursor: pointer;
  max-width: 20px;
  font-size: 15px;
  font-weight: 700;
}
.filters .filter:hover {
  color: #034072 !important;
}
.filters .filter.is-active {
  color: #034072 !important;
}

.user-auth-icons {
  padding: 4px 15px !important;
  max-width: 180px !important;
}
.user-auth-icons button {
  padding: 4px 14px;
  margin: 0 10px 0 0;
}
.user-auth-icons > div {
  display: flex;
  justify-content: flex-end;
}

.accordion-item {
  border: 1px solid #cccccc;
  margin-top: 30px;
  padding: 30px;
}
.accordion-item:first-child {
  margin-top: 0;
}
.accept-request .accordion-item {
  border: 0;
  margin-top: 0;
  padding: 0;
}
.accordion-item .accordion-header {
  cursor: pointer;
  align-items: center;
  display: flex;
  font-size: 24px;
}
.accordion-item .accordion-header::before {
  color: #034072;
  margin-right: 20px;
}
.accordion-item .accordion-header:hover {
  color: #034072;
}
.accordion-item .accordion-header .notification {
  display: inline-block;
  background-color: #038bbf;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 10px 3px;
  margin-left: 10px;
}
.accordion-item .accordion-body {
  margin-top: 20px;
}

.alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0px;
  margin-bottom: 0;
  background-color: #034072;
  color: #fff;
  z-index: 999;
}
.alert ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
}
.alert.alert-success {
  background-color: rgba(0, 128, 0, 0.5);
}
.alert.alert-error {
  background-color: rgba(255, 0, 0, 0.5);
}
.alert.alert-notice, .alert.alert-warning {
  background-color: #034072;
}
.alert .close {
  border: 0;
  background-color: transparent;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  min-width: 50px;
}
.alert .close i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-filter {
  display: flex;
  flex-flow: row;
  margin: 0 -10px 20px;
}
.content-filter .form-group {
  max-width: 220px;
  padding: 0 10px;
  margin: 0;
  display: flex;
  align-items: center;
}
.content-filter .form-group .form-label {
  margin: 0 10px 0 0;
}
.content-filter .form-group .form-field-wrapper {
  flex: 1;
}

.form-type-datepicker .form-field-wrapper {
  width: 200px;
}
.form-type-datepicker .react-datepicker-popper {
  min-width: 245px;
}
.form-type-datepicker .react-datepicker {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
}
.form-type-datepicker .react-datepicker__current-month {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.form-type-datepicker .react-datepicker__navigation {
  top: 15px;
}
.form-type-datepicker .react-datepicker__day--selected,
.form-type-datepicker .react-datepicker__day--in-selecting-range,
.form-type-datepicker .react-datepicker__day--in-range {
  background-color: #034072;
  border-radius: 0;
}
.form-type-datepicker .form-field-append {
  cursor: pointer;
}

.react-datepicker-popper {
  z-index: 10;
}

.dialog-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-wrapper .dialog-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dialog-wrapper .dialog {
  width: 50%;
}
@media screen and (max-width: 519px) {
  .dialog-wrapper .dialog {
    width: 95%;
  }
}
.dialog-wrapper .dialog .dialog-error {
  color: #b10000;
  margin-left: 14px;
  margin-bottom: 30px;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.dialog-wrapper .dialog .dialog-content {
  padding: 15px;
}
.dialog-wrapper .dialog .dialog-content .form {
  flex-direction: row;
}
.dialog-wrapper .dialog .dialog-header {
  border-bottom: none;
  background-color: inherit;
}
.dialog-wrapper .dialog .dialog-header .dialog-title {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 24px;
  color: #6d6e71;
}
.dialog-wrapper .dialog .buttonWrapper {
  width: 50%;
  padding: 10px;
}
.dialog-wrapper .dialog .buttonWrapper.wide {
  width: 100%;
}
.dialog-wrapper .dialog .buttonWrapper [class*=button] {
  margin: 20px 20px 0 0;
}
.dialog-wrapper .dialog .dialog-footer {
  border-top: none;
}
.dialog-wrapper .dialog-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  outline: 0;
  box-shadow: 2 2px 10px 0 rgba(0, 0, 0, 0.4);
}
.dialog-wrapper .dialog-header {
  background-color: #034072;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 24px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.dialog-wrapper .dialog-title {
  font-size: 22px;
  color: #ffffff;
}
.dialog-wrapper .dialog-close-wrapper {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dialog-wrapper .dialog-close-wrapper .dialog-close {
  background: none;
  padding: 5px;
  font-size: 34px;
  border: none;
  line-height: 1;
}
.dialog-wrapper .dialog-body {
  position: relative;
  padding: 0 15px;
}
.dialog-wrapper .dialog-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.dialog-wrapper .dialog-footer .button, .dialog-wrapper .dialog-footer .form-repeater .repeatable-row-add, .form-repeater .dialog-wrapper .dialog-footer .repeatable-row-add, .dialog-wrapper .dialog-footer .content-pagination ul li > a, .content-pagination ul .dialog-wrapper .dialog-footer li > a {
  margin-left: 10px;
}

.file-upload .file-name {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  color: #78797C;
  letter-spacing: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
.file-upload .file-name:hover {
  background-color: transparent;
}
.file-upload .file-name::before {
  margin-right: 10px;
  background-color: #42BABA;
  padding: 10px 15px;
  color: white;
  border-radius: 100px;
  font-size: 20px;
}

.form-type-timepicker .rc-time-picker {
  display: block;
}

.rc-time-picker-panel .rc-time-picker-panel-combobox {
  display: flex;
  justify-content: stretch;
  border: 1px solid #CCC;
}
.rc-time-picker-panel .rc-time-picker-panel-combobox .rc-time-picker-panel-select {
  width: auto;
  flex: 1;
  overflow-x: hidden;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
}
.rc-time-picker-panel .rc-time-picker-panel-input-wrap {
  padding: 0;
  border-bottom: 0;
}
.rc-time-picker-panel .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input {
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 42px;
  outline: 0;
  padding: 0 12px;
}
.rc-time-picker-panel .rc-time-picker-panel-inner {
  top: 3px;
  box-shadow: none;
  border-color: transparent;
}

.form-type-industry-select {
  position: relative;
}
.form-type-industry-select .form-field::before {
  color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px;
}
.form-type-industry-select input {
  -webkit-appearance: none;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: #080808;
  font-size: 14px;
  line-height: 42px;
  outline: 0;
  padding: 0 12px;
  width: 100%;
  cursor: pointer;
}
.form-type-industry-select .select-menu-wrapper {
  position: absolute;
  top: 100%;
  z-index: 100;
  background-color: white;
  width: 100%;
  left: 0;
  margin-top: -1px;
  border: 1px solid #d6d6d6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-type-industry-select .back-button {
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 6px 10px;
  color: #000;
}
.form-type-industry-select .back-button::before {
  margin-right: 5px;
}
.form-type-industry-select .back-button:hover {
  background-color: #EBF5FF;
  color: #333;
}
.form-type-industry-select ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.form-type-industry-select ul li {
  cursor: pointer;
  display: block;
  padding: 6px 10px;
  color: #666666;
}
.form-type-industry-select ul li:hover {
  background-color: #EBF5FF;
  color: #333;
}

.form-type-input {
  position: relative;
}
.form-type-input.is-disabled input {
  background-color: #e6e6e6;
}
.form-type-input .clear-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  padding: 4px;
  cursor: pointer;
}
.form-type-input .clear-input:hover {
  color: orange;
}
.form-type-input .clear-input:after {
  content: "\f12a";
  font-size: 12px;
  line-height: 9px;
  display: block;
}
.form-type-input input, .form-type-input textarea {
  display: block;
  margin: 0;
  outline: 0;
  color: black;
  resize: vertical;
}
.form-type-input textarea {
  max-height: 400px;
}
.form-type-input.form-style-alt input, .form-type-input.form-style-alt textarea {
  background-color: transparent;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
}

.form-type-sortcode-input .form-field {
  display: flex;
  margin: 0 -10px;
}
.form-type-sortcode-input .form-field input {
  margin: 0 10px;
  max-width: 46px;
  text-align: center;
}

.input-main.ghost-input {
  flex-grow: 1;
  padding: 0 10px;
}
.input-main.ghost-input input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  font-size: 14px;
  color: #424242;
  letter-spacing: 0;
}
.input-main.ghost-input input[type=password] {
  font-family: "Titillium Web", sans-serif;
}
.input-main.ghost-input textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  font-size: 14px;
  color: #424242;
  letter-spacing: 0;
}
.input-main.ghost-input .form-label {
  font-family: "Titillium Web", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  text-align: left;
  margin-left: 8px;
  font-weight: 600;
}
.input-main input {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 5px;
  height: 45px;
  color: #034072;
}
.input-main textarea {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 5px;
  height: 45px;
  min-height: 80px;
  color: white;
}

.input-secondary input {
  background-color: rgba(216, 216, 216, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  height: 45px;
  color: black;
}

html .form-type-radio.form-unstyled .form-option.is-selected.form-option-radio label::after {
  height: 10px;
  width: 10px;
  left: 5px;
}

@keyframes spinner {
  0% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(300deg);
  }
}
.loader {
  width: 100%;
  padding: 50px;
  text-align: center;
}
.loader:before {
  content: "\f29c";
  display: inline-block;
  font-family: "Ionicons";
  color: rgba(3, 64, 114, 0.75);
  font-size: 80px;
  line-height: 1;
  animation: spinner 2s infinite;
  animation-timing-function: cubic-bezier(0.3, 0.54, 0.98, 0.91);
}
.loader .loading-text {
  display: none;
}

.map {
  height: 500px;
  width: 100%;
}

.notice {
  background-color: #eee;
  padding: 20px 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 18px;
  position: relative;
}
.notice.notice-warning, .notice.notice-declined {
  background-color: #000;
  color: #fff;
}
.notice.notice-default, .notice.notice-draft, .notice.notice-pending {
  background-color: #034072;
  color: #fff;
}
.notice.notice-shortlisted {
  background-color: #FF9900;
  color: #fff;
}
.notice.notice-success, .notice.notice-accepted {
  background-color: #034072;
  color: #fff;
}
.notice.has-icon {
  padding-left: 100px;
}
.notice::before {
  position: absolute;
  top: 50%;
  left: 30px;
  font-size: 50px;
  transform: translateY(-50%);
}
.notice p {
  margin: 0;
}
.notice :last-child {
  margin-bottom: 0;
}

.page-notice {
  background-color: #034072;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 30px;
  margin: 30px 0;
}
.page-notice.alt {
  background-color: #034072;
}
.page-notice :last-child {
  margin-bottom: 0;
}

.content-pagination {
  text-align: center;
  margin-top: 30px;
  padding: 15px 30px;
}
.content-pagination ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.content-pagination ul li {
  display: inline;
  margin-left: 8px;
}
.content-pagination ul li:first-child {
  margin-left: 0;
}
.content-pagination ul li > a {
  cursor: pointer;
  font-size: 14px;
  min-width: 30px;
  padding: 5px 8px;
  background-color: transparent;
  border: 1px solid #034072;
  color: #034072;
}
.content-pagination ul li > a:hover {
  background-color: #42BABA;
  border: #034072;
  color: #fff;
  border: 1px solid #034072;
}
.content-pagination ul li.disabled > a {
  pointer-events: none;
  opacity: 0.6;
}
.content-pagination ul li.active > a {
  cursor: default;
  color: #FFFFFF;
  background-color: #034072;
}

.form-type-radio.form-unstyled label,
.form-type-checkbox.form-unstyled label {
  padding: 0 10px 0 30px;
  position: relative;
  min-height: 28px;
  width: 100%;
}
.form-type-radio.form-unstyled label:before,
.form-type-checkbox.form-unstyled label:before {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  color: #034072;
  content: "";
  display: inline-block;
  font-size: 16px;
  width: 20px;
  height: 20px;
  left: 0;
  line-height: 16px !important;
  margin-right: 10px;
  padding: 2px 3px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}
.form-type-radio.form-unstyled .form-option-radio label::before,
.form-type-checkbox.form-unstyled .form-option-radio label::before {
  border-radius: 50%;
}
.form-type-radio.form-unstyled .form-option.is-selected.form-option-radio label::after,
.form-type-checkbox.form-unstyled .form-option.is-selected.form-option-radio label::after {
  background-color: #034072;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  left: 6px;
  padding: 2px 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.form-type-radio.no-spacing,
.form-type-checkbox.no-spacing {
  margin: 0 auto;
}
.form-type-radio.no-spacing .form-option-inner,
.form-type-checkbox.no-spacing .form-option-inner {
  padding: 14px;
}
.form-type-radio.form-styled .form-field-wrapper,
.form-type-checkbox.form-styled .form-field-wrapper {
  right: -60%;
}
.form-type-radio.form-styled .form-options,
.form-type-checkbox.form-styled .form-options {
  display: flex;
  margin: -14px;
}
.form-type-radio.form-styled .form-options .form-option,
.form-type-checkbox.form-styled .form-options .form-option {
  margin: 14px;
}
.form-type-radio.form-styled .form-options .form-option:first-child label,
.form-type-checkbox.form-styled .form-options .form-option:first-child label {
  margin-left: 0;
}
.form-type-radio.form-styled .form-options .form-option.is-selected label,
.form-type-checkbox.form-styled .form-options .form-option.is-selected label {
  background-color: #034072;
  color: white;
  padding: 1px 5px;
}
.form-type-radio.form-styled .form-options .form-option.is-selected label:after,
.form-type-checkbox.form-styled .form-options .form-option.is-selected label:after {
  color: white;
  content: "✔";
  font-size: 10px;
}
.form-type-radio.form-styled .form-options .form-option.is-selected i,
.form-type-checkbox.form-styled .form-options .form-option.is-selected i {
  color: white;
}
.form-type-radio.form-styled .option-label,
.form-type-checkbox.form-styled .option-label {
  height: 100%;
}
.form-type-radio.form-styled input,
.form-type-checkbox.form-styled input {
  display: none;
}
.form-type-radio.form-styled label,
.form-type-checkbox.form-styled label {
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #034072;
  background-color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
.form-type-radio.form-styled label .option-label,
.form-type-checkbox.form-styled label .option-label {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.form-type-radio label,
.form-type-checkbox label {
  display: flex;
  align-items: center;
}
.form-type-radio input,
.form-type-checkbox input {
  display: none;
}
.form-type-radio i,
.form-type-checkbox i {
  color: #034072;
  display: block;
  font-size: 40px;
  height: 1em;
  align-self: flex-start;
}
.form-type-radio i::before,
.form-type-checkbox i::before {
  vertical-align: top;
}
.form-type-radio.form-group-list .form-options,
.form-type-checkbox.form-group-list .form-options {
  width: 100%;
}
.form-type-radio.form-group-list .form-option,
.form-type-checkbox.form-group-list .form-option {
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  font-size: 20px;
}
.form-type-radio .form-options-layout-vertical .form-option,
.form-type-checkbox .form-options-layout-vertical .form-option {
  width: 100%;
  margin: 0 0 10px;
}

.form-repeater {
  width: 100%;
  margin: 10px 0;
}
.form-repeater .repeatable-label {
  font-size: 32px;
}
.form-repeater .repeatable-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.form-repeater .repeatable-row .form-group {
  margin: 0 20px 20px 0;
}
.form-repeater .repeatable-row .form-group:last-child {
  margin-right: 0;
}
.form-repeater .repeatable-row-remove {
  cursor: pointer;
  line-height: 1;
  margin-top: 35px;
}
.form-repeater .repeatable-row-remove i {
  font-size: 32px;
}

.form-type-richtext .rdw-editor-toolbar {
  margin-bottom: 0;
}
.form-type-richtext .rdw-editor-main {
  border: 1px solid #F1F1F1;
  border-top: 0;
  padding: 30px 35px;
}

.form-type-select.short {
  width: 120px;
}
.form-type-select .Select.is-disabled .Select-control {
  background-color: #e6e6e6;
}
.form-type-select .Select-placeholder, .form-type-select .Select--single > .Select-control .Select-value {
  padding-left: 20px;
  font-size: 14px;
  padding-right: 12px;
}
.form-type-select .Select-placeholder, .form-type-select .Select-input, .form-type-select .Select-value-label {
  line-height: 44px;
  height: 42px;
}
.form-type-select .Select-control {
  font-size: 16px;
  height: auto;
  z-index: 100;
}
.form-type-select .Select-arrow-zone {
  line-height: 42px;
}
.form-type-select .Select-arrow {
  border: 0;
  color: #999;
  font-size: 14px;
  width: 1em;
}
.form-type-select .is-open > .Select-control .Select-arrow {
  top: 0;
}
.form-type-select .Select-menu-outer {
  z-index: 10;
  right: 30px;
  left: 30px;
  width: auto;
  border-top: 0px;
}

.form-type-icon-select .icon-wrap .icon {
  min-width: 20px;
  margin-right: 20px;
}

.Select--multi .Select-value {
  margin: 8px 0 0 8px;
}
.Select--multi .Select-value {
  background-color: rgba(3, 64, 114, 0.1);
  color: #034072;
}
.Select--multi .Select-value-label {
  line-height: 1.4;
  height: auto;
}

.form-type-slider .slider {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f7f7f7", endColorstr="#f7f7f7",GradientType=0 ); /* IE6-9 */
  border-bottom: 7px solid #034072;
  padding: 0px;
  border-radius: 0;
  box-shadow: none;
  height: 58px;
}
.form-type-slider .handle {
  background: #034072;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  min-width: 125px;
  padding: 10px;
  text-align: center;
  top: 5px;
  width: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.form-type-slider .handle::after {
  content: "";
  border-color: #034072 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 10.5px 0 10.5px;
  height: 0;
  top: 100%;
  width: 0;
  position: absolute;
  margin: -1px auto 0;
  left: 0;
  right: 0;
}
.form-type-slider .bar {
  display: none;
}

.table {
  border: 1px solid #e2e2e2;
}
.table.table-light {
  max-width: 770px;
}
.table.table-light thead th {
  border-right: 0;
}
.table.table-light tbody tr td {
  background-color: #f5f5f5;
  padding: 8px 20px 8px 35px;
}
.table.table-light tbody tr:first-child td {
  padding-top: 20px;
}
.table.table-light tbody tr:last-child td {
  padding-bottom: 40px;
}
.table.table-small th, .table.table-small td {
  font-size: 14px;
  padding: 10px 20px;
}
.table th, .table td {
  padding: 15px 20px 15px 15px;
  max-width: 300px;
  color: #333333;
  font-size: 14px;
}
@media screen and (max-width: 1479px) {
  .table th, .table td {
    padding: 15px 12px;
    padding-left: 12px;
  }
}
.table thead th, .table thead td {
  background-color: #fafafa;
  border: solid #e2e2e2;
  border-width: 0 0 1px 1px;
  font-weight: 600;
}
.table thead th:first-child, .table thead td:first-child {
  border-left: 0px none;
}
@media screen and (max-width: 1479px) {
  .table thead th, .table thead td {
    font-size: 14px;
  }
}
.table thead th.header-is-sortable, .table thead td.header-is-sortable {
  cursor: pointer;
  position: relative;
}
.table thead th.header-is-sortable.sorted-asc:after, .table thead td.header-is-sortable.sorted-asc:after {
  color: white;
}
.table thead th.header-is-sortable.sorted-desc:before, .table thead td.header-is-sortable.sorted-desc:before {
  color: white;
}
.table thead th.header-is-sortable:before, .table thead td.header-is-sortable:before {
  content: "\f10d";
  font-family: "Ionicons";
  color: rgba(255, 255, 255, 0.35);
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  font-size: 12px;
}
.table thead th.header-is-sortable:after, .table thead td.header-is-sortable:after {
  content: "\f104";
  font-family: "Ionicons";
  color: rgba(255, 255, 255, 0.35);
  position: absolute;
  right: 12px;
  top: calc(50% + 4px);
  transform: translateY(-50%);
  font-size: 12px;
}
.table tbody tr:nth-child(odd) th, .table tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.table .member {
  min-width: 180px;
}
.table .actions {
  min-width: 150px;
  text-align: right;
}
.table .actions [class*=button] {
  margin-left: 6px;
}
.table .actions [class*=button]:first-child {
  margin-left: 0;
}
.table + .table-actions {
  margin-top: 20px;
}
.table a {
  text-decoration: none;
}

.table-actions.pre {
  float: right;
  margin-bottom: 20px;
  display: flex;
}
.table-actions .search-wrapper {
  margin: 0 20px;
}

div[class^=viz-] {
  width: 12px;
  height: 12px;
  bottom: 0;
  display: block;
  top: auto;
  border-radius: 50%;
}

.flow-ref {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1479px) {
  .flow-ref {
    padding-left: 22px !important;
  }
}

.viz-wrapper {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 1479px) {
  .viz-wrapper {
    left: 6px;
  }
}
.viz-wrapper .tooltip {
  display: block;
}
.viz-wrapper .tooltip .tooltip-message {
  font-size: 12px;
  padding: 5px 8px;
  min-width: 80px;
  white-space: nowrap;
}

.viz-catalog-wrapper .tooltip-message {
  background-color: #034072 !important;
}
.viz-catalog-wrapper .tooltip-message:before {
  border-color: transparent transparent #034072 transparent !important;
}
.viz-catalog-wrapper .tooltip-icon {
  font-size: initial !important;
}

.viz-catalog {
  background-color: #034072;
}

.viz-public-wrapper .tooltip-message {
  background-color: red !important;
}
.viz-public-wrapper .tooltip-message:before {
  border-color: transparent transparent red transparent !important;
}

.viz-public {
  background-color: red;
}

.viz-private-wrapper .tooltip-message {
  background-color: green !important;
}
.viz-private-wrapper .tooltip-message:before {
  border-color: transparent transparent green transparent !important;
}

.viz-private {
  background-color: green;
}

.viz-limited-wrapper .tooltip-message {
  background-color: purple !important;
}
.viz-limited-wrapper .tooltip-message:before {
  border-color: transparent transparent purple transparent !important;
}

.viz-limited {
  background-color: purple;
}

.form-type-timepicker .rc-time-picker {
  display: block;
}

.rc-time-picker-panel .rc-time-picker-panel-combobox {
  display: flex;
  justify-content: stretch;
  border: 1px solid #CCC;
}
.rc-time-picker-panel .rc-time-picker-panel-combobox .rc-time-picker-panel-select {
  width: auto;
  flex: 1;
  overflow-x: hidden;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
}
.rc-time-picker-panel .rc-time-picker-panel-input-wrap {
  padding: 0;
  border-bottom: 0;
}
.rc-time-picker-panel .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input {
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 42px;
  outline: 0;
  padding: 0 12px;
}
.rc-time-picker-panel .rc-time-picker-panel-inner {
  top: 3px;
  box-shadow: none;
  border-color: transparent;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip:hover .tooltip-message {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
  transform: translateX(-50%) translateY(0);
}
.tooltip .tooltip-icon {
  cursor: help;
  font-size: 32px;
}
.tooltip .tooltip-message {
  position: absolute;
  margin-top: 8px;
  left: 50%;
  min-width: 110px;
  background: #034072;
  padding: 8px 8px 6px;
  z-index: 50;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  color: white;
  transform: translateX(-50%) translateY(2px);
  transition: 0.3s ease;
  text-transform: capitalize;
  text-align: center;
}
.tooltip .tooltip-message:before {
  content: "";
  position: absolute;
  top: -6px;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #034072 transparent;
}

.form-type-multi-select {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
.form-type-multi-select .form-label-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form-type-multi-select .form-label {
  width: calc(50% - 15px);
}
.form-type-multi-select .form-field-wrapper {
  display: flex;
  width: 100%;
  color: #034072;
  line-height: 1.3;
}
.form-type-multi-select .form-field-wrapper .separator {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-type-multi-select .form-field-wrapper .option-selected .option.is-locked:after {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Expand Icons";
  content: "\f200";
  color: #034072;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.form-type-multi-select .form-field-wrapper .list-wrapper {
  flex: 1;
  background-color: #FBFBFB;
  border: 1px solid #d6d6d6;
}
.form-type-multi-select .form-field-wrapper .list-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  height: 160px;
  overflow: auto;
}
.form-type-multi-select .form-field-wrapper .list-wrapper ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.form-type-multi-select .form-field-wrapper .list-wrapper ul li .option {
  padding: 5px 7px;
  margin: 0;
  display: block;
  position: relative;
  min-height: 18px;
  cursor: pointer;
  color: #034072;
}
.form-type-multi-select .form-field-wrapper .list-wrapper ul li .option.is-selected {
  display: none;
}
.form-type-multi-select .form-field-wrapper .list-wrapper ul li .option:hover {
  background: #034072;
  color: #fff;
}
.form-type-multi-select .form-field-wrapper .list-wrapper ul li .option:hover:after {
  color: white;
}

table {
  width: 100%;
}
table td, table th {
  padding: 10px 10px 10px 0;
  text-align: left;
}
table th {
  font-weight: 700;
}

.icon-size-12 {
  font-size: 12px !important;
}

.icon-size-14 {
  font-size: 14px !important;
}

.icon-size-18 {
  font-size: 18px !important;
}

.icon-size-20 {
  font-size: 20px !important;
}

.icon-size-24 {
  font-size: 24px !important;
}

.icon-size-28 {
  font-size: 28px !important;
}

.icon-size-38 {
  font-size: 38px !important;
}

.icon.rotate:before {
  transform-origin: center;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-name: rotate;
  animation-iteration-count: infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.box-scroll-categories {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #D9D9D9;
}
.box-scroll-categories .box-scroll-categories-title {
  text-transform: uppercase;
  font-weight: bold;
}
.box-scroll-categories .list-categories {
  flex: 1;
  margin-top: 0;
  margin-left: 10px;
}

.list-categories {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.list-categories li {
  margin-bottom: 5px;
}

.label-category {
  color: #034072;
  border: 1px solid #034072;
  background-color: transparent;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.label-category.is-selected {
  color: white;
  background-color: #034072;
}
.label-category.category-1 {
  background-color: #03522D;
  border-color: #03522D;
  color: white;
}
.label-category.category-2 {
  background-color: #A8B21C;
  border-color: #A8B21C;
  color: white;
}
.label-category.category-3 {
  background-color: #295E7E;
  border-color: #295E7E;
  color: white;
}
.label-category.category-4 {
  background-color: #BF9000;
  border-color: #BF9000;
  color: white;
}
.label-category.category-5 {
  background-color: #670F31;
  border-color: #670F31;
  color: white;
}

.biginfo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  color: #034072;
}
.biginfo-wrapper .biginfo-title {
  margin-bottom: 10px;
}
.biginfo-wrapper .biginfo-subtitle {
  color: #034072;
  margin-top: 30px;
}
.biginfo-wrapper .biginfo-content {
  margin: 20px 0;
  line-height: 24px;
}
.biginfo-wrapper .biginfo-content .biginfo-content-inner {
  height: 380px;
  padding-right: 20px;
  overflow-y: scroll;
}
.biginfo-wrapper .biginfo-actions {
  margin-left: auto;
}
.biginfo-wrapper .biginfo-actions button {
  margin-left: 20px;
}

.carousel,
.carousel-fullscreen {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  user-select: none;
  max-width: 100%;
  color: #707070;
}
.carousel .carousel-counter,
.carousel-fullscreen .carousel-counter {
  font-weight: 600;
}
.carousel .carousel-disclaimer,
.carousel-fullscreen .carousel-disclaimer {
  padding: 5px;
  color: white;
  border-radius: 4px;
  background-color: #42BABA;
  margin-bottom: 10px;
  text-align: center;
}
.carousel .carousel-footer-fullscreen,
.carousel-fullscreen .carousel-footer-fullscreen {
  color: #034072;
  font-weight: 600;
}
.carousel .carousel-footer-fullscreen i,
.carousel-fullscreen .carousel-footer-fullscreen i {
  margin-right: 6px;
}
.carousel .carousel-footer-fullscreen i:before,
.carousel-fullscreen .carousel-footer-fullscreen i:before {
  vertical-align: middle;
}
.carousel button:focus,
.carousel-fullscreen button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 519px) {
  .carousel,
  .carousel-fullscreen {
    margin-top: 20px;
  }
}
.carousel .carousel-images-wrapper,
.carousel-fullscreen .carousel-images-wrapper {
  display: flex;
  flex: 1;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: opacity 1s, display 1s ease 1s;
}
.carousel .carousel-images-wrapper section,
.carousel-fullscreen .carousel-images-wrapper section {
  display: flex;
  flex-grow: inherit;
}
.carousel .carousel-images-wrapper .carousel-header,
.carousel-fullscreen .carousel-images-wrapper .carousel-header {
  display: none;
}
.carousel .carousel-images-wrapper .carousel-image,
.carousel-fullscreen .carousel-images-wrapper .carousel-image {
  opacity: 0;
  display: none;
  width: 100%;
}
.carousel .carousel-images-wrapper .carousel-image img,
.carousel-fullscreen .carousel-images-wrapper .carousel-image img {
  width: 100%;
}
.carousel .carousel-images-wrapper .carousel-image-selected,
.carousel-fullscreen .carousel-images-wrapper .carousel-image-selected {
  opacity: 1;
  display: flex;
  align-items: start;
}
.carousel .carousel-footer,
.carousel-fullscreen .carousel-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 700;
  margin-top: 10px;
}
.carousel .carousel-footer button,
.carousel-fullscreen .carousel-footer button {
  border: none;
  color: #034072;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 14px;
}
.carousel .carousel-footer button i,
.carousel-fullscreen .carousel-footer button i {
  margin-right: 5px;
}
.carousel .carousel-button,
.carousel-fullscreen .carousel-button {
  position: absolute;
  background-color: rgba(216, 216, 216, 0.8);
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 32px;
}
.carousel .carousel-button.disabled,
.carousel-fullscreen .carousel-button.disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}
.carousel .carousel-button.disabled i,
.carousel-fullscreen .carousel-button.disabled i {
  opacity: 0.4;
}
.carousel .carousel-button.disabled:hover,
.carousel-fullscreen .carousel-button.disabled:hover {
  background-color: rgba(216, 216, 216, 0.8);
  cursor: default;
}
.carousel .carousel-button:hover,
.carousel-fullscreen .carousel-button:hover {
  background-color: rgba(216, 216, 216, 0.9);
}
.carousel .carousel-button img,
.carousel-fullscreen .carousel-button img {
  width: 12px;
}
.carousel .carousel-button.carousel-buttons-prev,
.carousel-fullscreen .carousel-button.carousel-buttons-prev {
  left: 0;
}
.carousel .carousel-button.carousel-buttons-prev .arrow-container-left,
.carousel-fullscreen .carousel-button.carousel-buttons-prev .arrow-container-left {
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  transform: translateY(-50%);
}
.carousel .carousel-button.carousel-buttons-next,
.carousel-fullscreen .carousel-button.carousel-buttons-next {
  right: 0;
}
.carousel .carousel-button .arrow-container-right,
.carousel-fullscreen .carousel-button .arrow-container-right {
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  transform: translateY(-50%);
  margin-left: 5px;
}
.carousel .carousel-button .carousel-arrows,
.carousel-fullscreen .carousel-button .carousel-arrows {
  cursor: pointer;
  transition: all 300ms;
  top: 50%;
  position: relative;
}
.carousel .carousel-button .carousel-arrows-left:active,
.carousel-fullscreen .carousel-button .carousel-arrows-left:active {
  transform: translateX(-4px);
}
.carousel .carousel-button .carousel-arrows-right:active,
.carousel-fullscreen .carousel-button .carousel-arrows-right:active {
  transform: translateX(4px);
}

.carousel-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  z-index: 100000;
}
.carousel-fullscreen .icon-size-38 {
  font-size: 50px !important;
}
.carousel-fullscreen .carousel-header {
  display: none;
}
.carousel-fullscreen .carousel-header.selected {
  display: flex;
  padding: 10px 0;
  color: #EEECE6;
  font-weight: bold;
  justify-content: space-between;
}
.carousel-fullscreen .carousel-header.remove {
  color: #42BABA;
}
.carousel-fullscreen .carousel-header.remove .text-white {
  color: #EEECE6;
}
.carousel-fullscreen .carousel-header button {
  background: transparent;
  border: none;
}
.carousel-fullscreen .carousel-button {
  top: 40px;
}
.carousel-fullscreen .carousel-button .arrow-container-right {
  margin-left: 2px;
}
.carousel-fullscreen .fullscreen-body {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-fullscreen .fullscreen-body .carousel-images-wrapper .carousel-image {
  display: none;
}
.carousel-fullscreen .fullscreen-body .carousel-images-wrapper .carousel-image.carousel-image-selected {
  display: flex;
}
.carousel-fullscreen .fullscreen-body .carousel-images-wrapper section {
  display: flex;
  flex-flow: row wrap;
}
.carousel-fullscreen .fullscreen-body .carousel-images-wrapper .carousel-header {
  width: 100%;
  height: 40px;
}
.carousel-fullscreen .carousel-footer {
  position: relative;
}
.carousel-fullscreen .carousel-footer .carousel-counter {
  position: absolute;
  top: -40px;
  right: 10px;
  color: #034072;
}

.footer {
  width: 100%;
  background-color: #034072;
  margin-top: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.chat {
  position: absolute;
  height: 40px;
  bottom: 100%;
  right: 20px;
}
.chat .chat-button {
  color: white;
  background-color: #42BABA;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 220px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}
.chat .chat-button .ion-bug {
  font-size: 18px;
  margin-right: 10px;
}

.footer-bottom {
  margin-top: auto;
  color: #fff;
  min-height: 80px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1304px) {
  .footer-bottom {
    min-height: 40px;
  }
}
@media screen and (max-width: 519px) {
  .footer-bottom {
    flex-direction: column;
  }
}
.footer-bottom .footer-links {
  margin: 0 5% 0 0;
}
@media screen and (max-width: 1024px) {
  .footer-bottom .footer-links {
    margin: 0;
  }
}
.footer-bottom .footer-links .footer-menu {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer-bottom .footer-links .footer-menu {
    margin-top: 0;
  }
}
@media screen and (max-width: 519px) {
  .footer-bottom .footer-links .footer-menu {
    justify-content: center;
  }
}
.footer-bottom .footer-links .footer-menu li:not(:first-child)::before {
  content: "|";
}
@media screen and (max-width: 519px) {
  .footer-bottom .footer-links .footer-menu li:last-child::before {
    content: "";
  }
}
.footer-bottom .footer-links .footer-menu li a {
  margin: 0 20px;
  color: #fff;
  cursor: pointer;
  min-width: fit-content;
}
@media screen and (max-width: 1304px) {
  .footer-bottom .footer-links .footer-menu li a {
    font-size: 10px;
  }
}
.footer-bottom .logos-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .footer-bottom .logos-wrapper {
    margin-right: 20px;
  }
}
.footer-bottom .logos-wrapper .logo {
  margin-left: 30px;
  height: 40px;
}
@media screen and (max-width: 1304px) {
  .footer-bottom .logos-wrapper .logo {
    margin-left: 20px;
    height: 20px;
  }
}

.is-noscroll {
  pointer-events: none;
  height: 100%;
  overflow: hidden;
}
.is-noscroll .header,
.is-noscroll .main-nav,
.is-noscroll .top {
  pointer-events: auto;
}

.header {
  min-height: 60px;
  padding: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: 32px;
  padding: 0;
  position: fixed;
  z-index: 1000;
  display: flex;
  transition: top 350ms ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header {
    min-height: 70px;
  }
}
.header.sticky {
  top: 0 !important;
}
.header.sticky .nav-wrapper {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.header.sticky .account-area {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.header .nav-wrapper {
  width: 90%;
}
.header .nav-wrapper {
  box-shadow: 0px 4px 4px rgba(215, 215, 215, 0.25);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #42BABA;
  border-radius: 0 60px 60px 0;
  max-width: calc(100% - (100% - 1640px + 80px) / 2);
  transition: box-shadow 0.3s, transform 0.4s;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1639px) {
  .header .nav-wrapper {
    max-width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1024px) {
  .header .nav-wrapper {
    max-width: calc(100% - 55px);
  }
}
.header .nav-wrapper .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-radius: 0 50px 50px 0;
  max-width: 1640px;
  padding: 0 40px;
  width: 100%;
  margin-left: calc((100vw - 1640px) / 2);
}
@media screen and (max-width: 1639px) {
  .header .nav-wrapper .header-inner {
    margin-left: 0;
  }
}
.header .nav-wrapper .header-inner .header-logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .nav-wrapper .header-inner .header-logo img {
    width: 130px;
  }
}
.header .nav-wrapper .header-inner .header-logo .secondary {
  margin-left: 30px;
}
@media screen and (max-width: 1479px) {
  .header .nav-wrapper .header-inner .header-logo .secondary {
    display: none;
  }
}
.header .nav-wrapper .header-inner .header-logo.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .nav-wrapper .header-inner .header-logo.mobile {
    display: block;
  }
  .header .nav-wrapper .header-inner .header-logo.mobile a img {
    width: 150px;
    margin-right: auto;
    padding-left: 25px;
  }
}
.header .account-area {
  background: rgba(164, 224, 224, 0.51);
  box-shadow: 0px 4px 4px rgba(215, 215, 215, 0.25);
  border: 1px solid #42BABA;
  display: flex;
  align-items: center;
  width: 10%;
  padding-left: 45px;
  flex: 1;
  margin-left: -40px;
  justify-content: flex-start;
  transition: box-shadow 0.3s, transform 0.4s;
  border-radius: 60px 0px 0px 60px;
  min-width: 340px;
}
@media screen and (max-width: 1479px) {
  .header .account-area {
    min-width: 270px;
  }
}
@media screen and (max-width: 1024px) {
  .header .account-area {
    margin-left: -20px;
    min-width: 0;
  }
}
.header .account-area .menu-item {
  font-weight: 600;
}
.header .account-area.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .account-area.mobile {
    display: flex;
    justify-content: center;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .header .account-area.mobile .menu {
    padding-top: 0;
  }
  .header .account-area.mobile .menu .menu-item {
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
  .header .account-area.mobile .menu .menu-item:before {
    display: none;
  }
}
.header .account-area.hide-on-mobile {
  position: relative;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .header .account-area.hide-on-mobile {
    padding: 35px 0;
  }
}
@media screen and (max-width: 1024px) {
  .header .account-area.hide-on-mobile .menu-wrapper {
    display: none !important;
  }
}
.header img {
  display: block;
}
.header .top-bar {
  background-color: #444;
  padding: 10px 0;
  color: #fff;
}
.header .top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .top-bar .top-bar-inner .social-icons {
  margin-left: auto;
}
.header .top-bar .top-bar-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
.header .top-bar .top-bar-inner ul li {
  margin: 0 10px;
}

nav ul,
.menu {
  list-style: none;
  padding: 0;
}

.main-nav, .hide-on-mobile {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .main-nav, .hide-on-mobile {
    -webkit-overflow-scrolling: touch;
    background: #227082;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 60px 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 350ms ease, visibility 350ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 100;
  }
  .is-open-menu .main-nav, .is-open-menu .hide-on-mobile {
    opacity: 1;
    visibility: visible;
  }
  .main-nav.is-active, .hide-on-mobile.is-active {
    height: 100%;
  }
}
.main-nav .menu, .hide-on-mobile .menu {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  padding: 0;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .main-nav .menu, .hide-on-mobile .menu {
    flex-direction: column;
    text-align: center;
    margin: 0;
    justify-content: center;
    padding-top: 35px;
    margin: 0 20px;
  }
}
.main-nav .menu .menu-item, .hide-on-mobile .menu .menu-item {
  margin: 12px 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-nav .menu .menu-item:before, .hide-on-mobile .menu .menu-item:before {
    display: block;
    content: "";
    border: 1px solid #42BABA;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1479px) {
  .main-nav .menu .menu-item, .hide-on-mobile .menu .menu-item {
    margin: 15px 25px;
  }
}
@media screen and (max-width: 1304px) {
  .main-nav .menu .menu-item, .hide-on-mobile .menu .menu-item {
    margin: 10px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav .menu .menu-item, .hide-on-mobile .menu .menu-item {
    margin: 30px 0;
  }
}
.main-nav .menu .menu-item a, .hide-on-mobile .menu .menu-item a {
  font-size: 14px;
  font-weight: 500;
  color: #034072;
  position: relative;
  font-family: "Poppins";
}
@media screen and (max-width: 1024px) {
  .main-nav .menu .menu-item a, .hide-on-mobile .menu .menu-item a {
    color: #fff;
    font-size: 18px !important;
  }
}
.main-nav .menu .menu-item:hover, .hide-on-mobile .menu .menu-item:hover {
  color: #034072;
}
.main-nav .menu .menu-item.current-menu-item > a, .main-nav .menu .menu-item.current_page_ancestor > a, .main-nav .menu .menu-item.current_page_parent > a, .hide-on-mobile .menu .menu-item.current-menu-item > a, .hide-on-mobile .menu .menu-item.current_page_ancestor > a, .hide-on-mobile .menu .menu-item.current_page_parent > a {
  color: #034072;
}
.main-nav .menu .menu-item-has-children, .hide-on-mobile .menu .menu-item-has-children {
  position: relative;
}
.main-nav .menu .menu-item-has-children > a, .hide-on-mobile .menu .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.main-nav .menu .menu-item-has-children > a:before, .hide-on-mobile .menu .menu-item-has-children > a:before {
  content: "∟";
  position: absolute;
  right: -10px;
  top: 35%;
  transition: transform 0.2s linear;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .main-nav .menu .menu-item-has-children > a:before, .hide-on-mobile .menu .menu-item-has-children > a:before {
    right: -50px;
    top: 50%;
    color: #034072;
    transform: translateY(-50%) rotate(-135deg);
  }
}
.main-nav .menu .menu-item-has-children.open-submenu > a:before, .hide-on-mobile .menu .menu-item-has-children.open-submenu > a:before {
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .main-nav .menu .menu-item-has-children.open-submenu > a:before, .hide-on-mobile .menu .menu-item-has-children.open-submenu > a:before {
    transform: translateY(-50%) rotate(-45deg);
  }
}
.main-nav .product-menu, .hide-on-mobile .product-menu {
  border-right: 1px solid #034072;
  font-family: "Poppins";
}
.main-nav .product-menu > .menu-item, .hide-on-mobile .product-menu > .menu-item {
  margin: 15px 25px;
}
.main-nav .product-menu .product-menu-current-label, .hide-on-mobile .product-menu .product-menu-current-label {
  display: block;
  text-align: right;
  font-size: 12px;
  color: grey;
  font-family: "Titillium Web", sans-serif;
}
.main-nav .product-menu .product-menu-current-title, .hide-on-mobile .product-menu .product-menu-current-title {
  font-weight: 600;
  display: block;
  text-align: right;
}
.main-nav .product-menu .product-menu-current-title:after, .hide-on-mobile .product-menu .product-menu-current-title:after {
  font-family: "Ionicons";
  content: "\f35f";
  font-size: 20px;
  color: #b7b7b7;
  padding-left: 10px;
  vertical-align: middle;
}
.main-nav .sub-menu, .hide-on-mobile .sub-menu {
  list-style-type: none;
}
@media screen and (min-width: 1025px) {
  .main-nav .sub-menu, .hide-on-mobile .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 280px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 10px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    top: calc(100% + 10px);
    transition: opacity 350ms ease, visibility 350ms ease;
    z-index: 20;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav .sub-menu, .hide-on-mobile .sub-menu {
    display: none;
  }
}
.main-nav .sub-menu > .menu-item, .hide-on-mobile .sub-menu > .menu-item {
  margin: 0;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-nav .sub-menu > .menu-item, .hide-on-mobile .sub-menu > .menu-item {
    padding: 15px 0 0 0;
  }
}
.main-nav .sub-menu > .menu-item:before, .hide-on-mobile .sub-menu > .menu-item:before {
  content: "";
  border: 1px solid #EEECE6;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .main-nav .sub-menu > .menu-item:before, .hide-on-mobile .sub-menu > .menu-item:before {
    display: none;
  }
}
.main-nav .sub-menu > .menu-item:first-of-type, .hide-on-mobile .sub-menu > .menu-item:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .main-nav .sub-menu > .menu-item:first-of-type, .hide-on-mobile .sub-menu > .menu-item:first-of-type {
    padding: 15px 0 0 0;
  }
}
.main-nav .sub-menu > .menu-item:last-of-type, .hide-on-mobile .sub-menu > .menu-item:last-of-type {
  padding-bottom: 0;
}
.main-nav .sub-menu > .menu-item:last-of-type:before, .hide-on-mobile .sub-menu > .menu-item:last-of-type:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .main-nav .sub-menu > .menu-item:last-of-type, .hide-on-mobile .sub-menu > .menu-item:last-of-type {
    padding: 15px 0 0 0;
  }
}
.main-nav .sub-menu > .menu-item a, .hide-on-mobile .sub-menu > .menu-item a {
  font-size: 12px;
  transition: all 350ms ease-in-out;
}
.main-nav .sub-menu > .menu-item a:hover, .hide-on-mobile .sub-menu > .menu-item a:hover {
  color: #034072;
}
.main-nav .open-submenu > .sub-menu, .hide-on-mobile .open-submenu > .sub-menu {
  list-style-type: none;
}
@media screen and (min-width: 1025px) {
  .main-nav .open-submenu > .sub-menu, .hide-on-mobile .open-submenu > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav .open-submenu > .sub-menu, .hide-on-mobile .open-submenu > .sub-menu {
    display: block;
  }
}

.login-page-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.login-page-wrap .logo-wrapper {
  align-self: flex-start;
  flex: 1;
  width: 100%;
  margin-top: 20px;
}
.login-page-wrap .logo-wrapper .logo {
  max-width: 200px;
}
.login-page-wrap .logo-wrapper .secondary {
  margin-left: 30px;
}
.login-page-wrap .login-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.login-page-wrap .login-wrapper .warning-text {
  margin-top: 20px;
  color: #b10000;
}
.login-page-wrap .page-content {
  flex: 1;
  align-self: center;
}
.login-page-wrap .page-content .page-content-inner {
  box-shadow: 0px 4px 4px rgba(215, 215, 215, 0.25);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #42BABA;
  border-radius: 5px;
  padding: 50px;
  width: 460px;
  max-width: 100%;
}
.login-page-wrap .page-content .page-header {
  padding-top: 0;
}
.login-page-wrap .page-content .form-submit {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.login-page-wrap .page-content .form-submit.no-border {
  border-bottom: 0px none;
  padding-bottom: 20px;
}
.login-page-wrap .page-content .form-submit .form-submit-link {
  font-size: 12px;
  margin-top: 10px;
}
.login-page-wrap .page-content .action-forgotten-password {
  margin: 0 auto;
  text-align: center;
}

.loginfactors ul {
  margin-top: 80px;
}
.loginfactors ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.loginfactors ul li .loginfactors-action {
  margin-left: auto;
}

.box-wide, .box {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 40px;
  background-color: white;
}
@media screen and (max-width: 1304px) {
  .box-wide, .box {
    margin-top: 20px;
    padding: 20px;
  }
}

.box .box-inner {
  margin: 10px 50px;
}

.box-wide {
  display: flex;
  flex-direction: column;
}
.box-wide .search-wrapper {
  width: 460px;
  position: relative;
}
.box-wide .search-wrapper .form-group {
  margin: 0;
}
.box-wide .search-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
}
.box-wide .box-content-wrapper {
  display: flex;
  margin-top: 40px;
  align-items: start;
}
.box-wide .box-content-wrapper .carousel {
  flex: 1;
}
.box-wide .box-scroll {
  width: 460px;
  overflow-y: scroll;
  margin-right: 20px;
  min-height: 40vh;
}
.box-wide .box-scroll .box-scroll-inner {
  margin-right: 20px;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item {
  padding: 20px 10px;
  width: 100%;
  min-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item.scroll-item-selected {
  background-color: #42BABA;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item.scroll-item-selected * {
  color: white !important;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left {
  display: flex;
  cursor: pointer;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left .scroll-item-pdf-icon {
  width: 20px;
  height: 24px;
  margin-right: 10px;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left .scroll-item-details-wrapper {
  padding-right: 15px;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left .scroll-item-details-wrapper .scroll-item-title {
  font-size: 16px;
  max-width: 300px;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left .scroll-item-details-wrapper .scroll-item-date {
  font-size: 10px;
  margin-top: 5px;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left .scroll-item-details-wrapper .scroll-item-description {
  margin-top: 10px;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-download {
  display: flex;
  flex-direction: row;
  color: #034072;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-download:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Expand Icons";
  content: "h";
  margin-right: 10px;
  font-size: 15px;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-download:hover {
  text-decoration: none;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-download .scroll-item-download-icon {
  width: 13px;
  height: 15px;
  margin-right: 5px;
}
.box-wide.shrink {
  margin-right: 150px;
}
@media screen and (max-width: 519px) {
  .box-wide.shrink {
    margin-right: 0;
  }
}
.box-wide.methodologies {
  max-width: 1600px;
  margin: 0 0 40px;
}
.box-wide .search-wrapper {
  width: 460px;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 1304px) {
  .box-wide .search-wrapper {
    width: 320px;
  }
}
.box-wide .search-wrapper .css-10nd86i {
  margin: 0;
}
@media screen and (max-width: 1304px) {
  .box-wide .search-wrapper .css-10nd86i {
    min-height: 30px;
    max-height: 30px;
  }
}
@media screen and (max-width: 1304px) {
  .box-wide .search-wrapper .css-10nd86i .css-vj8t7z {
    min-height: unset;
    max-height: 30px;
  }
  .box-wide .search-wrapper .css-10nd86i .css-vj8t7z input {
    height: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1304px) {
  .box-wide .search-wrapper .css-10nd86i .css-1hwfws3 {
    position: unset;
  }
}
@media screen and (max-width: 1304px) {
  .box-wide .search-wrapper .css-10nd86i .css-1g6gooi {
    display: none;
  }
}
@media screen and (max-width: 1304px) {
  .box-wide .search-wrapper .css-10nd86i .css-d8oujb {
    display: none;
  }
}
.box-wide .search-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
}
@media screen and (max-width: 1304px) {
  .box-wide .search-wrapper button {
    padding: 7px;
  }
  .box-wide .search-wrapper button:after {
    font-size: 16px;
  }
}
.box-wide .box-content-wrapper {
  display: flex;
  margin: 40px 0;
}
@media screen and (max-width: 519px) {
  .box-wide .box-content-wrapper {
    flex-direction: column;
  }
}
.box-wide .box-content-wrapper .carousel {
  flex: 1;
}
.box-wide .box-scroll {
  width: 460px;
  overflow-y: scroll;
  margin-right: 20px;
  max-width: 100%;
}
@media screen and (max-width: 1304px) {
  .box-wide .box-scroll {
    max-width: 290px;
  }
}
@media screen and (max-width: 519px) {
  .box-wide .box-scroll {
    max-width: 100%;
  }
}
.box-wide .box-scroll .box-scroll-inner {
  margin-right: 20px;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item {
  padding: 20px 10px;
  width: 100%;
  min-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item.scroll-item-selected {
  background-color: #42BABA;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item.scroll-item-selected * {
  color: white !important;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .list-categories {
  flex: 1 0 100%;
  margin: 0 0 10px;
  font-size: 12px;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left {
  display: flex;
  cursor: pointer;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left .scroll-item-pdf-icon {
  width: 20px;
  height: 24px;
  margin-right: 10px;
}
@media screen and (max-width: 1304px) {
  .box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left .scroll-item-pdf-icon {
    width: 16px;
    height: 20px;
  }
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left .scroll-item-details-wrapper {
  padding-right: 15px;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left .scroll-item-details-wrapper .scroll-item-title {
  font-size: 16px;
  max-width: 300px;
}
@media screen and (max-width: 1304px) {
  .box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left .scroll-item-details-wrapper .scroll-item-title {
    font-size: 13px;
  }
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-left .scroll-item-details-wrapper .scroll-item-date {
  font-size: 10px;
  margin-top: 5px;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-download {
  display: flex;
  flex-direction: row;
  color: #034072;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 1304px) {
  .box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-download {
    font-size: 0px;
  }
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-download:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Expand Icons";
  content: "h";
  margin-right: 10px;
  font-size: 15px;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-download:hover {
  text-decoration: none;
}
.box-wide .box-scroll .box-scroll-inner .scroll-item .scroll-item-download .scroll-item-download-icon {
  width: 13px;
  height: 15px;
  margin-right: 5px;
}

.document {
  position: fixed;
  right: 0;
  width: 140px;
  background: #034072;
  color: #fff;
  padding: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.3);
  max-height: 600px;
  overflow-y: auto;
}
@media screen and (max-width: 519px) {
  .document {
    position: inherit;
    width: 100%;
    border-radius: 10px;
    margin-top: 40px;
  }
}
.document .document-wrapper {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.document h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.document p {
  font-size: 12px;
}
.document .document-body .placeholder-image {
  width: 100%;
  height: 68px;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
}
.document .document-body .placeholder-image .document-close {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: 2px;
  color: #fff;
  font-weight: bold;
  display: none;
  cursor: pointer;
}
.document .document-body .placeholder-image:hover .document-close {
  display: block;
}
.document .document-body .document-items .document-item {
  width: 100%;
  height: 68px;
  background: #fff;
  margin-bottom: 10px;
}
.document .document-body .add-newItem {
  position: relative;
  width: 100%;
  height: 68px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px #fff dashed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.document .document-body .add-newItem.hovered {
  background: rgba(255, 255, 255, 0.8);
}
.document .document-body .add-newItem:after {
  content: "+";
  font-size: 40px;
  font-weight: normal;
  color: #fff;
}

.products-wrapper .page-title {
  margin: 80px 0 10px;
}

.products {
  margin-top: 40px;
}
.products .product-list {
  height: 500px;
  display: flex;
  list-style: none;
  padding: 0;
  background-image: url("/images/background-texture.png");
  background-position: bottom;
}
@media screen and (max-width: 1304px) {
  .products .product-list {
    flex-direction: column;
    height: auto;
  }
}
.products .product-list li {
  display: flex;
}
.products .product-list .product-entry {
  flex: 1 0 118px;
  border: solid white 1px;
  color: white;
  width: 100px;
  flex-grow: 1;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1304px) {
  .products .product-list .product-entry {
    width: 100%;
  }
}
.products .product-list .product-entry.none-selected {
  cursor: pointer;
}
.products .product-list .product-entry .product-entry-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Titillium Web", sans-serif;
  padding: 60px 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1304px) {
  .products .product-list .product-entry .product-entry-inner {
    padding: 40px 20px;
  }
}
.products .product-list .product-entry .product-entry-inner .product-desc {
  margin: 40px 30px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
  opacity: 1;
  transition: opacity 600ms ease;
  transition-delay: 400ms;
}
.products .product-list .product-entry .product-entry-inner .product-icon {
  font-size: 130px;
  opacity: 1;
  transition: opacity 600ms ease;
  transition-delay: 400ms;
}
.products .product-list .product-entry .product-entry-inner .product-name {
  font-size: 24px;
  color: #FFFFFF;
  transition: transform 10ms ease;
  transition-delay: 400ms;
  animation: animateTitleIn 1s 1 0s linear;
  animation-direction: alternate;
}
@media screen and (max-width: 1024px) {
  .products .product-list .product-entry .product-entry-inner .product-name {
    font-size: 30px;
  }
}
.products .product-list .product-entry .product-entry-inner .product-name-alt {
  font-size: 42px;
  color: #FFFFFF;
  transition: opacity 600ms ease;
  transition-delay: 400ms;
}
@media screen and (max-width: 1024px) {
  .products .product-list .product-entry .product-entry-inner .product-name-alt {
    font-size: 35px;
  }
}
.products .product-list .product-entry:not(.product-selected) .product-entry-inner {
  background-image: none !important;
}
.products .product-list .product-entry:not(.product-selected) .product-name-alt,
.products .product-list .product-entry:not(.product-selected) .product-children {
  opacity: 0;
  transition: none;
}
.products .product-list .product-entry.product-selected {
  background-color: rgba(66, 66, 66, 0.7);
  font-size: 42px;
}
.products .product-list .product-entry.product-selected * {
  color: #F4F4F4 !important;
}
.products .product-list .product-entry.product-selected .product-entry-inner {
  width: 100%;
}
.products .product-list .product-entry.product-selected .product-name,
.products .product-list .product-entry.product-selected .product-desc,
.products .product-list .product-entry.product-selected .product-icon {
  opacity: 0;
  transition: none;
}
.products .product-list .product-entry.product-selected .product-children {
  width: 100%;
  justify-content: space-around;
  margin-top: 60px;
  display: flex;
  opacity: 1;
  transition: opacity 800ms ease;
  transition-delay: 300ms;
}
@media screen and (max-width: 1304px) {
  .products .product-list .product-entry.product-selected .product-children {
    margin-top: 30px;
    padding: 0;
    flex-direction: column;
  }
}
.products .product-list .product-entry.product-selected .product-children.count-2 .product-child {
  flex-basis: 50%;
}
.products .product-list .product-entry.product-selected .product-children.count-3 .product-child {
  flex-basis: 33.333%;
}
.products .product-list .product-entry.product-selected .product-children .product-child {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.products .product-list .product-entry.product-selected .product-children .product-child .child-title {
  font-family: "Poppins";
  font-size: 30px;
}
.products .product-list .product-entry.product-selected .product-children .product-child .child-desc {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  max-width: 80%;
  display: block;
  margin-bottom: 50px;
}
.products .product-list .product-entry.product-selected .product-children .product-child .button, .products .product-list .product-entry.product-selected .product-children .product-child .content-pagination ul li > a, .content-pagination ul .products .product-list .product-entry.product-selected .product-children .product-child li > a, .products .product-list .product-entry.product-selected .product-children .product-child .form-repeater .repeatable-row-add, .form-repeater .products .product-list .product-entry.product-selected .product-children .product-child .repeatable-row-add {
  display: inline-block;
  width: auto;
}
.products .product-list .product-entry.product-selected .product-children .product-child .product-child-button {
  margin-top: auto;
}
.products .product-list .product-entry.product-not-selected {
  padding: 0;
  cursor: pointer;
  flex-grow: 0;
  flex-basis: 100px;
  width: 100px;
}
@media screen and (max-width: 1304px) {
  .products .product-list .product-entry.product-not-selected {
    width: 100%;
  }
}
.products .product-list .product-entry.product-not-selected .product-name {
  animation: animateTitleIn 1s 1 0s linear;
  animation-direction: alternate;
}
.products .product-list .product-entry.product-not-selected .product-desc,
.products .product-list .product-entry.product-not-selected .product-icon {
  opacity: 0;
}
.products .product-list .product-entry.product-not-selected.after-selection::before {
  font-family: "Ionicons";
  content: "\f361";
  align-self: center;
  position: absolute;
  left: 10px;
  transition: all 0.3s;
}
.products .product-list .product-entry.product-not-selected.after-selection:hover::before {
  transform: translateX(-3px) scale(1.4);
}
.products .product-list .product-entry.product-not-selected.before-selection::after {
  font-family: "Ionicons";
  content: "\f363";
  align-self: center;
  position: absolute;
  right: 10px;
  transition: all 0.3s;
}
.products .product-list .product-entry.product-not-selected.before-selection:hover::after {
  transform: translateX(3px) scale(1.4);
}
.products .product-list .product-entry.product-not-selected .product-entry-inner {
  flex-direction: row;
}
.products .product-list .product-entry.product-not-selected .product-entry-inner .product-name {
  transform: rotate(-90deg);
  white-space: nowrap;
  transition-delay: 0ms;
}
@media screen and (max-width: 1304px) {
  .products .product-list .product-entry.product-not-selected .product-entry-inner .product-name {
    transform: rotate(-360deg);
  }
}
.products .product-list .product-entry-link {
  flex: 1;
  display: inline-flex;
}
.products .product-list .product-entry-link a {
  width: 100%;
}
.products .product-list .product-entry-link .product-entry-inner {
  height: 100%;
  width: 100%;
}

@keyframes animateTitleIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.list-table td {
  padding: 0;
  border-top: 1px solid #D8D8D8;
}
.list-table td ul.inline {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-table td ul.inline li {
  display: inline-block;
}
.list-table td ul.inline li + li:before {
  content: ", ";
}
.list-table td a, .list-table th a {
  padding: 10px 5px;
  display: block;
}
.list-table td a:hover, .list-table th a:hover {
  text-decoration: none;
}
.list-table tr:hover td {
  background-color: #f9f9f9;
}
.list-table .col-title {
  width: 30%;
}
.list-table .col-date {
  width: 20%;
}

.admin-area .form .form-group {
  margin: 20px 0 10px;
}
.admin-area .form .form-label {
  padding: 0;
  margin: 0 0 10px;
}
.admin-area .form .form-repeater .repeatable-row {
  align-items: center;
}
.admin-area .form .form-repeater .repeatable-row .repeatable-row-file {
  min-width: 400px;
}
.admin-area .form .form-repeater .repeatable-row .repeatable-row-keywords {
  margin-right: auto;
  margin-left: 20px;
  width: 100%;
}
.admin-area .form .form-repeater .repeatable-row .repeatable-row-remove {
  margin: 0 0 0 35px;
}
.admin-area .form .file-selector .form-group {
  width: auto;
  display: inline-block;
  margin-left: 10px;
}
.admin-area .form .rdw-editor-main {
  min-height: 600px;
}
.admin-area .form .form-type-upload .remove {
  margin-left: 30px;
}
.admin-area .form .filepreview {
  position: relative;
}
.admin-area .form .filepreview .filepreview-image {
  max-width: 200px;
  height: auto;
}
.admin-area .form .filepreview .filepreview-remove {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.admin-area .form .filepreview:hover .filepreview-remove {
  display: block;
}
.admin-area .form .form-submit {
  margin-top: 26px;
}

.tabs {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  position: relative;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .tabs {
    width: 100%;
    overflow: hidden;
    flex-direction: row;
  }
}
.tabs:before {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: -9999px;
  right: -999px;
  content: "";
  background: #D9D9D9;
  height: 2px;
}
.tabs .tabs-tab {
  padding: 15px 0;
}
.tabs .tabs-tab:hover {
  color: #034072;
}
.tabs .tabs-tab a {
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  height: 100%;
  padding: 0 20px;
  align-items: center;
  color: #D9D9D9;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Poppins";
}
@media screen and (min-width: 1305px) {
  .tabs .tabs-tab a {
    font-size: 14px;
  }
}
.tabs .tabs-tab a:hover {
  text-decoration: none;
}
.tabs .tabs-tab.is-active {
  border-bottom: 2px solid #42BABA;
}
.tabs .tabs-tab.is-active a {
  color: #42BABA;
}

.list.reports {
  margin: 36px 0 0;
}
.list.reports .report-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -20px 0;
}
.list.reports .report-wrapper .report {
  padding: 0;
  margin: 0;
  transition: background-color 200ms ease;
}
@media screen and (max-width: 1479px) {
  .list.reports .report-wrapper .report {
    flex-basis: 33%;
  }
}
@media screen and (max-width: 1304px) {
  .list.reports .report-wrapper .report {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .list.reports .report-wrapper .report {
    flex-basis: 100%;
  }
}
.list.reports .report-wrapper .report .report-inner {
  cursor: pointer;
  padding: 30px;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .list.reports .report-wrapper .report .report-inner {
    display: flex;
    justify-content: center;
  }
}
.list.reports .report-wrapper .report .report-inner:hover {
  text-decoration: none !important;
}
.list.reports .report-wrapper .report .report-inner .report-icon {
  margin: 50px 0 0;
  height: 80px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.list.reports .report-wrapper .report .report-inner .report-icon.type-bespoke {
  background-image: url(../images/Bespoke_Icon@3x.svg);
}
.list.reports .report-wrapper .report .report-inner .report-icon.type-benchmark {
  background-image: url(../images/Benchmark_Icon@3x.svg);
}
.list.reports .report-wrapper .report .report-inner .report-icon.type-working-group {
  background-image: url(../images/WorkingGroups_Icon@3x.svg);
}
.list.reports .report-wrapper .report .report-inner .report-type {
  font-weight: bold;
  margin: 32px 0 0;
  display: block;
}
.list.reports .report-wrapper .report .report-inner .report-mid-content {
  justify-content: flex-start;
  width: 100%;
  font-size: 16px;
}
.list.reports .report-wrapper .report .report-inner .report-mid-content .report-title {
  color: inherit;
  font-size: 16px;
  line-height: 22px;
}
.list.reports .report-wrapper .report .report-inner .report-mid-content > * {
  flex: 1 0 100%;
  margin-top: 15px;
}
.list.reports .report-wrapper .report .report-inner .report-low-content {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}
.list.reports .report-wrapper .report .report-inner .report-low-content .report-download {
  font-size: 12px;
  color: #034072;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list.reports .report-wrapper .report .report-inner .report-low-content .report-download * {
  margin: 0 2px;
}
.list.reports .report-wrapper .report .report-inner .report-low-content .report-download:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Expand Icons";
  content: "h";
  margin-right: 10px;
  font-size: 16px;
}
.list.reports .report-wrapper .report .report-inner.active {
  text-decoration: none !important;
  background: #42BABA;
}
.list.reports .report-wrapper .report .report-inner.active * {
  color: white !important;
}
.list.reports .report-wrapper .report .report-icon {
  font-size: 80px;
}
.list.reports .report-wrapper .report:hover {
  background-color: #42BABA;
  color: white;
}
.list.reports .report-wrapper .report:hover a,
.list.reports .report-wrapper .report:hover .report-download {
  color: white !important;
}
.list.reports .report-wrapper .report:hover .report-icon {
  background-image: url(../images/PDF_Icon_White@3x.svg) !important;
}

.drop-document {
  width: 100%;
  height: 200px;
  background: #000;
}

.dialog .form-label {
  color: #78797c;
}
.dialog .dialog-title-button {
  font-size: 12px;
  background-color: #f5f5f5;
  margin-left: 20px;
  font-weight: 600;
  padding: 4px 10px;
  color: #034072;
  cursor: pointer;
  display: block;
}
.dialog .file-wrapper .file-list {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  margin: 0 24px;
}
.dialog .file-wrapper .file-list .file-list-item {
  padding-left: 50px;
  flex: 0 0 50%;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}
.dialog .file-wrapper .file-list .file-list-item .file-list-item-title {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dialog .file-wrapper .file-list .file-list-item .file-list-item-action {
  float: right;
  font-size: 16px;
  color: #42BABA;
}
.dialog .dialog-submit {
  margin: 20px auto 0;
}

.hamburger {
  min-width: 30px;
  height: 21px;
  position: relative;
  margin: 20px 10px 20px 20px;
  display: none;
  right: 0;
  top: 0;
  z-index: 200;
  margin-left: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .hamburger {
    margin-left: auto;
  }
}
.hamburger [class^=line-] {
  display: block;
  background: #034072;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: all 300ms, opacity 100ms;
  outline: 1px solid transparent;
}
.hamburger [class^=line-].line-1 {
  top: 0;
}
.hamburger [class^=line-].line-2 {
  top: 9px;
}
.hamburger [class^=line-].line-3 {
  bottom: 0;
}
.hamburger.is-active .line-1 {
  transform: translateY(9px) translateX(0) rotate(45deg);
}
.hamburger.is-active .line-2 {
  opacity: 0;
}
.hamburger.is-active .line-3 {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}

.filters {
  width: 360px;
}
@media screen and (max-width: 1304px) {
  .filters {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;
  }
}
.filters .filters-inner {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  background-color: white;
}
@media screen and (min-width: 1305px) {
  .filters .filters-inner {
    padding: 28px 40px;
  }
}
.filters .accordion-item {
  border: 0px none;
  padding: 0;
  margin: 0;
}
.filters .accordion-item .accordion-header {
  border-bottom: 1px solid #b7b7b7;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 5px 10px;
  color: #707070;
}
.filters .accordion-item .accordion-header:before {
  display: none;
}
.filters .accordion-item .accordion-header:after {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Expand Icons";
  content: "g";
  font-size: 10px;
  color: #b7b7b7;
  margin-left: auto;
  transform: rotate(180deg);
}
.filters .accordion-item .accordion-header .selected {
  font-size: 10px;
  color: #034072;
  padding-left: 6px;
}
.filters .accordion-item .accordion-body {
  max-height: 200px;
  overflow: auto;
}
.filters .accordion-item .accordion-body .form-options {
  flex-direction: column;
}
.filters .accordion-item .accordion-body .selectall {
  text-transform: uppercase;
  font-size: 9px;
  color: #034072;
  margin-bottom: 10px;
  cursor: pointer;
}
.filters .accordion-item.is-active .accordion-header {
  color: #034072;
}
.filters .accordion-item.is-active .accordion-header:after {
  transform: rotate(0deg);
}
.filters .accordion-item.is-active .accordion-body {
  margin: 0;
  padding: 10px 20px;
  background: #f6f6f6;
  box-shadow: 0 2px 2px 0 rgba(204, 204, 204, 0.5);
}
.filters .filters-reset {
  display: inline-block;
  cursor: pointer;
  color: #034072;
  font-size: 12px;
  margin-top: 20px;
  text-decoration: underline;
}

.dashboard-header {
  margin: 0;
  display: flex;
  flex-direction: row;
}
.dashboard-header .dashboard-filter-toggle {
  margin-left: auto;
}
@media screen and (min-width: 1305px) {
  .dashboard-header .dashboard-filter-toggle {
    display: none;
  }
}

.dashboard {
  display: flex;
  flex-direction: row;
  margin: 5px 0 20px;
  position: relative;
}
.dashboard .dashboard-iframe {
  flex: 1;
  width: 100%;
  min-height: 1000px;
}
@media screen and (max-width: 1304px) {
  .dashboard .dashboard-filters {
    display: none;
  }
}
.dashboard .dashboard-filters.is-active {
  display: block;
}

.dashboard-tabs {
  flex-direction: row;
}

.dashboard-selector {
  font-size: 12px;
  width: 250px;
  margin-bottom: 0;
}
@media screen and (min-width: 1305px) {
  .dashboard-selector {
    display: none;
  }
}
.dashboard-selector .Select--single > .Select-control .Select-value {
  padding: 0;
}
.dashboard-selector .has-value.Select--single > .Select-control .Select-value .Select-value-label, .dashboard-selector .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #034072;
  font-size: 12px;
}
.dashboard-selector .Select-control {
  border: 0px none;
  text-transform: uppercase;
  font-weight: 600;
  border: 0px none !important;
}
.dashboard-selector .Select-control:hover {
  box-shadow: none;
}
.dashboard-selector .Select-input > input {
  opacity: 0;
}
.dashboard-selector .is-open .Select-control {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0;
}
.dashboard-selector .Select-option.is-focused {
  background: transparent;
}
.dashboard-selector .Select-menu-outer {
  left: 0;
  right: 0;
  border: 0px none;
  border-radius: 0 0 12.5px 0;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4);
  max-height: 500px;
  z-index: 100;
  border-top: 1px solid #D3D3D3;
}
.dashboard-selector .Select-menu-outer .Select-menu {
  max-height: 500px;
  border-radius: 0 0 12.5px 0;
}
.dashboard-selector .Select-menu-outer .Select-menu .Select-option {
  padding-left: 0;
  text-transform: uppercase;
}

.hamburger {
  min-width: 30px;
  height: 21px;
  position: relative;
  margin: 20px 10px 20px 20px;
  display: none;
  right: 0;
  top: 0;
  z-index: 200;
  margin-left: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .hamburger {
    margin-left: auto;
  }
}
.hamburger [class^=line-] {
  display: block;
  background: #034072;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: all 300ms, opacity 100ms;
  outline: 1px solid transparent;
}
.hamburger [class^=line-].line-1 {
  top: 0;
}
.hamburger [class^=line-].line-2 {
  top: 9px;
}
.hamburger [class^=line-].line-3 {
  bottom: 0;
}
.hamburger.is-active .line-1 {
  transform: translateY(9px) translateX(0) rotate(45deg);
}
.hamburger.is-active .line-2 {
  opacity: 0;
}
.hamburger.is-active .line-3 {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}

.clickable {
  cursor: pointer;
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  font-size: 14px;
  line-height: 1.3;
  font-family: "Titillium Web", sans-serif;
  color: #034072;
  height: 100%;
}

body, input, textarea, select, button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 6px;
  background: rgba(51, 51, 51, 0.06);
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #034072;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #023259;
}

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

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
.site.has-background {
  background: url("/images/BG_Shape@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.site .site-content {
  position: relative;
}

.site-content-login {
  padding: 0px;
  min-height: 100vh;
  background-color: #EBE9E3;
  background: url("/images/background.png") no-repeat bottom center;
  background-size: cover;
}

::selection {
  background: #B3D4FC;
}

.centering {
  margin: auto;
  padding: 0 20px;
  max-width: 2800px !important;
  position: relative;
}

.page-header {
  padding: 160px 0 40px 0;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .page-header {
    padding-top: 134px;
  }
}
.page-header .page-header-actions {
  margin-left: 100px;
}

.main {
  width: 100%;
  margin: 0 auto !important;
}

.page-title {
  color: #42BABA;
}

.page-title-alt {
  color: #034072;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 24px;
}

.subtitle-alt {
  color: #034072;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
}

nav ul {
  list-style: none;
  padding: 0;
}

.subheading {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  color: #034072;
  letter-spacing: 0;
  line-height: 24px;
  max-width: 50%;
}
@media screen and (max-width: 1479px) {
  .subheading {
    max-width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .subheading {
    max-width: 100%;
  }
}

.pagination-status {
  font-weight: bold;
  font-size: 14px;
  color: #034072;
  letter-spacing: 0;
  line-height: 24px;
}

.powerBIReportWrapper {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 80vh;
}
.powerBIReportWrapper iframe {
  border: 0;
}
.powerBIReportWrapper .options {
  display: flex;
  justify-content: flex-end;
}
.powerBIReportWrapper .options button {
  -webkit-appearance: none;
  appearance: none;
  background: #359494;
  border-radius: 6px;
  padding: 6px 14px;
  color: #fff;
  border: 0;
  transition: all 0.3s ease;
}
.powerBIReportWrapper .options button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.powerBIReportWrapper .options button.disabled {
  opacity: 0.7;
}
.powerBIReportWrapper .options button.disabled:hover {
  cursor: not-allowed;
}

/*# sourceMappingURL=layout.css.map */
