@charset "UTF-8";
/* Layout */
/* Colours */
/* Backgrounds */
/* Fonts */
/* Headings */
/* Links */
/* Menus */
/* Tables */
/* Bootstrap Buttons*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url(https://fonts.bunny.net/css?family=asap:300,300i,400,400i,600,600i,700,700i);
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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;
}

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

@font-face {
  font-family: "WebSymbolsRegular";
  src: url("fonts/websymbols-regular-webfont.eot?") format("eot"), url("fonts/websymbols-regular-webfont.woff2") format("woff2"), url("fonts/websymbols-regular-webfont.woff") format("woff"), url("fonts/websymbols-regular-webfont.ttf") format("truetype"), url("fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
}
body {
  font-family: "Asap", sans-serif;
  font-size: 15px;
  line-height: 28px;
  color: #404041;
}
body a {
  color: #404041;
  text-decoration: underline;
}
body a:hover,
body a:focus {
  color: #21ba6e;
  text-decoration: underline;
}
body .error {
  font-size: 80%;
  color: #ff0000;
}
body .small {
  font-size: 12px !important;
  line-height: 16px;
}
body .small + aside {
  font-size: 12px !important;
  margin: 0px auto;
  line-height: 13px;
  max-width: 300px;
}
body .large {
  font-size: 18px !important;
}

.typography {
  /* Headings */
  /* WYSIWYG EDITOR ALIGNMENT CLASSES */
}
.typography h1 {
  font-family: "Asap", sans-serif;
  font-size: 28px;
  line-height: 36px;
  color: #000;
  font-weight: normal;
  margin: 0 0 10px 0;
}
@media (min-width: 970px) {
  .typography h1 {
    font-size: 36px;
  }
}
.typography h2 {
  font-family: "Asap", sans-serif;
  font-size: 32px;
  line-height: 42px;
  color: #000;
  font-weight: normal;
  margin: 0 0 15px 0;
}
.typography h3 {
  font-family: "Asap", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: normal;
  margin: 0 0 20px 0;
}
@media (min-width: 970px) {
  .typography h3 {
    font-size: 22px;
  }
}
.typography h4 {
  font-family: "Asap", sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #242e35;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.typography h5 {
  font-family: "Asap", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #242e35;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.typography h6 {
  font-family: "Asap", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.typography .left {
  text-align: left;
}
.typography .center {
  text-align: center;
}
.typography .right {
  text-align: right;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  /*@include user-select(none);*/
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #21ba6e;
  border-color: #1da461;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #198f54;
  border-color: #0a3821;
}
.btn-success:hover {
  color: #fff;
  background-color: #198f54;
  border-color: #147042;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #198f54;
  border-color: #147042;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #147042;
  border-color: #0a3821;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #21ba6e;
  border-color: #1da461;
}
.btn-success .badge {
  color: #21ba6e;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-group .btn {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border: 1px solid #d1d3d4;
  background: transparent;
  padding: 3px 6px;
  margin-top: -8px;
}
.btn-group .btn:first-of-type {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: -5px;
}
.btn-group .btn:last-of-type {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group .btn.active {
  background-color: #c0e7f5;
}

.main img {
  height: auto;
  /* resets the image height so that it maintains its aspect ratio when width is set */
}
.main img.left {
  float: left;
  max-width: 50%;
  margin: 5px 20px 10px 0;
}
.main img.right {
  float: right;
  max-width: 50%;
  /* Responsive width */
  margin: 5px 0 10px 20px;
}
.main img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both;
}
.main img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both;
}
.main .captionImage {
  width: 100%;
  margin-top: 5px;
}
.main .captionImage img {
  margin: 0;
}
.main .captionImage.left {
  float: left;
  margin: 5px 30px 20px 0px;
}
.main .captionImage.right {
  float: right;
  margin: 5px 0 20px 30px;
}
.main .captionImage.left[style],
.main .captionImage.right[style] {
  max-width: 50%;
  /* Overides core width to make responsive */
}
.main .captionImage.left img,
.main .captionImage.right img {
  float: none;
  max-width: none;
  width: 100%;
}
.main .captionImage.left img {
  margin-right: -10px;
}
.main .captionImage.right img {
  margin-left: -10px;
}
.main .captionImage.right p {
  margin-left: -10px;
  text-align: left;
  margin-left: -10px;
}
.main .captionImage.leftAlone {
  float: none;
  margin: 0 20px 20px 0px;
}
.main .captionImage.center {
  margin: 0 auto 20px;
}
.main .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}

.main {
  /* adds disc style bullet to the list */
}
.main ul,
.main ol,
.main dl {
  margin: 0 0 20px 0px;
}
.main ul li {
  list-style-type: disc;
}
.main li {
  margin-bottom: 5px;
}

/* Primary navigation */
.primary {
  float: left;
  border-left: 1px solid #6d6e70;
  padding-left: 10px;
  max-height: 25px;
  position: relative;
  z-index: 99;
  display: none;
}
@media (min-width: 820px) {
  .primary {
    display: block;
  }
}
.primary ul {
  /* position:absolute;
   bottom:0;
   right:0; */
  list-style: none;
  display: inline;
}
.primary ul li {
  float: left;
  margin: 4px 10px 0px 5px;
  position: relative;
  white-space: nowrap;
  /* forces text to never wrap onto a second line */
  border-bottom: 4px solid #242e35;
}
.primary ul li a {
  color: #fff;
  font-size: 16px;
  font-family: "Asap", sans-serif;
  line-height: 16px;
  text-decoration: none !important;
  padding-bottom: 10px;
  display: block;
}
.primary ul li a:hover {
  color: #21ba6e;
  text-decoration: underline;
}
.primary ul li ul {
  display: none;
  position: absolute;
  top: 26px;
  left: 0px;
  width: 200px;
  background: #242e35;
  padding: 0;
}
.primary ul li ul li {
  float: left;
  margin: 0 10px;
  position: relative;
  padding-bottom: 6px;
  padding-right: 8px;
}
.primary ul li ul li a {
  color: #fff;
  font-family: "Asap", sans-serif;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 14px;
  display: block;
  padding: 8px 10px;
  float: left;
}
.primary ul li ul li a:hover {
  color: #21ba6e;
  text-decoration: underline;
}
.primary ul li ul li .fa-star-o {
  padding-top: 6px;
  color: #e23c3f;
}
.primary ul li ul li:first-of-type {
  padding-top: 18px;
}
.primary ul li ul li.section,
.primary ul li ul li.current,
.primary ul li ul li:hover {
  border-bottom: 4px solid #242e35;
}
.primary ul li ul li.section a,
.primary ul li ul li.current a {
  color: #21ba6e;
  text-decoration: underline;
}
.primary ul li:hover > ul {
  display: block;
}
.primary ul li.section,
.primary ul li.current,
.primary ul li:hover {
  border-bottom: 4px solid #21ba6e;
}
.primary .nav-open-button {
  display: none;
}

.message {
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 8px;
  text-align: center;
  width: 100%;
  padding-right: 0px;
  float: left;
}
@media (min-width: 600px) {
  .message {
    padding-right: 5%;
    float: none;
  }
}
@media (min-width: 820px) {
  .message {
    width: auto;
  }
}
.message a {
  color: #fff;
  text-decoration: none;
  background-color: #e23c3f;
  padding: 5px;
  white-space: nowrap;
}
.message a:hover, .message a:focus {
  background-color: #21ba6e;
  color: #fff;
  text-decoration: none;
}

/* Company select drop down*/
.company-select {
  float: right;
  position: relative;
  z-index: 99;
}
.company-select select {
  border: 0;
  background: url(../images/arrow_down_white.png) no-repeat right #000000;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  padding-right: 6px;
}
.company-select select option {
  font-size: 12px;
  line-height: 12px;
  padding: 8px 10px;
  border: 0;
}

/* Header Navigation */
.secondary {
  position: relative;
  z-index: 99;
  float: right;
  width: 40.6779661017%;
  float: right;
  margin-right: 0;
  display: none;
}
@media (min-width: 820px) {
  .secondary {
    display: block;
  }
}
.secondary ul {
  list-style: none;
  margin-top: -2px;
  float: right;
  margin-bottom: 0px;
  padding-left: 0px;
}
.secondary ul li ul li {
  width: 100%;
  margin: 0;
  float: left;
  clear: both;
  padding-right: 40px;
}
.secondary ul li ul li a, .secondary ul li ul li span {
  color: #fff;
  font-family: "Asap", sans-serif;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 14px;
  display: block;
  padding: 8px 10px;
  float: left;
  text-align: left;
  white-space: nowrap;
}
.secondary ul li ul li span {
  font-style: italic;
}
.secondary ul li ul li a:hover {
  color: #21ba6e;
  text-decoration: underline;
}
.secondary ul.nav-icon li {
  float: left;
  margin: 4px 10px 0 10px;
  position: relative;
  padding-bottom: 6px;
  padding-right: 8px;
}
.secondary ul.nav-icon li a {
  color: #fff;
}
.secondary ul.nav-icon li .fa-solid {
  font-size: 20px;
  cursor: pointer;
}
.secondary ul.nav-icon li .fa-caret-down {
  font-size: 16px;
  position: absolute;
  top: 2px;
  right: -6px;
}
.secondary ul.nav-icon li ul {
  display: none;
  position: absolute;
  top: 26px;
  right: 0px;
  background: #242e35;
  padding: 0;
}
.secondary ul.nav-icon li ul li:first-of-type {
  padding-top: 18px;
}
.secondary ul.nav-icon li:hover ul {
  display: table;
}
.secondary ul.nav-icon li:last-of-type {
  margin-right: 0;
}
.secondary ul.nav-icon li.current > a {
  color: #21ba6e;
}
.secondary ul.company-select {
  margin-right: 10px;
  max-width: 320px;
}
.secondary ul.company-select li:first-of-type {
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  margin-top: 6px;
}
.secondary ul.company-select > li {
  padding-bottom: 10px;
}
.secondary ul.company-select li ul {
  display: none;
  position: absolute;
  top: 26px;
  right: -20%;
  background: #242e35;
  padding: 0;
}
.secondary ul.company-select li ul li:first-of-type {
  padding-top: 18px;
}
.secondary ul.company-select li ul li {
  padding-bottom: 6px;
  padding-left: 8px;
}
.secondary ul.company-select li:hover ul {
  display: table;
}

/* Tablet Navigation */
/* When navigation and logo overlap tablet-nav is initialized */
.mobile-navigation {
  display: block;
  top: -4px;
  right: 0px;
  position: absolute;
  z-index: 99;
}
@media (min-width: 820px) {
  .mobile-navigation {
    display: none;
  }
}

/* Mobile Menu Hamburger */
.dt-mobile-menu-icon {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-right: 16px;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  width: 22px;
  height: 22px;
  margin-right: 0;
}

.lines {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
}

.lines::after, .lines::before {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 22px;
  height: 2px;
  content: "";
  -webkit-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
}

.lines::before {
  top: 7px;
}

.lines::after {
  top: -7px;
}

.dt-mobile-menu-icon:hover .lines::before {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.dt-mobile-menu-icon:hover .lines::after {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

/* Mobile Menu */
.dt-mobile-header {
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  z-index: 9602;
  padding: 30px 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: grey;
  -ms-transition: -ms-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-color: #ffffff;
  height: 100vh;
}

.mobile-header-scrollbar-wrap.mCustomScrollbar {
  width: 100%;
  height: 100%;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.dt-mobile-header .mCSB_container, .masthead .mCSB_container {
  min-height: 100% !important;
  position: relative !important;
  /* overflow-y:auto;
  overflow-x:hidden;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  padding-bottom: 40px;
}

.mobile-main-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-flex: 10 1 auto;
  -moz-flex: 10 1 auto;
  -ms-flex: 10 1 auto;
  flex: 10 1 auto;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}

.mobile-main-nav > li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-flow: row wrap;
}

.mobile-main-nav > li > a {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px 10px 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.mobile-main-nav .fa-star-o {
  margin-left: 10px;
  color: #e23c3f;
}

.mobile-main-nav > li::before {
  content: "";
  position: absolute;
  top: -0.5px;
  height: 0;
  border-top: 1px solid #d1d3d4;
  width: 100%;
  max-width: 100%;
  left: 0;
}

.mobile-main-nav > li:first-of-type::before {
  display: none;
}

.mobile-main-nav li > a {
  color: #404041;
}

.mobile-main-nav li > a:hover {
  color: #21ba6e;
}

.mobile-main-nav li.current > a {
  color: #21ba6e;
}

.mobile-main-nav > li > a {
  padding: 16px 30px 16px 0;
}

.mobile-main-nav > li > a {
  text-decoration: none;
}

.mobile-main-nav > li.has-children > a::after, .mobile-main-nav .next-level-button, .mobile-main-nav > li.menu-item-language > a::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 14 14' enable-background='new 0 0 14 14' fill='rgba(38,43,46,0.17)' xml:space='preserve'%3E%3Cpolygon points='14,6 8,6 8,0 6,0 6,6 0,6 0,8 6,8 6,14 8,14 8,8 14,8 '/%3E%3C/svg%3E");
}

.mobile-main-nav .next-level-button, .mobile-main-nav > li.has-children > a::after {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.mobile-main-nav .sub-nav {
  margin-left: 20px;
}

.next-level-button:hover {
  cursor: pointer !important;
}

.dt-mobile-header .next-level-button {
  -ms-transition: -ms-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  position: relative;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

.next-level-button-rotate {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.dt-mobile-header .mobile-main-nav > li > .sub-nav {
  position: relative;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  visibility: visible;
  opacity: 1;
  z-index: auto;
}

.sub-nav li {
  position: relative;
  display: block;
}

.mobile-main-nav .sub-nav > li > a {
  padding: 10px 30px 10px 0;
  margin: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.sub-nav li a, .sub-nav li a .text-wrap {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  text-decoration: none;
}

.dt-close-mobile-menu-icon {
  position: fixed;
  top: 0;
  width: 30px;
  height: 30px;
  right: 0px;
  z-index: 9999;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

.dt-close-mobile-menu-icon span {
  background: #21ba6e;
  background: -webkit-linear-gradient(30deg, #21ba6e 0%, #21ba6e 100%);
  background: linear-gradient(30deg, #21ba6e 0%, #21ba6e 100%);
}

.dt-close-mobile-menu-icon span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
}

.dt-close-mobile-menu-icon span::before {
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  width: 22px;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  background-color: #fff;
  display: inline-block;
  height: 2px;
  position: absolute;
  content: "";
}

.dt-close-mobile-menu-icon:hover span::before {
  -ms-transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

.dt-close-mobile-menu-icon span::after {
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  width: 22px;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  background-color: #fff;
  display: inline-block;
  height: 2px;
  position: absolute;
  content: "";
}

.dt-close-mobile-menu-icon:hover span::after {
  -ms-transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/* Footer navigation */
.footer .primary .nav-open-button {
  display: none;
  /* the footer includes the primary nav include - this makes sure the nav open close button doesn't show up */
}
.footer .primary ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.footer .primary ul li {
  /* display: inline; */
  clear: both;
  padding-bottom: 0px;
  margin: 0px;
}
.footer .primary ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
}
.footer .primary ul li a:hover {
  color: #21ba6e;
  text-decoration: none;
}
.footer .primary ul li:after {
  padding: 0 3px 0 5px;
  content: "/";
  color: #999;
  display: none;
}
.footer .primary ul li:last-child:after {
  content: "";
  /* makes sure last nav item doesn't have a '/' following it */
}

.x-msg.green {
  border-color: #47B101;
  background-color: #F6FBF2;
}

.x-msg.red {
  border-color: #ED5757;
  background-color: #f8eef0;
}

.x-msg {
  position: relative;
  display: block;
  max-width: 938px;
  padding: 15px 15px 15px 15px;
  margin: 0 auto 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}
.x-msg .message-content {
  margin: 0 auto;
}
.x-msg .message-content.red::before {
  width: 30px;
  content: " ";
  height: 30px;
  background-image: url(../images/msg-red.png);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -5px;
  background-repeat: no-repeat;
}
.x-msg .message-content.green::before {
  width: 30px;
  content: " ";
  height: 30px;
  background-image: url(../images/msg-green.png);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -5px;
  background-repeat: no-repeat;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* adjust with iframe aspect (e.g.  800 pixels wide and 600 pixels high, which gives us an aspect ratio of 4:3. So, set padding-bottom to be 75%) */
  padding-top: 35px;
  /* not always required */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main .table-wrapper {
  position: relative;
}
.main .shadow90 {
  position: absolute;
  right: -15px;
  top: 0;
  width: 15px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent);
  z-index: 10;
}
.main .shadow270 {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: calc(100% - 16px);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.08), transparent);
  z-index: 10;
}
.main .table {
  float: left;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
  scrollbar-color: #BDCAC3 white;
}
.main .table::-webkit-scrollbar {
  height: 12px;
}
.main .table::-webkit-scrollbar-track {
  border-left: 1px solid #DBE6E1;
  border-right: 1px solid #DBE6E1;
  border-bottom: 1px solid #DBE6E1;
}
.main .table::-webkit-scrollbar-thumb {
  background: #BDCAC3;
}
.main table {
  border-collapse: collapse;
  /* borders are collapsed into a single border when possible */
  border: 1px solid #DBE6E1;
  border-spacing: 0;
  /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
  margin: 0;
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  width: 100%;
}
@media (min-width: 970px) {
  .main table {
    line-height: 22px;
  }
}
.main table tr, .main table th {
  border: 1px solid #DBE6E1;
}
.main table th,
.main table thead td {
  background-color: #F5FBF8;
  color: #404041;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.main table td,
.main table th {
  padding: 5px 5px 5px 10px;
  border: 1px solid #DBE6E1;
  vertical-align: center;
  position: relative;
}
.main table th {
  font-weight: bold;
}
.main table.scroll {
  border-collapse: separate;
  border-left: none;
  border-right: none;
}
.main table.scroll td {
  border: none;
}
.main table.scroll thead tr td:first-child,
.main table.scroll tbody tr td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  z-index: 1;
  border-right: 1px solid #DBE6E1;
  border-left: 1px solid #DBE6E1;
}
.main table.scroll thead tr td {
  border-right: 1px solid #DBE6E1;
}
.main table.scroll tbody tr td {
  border-top: 1px solid #DBE6E1;
  border-right: 1px solid #DBE6E1;
}
.main table.scroll tbody tr td:first-child {
  background-color: #fff;
}
.main table.scroll tbody tr td:first-child:hover {
  background-color: #fff;
}
.main table.scroll tbody tr:last-of-type td:first-child {
  background-color: #F5FBF8;
}
.main table.responsive {
  line-height: 28px;
}
.main table.responsive thead {
  display: none;
}
.main table.responsive tr:nth-of-type(2n) {
  background-color: inherit;
}
.main table.responsive tr td:first-child {
  background-color: #f0f0f0;
}
.main table.responsive tbody td {
  display: block;
  text-align: center;
}
.main table.responsive tbody td:before {
  content: attr(data-th);
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}
@media (min-width: 600px) {
  .main table.responsive thead {
    display: table-header-group;
  }
  .main table.responsive thead tr td:first-child {
    background-color: #fafafa;
  }
  .main table.responsive tbody td {
    display: table-cell;
    text-align: left;
  }
  .main table.responsive tbody tr td:first-child {
    background: #fff;
  }
  .main table.responsive tbody td:before {
    display: none;
  }
}
.main td.amount {
  text-align: right !important;
  padding-right: 7px !important;
}

.footer {
  background: #f0f5f7;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  padding: 0;
}
.footer .inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.footer .inner:after {
  content: " ";
  display: block;
  clear: both;
}
.footer .inner:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 970px) {
  .footer .inner .column {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .footer .inner .column .left {
    float: left;
    display: block;
  }
  .footer .inner .column .right {
    float: right;
    display: block;
  }
  .footer .inner .column:last-of-type {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
  }
}

form {
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
  /* Radio and Checkbox */
  /* Messages */
  /* ACTIONS */
  /*a.btn, button, input[type="submit"], */
  /* a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
     background: #C80000;
     color: #fff;
   }*/
}
form div.field {
  margin: 10px 0 15px;
}
form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form label {
  margin-bottom: 5px;
}
form label.left {
  display: block;
  font-weight: bold;
}
form label.right {
  font-size: 12px;
  color: #888;
}
form input.text,
form textarea,
form select {
  width: 100%;
  max-width: 400px;
  padding: 6px 5px;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #dad9d9;
}
form input.text:focus,
form textarea:focus,
form select:focus {
  outline: none;
}
form input[disabled], form textarea[disabled] {
  background-color: #f7f7f7;
  border: 1px solid #dad9d9;
}
form textarea {
  resize: vertical;
  /* forces text area to be resized vertically only */
}
form .field .checkbox, form .field .radio {
  float: left;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-top: 3px;
  padding: 0;
}
form .checkbox label.right,
form .radio label.right {
  float: left;
}
form .message {
  background-color: #fef4ba;
  padding: 5px 10px;
  border: 1px solid #e8c805;
  border-radius: 3px;
  font-size: 14px;
}
form .good {
  background-color: #ecf9d0;
  border-color: #8fbe00;
}
form .bad, form .required {
  background-color: #f9d0d0;
  border-color: #cf0000;
  color: #b80000;
}
form .Actions {
  margin-bottom: 20px;
}
form .Actions .action {
  background: #b80000;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  padding: 6px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  font-size: 13px;
  /*margin-right: 10px;*/
  margin-right: 0px;
  float: left;
  white-space: pre-wrap;
}
form a.btn {
  line-height: 18px;
  margin-bottom: 10px;
}
form a.btn:after {
  /* creates arrow in button */
  content: "→";
  padding-left: 10px;
}
form .Actions:after {
  color: #B94A48;
  display: inline-block;
  font-weight: normal;
  margin-top: 9px;
}
form #MemberLoginForm_LoginForm .Actions:after {
  display: none;
}
form .btn-toolbar .action {
  color: #fff;
  background-color: #21ba6e;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #1da461;
  white-space: nowrap;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
}
form .btn-toolbar .action:hover {
  color: #fff;
  background-color: #198f54;
  border-color: #147042;
}

.ie7 form select {
  width: 400px;
}

/* fix for ie7's rendering of max-width property on select input */
.ie7 input.action {
  width: 0;
  /* IE table-cell margin fix */
  overflow: visible;
}

input.action[class] {
  /* IE ignores [class] */
  width: auto;
  /* cancel margin fix for other browsers */
}

.ie7 .Actions .action {
  float: left;
}

/* AREA SPECIFIC */
/* LOGIN and FORGOT PASSWORD */
#Remember {
  min-height: 20px;
}

#ForgotPassword {
  display: none;
}

#MemberLoginForm_LostPasswordForm .Actions:after {
  display: none;
}

/* Sign up form */
#RegisterForm_RegisterForm label.readonly {
  font-size: 12px;
  line-height: 16px;
  display: block;
}

/* Search / Login */
.header form .middleColumn {
  /* float: none;
  width: 100% !important; */
}

/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */
/*Generic and mixed*/
.FormHeading {
  clear: both;
  padding-top: 15px;
}

form .date .middleColumn input {
  /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
  width: 114px;
}

.Actions input.resetformaction,
.Actions input.action-minor {
  /* Clear button */
  float: left;
  background-color: #888;
}

.Actions input.resetformaction:hover,
.Actions input.action-minor:hover {
  /* Clear button */
  background-color: #aaa;
}

/* Labels */
.checkbox label.right {
  font-size: 13px;
  /* reset to default */
  color: #333;
  /* reset to default */
}

form .requiredField label.left:after {
  /* pseudo element adds an asterisk to a required fields label */
  color: #B94A48;
  content: "*";
  font-size: 14px;
  font-weight: normal;
  padding-left: 3px;
}

/* Radio / Checkbox */
form .checkboxset ul,
form .optionset ul {
  margin: 0;
}

form .checkboxset li,
form .optionset li {
  margin-bottom: 5px;
  list-style-type: none;
}

form div.checkbox:after {
  /* clearfix */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form .checkbox .checkbox {
  clear: both;
}

/* Messages */
span.message {
  margin: 10px 0;
  display: block;
  max-width: 390px;
  clear: left;
}

div.holder-required {
  /* This class needs to be changed - is used for both input and div */
  /* background-color: #f9d0d0;
  border: 1px solid #cf0000;
  padding: 10px;
  margin-left: -11px; */
}

form input.holder-required {
  /* This class needs to be changed - is used for both input and div */
  border: 1px solid #cf0000;
}

/* Error messages */
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* To test - potentially not needed? */
.ss-uploadfield-item-info button {
  margin-top: 4px !important;
  float: left;
}

form .creditCardField input,
form input.currency,
form input.numeric {
  width: 50px;
}

form #DMYDate-month,
form #DMYDate-day {
  width: 25px;
}

/* Responsive form styles
----------------------------------------------- */
@media only screen and (max-width: 700px) {
  /* To test - potentially not needed? */
  .header form .middleColumn {
    float: none;
    width: 100% !important;
  }

  form label.left,
#MemberLoginForm_LoginForm label {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 900px) {
  form {
    max-width: 100%;
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.some-selector {
  padding-left: 8.1967213115%;
}

.some-selector {
  margin-right: 3.2786885246%;
}

.ag1 {
  width: 17.6470588235%;
  float: left;
  margin-right: 2.9411764706%;
}
@media (min-width: 970px) {
  .ag1 {
    width: 17.6470588235%;
    float: right;
    margin-right: 0;
  }
}

.header {
  background: #242e35;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 20px 0 20px;
  position: relative;
}
.header .inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* Search form */
}
.header .inner:after {
  content: " ";
  display: block;
  clear: both;
}
.header .inner:after {
  content: "";
  display: table;
  clear: both;
}
.header .inner .column {
  width: 100%;
  float: right;
  margin-right: 0;
  position: relative;
  padding-left: 0;
}
.header .inner .brand, .header .inner .brand:hover {
  float: left;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  z-index: 99;
}
.header .inner .brand p, .header .inner .brand:hover p {
  margin-bottom: 20px;
}
.header .inner .brand img, .header .inner .brand:hover img {
  max-width: 140px;
  padding-right: 15px;
}
.header .inner .search-bar {
  position: absolute;
  right: 13px;
  top: 12px;
}
.header .inner .search-bar .field {
  margin: 0;
  padding: 0;
}
.header .inner .search-bar form input.text {
  width: 155px;
  padding: 5px 34px 5px 15px;
  color: #888;
  margin: 0;
  border: none;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #fff;
}
.header .inner .search-bar form input.action {
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  border: none;
  padding: 5px;
  background: none;
  font-family: "WebSymbolsRegular";
  color: #848484;
  border-radius: 0;
  margin: 0;
}
.header .inner .search-bar form input.active,
.header .inner .search-bar form input.action:hover {
  color: #000;
}
.header .inner .search-bar form input:focus,
.header .inner .search-bar form textarea:focus {
  outline: none;
}
.header .inner .search-bar .search-dropdown-icon {
  display: none;
  /* hides search-dropdown-icon when site is at full width - media queries set it to display:block when at mobile/tablet width */
}

@media print {
  table, td, th, p {
    font-size: 7pt !important;
  }

  .header, .x-msg, .excel-download, .message, .messages, #last-synced {
    display: none;
  }

  /* Dashboard Page */
  .dashboard #grouping {
    display: none;
  }
  .dashboard .download {
    display: none;
  }
  .dashboard .section {
    margin-bottom: 20px !important;
  }
  .dashboard .column {
    font-size: 12px;
  }
  .dashboard .total {
    font-size: 24px !important;
  }
  .dashboard .invoice-totals .column {
    max-width: 140px;
    /*   padding-left:0px !important; */
    float: left !important;
    border: 1px solid black;
    margin-right: 20px !important;
    page-break-inside: avoid;
  }
  .dashboard .invoice-totals .column .month, .dashboard .invoice-totals .column .dates {
    bottom: 0px !important;
  }
  .dashboard .invoice-totals .column:last-of-type {
    margin-right: 0px;
  }
  .dashboard #numberEndingRepeatingInvoices select {
    padding-right: 0px !important;
    margin-right: 0px !important;
    border-bottom: 0px !important;
    background: none !important;
  }
  .dashboard #numberEndingRepeatingInvoices .btn-group, .dashboard #numberEndingRepeatingInvoices a {
    display: none;
  }
  .dashboard .financials .column {
    width: 100% !important;
  }
  .dashboard .financials .column #numberEndingRepeatingInvoices {
    border: 1px solid black;
    width: 530px;
    max-width: 530px;
    float: left;
    page-break-inside: avoid;
  }
  .dashboard .financials .column .row > p {
    font-size: 18px !important;
  }
  .dashboard .financials .column .row .column {
    max-width: 250px;
    border: 1px solid black;
    float: left !important;
    margin-right: 20px;
    page-break-inside: avoid;
  }
  .dashboard .financials .column .row:first-of-type {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dashboard .financials .column .row .column:last-of-type {
    margin-right: 0px;
  }
  .dashboard .financials .row:last-of-type .column {
    margin-bottom: 0px !important;
  }
  .dashboard .financials .row:last-of-type .column:last-of-type {
    border: 0px !important;
  }
  .dashboard #totalsRepeatingInvoices a,
.dashboard #totalsRepeatingInvoicesCalendar a {
    display: none;
  }
  .dashboard .account-breakdown {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dashboard .account-breakdown #accountBreakdown table thead span {
    font-size: 4pt;
  }
  .dashboard .account-breakdown #accountBreakdown table td {
    padding: 2px !important;
  }

  /* Line Items Page */
  .full-table-container #full-table_filter, .full-table-container .entries, .full-table-container table thead select, .full-table-container table tr td:last-of-type, .full-table-container #full-table_paginate, .full-table-container p a {
    display: none !important;
  }
}
.dashboard-top {
  float: left;
  width: 100%;
}
.dashboard-top .company-name {
  float: left;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 600px) {
  .dashboard-top .company-name {
    width: 65.8536585366%;
    float: left;
    margin-right: 2.4390243902%;
  }
}
.dashboard-top #last-synced {
  position: relative;
  float: left;
  width: 100%;
  float: right;
  margin-right: 0;
}
@media (min-width: 600px) {
  .dashboard-top #last-synced {
    width: 31.7073170732%;
    float: right;
    margin-right: 0;
  }
}
.dashboard-top #last-synced p {
  float: left;
}
@media (min-width: 600px) {
  .dashboard-top #last-synced p {
    float: right;
  }
}
.dashboard-top #last-synced a {
  text-decoration: none;
}
.dashboard-top #last-synced a.sync-company {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}
@media (min-width: 600px) {
  .dashboard-top #last-synced a.sync-company {
    top: 35px;
  }
}

.preview-message {
  display: block;
  padding-bottom: 30px;
}

.dashboard {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.dashboard:after {
  content: " ";
  display: block;
  clear: both;
}
.dashboard:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard #grouping {
  color: #929497;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: -30px;
  width: 100%;
  float: left;
}
.dashboard #grouping .grouping {
  margin-top: 10px;
}
@media (min-width: 600px) {
  .dashboard #grouping .grouping {
    float: left;
  }
}
.dashboard #grouping .grouping select {
  border: 0;
  border-bottom: 1px solid #929497;
  background: url(../images/arrow_down_grey.png) no-repeat right transparent;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  padding-right: 15px;
  margin-right: 20px;
}
.dashboard .total {
  color: #242e35;
  font-size: 38px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  float: left;
  font-weight: 300;
}
.dashboard .section {
  min-height: 240px;
}
.dashboard .section p {
  margin: 10px 0px 10px 0px;
  width: 100%;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.dashboard .section p.small {
  text-transform: none;
  font-weight: normal;
}
.dashboard .section ul {
  float: left;
}
.dashboard .row.section {
  min-height: 0;
}
.dashboard .invoice-totals .download {
  text-align: right;
  padding-bottom: 10px;
}
.dashboard .invoice-totals .download a {
  text-decoration: none;
}
.dashboard .invoice-totals .column {
  width: 100%;
  float: right;
  margin-right: 0;
}
.dashboard .invoice-totals .column .month, .dashboard .invoice-totals .column .dates {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #DFEEE6;
  width: 100%;
  padding: 20px;
}
.dashboard .invoice-totals .column .percentage {
  font-weight: 600;
  line-height: 12px;
  float: left;
}
.dashboard .invoice-totals .column .percentage span:last-of-type {
  font-size: 10px;
  color: #929497;
}
.dashboard .invoice-totals .column .remaining {
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
  color: #242e35;
  float: left;
}
.dashboard .invoice-totals .column span.positive {
  color: #21ba6e;
}
.dashboard .invoice-totals .column span.negative {
  color: #e23c3f;
}
@media (min-width: 600px) {
  .dashboard .invoice-totals .column {
    width: 48.7804878049%;
    float: left;
    margin-right: 2.4390243902%;
  }
  .dashboard .invoice-totals .column:nth-child(even) {
    width: 48.7804878049%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 970px) {
  .dashboard .invoice-totals .column {
    width: 23.1707317073%;
    float: left;
    margin-right: 2.4390243902%;
  }
  .dashboard .invoice-totals .column:nth-child(even) {
    width: 23.1707317073%;
    float: left;
    margin-right: 2.4390243902%;
  }
  .dashboard .invoice-totals .column:last-of-type {
    width: 23.1707317073%;
    float: right;
    margin-right: 0;
  }
}
.dashboard .account-breakdown,
.dashboard .tracking-breakdown {
  margin-left: -20px !important;
  margin-right: -20px !important;
  max-width: 100%;
}
.dashboard .account-breakdown div:first-of-type:after,
.dashboard .tracking-breakdown div:first-of-type:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard .account-breakdown h3,
.dashboard .tracking-breakdown h3 {
  width: 70%;
}
.dashboard .account-breakdown .tracking-category:nth-of-type(2),
.dashboard .tracking-breakdown .tracking-category:nth-of-type(2) {
  margin-top: 20px;
}
.dashboard .account-breakdown .excel-download,
.dashboard .tracking-breakdown .excel-download {
  float: right;
  text-decoration: none;
  margin-top: -50px;
}
@media (min-width: 600px) {
  .dashboard .account-breakdown,
.dashboard .tracking-breakdown {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.dashboard .account-breakdown .table,
.dashboard .tracking-breakdown .table {
  margin-bottom: 5px;
  float: left;
  max-width: 100%;
  overflow-x: auto;
}
.dashboard .account-breakdown table tbody td:hover,
.dashboard .tracking-breakdown table tbody td:hover {
  background-color: #E6E7E9;
  cursor: pointer;
}
.dashboard .account-breakdown table tbody tr td:first-of-type,
.dashboard .tracking-breakdown table tbody tr td:first-of-type {
  min-width: 180px;
}
.dashboard .account-breakdown table tbody tr:last-of-type td:first-of-type:hover,
.dashboard .tracking-breakdown table tbody tr:last-of-type td:first-of-type:hover {
  background-color: #F5FBF8;
  cursor: auto;
}
.dashboard .account-breakdown table tbody tr:last-of-type,
.dashboard .tracking-breakdown table tbody tr:last-of-type {
  background-color: #F5FBF8;
  font-weight: 600;
}
.dashboard .account-breakdown table.no-hover tbody td:hover,
.dashboard .tracking-breakdown table.no-hover tbody td:hover {
  background-color: inherit;
  cursor: auto;
}
.dashboard #numberEndingRepeatingInvoices {
  float: left;
  width: 100%;
}
.dashboard #numberEndingRepeatingInvoices .filter {
  width: auto;
  float: left;
}
.dashboard #numberEndingRepeatingInvoices .filter select {
  border: 0;
  border-bottom: 1px solid #929497;
  background: url(../images/arrow_down_grey.png) no-repeat right transparent;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  padding-right: 15px;
  margin-right: 20px;
}
.dashboard #numberEndingRepeatingInvoices .btn-group {
  width: auto;
  float: right;
}
.dashboard #numberEndingRepeatingInvoices .ending-breakdown .ending-month {
  color: #242e35;
  font-size: 15px;
  line-height: 28px;
}
.dashboard #numberEndingRepeatingInvoices .ending-breakdown .total.ending {
  color: #242e35;
}
.dashboard #numberEndingRepeatingInvoices .ending-breakdown table {
  border: 0px;
  background-color: #fff;
  margin-bottom: 10px;
}
.dashboard #numberEndingRepeatingInvoices .ending-breakdown table thead th {
  border: 0;
  color: #929497;
}
.dashboard #numberEndingRepeatingInvoices .ending-breakdown table tr.invoice-row {
  border-bottom: 1px solid #DBE6E1;
}
.dashboard #numberEndingRepeatingInvoices .ending-breakdown table tr {
  border: 0px;
}
.dashboard #numberEndingRepeatingInvoices .ending-breakdown table tr td {
  border: 0px;
  line-height: 18px;
  vertical-align: middle;
}
.dashboard #numberEndingRepeatingInvoices .ending-breakdown table tr td .btn {
  float: right;
}
.dashboard #numberEndingRepeatingInvoices .ending-breakdown table tr td.frequency {
  width: 130px;
}
.dashboard #numberEndingRepeatingInvoices .ending-breakdown table tr td:first-of-type {
  padding: 5px 5px 5px 0px;
}
.dashboard #numberEndingRepeatingInvoices .ending-breakdown table tr:last-of-type {
  background-color: #fff;
  font-weight: 400;
}
.dashboard .financials .column:first-of-type .row:first-of-type {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media (min-width: 600px) {
  .dashboard .financials .column:first-of-type .row:first-of-type {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.dashboard .financials .column {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.dashboard .financials .column:after {
  content: " ";
  display: block;
  clear: both;
}
.dashboard .financials .column #totalsRepeatingInvoices .table,
.dashboard .financials .column #totalsRepeatingInvoicesCalendar .table {
  overflow: auto;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.dashboard .financials .column #totalsRepeatingInvoices .table.category,
.dashboard .financials .column #totalsRepeatingInvoicesCalendar .table.category {
  margin-top: 15px;
}
.dashboard .financials .column #totalsRepeatingInvoices table tr:last-of-type,
.dashboard .financials .column #totalsRepeatingInvoicesCalendar table tr:last-of-type {
  background-color: #F5FBF8;
  font-weight: 600;
}
.dashboard .financials .column #totalsRepeatingInvoices table thead td span,
.dashboard .financials .column #totalsRepeatingInvoicesCalendar table thead td span {
  font-weight: normal;
}
@media (min-width: 600px) {
  .dashboard .financials .column .row .column {
    width: 48.7804878049%;
    float: left;
    margin-right: 2.4390243902%;
  }
  .dashboard .financials .column .row .column:nth-child(even) {
    width: 48.7804878049%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 970px) {
  .dashboard .financials .column {
    width: 48.7804878049%;
    float: left;
    margin-right: 2.4390243902%;
  }
  .dashboard .financials .column:last-of-type {
    width: 48.7804878049%;
    float: right;
    margin-right: 0;
  }
}
.dashboard .financials .content-bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 10px;
}
.dashboard .financials .content-bottom p {
  margin: 0px;
}

.dashboard-free .grouping .fa-question-circle {
  color: #242e35;
}
.dashboard-free .grouping:first-of-type {
  margin-right: 10px;
}
.dashboard-free .financials a {
  color: #21ba6e;
}
.dashboard-free .financials a:hover, .dashboard-free .financials a:focus {
  color: #e23c3f;
}
.dashboard-free .financials .column:first-of-type {
  width: 100%;
  float: right;
  margin-right: 0;
}
@media (min-width: 1025px) {
  .dashboard-free .financials .column:first-of-type {
    width: 74.3902439024%;
    float: left;
    margin-right: 2.4390243902%;
  }
}
.dashboard-free .financials .column:first-of-type .row .column:first-of-type {
  margin-right: 0px !important;
  margin-left: 0px !important;
  width: 100%;
  float: right;
  margin-right: 0;
}
@media (min-width: 1025px) {
  .dashboard-free .financials .column:first-of-type .row .column:first-of-type {
    width: 65.8536585366%;
    float: left;
    margin-right: 2.4390243902%;
    float: left;
  }
}
.dashboard-free .financials .column:first-of-type .row .column:last-of-type {
  width: 100%;
  float: right;
  margin-right: 0;
  padding-left: 0px;
}
@media (min-width: 1025px) {
  .dashboard-free .financials .column:first-of-type .row .column:last-of-type {
    width: 31.7073170732%;
    float: right;
    margin-right: 0;
    float: left;
    padding-left: 30px;
  }
}
.dashboard-free .financials .column:last-of-type {
  width: 100%;
  float: right;
  margin-right: 0;
}
@media (min-width: 1025px) {
  .dashboard-free .financials .column:last-of-type {
    width: 23.1707317073%;
    float: right;
    margin-right: 0;
    float: right;
  }
}
.dashboard-free .financials .column:last-of-type .row .column {
  width: 100%;
  min-height: 210px;
}
.dashboard-free #totalCalendarYear,
.dashboard-free #numberRepeatingInvoicesNotExpired {
  width: 100%;
  float: right;
  margin-right: 0;
}
@media (min-width: 1025px) {
  .dashboard-free #totalCalendarYear,
.dashboard-free #numberRepeatingInvoicesNotExpired {
    width: 48.7804878049%;
    float: left;
    margin-right: 2.4390243902%;
    min-height: 220px;
  }
}
.dashboard-free #totalFinancialYear,
.dashboard-free #numberRepeatingCustomers {
  width: 100%;
  float: right;
  margin-right: 0;
}
@media (min-width: 1025px) {
  .dashboard-free #totalFinancialYear,
.dashboard-free #numberRepeatingCustomers {
    width: 48.7804878049%;
    float: right;
    margin-right: 0;
    min-height: 220px;
  }
}

#lineItemsPopup {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 95%;
  position: fixed;
  top: -5px;
  left: 0;
  right: 0;
  margin: 70px auto;
  z-index: 99;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  display: none;
  min-height: 200px;
}
@media (min-width: 970px) {
  #lineItemsPopup {
    max-width: 1150px;
  }
}
#lineItemsPopup .dt-close-mobile-menu-icon {
  position: absolute;
  right: -10px;
  top: -10px;
}
#lineItemsPopup .dt-close-mobile-menu-icon span {
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#lineItemsPopup .content-top {
  padding: 0px 20px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
#lineItemsPopup .content-top .heading {
  width: 100%;
  float: left;
}
@media (min-width: 970px) {
  #lineItemsPopup .content-top .heading {
    width: 60%;
  }
}
#lineItemsPopup .content-top .heading h3 {
  float: left;
  margin: 0 0 0 0;
  margin-right: 10px;
  line-height: 28px;
}
#lineItemsPopup .content-top .heading p {
  float: left;
  color: #929497;
  font-size: 12px;
  line-height: 14px;
}
#lineItemsPopup .content-top .navigation {
  float: left;
  margin-top: 0px;
}
@media (min-width: 970px) {
  #lineItemsPopup .content-top .navigation {
    float: right;
  }
}
#lineItemsPopup .content-top .navigation div .buttons {
  width: 100%;
  display: inline;
  text-align: center;
}
#lineItemsPopup .content-top .navigation div p {
  font-size: 10px;
  line-height: 12px;
  color: #929497;
  margin: 0px 0px 5px 0px;
  text-align: center;
}
#lineItemsPopup .content-top .navigation div a {
  text-decoration: none;
}
#lineItemsPopup .content-top .group {
  float: right;
  margin-left: 30px;
}
#lineItemsPopup .content-top .full {
  float: left;
}
#lineItemsPopup .content-top .full svg:hover path {
  fill: #2693d5;
}
#lineItemsPopup .content-top .account {
  float: left;
  clear: left;
  margin: 0px 20px 0px 0px;
}
@media (min-width: 600px) {
  #lineItemsPopup .content-top .account {
    clear: none;
    margin: 0px 20px 0px 20px;
  }
}
@media (min-width: 970px) {
  #lineItemsPopup .content-top .account {
    margin: 0 40px 0px 50px;
  }
}
#lineItemsPopup .content-top .account svg {
  border-radius: 50%;
}
#lineItemsPopup .content-top .account #moveUp svg {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
#lineItemsPopup .content-top .account #moveDown svg {
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}
#lineItemsPopup .content-top .account a.active svg:hover .first-path {
  stroke: #2693d5;
  stroke-width: 14;
}
#lineItemsPopup .content-top .account a.active svg:hover .second-path {
  fill: #fff;
}
#lineItemsPopup .content-top .month {
  float: left;
}
#lineItemsPopup .content-top .month svg {
  border-radius: 50%;
}
#lineItemsPopup .content-top .month #monthForward svg {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
#lineItemsPopup .content-top .month a.active svg:hover .first-path {
  stroke: #2693d5;
  stroke-width: 14;
}
#lineItemsPopup .content-top .month a.active svg:hover .second-path {
  fill: #fff;
}
#lineItemsPopup .content-top .deactive {
  cursor: inherit;
}
#lineItemsPopup .content-top .deactive svg path {
  fill: #929497;
}
#lineItemsPopup .table {
  /*overflow: auto;*/
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  min-height: 140px;
  float: left;
  width: 100%;
}
#lineItemsPopup .table .loading {
  color: #000;
  padding-top: 50px;
}
#lineItemsPopup .table table {
  border: 0px;
}
#lineItemsPopup .table table tr td {
  padding: 5px 5px 5px 5px;
  border: 0px;
  font-size: 13px;
}
#lineItemsPopup .table table tr td a {
  text-decoration: none;
}
#lineItemsPopup .table table tr td:first-of-type {
  padding-left: 20px;
}
#lineItemsPopup .table table tr td:last-of-type {
  padding-right: 20px;
}
#lineItemsPopup .table table tr td.currency-pointer:hover {
  cursor: pointer;
}
#lineItemsPopup .table tbody tr:first-of-type td {
  padding-top: 30px;
}

.full-table-container .table-container {
  overflow-y: auto;
  float: left;
  width: 100%;
  position: relative;
}
.full-table-container .filters {
  float: left;
  width: 100%;
  display: none;
}
@media (min-width: 820px) {
  .full-table-container .filters {
    width: 60%;
  }
}
.full-table-container .filters label {
  float: left;
  margin-left: 0px;
  text-align: center;
  width: 100%;
}
@media (min-width: 820px) {
  .full-table-container .filters label {
    text-align: left;
    width: auto;
  }
}
.full-table-container .filters span {
  display: block;
  text-align: center;
}
@media (min-width: 820px) {
  .full-table-container .filters span {
    text-align: left;
    display: inline-block;
  }
}
.full-table-container .filters select {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  max-width: 100%;
}
@media (min-width: 820px) {
  .full-table-container .filters select {
    width: auto;
    max-width: 200px;
  }
}
.full-table-container .filters select[name=filterType] {
  margin-left: 0px;
  margin-bottom: 10px;
}
@media (min-width: 820px) {
  .full-table-container .filters select[name=filterType] {
    margin-left: 10px;
  }
}
.full-table-container .filters .filter, .full-table-container .filters #end-date {
  margin-right: 10px;
}
@media (min-width: 820px) {
  .full-table-container .filters #client, .full-table-container .filters #account, .full-table-container .filters .tracking-filter {
    max-width: 150px;
  }
}
.full-table-container #full-table_filter {
  display: none;
}
.full-table-container #full-table_filter button {
  float: right;
  padding: 3px 10px;
  margin-left: 10px;
}
@media (min-width: 820px) {
  .full-table-container #full-table_filter button {
    float: left;
  }
}
.full-table-container #full-table_filter .search {
  float: right;
  width: 100%;
}
@media (min-width: 820px) {
  .full-table-container #full-table_filter .search {
    width: auto;
  }
}
.full-table-container #full-table_filter .search a {
  display: none;
  width: 13px;
  height: 13px;
  background: url("../images/filter-clear.png") -14px -13px;
  position: absolute;
  right: 5%;
  top: 8px;
}
.full-table-container #full-table_filter .search a:hover {
  background: url("../images/filter-clear.png") 1px -13px;
}
.full-table-container #full-table_filter div {
  position: relative;
  float: left;
  width: 100%;
}
@media (min-width: 820px) {
  .full-table-container #full-table_filter div {
    width: 170px;
  }
}
.full-table-container #full-table_length {
  display: none;
  float: right;
  width: 100%;
}
@media (min-width: 820px) {
  .full-table-container #full-table_length {
    width: 40%;
  }
}
.full-table-container #full-table_length .entries {
  float: left;
  width: 100%;
}
@media (min-width: 820px) {
  .full-table-container #full-table_length .entries {
    width: auto;
    float: right;
  }
}
.full-table-container #full-table_length .entries label {
  float: none;
  margin: 0px auto;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  width: 165px;
}
@media (min-width: 480px) {
  .full-table-container #full-table_length .entries label {
    float: left;
  }
}
@media (min-width: 820px) {
  .full-table-container #full-table_length .entries label {
    float: right;
    margin-left: 20px;
    width: auto;
    text-align: left;
    display: inline-block;
  }
}
.full-table-container #full-table_length .entries .excel-download {
  display: block;
  float: none;
  margin: 15px auto;
}
@media (min-width: 480px) {
  .full-table-container #full-table_length .entries .excel-download {
    float: right;
  }
}
@media (min-width: 820px) {
  .full-table-container #full-table_length .entries .excel-download {
    display: none;
  }
}
.full-table-container #full-table_length .excel-download {
  text-decoration: none;
  margin-left: 20px;
  float: right;
  display: none;
}
@media (min-width: 820px) {
  .full-table-container #full-table_length .excel-download {
    display: block;
  }
}
.full-table-container label {
  font-size: 14px;
}
.full-table-container .dataTables_length {
  margin-top: 3px;
  width: 100%;
}
.full-table-container .dataTables_filter {
  float: right;
  width: 100%;
}
.full-table-container .dataTables_filter label {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  display: block;
}
@media (min-width: 820px) {
  .full-table-container .dataTables_filter {
    width: auto;
  }
}
.full-table-container .paginate_button.disabled {
  display: none;
}

.dataTables_wrapper .dataTables_filter input {
  width: 100%;
  float: none;
  font-size: 14px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 2px;
  margin-bottom: 10px;
}
@media (min-width: 820px) {
  .dataTables_wrapper .dataTables_filter input {
    width: auto;
    float: right;
    margin-left: 10px;
  }
}
.dataTables_wrapper .excel-download {
  text-decoration: none;
  margin-left: 20px;
}
.dataTables_wrapper .dt-buttons {
  width: 100%;
}
.dataTables_wrapper .dt-buttons .buttons-colvis {
  float: right;
  background: #fff;
  color: #404041;
  line-height: 1.5;
  font-size: 12px;
  padding: 3px 10px;
}
.dataTables_wrapper .dt-buttons .buttons-colvis .dt-down-arrow {
  display: none;
}
.dataTables_wrapper .dt-buttons div.dt-button-collection button.dt-button.active:not(.disabled) {
  background: #21ba6e;
  color: #fff;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #21ba6e;
}
.dataTables_wrapper .dt-buttons div.dt-button-collection button.dt-button:not(.disabled) {
  background: #fff;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #bbbdbf;
}

table.dataTable {
  height: 80px;
}
table.dataTable thead select {
  width: 95%;
}
table.dataTable thead .sorting {
  font-size: 12px;
  line-height: 20px;
  padding-right: 15px;
}
table.dataTable tbody tr.error:hover {
  background-color: #fff;
}
table.dataTable tbody tr td span:hover {
  cursor: pointer;
}
table.dataTable tbody tr td:nth-of-type(6),
table.dataTable tbody tr td:nth-of-type(7),
table.dataTable tbody tr td:nth-of-type(8),
table.dataTable tbody tr td:nth-of-type(9),
table.dataTable tbody tr td:nth-of-type(10),
table.dataTable tbody tr td:nth-of-type(11) {
  text-align: right;
}

table.dataTable.fixedHeader-floating th {
  font-size: 12px;
  text-align: left;
}

table.dataTable {
  border: none;
  border-collapse: separate;
}

table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable thead th,
table.dataTable thead td {
  padding: 5px;
}

table.dataTable tbody td,
table.dataTable thead td {
  border-bottom: 1px solid #d1d3d4;
  border-left: none;
  border-right: 1px solid #d1d3d4;
}

table.dataTable tbody tr td:first-child,
table.dataTable thead tr td:first-child {
  border-left: 1px solid #d1d3d4;
}

table.dataTable.display tbody tr.odd > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_1 {
  background-color: #ffffff;
}

table.dataTable.display tbody tr:hover > .sorting_1 {
  background-color: #f6f6f6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

.signup {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.signup:after {
  content: " ";
  display: block;
  clear: both;
}
.signup:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 970px) {
  .signup article {
    margin-top: 80px;
  }
}
.signup article > div {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  column-gap: 32px;
}
@media only screen and (min-width: 970px) {
  .signup article > div {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 0 5%;
  }
}
@media only screen and (min-width: 1025px) {
  .signup article > div {
    padding: 0 10%;
  }
}
.signup article > div > div {
  text-align: center;
}
.signup article > div > div:first-child {
  display: flex;
  flex-direction: column;
  grid-column: 1;
}
@media only screen and (min-width: 970px) {
  .signup article > div > div:first-child {
    grid-column: 1/span 4;
  }
}
.signup article > div > div:first-child .login_container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  background-color: white;
  box-shadow: 4px 4px 12px 1px rgba(0, 0, 0, 0.39);
}
.signup article > div > div:first-child img {
  max-width: 100%;
}
.signup article > div > div:first-child .logo_container {
  margin-bottom: 32px;
}
@media only screen and (min-width: 600px) {
  .signup article > div > div:first-child h3 {
    font-size: 32px;
  }
}
.signup article > div > div:first-child h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .signup article > div > div:first-child h4 {
    font-size: 20px;
  }
}
.signup article > div > div:first-child h5 {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
}
.signup article > div > div:first-child .signup-buttons p > span {
  width: 90%;
}
.signup article > div > div:first-child .signup-buttons p > span a {
  padding: 12px;
  font-size: 16px;
}
.signup article > div > div:last-child {
  grid-column: 1;
}
@media only screen and (min-width: 970px) {
  .signup article > div > div:last-child {
    grid-column: 5/span 2;
  }
}
.signup article > div > div:last-child ul {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 20px;
}
.signup article > div > div:last-child ul li {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 5px;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}
.signup article > div > div:last-child ul li span {
  float: left;
  width: 90%;
  margin-left: 10px;
}
.signup article > div > div:last-child ul li:before {
  content: "✔";
  float: left;
  color: #21BA6E;
}
.signup article > div > div:last-child .stars {
  color: #F1B743;
  font-size: 24px;
  margin-bottom: 16px;
}
.signup article > div > div:last-child strong {
  font-size: 16px;
}
.signup article > div > div:last-child blockquote {
  font-style: italic;
  font-weight: bold;
}
.signup article > div > div:last-child blockquote:before, .signup article > div > div:last-child blockquote:after {
  content: '"';
}

.signup-user form {
  margin: 0 auto;
  max-width: 400px;
}
.signup-user form #RegisterForm_RegisterForm_Agree_Holder {
  position: relative;
  height: 55px;
  max-width: 30px;
}
.signup-user form #RegisterForm_RegisterForm_Agree_Holder label.error {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.signup-user form .btn-toolbar {
  margin: 40px 0px;
}
.signup-user form .btn-toolbar input {
  display: block;
  margin: 0 auto;
}
.signup-user form .label-agree {
  float: right;
  margin-bottom: -23px;
}
.signup-user .btn {
  min-width: 150px;
}
.signup-user > p {
  margin: 0 auto;
  max-width: 350px;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  margin-top: 30px;
}

.export h1 {
  text-align: left !important;
}
.export .section {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.export .section:after {
  content: " ";
  display: block;
  clear: both;
}
.export .section:after {
  content: "";
  display: table;
  clear: both;
}
.export .column .column {
  width: 100%;
  float: right;
  margin-right: 0;
}
@media (min-width: 970px) {
  .export .column .column {
    width: 48.7804878049%;
    float: left;
    margin-right: 2.4390243902%;
  }
  .export .column .column:last-of-type {
    width: 48.7804878049%;
    float: right;
    margin-right: 0;
  }
}

.setup {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.setup:after {
  content: " ";
  display: block;
  clear: both;
}
.setup:after {
  content: "";
  display: table;
  clear: both;
}
.setup article {
  margin-top: 0px;
  text-align: center;
}
@media (min-width: 600px) {
  .setup article {
    margin-top: 80px;
  }
}
.setup article h1 {
  text-align: center;
}
.setup article .btn {
  min-width: 150px;
}
.setup article input[type=text] {
  width: 100%;
  max-width: 400px;
  padding: 6px 5px;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #dad9d9;
}
.setup article #account-created img {
  display: block;
  margin: 10px auto;
  width: 100px;
}
.setup article #account-created p:first-of-type {
  margin-bottom: 40px;
}
.setup article #account-created p:last-of-type {
  margin: 0 auto;
  max-width: 350px;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  margin-top: 30px;
}
.setup article #repeating-invoices-next {
  margin-top: 60px;
}
.setup article .country-select-container {
  margin-top: 40px;
  margin-bottom: 30px;
}
.setup article .country-select-container label {
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: #000;
}
.setup article .country-select-container select {
  margin: 0 auto;
}
.setup article .industry-select-container {
  margin: 40px auto;
  max-width: 300px;
}
.setup article .industry-select-container:after {
  content: "";
  display: table;
  clear: both;
}
.setup article .industry-select-container p:first-of-type {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.setup article .industry-select-container p:nth-of-type(2) {
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  margin-top: 0px;
}
.setup article .industry-select-container .industry {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.setup article .industry-select-container .industry label {
  float: left;
}
.setup article .industry-select-container .industry input {
  float: left;
  margin-right: 20px;
  margin-top: 7px;
}
.setup article .industry-select-container .industry input[type=text] {
  width: 220px;
  margin: -10px 0 0 34px;
}
.setup article #phone-number p:first-of-type {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.setup article #phone-number p:nth-of-type(2) {
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  margin-top: 0px;
}
.setup article #phone-number input {
  display: block;
  margin: 30px auto;
}
.setup article #ready {
  margin-top: 80px;
}
.setup article .loading {
  width: 40px;
  margin: 0 auto;
}

.braintree-container h1 {
  text-align: center;
}
.braintree-container .content {
  text-align: center;
}
.braintree-container #payment-form {
  margin: 30px auto;
}
.braintree-container #payment-form .cards img {
  margin-right: 5px;
}
.braintree-container #payment-form .cards img:last-of-type {
  margin-bottom: -5px;
}
.braintree-container #payment-form span.input-label {
  color: #242e35;
  text-align: center;
  display: block;
  margin: 20px 0;
}
.braintree-container #payment-form button.btn {
  display: block;
  margin: 0 auto;
}

.customers #full-table_wrapper .excel-download {
  float: right;
  padding-top: 0.755em;
}
.customers #full-table_wrapper table td, .customers #full-table_wrapper table th {
  text-align: right;
  padding: 8px 20px 8px 10px;
  box-sizing: border-box;
}
.customers #full-table_wrapper table tbody tr td:first-of-type, .customers #full-table_wrapper table thead tr th:first-of-type {
  text-align: left;
}
.customers #full-table_wrapper table tr.even:hover td:last-of-type {
  background-color: #fff;
}
.customers #full-table_wrapper table td:hover {
  background-color: #E6E7E9 !important;
  cursor: pointer;
}
.customers #full-table_wrapper table tfoot tr td {
  font-weight: bold;
}
.customers #full-table_wrapper table tfoot tr th:first-of-type {
  text-align: left;
}
.customers #full-table_filter input {
  margin-top: 3px;
  height: 23px;
}
.customers #full-table_filter .excel-download {
  float: right;
  text-decoration: none;
  margin-left: 20px;
  padding-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .customers #full-table_filter .excel-download {
    margin-bottom: 0px;
  }
}

.connections table td.subscription {
  max-width: 150px;
}
.connections table td.subscription span {
  display: block;
}
.connections table a {
  text-decoration: none;
}

.billing-details {
  display: none;
}
@media (min-width: 600px) {
  .billing-details .column {
    width: 48.7804878049%;
    float: left;
    margin-right: 2.4390243902%;
  }
  .billing-details .column:nth-child(even) {
    width: 48.7804878049%;
    float: right;
    margin-right: 0;
  }
  .billing-details .column {
    min-height: 310px;
  }
  .billing-details .column .btn {
    position: absolute;
    bottom: 0px;
    left: 20px;
  }
}
.billing-details textarea {
  width: 100%;
  height: 100px;
}

.billing-history {
  display: none;
}
.billing-history #invoices {
  overflow: auto;
}
.billing-history #invoices form {
  width: auto;
  max-width: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.billing-history #invoices form.download {
  float: left;
}
.billing-history #invoices form.pay {
  float: left;
  margin-right: 10px;
}

.payment-confirmation {
  text-align: center;
}
.payment-confirmation .amount {
  color: #242e35;
}

.InvoicesEndingPage .ending-breakdown table tr.list-link {
  display: none;
}
.InvoicesEndingPage .ending-month {
  color: #242e35;
  font-size: 15px;
  line-height: 28px;
}
.InvoicesEndingPage .dataTables_length,
.InvoicesEndingPage .dataTables_paginate {
  display: none;
}
.InvoicesEndingPage .filters {
  float: left;
  width: 100%;
}
.InvoicesEndingPage .filters p {
  float: left;
  width: 100%;
}
.InvoicesEndingPage .filters div {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 820px) {
  .InvoicesEndingPage .filters p {
    float: left;
    width: 50%;
  }
  .InvoicesEndingPage .filters div {
    float: right;
    width: 50%;
    text-align: right;
    margin-bottom: 0px;
  }
}

table tr.shown, table tr.shown td {
  border-bottom: 0px;
}
table tr.shown td.details-control {
  background: url(/images/details_close.png) no-repeat center center;
}
table td.details-control {
  background: url(/images/details_open.png) no-repeat center center;
  cursor: pointer;
}
table tr.details > td {
  padding-top: 0px;
  padding-left: 4.3%;
  border-top: 0px !important;
}
table tr.odd:hover {
  background-color: #f9f9f9 !important;
}
table tr.even:hover {
  background-color: #fff !important;
}
table th {
  white-space: nowrap;
}

.inside-table table {
  border: 0px;
}
.inside-table table tr {
  border: 0px;
  background-color: transparent !important;
}
.inside-table table tr th, .inside-table table tr td {
  background-color: transparent;
  border: 0px;
  border-left: 0px !important;
}
.inside-table table tr td:first-child {
  width: 60%;
}
.inside-table table tr th {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000 !important;
}
.inside-table table:hover {
  background-color: transparent;
}

.LoginPage .messages {
  display: none;
}

.xero-sso-light > .xero-sso-link:hover {
  text-decoration: none;
}

body {
  margin: 0;
  background: #f0f5f7;
  -webkit-text-size-adjust: none;
  /* The text size is not adjusted for Safari on iPhone */
}
body .main {
  background: #f0f5f7;
  padding: 30px 20px;
}
body .main .inner:after {
  content: "";
  display: table;
  clear: both;
}
body .main .inner .content-container {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
body .main .inner .content-container article {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
body .main .inner .content-container article:after {
  content: " ";
  display: block;
  clear: both;
}
body .main .inner .content-container .content {
  margin-top: 40px;
}
body .main .inner .content-container .company-name {
  color: #6d6e70;
  font-size: 18px;
}
@media (min-width: 970px) {
  body .main .inner .content-container .company-name {
    padding-bottom: 5px;
  }
}
body .main .inner .content-container .inactive {
  color: #bbbdbf;
}
body .main .inner .content-container .negative {
  color: #e23c3f;
}
body .main .inner .content-container .positive {
  color: #21ba6e;
}
body .main .inner .content-container a.positive:hover, body .main .inner .content-container a.positive:focus {
  color: #e23c3f;
}
body .main .inner .content-container .row {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
body .main .inner .content-container .row:after {
  content: " ";
  display: block;
  clear: both;
}
body .main .inner .content-container .section {
  background: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
body .main .inner .content-container .section:before {
  content: " ";
  width: 60px;
  height: 6px;
  background-color: #21ba6e;
  position: absolute;
  top: 0;
  left: 20px;
}
body .main .inner .content-container .section h3 {
  padding-top: 20px;
}
body .main .inner .content-container .section .btn {
  margin-bottom: 20px;
}
body .main .inner .content-container .section table .btn {
  margin-bottom: 0px;
}
@media (min-width: 970px) {
  body .main .inner .sidebar {
    width: 14.6341463415%;
    float: left;
    margin-right: 2.4390243902%;
  }
}
body .hide {
  display: none;
}
body .float-right {
  float: right;
}
body .float-left {
  float: left;
}
body .access-feature {
  position: relative;
}
body .hover-message {
  color: #404041;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #bbbdbf;
  position: absolute;
  left: 15px;
  top: 5px;
  padding: 5px;
  white-space: nowrap;
  -webkit-box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.75);
  font-family: "Asap", sans-serif;
  z-index: 10;
}
body #data-loading #shadow-background {
  float: left;
  clear: both;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 200%;
  height: 200vh;
  background-color: #000000;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10;
}
body #data-loading .loading {
  width: 0px;
  height: 0px;
  color: #fff;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block !important;
  z-index: 50;
}
body #data-loading .loading .fa {
  margin-top: -35px;
  margin-left: -35px;
}
body #data-loading-full-table #shadow-background {
  float: left;
  clear: both;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10;
}
body #data-loading-full-table .loading {
  width: 0px;
  height: 0px;
  color: #fff;
  margin: auto;
  position: fixed;
  top: 4%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block !important;
  z-index: 50;
}
body #data-loading-full-table .loading .fa {
  margin-top: -35px;
  margin-left: -35px;
}
body .content-container.narrow-container {
  max-width: 920px;
  float: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
body .content-container.narrow-container .content h1 {
  text-align: center;
}
body .content-container.narrow-container .section {
  padding: 0px 60px 40px 60px !important;
}
body .content-container.narrow-container .section h2 {
  padding-top: 40px;
}
body .currency-hover {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #d1d3d4 transparent transparent;
  position: absolute;
  transform: translateY(-35px);
  right: 0px;
}
body .wrapper-scroll-x {
  float: left;
  clear: both;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 20px;
  background: #fff;
}
body .wrapper-scroll-x div {
  height: 1px;
}
body > .wrapper-scroll-x {
  position: fixed;
  top: -2px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.EditAccountPage .content-container h3 {
  margin-top: 30px;
}

.note {
  margin-top: 50px;
  font-size: 0.8rem;
  line-height: 1.4rem;
}
.note.narrow {
  max-width: 500px;
}

.fa-file-arrow-down {
  color: #21ba6e;
}

body.DashboardBillsPage .main .inner .content-container {
  /* swap colours for bills */
}
body.DashboardBillsPage .main .inner .content-container .positive {
  color: #e23c3f;
}
body.DashboardBillsPage .main .inner .content-container .negative {
  color: #21ba6e;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "";
}

.fa-arrows-to-circle::before {
  content: "";
}

.fa-circle-chevron-right::before {
  content: "";
}

.fa-chevron-circle-right::before {
  content: "";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-message::before {
  content: "";
}

.fa-comment-alt::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

.fa-compress-alt::before {
  content: "";
}

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

.fa-file-alt::before {
  content: "";
}

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

.fa-dice-three::before {
  content: "";
}

.fa-calendar-days::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-anchor-circle-check::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

.fa-door-open::before {
  content: "";
}

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

.fa-hand-point-right::before {
  content: "";
}

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

.fa-flag-checkered::before {
  content: "";
}

.fa-football::before {
  content: "";
}

.fa-football-ball::before {
  content: "";
}

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

.fa-angle-double-down::before {
  content: "";
}

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-file-csv::before {
  content: "";
}

.fa-menorah::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

.fa-grin-stars::before {
  content: "";
}

.fa-bong::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

.fa-hospital-symbol::before {
  content: "";
}

.fa-pager::before {
  content: "";
}

.fa-address-book::before {
  content: "";
}

.fa-contact-book::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

.fa-caret-right::before {
  content: "";
}

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

.fa-clipboard-list::before {
  content: "";
}

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

.fa-grin-tongue-squint::before {
  content: "";
}

.fa-spray-can::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "";
}

.fa-globe-africa::before {
  content: "";
}

.fa-rainbow::before {
  content: "";
}

.fa-circle-notch::before {
  content: "";
}

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-bell-concierge::before {
  content: "";
}

.fa-concierge-bell::before {
  content: "";
}

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

.fa-square-caret-right::before {
  content: "";
}

.fa-caret-square-right::before {
  content: "";
}

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

.fa-hockey-puck::before {
  content: "";
}

.fa-table::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

.fa-tachograph-digital::before {
  content: "";
}

.fa-digital-tachograph::before {
  content: "";
}

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-square-caret-down::before {
  content: "";
}

.fa-caret-square-down::before {
  content: "";
}

.fa-file-circle-question::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

.fa-heart-broken::before {
  content: "";
}

.fa-square-up-right::before {
  content: "";
}

.fa-external-link-square-alt::before {
  content: "";
}

.fa-face-kiss-beam::before {
  content: "";
}

.fa-kiss-beam::before {
  content: "";
}

.fa-film::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

.fa-caret-left::before {
  content: "";
}

.fa-circle-exclamation::before {
  content: "";
}

.fa-exclamation-circle::before {
  content: "";
}

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-circle-chevron-down::before {
  content: "";
}

.fa-chevron-circle-down::before {
  content: "";
}

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

.fa-cloud-showers-heavy::before {
  content: "";
}

.fa-headphones-simple::before {
  content: "";
}

.fa-headphones-alt::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

.fa-comment-slash::before {
  content: "";
}

.fa-cloud-sun-rain::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-peseta-sign::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

.fa-cart-plus::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-circle-dot::before {
  content: "";
}

.fa-dot-circle::before {
  content: "";
}

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

.fa-folder-plus::before {
  content: "";
}

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

.fa-gas-pump::before {
  content: "";
}

.fa-hot-tub-person::before {
  content: "";
}

.fa-hot-tub::before {
  content: "";
}

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-car-side::before {
  content: "";
}

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-eye-slash::before {
  content: "";
}

.fa-flask-vial::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

.fa-hand-paper::before {
  content: "";
}

.fa-om::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-hand-spock::before {
  content: "";
}

.fa-stopwatch::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-face-grin-tongue::before {
  content: "";
}

.fa-grin-tongue::before {
  content: "";
}

.fa-chess-bishop::before {
  content: "";
}

.fa-face-grin-wink::before {
  content: "";
}

.fa-grin-wink::before {
  content: "";
}

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

.fa-dice-five::before {
  content: "";
}

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

.fa-i-cursor::before {
  content: "";
}

.fa-stamp::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

.fa-grin-alt::before {
  content: "";
}

.fa-tooth::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-joint::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

.fa-frown-open::before {
  content: "";
}

.fa-hand-point-up::before {
  content: "";
}

.fa-money-bill::before {
  content: "";
}

.fa-bookmark::before {
  content: "";
}

.fa-align-justify::before {
  content: "";
}

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

.fa-hand-point-down::before {
  content: "";
}

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

.fa-file-medical-alt::before {
  content: "";
}

.fa-radiation::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

.fa-square-caret-left::before {
  content: "";
}

.fa-caret-square-left::before {
  content: "";
}

.fa-highlighter::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

.fa-location-arrow::before {
  content: "";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

.fa-chart-area::before {
  content: "";
}

.fa-area-chart::before {
  content: "";
}

.fa-house-flag::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

.fa-air-freshener::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

.fa-expand-arrows-alt::before {
  content: "";
}

.fa-charging-station::before {
  content: "";
}

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

.fa-grip-lines-vertical::before {
  content: "";
}

.fa-spider::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

.fa-file-invoice-dollar::before {
  content: "";
}

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-1::before {
  content: "";
}

.fa-blender-phone::before {
  content: "";
}

.fa-building-wheat::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-thumbtack-slash::before {
  content: "";
}

.fa-thumb-tack-slash::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

.fa-file-prescription::before {
  content: "";
}

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

.fa-chess-knight::before {
  content: "";
}

.fa-face-laugh-squint::before {
  content: "";
}

.fa-laugh-squint::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-circle-arrow-up::before {
  content: "";
}

.fa-arrow-circle-up::before {
  content: "";
}

.fa-toggle-on::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

.fa-folder-open::before {
  content: "";
}

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

.fa-glass-cheers::before {
  content: "";
}

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

.fa-file-upload::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

.fa-border-style::before {
  content: "";
}

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

.fa-car-battery::before {
  content: "";
}

.fa-battery-car::before {
  content: "";
}

.fa-gift::before {
  content: "";
}

.fa-dice-two::before {
  content: "";
}

.fa-chess-queen::before {
  content: "";
}

.fa-glasses::before {
  content: "";
}

.fa-chess-board::before {
  content: "";
}

.fa-building-circle-check::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

.fa-hand-rock::before {
  content: "";
}

.fa-square-caret-up::before {
  content: "";
}

.fa-caret-square-up::before {
  content: "";
}

.fa-cloud-showers-water::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-bar-chart::before {
  content: "";
}

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

.fa-less-than-equal::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

.fa-low-vision::before {
  content: "";
}

.fa-crow::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

.fa-caret-up::before {
  content: "";
}

.fa-screwdriver::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

.fa-martini-glass::before {
  content: "";
}

.fa-glass-martini-alt::before {
  content: "";
}

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

.fa-compress-arrows-alt::before {
  content: "";
}

.fa-monument::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

.fa-angle-double-right::before {
  content: "";
}

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

.fa-euro-sign::before {
  content: "";
}

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

.fa-circle-check::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

.fa-compass-drafting::before {
  content: "";
}

.fa-drafting-compass::before {
  content: "";
}

.fa-plate-wheat::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

.fa-id-badge::before {
  content: "";
}

.fa-marker::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

.fa-laugh-beam::before {
  content: "";
}

.fa-helicopter-symbol::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

.fa-circle-chevron-up::before {
  content: "";
}

.fa-chevron-circle-up::before {
  content: "";
}

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

.fa-funnel-dollar::before {
  content: "";
}

.fa-camera-retro::before {
  content: "";
}

.fa-circle-arrow-down::before {
  content: "";
}

.fa-arrow-circle-down::before {
  content: "";
}

.fa-file-import::before {
  content: "";
}

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

.fa-box-open::before {
  content: "";
}

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-address-card::before {
  content: "";
}

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

.fa-balance-scale-right::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

.fa-cloud-upload-alt::before {
  content: "";
}

.fa-palette::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

.fa-arrows-alt-h::before {
  content: "";
}

.fa-boxes-packing::before {
  content: "";
}

.fa-circle-arrow-left::before {
  content: "";
}

.fa-arrow-circle-left::before {
  content: "";
}

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

.fa-candy-cane::before {
  content: "";
}

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

.fa-file-word::before {
  content: "";
}

.fa-file-powerpoint::before {
  content: "";
}

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

.fa-cloud-download-alt::before {
  content: "";
}

.fa-children::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

.fa-envelope-open::before {
  content: "";
}

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

.fa-fire-extinguisher::before {
  content: "";
}

.fa-cruzeiro-sign::before {
  content: "";
}

.fa-greater-than-equal::before {
  content: "";
}

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

.fa-layer-group::before {
  content: "";
}

.fa-arrows-to-dot::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

.fa-house-damage::before {
  content: "";
}

.fa-file-zipper::before {
  content: "";
}

.fa-file-archive::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

.fa-glass-martini::before {
  content: "";
}

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-table-cells-column-lock::before {
  content: "";
}

.fa-church::before {
  content: "";
}

.fa-comments-dollar::before {
  content: "";
}

.fa-democrat::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

.fa-feather-alt::before {
  content: "";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

.fa-circle-arrow-right::before {
  content: "";
}

.fa-arrow-circle-right::before {
  content: "";
}

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

.fa-list-ol::before {
  content: "";
}

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bread-slice::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

.fa-kiss-wink-heart::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "";
}

.fa-up-down-left-right::before {
  content: "";
}

.fa-arrows-alt::before {
  content: "";
}

.fa-house-chimney-user::before {
  content: "";
}

.fa-hand-holding-heart::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-whiskey-glass::before {
  content: "";
}

.fa-glass-whiskey::before {
  content: "";
}

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-pie-chart::before {
  content: "";
}

.fa-bolt-lightning::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

.fa-file-excel::before {
  content: "";
}

.fa-file-contract::before {
  content: "";
}

.fa-fish-fins::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

.fa-grin-beam::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hat-hard::before {
  content: "";
}

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

.fa-arrow-alt-circle-right::before {
  content: "";
}

.fa-plane-circle-check::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

.fa-chart-line::before {
  content: "";
}

.fa-line-chart::before {
  content: "";
}

.fa-mask-ventilator::before {
  content: "";
}

.fa-arrow-right::before {
  content: "";
}

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-cash-register::before {
  content: "";
}

.fa-person-circle-question::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

.fa-dumpster-fire::before {
  content: "";
}

.fa-house-crack::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

.fa-apple-alt::before {
  content: "";
}

.fa-kitchen-set::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

.fa-lock-open::before {
  content: "";
}

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-backward-fast::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

.fa-basketball-ball::before {
  content: "";
}

.fa-satellite-dish::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

.fa-arrow-alt-circle-up::before {
  content: "";
}

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

.fa-clipboard-check::before {
  content: "";
}

.fa-file-audio::before {
  content: "";
}

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

.fa-file-image::before {
  content: "";
}

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

.fa-code-branch::before {
  content: "";
}

.fa-hat-cowboy::before {
  content: "";
}

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

.fa-comment-medical::before {
  content: "";
}

.fa-teeth-open::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

.fa-forward-fast::before {
  content: "";
}

.fa-fast-forward::before {
  content: "";
}

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

.fa-dolly-flatbed::before {
  content: "";
}

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

.fa-bus-alt::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

.fa-audio-description::before {
  content: "";
}

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

.fa-file-code::before {
  content: "";
}

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

.fa-balance-scale-left::before {
  content: "";
}

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

.fa-comment-dots::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

.fa-grin-squint::before {
  content: "";
}

.fa-hand-holding-dollar::before {
  content: "";
}

.fa-hand-holding-usd::before {
  content: "";
}

.fa-bacterium::before {
  content: "";
}

.fa-hand-pointer::before {
  content: "";
}

.fa-drum-steelpan::before {
  content: "";
}

.fa-hand-scissors::before {
  content: "";
}

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

.fa-grin-tears::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

.fa-calendar-times::before {
  content: "";
}

.fa-child-reaching::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

.fa-door-closed::before {
  content: "";
}

.fa-shield-virus::before {
  content: "";
}

.fa-dice-six::before {
  content: "";
}

.fa-mosquito-net::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-pen-fancy::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

.fa-book-medical::before {
  content: "";
}

.fa-poo::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

.fa-arrow-left::before {
  content: "";
}

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

.fa-align-left::before {
  content: "";
}

.fa-dice-d6::before {
  content: "";
}

.fa-restroom::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "";
}

.fa-file-video::before {
  content: "";
}

.fa-up-right-from-square::before {
  content: "";
}

.fa-external-link-alt::before {
  content: "";
}

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-comment-dollar::before {
  content: "";
}

.fa-business-time::before {
  content: "";
}

.fa-briefcase-clock::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

.fa-hat-cowboy-side::before {
  content: "";
}

.fa-clipboard-user::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-lira-sign::before {
  content: "";
}

.fa-satellite::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

.fa-birthday-cake::before {
  content: "";
}

.fa-cake::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

.fa-angle-double-up::before {
  content: "";
}

.fa-paperclip::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

.fa-border-none::before {
  content: "";
}

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

.fa-circle-info::before {
  content: "";
}

.fa-info-circle::before {
  content: "";
}

.fa-cloud-meatball::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-camera-alt::before {
  content: "";
}

.fa-square-virus::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-water::before {
  content: "";
}

.fa-calendar-check::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

.fa-check-double::before {
  content: "";
}

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

.fa-grin-squint-tears::before {
  content: "";
}

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

.fa-list-alt::before {
  content: "";
}

.fa-tarp-droplet::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

.fa-calendar-plus::before {
  content: "";
}

.fa-plane-arrival::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

.fa-arrow-alt-circle-left::before {
  content: "";
}

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

.fa-crop-alt::before {
  content: "";
}

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

.fa-long-arrow-alt-left::before {
  content: "";
}

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

.fa-grip-vertical::before {
  content: "";
}

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

.fa-caret-down::before {
  content: "";
}

.fa-house-chimney-medical::before {
  content: "";
}

.fa-clinic-medical::before {
  content: "";
}

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

.fa-battery-half::before {
  content: "";
}

.fa-battery-3::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

.fa-long-arrow-alt-right::before {
  content: "";
}

.fa-flag-usa::before {
  content: "";
}

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

.fa-closed-captioning::before {
  content: "";
}

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-cloud-rain::before {
  content: "";
}

.fa-building-circle-xmark::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

.fa-eye-dropper::before {
  content: "";
}

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

.fa-align-center::before {
  content: "";
}

.fa-book-skull::before {
  content: "";
}

.fa-book-dead::before {
  content: "";
}

.fa-id-card::before {
  content: "";
}

.fa-drivers-license::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

.fa-calendar-week::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "";
}

.fa-dice-one::before {
  content: "";
}

.fa-kiwi-bird::before {
  content: "";
}

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

.fa-tower-broadcast::before {
  content: "";
}

.fa-broadcast-tower::before {
  content: "";
}

.fa-truck-pickup::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

.fa-long-arrow-alt-up::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

.fa-compact-disc::before {
  content: "";
}

.fa-file-arrow-down::before {
  content: "";
}

.fa-file-download::before {
  content: "";
}

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

.fa-laugh-wink::before {
  content: "";
}

.fa-horse-head::before {
  content: "";
}

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

.fa-arrow-alt-circle-down::before {
  content: "";
}

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "";
}

.fa-car-tunnel::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

.fa-grip-lines::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-chess-pawn::before {
  content: "";
}

.fa-kit-medical::before {
  content: "";
}

.fa-first-aid::before {
  content: "";
}

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-credit-card::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

.fa-hand-holding-hand::before {
  content: "";
}

.fa-book-open-reader::before {
  content: "";
}

.fa-book-reader::before {
  content: "";
}

.fa-mountain-sun::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

.fa-dice-d20::before {
  content: "";
}

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-square-h::before {
  content: "";
}

.fa-h-square::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-handshake-angle::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-file::before {
  content: "";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

.fa-arrow-down::before {
  content: "";
}

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

.fa-globe-americas::before {
  content: "";
}

.fa-person-burst::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

.fa-battery-empty::before {
  content: "";
}

.fa-battery-0::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-hospital::before {
  content: "";
}

.fa-hospital-alt::before {
  content: "";
}

.fa-hospital-wide::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

.fa-chess-rook::before {
  content: "";
}

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

.fa-ice-cream::before {
  content: "";
}

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

.fa-assistive-listening-systems::before {
  content: "";
}

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-table-cells-row-lock::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

.fa-cart-arrow-down::before {
  content: "";
}

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-battery-full::before {
  content: "";
}

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

.fa-list-ul::before {
  content: "";
}

.fa-list-dots::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

.fa-long-arrow-alt-down::before {
  content: "";
}

.fa-ranking-star::before {
  content: "";
}

.fa-chess-king::before {
  content: "";
}

.fa-person-harassing::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-arrow-up::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

.fa-car-crash::before {
  content: "";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

.fa-baseball-ball::before {
  content: "";
}

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

.fa-grip-horizontal::before {
  content: "";
}

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

.fa-chalkboard-teacher::before {
  content: "";
}

.fa-peso-sign::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

.fa-folder-minus::before {
  content: "";
}

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

.fa-bezier-curve::before {
  content: "";
}

.fa-bell-slash::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-drumstick-bite::before {
  content: "";
}

.fa-holly-berry::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-bacteria::before {
  content: "";
}

.fa-hand-lizard::before {
  content: "";
}

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

.fa-briefcase-medical::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

.fa-car-alt::before {
  content: "";
}

.fa-pump-soap::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

.fa-battery-quarter::before {
  content: "";
}

.fa-battery-2::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

.fa-baby-carriage::before {
  content: "";
}

.fa-carriage-baby::before {
  content: "";
}

.fa-traffic-light::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

.fa-hand-middle-finger::before {
  content: "";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-hand-peace::before {
  content: "";
}

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

.fa-grin-hearts::before {
  content: "";
}

.fa-dice-four::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

.fa-angle-double-left::before {
  content: "";
}

.fa-qrcode::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

.fa-grin-beam-sweat::before {
  content: "";
}

.fa-file-export::before {
  content: "";
}

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

.fa-golf-ball::before {
  content: "";
}

.fa-circle-chevron-left::before {
  content: "";
}

.fa-chevron-circle-left::before {
  content: "";
}

.fa-house-chimney-window::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-carrot::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

.fa-expand-alt::before {
  content: "";
}

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

.fa-arrows-alt-v::before {
  content: "";
}

.fa-cloud-moon-rain::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

.fa-grin-tongue-wink::before {
  content: "";
}

.fa-hand-holding::before {
  content: "";
}

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

.fa-fire-alt::before {
  content: "";
}

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

.fa-border-all::before {
  content: "";
}

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

.fa-cookie-bite::before {
  content: "";
}

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

.fa-draw-polygon::before {
  content: "";
}

.fa-scale-balanced::before {
  content: "";
}

.fa-balance-scale::before {
  content: "";
}

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-4::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

.fa-fist-raised::before {
  content: "";
}

.fa-cloud-moon::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

.fa-globe-europe::before {
  content: "";
}

.fa-cart-flatbed-suitcase::before {
  content: "";
}

.fa-luggage-cart::before {
  content: "";
}

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

.fa-book-open::before {
  content: "";
}

.fa-book-journal-whills::before {
  content: "";
}

.fa-journal-whills::before {
  content: "";
}

.fa-handcuffs::before {
  content: "";
}

.fa-triangle-exclamation::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-warning::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

.fa-exchange-alt::before {
  content: "";
}

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

.fa-align-right::before {
  content: "";
}

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

.fa-life-ring::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

.fa-calendar-day::before {
  content: "";
}

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

.fa-level-down-alt::before {
  content: "";
}

.fa-person-walking-arrow-right::before {
  content: "";
}

.fa-square-envelope::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-dice::before {
  content: "";
}

.fa-bowling-ball::before {
  content: "";
}

.fa-brain::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

.fa-band-aid::before {
  content: "";
}

.fa-calendar-minus::before {
  content: "";
}

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

.fa-globe-asia::before {
  content: "";
}

.fa-id-card-clip::before {
  content: "";
}

.fa-id-card-alt::before {
  content: "";
}

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

.fa-file-invoice::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

.fa-cloud-sun::before {
  content: "";
}

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-table-cells-row-unlock::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

.fa-hand-point-left::before {
  content: "";
}

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-jet-fighter::before {
  content: "";
}

.fa-fighter-jet::before {
  content: "";
}

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

.fa-graduation-cap::before {
  content: "";
}

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

.fa-level-up-alt::before {
  content: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*# sourceMappingURL=main.css.map */
