/*
 * Sprockets manifest file for the stylesheets reequied in the project.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 *

 *
 *  Reset from HTML5Boilerplate
 *

 *
 *  Order of requires is important
 *









*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

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


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #e3e3e3; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


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

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

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


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

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

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

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

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

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

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

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

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

.chosen-container a {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */
/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
/* line 13, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-helper-hidden {
  display: none;
}

/* line 14, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 15, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 16, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

/* line 17, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 18, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-helper-clearfix {
  zoom: 1;
}

/* line 19, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
/* line 24, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 31, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 38, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
/* Interaction states
----------------------------------*/
/* line 66, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec;
  background: #dfeffc url(/assets/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400-a1c7aea43a7ec84375354acf309bb27c94d75da2e4a202aa8a28da21a269abdf.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e;
}

/* line 67, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  outline: none;
  border: 1px solid #79b7e7;
  background: #d0e5f5 url(/assets/jquery-ui/redmond/images/ui-bg_glass_75_d0e5f5_1x400-3a2e939f6bd1fb9fd36624e7cf7451543cfcbe172016c78756ce6cc22032c051.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
}

/* line 69, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-hover a, .ui-state-hover a:hover {
  color: #1d5987;
  text-decoration: none;
}

/* line 70, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url(/assets/jquery-ui/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100-190f1a0191976a6c66d7b0c31087748e6c55fbf82389d0966463aa64be9c3aaf.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009;
}

/* line 71, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}

/* line 72, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
/* line 76, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  background: #fbec88 url(/assets/jquery-ui/redmond/images/ui-bg_flat_55_fbec88_40x100-fd65379c637e2c3eb181e5bec55da8bc28d778979dd130c20d597fb61d1a0e2b.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 77, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 78, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/assets/jquery-ui/redmond/images/ui-bg_glass_95_fef1ec_1x400-5f41df2ba2245ca35f4dd1f7c43ef5e81527f0e87c5b51a9239c08c2c2dc9959.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 79, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 80, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 81, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 82, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 83, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 89, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/assets/jquery-ui/redmond/images/ui-icons_469bdd_256x240-0bbf524a90c936638fb7fa3ba9e357e7b320c15f05686ce59eca6430ae43c071.png);
}

/* line 90, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/redmond/images/ui-icons_469bdd_256x240-0bbf524a90c936638fb7fa3ba9e357e7b320c15f05686ce59eca6430ae43c071.png);
}

/* line 91, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/redmond/images/ui-icons_d8e7f3_256x240-549ce6ddbabaf30c38c54f95989482de53b98723452355678274455519e1ff2f.png);
}

/* line 92, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-default .ui-icon {
  background-image: url(/assets/jquery-ui/redmond/images/ui-icons_6da8d5_256x240-bcbc1434e9baa9c435e0deef4dbf50bf806aa17db8f2c3a06fd88b410dd47dcf.png);
}

/* line 93, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/assets/jquery-ui/redmond/images/ui-icons_217bc0_256x240-9a0cd44a3efd872c1f966a495126db5a3d57a8771955a24535e8783ec4bbe4d4.png);
}

/* line 94, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-active .ui-icon {
  background-image: url(/assets/jquery-ui/redmond/images/ui-icons_f9bd01_256x240-f80b0042fb73036c317627b852de3c6794e810203a44fd9caa46391958007b8e.png);
}

/* line 95, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/jquery-ui/redmond/images/ui-icons_2e83ff_256x240-71ec8b5da0ab851bbef886db2d916428fcad59d785b5f505af8cd3c8fbb43cb2.png);
}

/* line 96, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/redmond/images/ui-icons_cd0a0a_256x240-362b1dfd7da7e263c4037c73d5e0c430eefa4ba194f05914a9593adf3c62bf85.png);
}

/* positioning */
/* line 99, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 100, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 101, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 102, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 103, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 104, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 105, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 106, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 107, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 108, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 109, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 110, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 111, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 112, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 113, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 114, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 115, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 116, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 117, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 118, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 119, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 120, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 121, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 122, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 123, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 124, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 125, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 126, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 127, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 128, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 129, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 130, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 131, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 132, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 133, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 134, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 135, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 136, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 137, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 138, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 139, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 140, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 141, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 142, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 143, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 144, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 145, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 146, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 147, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 148, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 149, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 150, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 151, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 152, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 153, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 154, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 155, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 156, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 157, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 158, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 159, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 160, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 161, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 162, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 163, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 164, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 165, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 166, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 167, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 168, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 169, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 170, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 171, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 172, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 173, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 174, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 175, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 176, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 177, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 178, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 179, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 180, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 181, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 182, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 183, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 184, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 185, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 186, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 187, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 188, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 189, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 190, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 191, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 192, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 193, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 194, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 195, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 196, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 197, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 198, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 199, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 200, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 201, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 202, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 203, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 204, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 205, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 206, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 207, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 208, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 209, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 210, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 211, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 212, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 213, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 214, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 215, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 216, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 217, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 218, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 219, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 220, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 221, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 222, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 223, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 224, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 225, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-radio-off {
  background-position: -96px -144px;
}

/* line 226, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-radio-on {
  background-position: -112px -144px;
}

/* line 227, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 228, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 229, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 230, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 231, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 232, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 233, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 234, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 236, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 237, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 238, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 239, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 240, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 241, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 242, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 243, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 244, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 245, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 246, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 247, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 248, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 249, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 250, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 251, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 252, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 253, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 254, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 255, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 256, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 257, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 258, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 259, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 260, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 261, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 262, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 263, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 264, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 265, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 266, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 267, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 268, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 269, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 270, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 271, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 272, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 273, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 280, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 281, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 282, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 283, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Overlays */
/* line 286, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-widget-overlay {
  background: #aaaaaa url(/assets/jquery-ui/redmond/images/ui-bg_flat_0_aaaaaa_40x100-aa167a04c6c4e82e1fbe80ec8a290de0a228ff1f074e64fda276e18c53b6885a.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
}

/* line 287, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/assets/jquery-ui/redmond/images/ui-bg_flat_0_aaaaaa_40x100-aa167a04c6c4e82e1fbe80ec8a290de0a228ff1f074e64fda276e18c53b6885a.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/*
 * jQuery UI Slider 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
/* line 298, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 299, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 300, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 302, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 303, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 304, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 305, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 306, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 308, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 309, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 310, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 311, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 312, app/assets/stylesheets/jquery-ui/jquery-ui-1.8.18.slider.css.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*!
 * jQuery UI Datepicker 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
/* line 4, app/assets/stylesheets/base.scss */
html {
  overflow-y: scroll;
}

/* line 8, app/assets/stylesheets/base.scss */
body, p, ol, ul, td, h1, h2, h3, h4, legend {
  font-family: helvetica, arial, verdana, sans-serif;
}

/* line 12, app/assets/stylesheets/base.scss */
body, p, ol, ul, td {
  font-size: 14px;
  color: #363636;
  line-height: 20px;
}

/* line 18, app/assets/stylesheets/base.scss */
h1, h2, h3, h4, legend {
  font-weight: normal;
  margin: 0 0 .5em 0;
  line-height: 1.4em;
}

/* line 24, app/assets/stylesheets/base.scss */
h1 {
  font-size: 28px;
  letter-spacing: -1px;
}

/* line 25, app/assets/stylesheets/base.scss */
h2 {
  font-size: 20px;
}

/* line 26, app/assets/stylesheets/base.scss */
h3 {
  font-size: 15px;
}

/* line 27, app/assets/stylesheets/base.scss */
h4 {
  font-size: 14px;
}

/* line 29, app/assets/stylesheets/base.scss */
p {
  margin: 0 0 .5em 0;
}

/* line 32, app/assets/stylesheets/base.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 36, app/assets/stylesheets/base.scss */
p em {
  padding: 1px 2px;
}

/* line 40, app/assets/stylesheets/base.scss */
p.help {
  color: #888;
}

/* line 43, app/assets/stylesheets/base.scss */
p.help a {
  color: #888;
  text-decoration: underline;
}

/* line 49, app/assets/stylesheets/base.scss */
p.small {
  font-size: 12px;
}

/* line 53, app/assets/stylesheets/base.scss */
p.bigger {
  font-size: 15px;
}

/* line 57, app/assets/stylesheets/base.scss */
p.legend_size {
  font-size: 18px;
}

/* line 62, app/assets/stylesheets/base.scss */
.bottom_gap {
  margin-bottom: 2em;
}

/* line 67, app/assets/stylesheets/base.scss */
span.help {
  color: #888;
}

/* line 70, app/assets/stylesheets/base.scss */
span.help a {
  color: #888;
  text-decoration: underline;
}

/* line 77, app/assets/stylesheets/base.scss */
strong {
  font-weight: bold;
}

/* line 81, app/assets/stylesheets/base.scss */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 87, app/assets/stylesheets/base.scss */
.hidden {
  display: none;
}

/* line 88, app/assets/stylesheets/base.scss */
.clear {
  clear: both;
}

/* line 89, app/assets/stylesheets/base.scss */
.translation_missing {
  background-color: #fdd;
  color: #c00;
  font-style: italic;
}

/* line 90, app/assets/stylesheets/base.scss */
.clearfix {
  zoom: 1;
}

/* line 4, app/assets/stylesheets/import/mixins.scss.erb */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}

/* line 10, app/assets/stylesheets/import/mixins.scss.erb */
.clearfix:after {
  clear: both;
}

/* line 92, app/assets/stylesheets/base.scss */
.ui-datepicker {
  font-size: .9em;
}

@media (min-width: 768px) {
  /* line 97, app/assets/stylesheets/base.scss */
  .summary-footprints {
    overflow-y: auto;
    max-height: 15rem;
  }
  /* line 102, app/assets/stylesheets/base.scss */
  .compare-footprints {
    overflow-y: auto;
    max-height: 9.3rem;
  }
}
/* line 4, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .carbon-footprint {
  background-color: #fff !important;
  border: 1px solid black;
  border-radius: 10px;
  color: #36abbf !important;
  max-width: 850px;
  min-height: 500px;
}

/* line 13, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .carbon-footprint .row .home_pie_chart_container {
  height: 350px;
  position: relative;
  width: 485px;
}

/* line 19, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .carbon-footprint .row .home_pie_chart {
  height: 500px;
  left: -10px;
  position: absolute;
  top: -50px;
  width: 500px;
}

/* line 29, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel h3 {
  font-size: 26px;
}

/* line 33, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel h4 {
  font-size: 18px;
}

/* line 37, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel h5 {
  font-size: 14px;
}

/* line 41, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .icon, .snapshot-panel .fa {
  display: block;
  font-size: 28px;
  margin-bottom: 5px;
}

/* line 47, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .row {
  margin-left: 0px;
}

/* line 51, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .button.bottom-button {
  background: #d2e8ef;
  color: #000;
}

/* line 55, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .button.bottom-button:hover {
  background: #e5eef1;
}

/* line 60, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .chart_region {
  background-color: transparent;
  float: left;
  height: 300px;
  margin-bottom: 20px;
  width: 100%;
}

/* line 67, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .chart_region .home_pie_chart {
  height: 300px;
  width: 100%;
}

/* line 74, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .carbon-footprint .vertical-bar {
  height: 300px;
  margin: 60px 0px;
  margin-left: 7px;
}

/* line 80, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .carbon-footprint .emissions {
  align-content: center;
  align-items: center;
  display: flex;
  height: 400px;
  justify-content: center;
}

/* line 87, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .carbon-footprint .emissions .value {
  font-size: 70px;
  line-height: 61px;
}

/* line 92, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .carbon-footprint .emissions .small {
  font-size: 14px;
}

/* line 98, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .trends {
  background-color: #ff8804;
  border-radius: 40px;
  color: #fff;
  margin-bottom: 50px;
  max-width: none;
  padding: 10px;
  text-align: center;
  width: 100%;
}

/* line 108, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .trends h3 {
  margin: 0px;
}

/* line 112, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .trends .trend {
  margin-bottom: 10px;
}

/* line 116, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .trends .vertical-bar {
  height: 80px;
  border-left: 4px solid #fff;
}

/* line 121, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .trends .fa {
  font-size: 35px;
  width: 100%;
}

/* line 127, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .certifications {
  padding: 40px 60px;
}

/* line 130, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .certifications .certification {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}

/* line 135, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .certifications .certification .fa {
  float: left;
  font-size: 25px;
  margin: 5px 10px 0px 0px;
}

/* line 144, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .footprints .name {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
}

/* line 150, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .footprints .entity-row {
  margin-top: 5px;
}

/* line 156, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .footprints .row, .snapshot-panel .documents .row {
  margin-bottom: 10px;
}

/* line 161, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .requirements {
  max-width: 850px;
}

/* line 164, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .requirements h3 {
  line-height: 50px;
}

/* line 169, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .requirements .icons .row:first-child {
  margin-bottom: 10px;
}

/* line 174, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .requirements .fa-check, .snapshot-panel .requirements .fa-check-circle-o {
  color: #49b96e;
}

/* line 178, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .requirements .fa-circle-o {
  color: #ff8804;
}

/* line 182, app/assets/stylesheets/account_snapshot.scss */
.snapshot-panel .requirements .fa-ban {
  color: #d45;
}

/* line 188, app/assets/stylesheets/account_snapshot.scss */
.vertical-bar {
  height: 100%;
}

/* line 191, app/assets/stylesheets/account_snapshot.scss */
.vertical-bar.left {
  border-left: 4px solid #36abbf;
}

/* line 195, app/assets/stylesheets/account_snapshot.scss */
.vertical-bar.right {
  border-right: 4px solid #36abbf;
}
/* line 4, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .fa-star {
  color: #f6c32e !important;
}

/* line 8, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .content {
  margin-left: 40px;
}

/* line 11, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .content .filter-option {
  margin: 10px 0px;
}

/* line 15, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .content h2 {
  margin: 0px;
}

/* line 22, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .year-consumption-table th:not(:first-child),
.ace-content-page .year-consumption-table td:not(:first-child) {
  text-align: center;
}

/* line 28, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .year-consumption-table .programme-icon {
  width: 1.4em;
  margin-right: .5em;
}

/* line 33, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .year-consumption-table .icon {
  width: 35px;
}

/* line 38, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .carbon-footprint {
  min-height: 300px;
}

/* line 42, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .carbon-footprint .row .home_pie_chart_container {
  height: 300px;
  position: relative;
}

/* line 48, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .carbon-footprint .row .home_pie_chart {
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 500px;
}

/* line 57, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .carbon-footprint .emissions {
  align-content: center;
  align-items: center;
  display: flex;
  height: 400px;
  justify-content: center;
}

/* line 64, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .carbon-footprint .emissions .value {
  font-size: 70px;
  line-height: 61px;
}

/* line 69, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .carbon-footprint .emissions .small {
  font-size: 14px;
}

/* line 75, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .footprint-totals {
  padding-bottom: 240px;
}

/* line 78, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .footprint-totals .chart_region {
  background-color: #ffffff;
  padding-bottom: 20px;
}

/* line 82, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .footprint-totals .chart_region .help_text {
  color: #aaa;
  font-size: 12px;
  padding: 0 20px;
  text-align: right;
}

/* line 89, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .footprint-totals .chart_region #cp_bar_chart {
  height: 500px;
  width: 100%;
}

/* line 96, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .snapshot-panel {
  margin: auto;
  padding: 20px 10px;
  background: #e8e8e8;
  border-radius: 20px;
}

/* line 102, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .snapshot-panel h3 {
  font-size: 24px;
}

/* line 107, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .icons .icon,
.ace-content-page .icons .fa {
  display: block;
  font-size: 28px;
  margin-bottom: 5px;
}

/* line 113, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .icons .icon.fa-circle-o,
.ace-content-page .icons .fa.fa-circle-o {
  color: #ff8804;
}

/* line 118, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .box {
  max-width: 100%;
}

/* line 122, app/assets/stylesheets/ace_dashboard.scss */
.ace-content-page .button.bottom-button {
  background: #d2e8ef;
  color: #000;
}

/* line 128, app/assets/stylesheets/ace_dashboard.scss */
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  display: none;
  z-index: 9998;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding-top: 12px;
}

/* line 145, app/assets/stylesheets/ace_dashboard.scss */
.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

/* line 156, app/assets/stylesheets/ace_dashboard.scss */
.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

/* line 161, app/assets/stylesheets/ace_dashboard.scss */
.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

/* line 163, app/assets/stylesheets/ace_dashboard.scss */
#search-list {
  outline: 0;
  z-index: 9999;
  position: relative;
}

/* line 169, app/assets/stylesheets/ace_dashboard.scss */
.search-pie-chart {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: visible !important;
}

/* line 175, app/assets/stylesheets/ace_dashboard.scss */
.search-pie-chart div, .search-pie-chart svg {
  overflow: visible !important;
}

/* line 180, app/assets/stylesheets/ace_dashboard.scss */
.ui-closed, .ui-opened {
  border-radius: 50px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  background-color: #36abbf;
}

/* line 189, app/assets/stylesheets/ace_dashboard.scss */
.ui-closed {
  padding: 6px 12px;
}

/* line 193, app/assets/stylesheets/ace_dashboard.scss */
.ui-opened {
  padding: 6px 18px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
  left: 15px;
}

/* line 201, app/assets/stylesheets/ace_dashboard.scss */
.consumptions {
  background-color: #36abbf;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 50px;
  max-width: none !important;
  padding: 10px;
  text-align: center;
  width: 100%;
}

/* line 211, app/assets/stylesheets/ace_dashboard.scss */
.consumptions h3 {
  margin: 0px;
}

/* line 215, app/assets/stylesheets/ace_dashboard.scss */
.consumptions .col3 {
  margin: 10px auto;
}

/* line 219, app/assets/stylesheets/ace_dashboard.scss */
.consumptions .consumption {
  margin: 21px 0px;
}

/* line 223, app/assets/stylesheets/ace_dashboard.scss */
.consumptions .vertical-bar {
  height: 96px;
  border-left: 4px solid #fff;
}

/* line 230, app/assets/stylesheets/ace_dashboard.scss */
#chart-legend1 svg {
  left: 0;
}
/* line 6, app/assets/stylesheets/activities.scss */
#activity_overview .selection_column {
  float: left;
  width: 100%;
}

/* line 11, app/assets/stylesheets/activities.scss */
#activity_overview .selection_column .selection_header {
  zoom: 1;
  padding: 20px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #eee;
  position: relative;
  min-height: 35px;
}

/* line 4, app/assets/stylesheets/import/mixins.scss.erb */
#activity_overview .selection_column .selection_header:before, #activity_overview .selection_column .selection_header:after {
  display: table;
  content: "";
  zoom: 1;
}

/* line 10, app/assets/stylesheets/import/mixins.scss.erb */
#activity_overview .selection_column .selection_header:after {
  clear: both;
}

/* line 18, app/assets/stylesheets/activities.scss */
#activity_overview .selection_column .selection_header .new_activity_button {
  float: left;
}

/* line 21, app/assets/stylesheets/activities.scss */
#activity_overview .selection_column .selection_header .filter_option {
  position: absolute;
  top: 15px;
  right: 20px;
}

/* line 25, app/assets/stylesheets/activities.scss */
#activity_overview .selection_column .selection_header .filter_option label {
  display: block;
}

/* line 28, app/assets/stylesheets/activities.scss */
#activity_overview .selection_column .selection_header .filter_option select {
  margin: 0;
}

/* line 35, app/assets/stylesheets/activities.scss */
#activity_overview .selection_column .selection-header-table {
  zoom: 1;
  padding: 15px 0;
}

/* line 4, app/assets/stylesheets/import/mixins.scss.erb */
#activity_overview .selection_column .selection-header-table:before, #activity_overview .selection_column .selection-header-table:after {
  display: table;
  content: "";
  zoom: 1;
}

/* line 10, app/assets/stylesheets/import/mixins.scss.erb */
#activity_overview .selection_column .selection-header-table:after {
  clear: both;
}

/* line 39, app/assets/stylesheets/activities.scss */
#activity_overview .selection_column .selection-header-table .new_activity_button {
  white-space: nowrap;
  margin-right: 20px;
}

/* line 44, app/assets/stylesheets/activities.scss */
#activity_overview .selection_column .selection-header-table .filter_option select {
  margin: 0;
}

/* line 48, app/assets/stylesheets/activities.scss */
#activity_overview .selection_column .selection-header-table .filter_option label {
  margin-right: 20px;
}

/* line 54, app/assets/stylesheets/activities.scss */
#activity_overview .selection_column.thinking {
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/ajax-loader-6305b04b79695b18ec2723bb64e730d998fdb4d89fce4adf0cde31f6f9d3d665.gif);
}

/* line 61, app/assets/stylesheets/activities.scss */
#activity_overview .column_title {
  margin-bottom: 10px;
}

/* line 63, app/assets/stylesheets/activities.scss */
#activity_overview .column_title h4 {
  margin: 0;
  font-size: 22px;
  color: #999;
}

/* line 68, app/assets/stylesheets/activities.scss */
#activity_overview .column_title p {
  margin: 0;
  font-size: 12px;
  color: #999;
}

/* line 75, app/assets/stylesheets/activities.scss */
#activity_overview .details_column {
  float: right;
  width: 510px;
}

/* line 78, app/assets/stylesheets/activities.scss */
#activity_overview .details_column.thinking {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/ajax-loader-6305b04b79695b18ec2723bb64e730d998fdb4d89fce4adf0cde31f6f9d3d665.gif);
}
/* line 5, app/assets/stylesheets/admin.scss */
.pg-admin .background-dropdown {
  display: none !important;
}

/* line 9, app/assets/stylesheets/admin.scss */
.pg-admin .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-top: 0;
}

/* line 15, app/assets/stylesheets/admin.scss */
.pg-admin .pg-sidebar .nav-item {
  margin: 0;
}

/* line 18, app/assets/stylesheets/admin.scss */
.pg-admin .pg-sidebar .nav-item .nav-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
}

/* line 26, app/assets/stylesheets/admin.scss */
table.admin {
  table-layout: fixed;
  word-wrap: break-word;
  overflow: hidden;
  width: 100%;
}

/* line 31, app/assets/stylesheets/admin.scss */
table.admin tr {
  border-bottom: 1px solid #e9e9e9;
}

/* line 33, app/assets/stylesheets/admin.scss */
table.admin tr th {
  text-align: left;
  padding: 5px 15px;
}

/* line 36, app/assets/stylesheets/admin.scss */
table.admin tr th.xx-small {
  width: 30px;
}

/* line 37, app/assets/stylesheets/admin.scss */
table.admin tr th.x-small {
  width: 50px;
}

/* line 38, app/assets/stylesheets/admin.scss */
table.admin tr th.small {
  width: 80px;
}

/* line 39, app/assets/stylesheets/admin.scss */
table.admin tr th.medium {
  width: 140px;
}

/* line 41, app/assets/stylesheets/admin.scss */
table.admin tr td {
  padding: 5px 15px;
}

/* line 43, app/assets/stylesheets/admin.scss */
table.admin tr td.nowrap {
  white-space: nowrap;
}
/* line 3, app/assets/stylesheets/box.scss */
.box {
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 50px;
  max-width: 650px;
  padding: 20px;
  position: relative;
  text-align: center;
}

/* line 12, app/assets/stylesheets/box.scss */
.box.with-border {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
}

/* line 18, app/assets/stylesheets/box.scss */
.box.primary {
  background-color: #36abbf;
  color: #fff;
}

/* line 23, app/assets/stylesheets/box.scss */
.box.secondary {
  background-color: #fff;
}

/* line 27, app/assets/stylesheets/box.scss */
.box.wide {
  max-width: 100%;
}

/* line 31, app/assets/stylesheets/box.scss */
.box .bottom-button,
.box .top-button {
  border: none;
  border-radius: 50px;
  box-shadow: none;
  font-weight: 400;
  left: 50%;
  padding: 4px 40px;
  position: absolute;
  text-shadow: none;
  transform: translateX(-50%);
  line-height: 20px;
}

/* line 45, app/assets/stylesheets/box.scss */
.box .bottom-button {
  bottom: -13px;
}

/* line 49, app/assets/stylesheets/box.scss */
.box .top-button {
  top: -22px;
}
/* line 6, app/assets/stylesheets/buttons.scss */
.button {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ff8804;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* line 38, app/assets/stylesheets/import/form_mixins.scss */
.button:hover {
  background: #ea7b00;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

/* line 45, app/assets/stylesheets/import/form_mixins.scss */
.button.disabled, .button:disabled {
  background: #e4e4e4;
  color: rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

/* line 52, app/assets/stylesheets/import/form_mixins.scss */
.button.secondary {
  background-color: #36abbf;
  color: #fff;
}

/* line 56, app/assets/stylesheets/import/form_mixins.scss */
.button.secondary:hover {
  background: #2b8797;
}

/* line 9, app/assets/stylesheets/buttons.scss */
.button.create {
  background-color: #659774;
  color: #fff;
  background-image: none;
  text-shadow: none;
  text-transform: uppercase;
  padding-bottom: 5px;
}

/* line 17, app/assets/stylesheets/buttons.scss */
.button.create:hover {
  background-color: #51785d;
}

/* line 22, app/assets/stylesheets/buttons.scss */
.button.small {
  padding: 4px 8px 2px 8px;
  font-size: 13px;
  font-weight: normal;
}

/* line 28, app/assets/stylesheets/buttons.scss */
.button.x-sm {
  padding: 0 .5em;
  font-size: 10px;
}

/* line 33, app/assets/stylesheets/buttons.scss */
.button.tertiary {
  background-color: #368093;
}

/* line 36, app/assets/stylesheets/buttons.scss */
.button.tertiary:hover {
  background-color: #28606e;
}
/* line 6, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-bg--img .pg-contents-container {
  background: url(/assets/layout/fields_bg-943498662c23b7919e92334ad539c5c9c42a8299772fc465d3ca1f3bfad2ce61.jpg) no-repeat bottom left;
  background-size: cover;
}

/* line 11, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-bg--img .pg-contents {
  background: linear-gradient(#e1effb, 50%, rgba(51, 187, 154, 0.5));
}

/* line 15, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-bg--img footer {
  border-top: none;
  background-image: none;
  background-color: rgba(182, 182, 182, 0.7);
}

/* line 21, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-bg--img .background-dropdown-btn {
  background: url(/assets/layout/fields_bg-943498662c23b7919e92334ad539c5c9c42a8299772fc465d3ca1f3bfad2ce61.jpg) no-repeat bottom left;
}

/* line 27, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-bg--gradient .pg-contents,
.canada_template.pg-bg--gradient .background-dropdown-btn {
  background: linear-gradient(#d4fcffb0, 40%, #A8D1DA);
}

/* line 33, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-signed-out .pg-contents {
  z-index: 1;
}

/* line 37, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-signed-out.pg-bg--img .pg-contents {
  background: linear-gradient(rgba(52, 187, 187, 0.9), 50%, rgba(51, 187, 154, 0.6));
}

/* line 43, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-bg--gradient .list-group-item,
.canada_template.pg-bg--gradient .card, .canada_template.pg-bg--img .list-group-item,
.canada_template.pg-bg--img .card {
  border-color: #afafaf;
}

/* line 48, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-bg--gradient .list-group,
.canada_template.pg-bg--gradient .card, .canada_template.pg-bg--img .list-group,
.canada_template.pg-bg--img .card {
  box-shadow: 0 9px 11px rgba(0, 0, 0, 0.1);
}

/* line 54, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-contents-wrap {
  z-index: 2;
}

/* line 58, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-contents-spiral {
  background: url(/assets/layout/spiral-f09a96a9626eb85dea0ce1a6aa7c1688d73268beb458d40dd358923f95b6a64f.png) no-repeat bottom center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 28%;
  z-index: 1;
}

/* line 67, app/assets/stylesheets/canada.scss.erb */
.canada_template .svg-icon.svg-icon-greenprint {
  font-size: 1.6em;
}

/* line 71, app/assets/stylesheets/canada.scss.erb */
.canada_template:not(.pg-bg--img) footer {
  position: relative;
}

/* line 74, app/assets/stylesheets/canada.scss.erb */
.canada_template:not(.pg-bg--img) footer:before, .canada_template:not(.pg-bg--img) footer:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
}

/* line 86, app/assets/stylesheets/canada.scss.erb */
.canada_template:not(.pg-bg--img) footer:before {
  background-image: url(/assets/layout/fields_bg-943498662c23b7919e92334ad539c5c9c42a8299772fc465d3ca1f3bfad2ce61.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 1;
}

/* line 93, app/assets/stylesheets/canada.scss.erb */
.canada_template:not(.pg-bg--img) footer:after {
  background-color: rgba(182, 182, 182, 0.7);
  z-index: 2;
}

/* line 99, app/assets/stylesheets/canada.scss.erb */
.canada_template footer {
  color: #333;
}

/* line 102, app/assets/stylesheets/canada.scss.erb */
.canada_template footer .container {
  position: relative;
  z-index: 3;
}

/* line 107, app/assets/stylesheets/canada.scss.erb */
.canada_template footer a,
.canada_template footer a:active,
.canada_template footer .info p,
.canada_template footer .info p a,
.canada_template footer .info p a:active {
  color: #000;
}

/* line 115, app/assets/stylesheets/canada.scss.erb */
.canada_template footer .info {
  color: #000;
  font-size: inherit;
}

/* line 121, app/assets/stylesheets/canada.scss.erb */
.canada_template header {
  background: linear-gradient(to left, #1EC05D, 40%, #0E806C);
  color: #fff;
}

/* line 125, app/assets/stylesheets/canada.scss.erb */
.canada_template header .pg-logo-text,
.canada_template header .breadcrumb,
.canada_template header .breadcrumb-item.active,
.canada_template header .breadcrumb a,
.canada_template header .breadcrumb a:active,
.canada_template header .breadcrumb-item + .breadcrumb-item::before,
.canada_template header .nav-link {
  color: #fff;
}

/* line 135, app/assets/stylesheets/canada.scss.erb */
.canada_template header .breadcrumb-item.active {
  font-weight: bold;
}

/* line 140, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-sidebar {
  background-color: rgba(0, 129, 105, 0.75);
}

/* line 143, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-sidebar:not(.pg-sidebar--sm) {
  background-image: url(/assets/layout/sidebar_bg-2614b4fdc795ffdf5eb75a7a41885e5504d893e14a4f133fff912cc362b909c1.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-blend-mode: soft-light;
}

/* line 150, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-sidebar .nav-link {
  color: #C1F8ED;
}

/* line 155, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-sidebar .nav-item.active {
  background: #0E816C;
}

/* line 158, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-sidebar .nav-item.active .nav-link {
  color: #fff;
}

/* line 164, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-sidebar .svg-icon-links {
  color: #c1f8ed;
  font-size: 2em;
}

/* line 169, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-sidebar .active .svg-icon-links {
  color: #c9a3f3;
}

/* line 174, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-navbar {
  border-bottom: none;
}

/* line 178, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-navbar .pg-logo .pg-logo-text {
  text-transform: none;
  margin-left: .8rem;
  font-weight: 500;
  font-size: 1.2rem !important;
}

/* line 185, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-navbar .pg-logo .img {
  height: 2.8rem !important;
}

/* line 188, app/assets/stylesheets/canada.scss.erb */
.canada_template .pg-navbar .pg-logo .img img {
  height: 100%;
  max-width: 100%;
}

/* line 197, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-signed-in-true .pg-navbar .pg-logo {
  border-right: none;
  min-width: 20rem;
}

/* line 201, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-signed-in-true .pg-navbar .pg-logo .pg-logo-link {
  padding-left: 0.8rem;
}

/* line 206, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-signed-in-true .pg-contents-container {
  border-left: 0;
}

/* line 210, app/assets/stylesheets/canada.scss.erb */
.canada_template.pg-signed-in-true.pg-bg--img .pg-contents-container {
  background-size: cover;
}

/* line 215, app/assets/stylesheets/canada.scss.erb */
.canada_template .form-group label {
  font-weight: 500;
}

/* line 219, app/assets/stylesheets/canada.scss.erb */
.canada_template .btn {
  font-weight: 500;
}

/* line 225, app/assets/stylesheets/canada.scss.erb */
.canada_template .prelude-title {
  color: #fff;
}

/* line 229, app/assets/stylesheets/canada.scss.erb */
.canada_template .profile-entry-form--value {
  color: #399D8F;
}
/* line 1, app/assets/stylesheets/cookies_dialog.scss */
.cookies-dialog {
  background: #2f8c7e;
  color: #fff;
  position: fixed;
  width: 100%;
  box-shadow: 0 0  .4rem #222;
  z-index: 3;
}

/* line 9, app/assets/stylesheets/cookies_dialog.scss */
.cookies-dialog a, .cookies-dialog a:visited {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/cookies_dialog.scss */
.cookies-dialog a:hover {
  color: #ccfff7 !important;
}
/* line 6, app/assets/stylesheets/entities.scss */
ul.entity_list {
  padding-bottom: 20px;
}

/* line 8, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item {
  border-bottom: 1px solid #bbb;
  border-left: 2px solid transparent;
}

/* line 11, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item.selected {
  background-color: #f7f7f7;
  border-left: 2px solid #979797;
}

/* line 15, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .label {
  font-size: 13px !important;
  color: #888;
  font-weight: normal;
  margin-right: 5px;
}

/* line 21, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .entity_row {
  padding: 10px 10px 10px 32px;
  position: relative;
}

/* line 24, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .entity_row .icon {
  position: absolute;
}

/* line 26, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .entity_row .icon.entity_type {
  font-size: 18px;
  color: #555;
  left: 2px;
  top: 10px;
}

/* line 32, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .entity_row .icon.burger {
  font-size: 25px;
  left: -30px;
  top: -2px;
}

/* line 38, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .entity_row .submenu {
  float: right;
  position: relative;
}

/* line 41, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .entity_row .submenu .menu_popup {
  position: absolute;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 1000;
}

/* line 48, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .entity_row .submenu .menu_popup ul li a {
  display: block;
  padding: 3px 10px;
  white-space: nowrap;
}

/* line 57, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .entity_row .info {
  padding-right: 32px;
  font-size: 16px;
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .entity_row .option {
  float: right;
  margin-left: 10px;
}

/* line 68, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .entity_row:hover {
  background-color: #e8e8e8;
}

/* line 72, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .profile_entries {
  padding: 0 45px 0 32px;
}

/* line 74, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .profile_entries .profile_entry_row {
  border-bottom: 1px solid #bbb;
  position: relative;
}

/* line 77, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .profile_entries .profile_entry_row .info {
  padding-top: 5px;
  line-height: 1.4em;
}

/* line 82, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .profile_entries .profile_entry_row .options table {
  width: 100%;
}

/* line 86, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .profile_entries .profile_entry_row .options table tr td.edit {
  width: 110px;
}

/* line 91, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .profile_entries .profile_entry_row .options table tr td.show {
  text-align: right;
}

/* line 98, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .profile_entries .profile_entry_row:first-child {
  border-top: 1px solid #bbb;
}

/* line 102, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .profile_entries .profile_entries_footer {
  padding: 8px 0;
}

/* line 104, app/assets/stylesheets/entities.scss */
ul.entity_list li.entity_item .profile_entries .profile_entries_footer .inline_form {
  margin-bottom: 10px;
}

/* line 114, app/assets/stylesheets/entities.scss */
.entity_summary .header {
  padding: 20px 0 20px 0;
}

/* line 116, app/assets/stylesheets/entities.scss */
.entity_summary .header h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

/* line 121, app/assets/stylesheets/entities.scss */
.entity_summary .header .sub_title {
  font-size: 14px;
  font-weight: bold;
}

/* line 125, app/assets/stylesheets/entities.scss */
.entity_summary .header ul.entry_list {
  list-style: none;
}

/* line 127, app/assets/stylesheets/entities.scss */
.entity_summary .header ul.entry_list li {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

/* line 134, app/assets/stylesheets/entities.scss */
.entity_summary .footer {
  margin-top: 10px;
}

/* line 136, app/assets/stylesheets/entities.scss */
.entity_summary .footer.big_gap {
  margin-top: 5em;
}

/* line 139, app/assets/stylesheets/entities.scss */
.entity_summary .footer ul.options {
  padding: 5px 0;
  text-align: right;
}

/* line 142, app/assets/stylesheets/entities.scss */
.entity_summary .footer ul.options li {
  margin: 10px 0;
}

/* line 150, app/assets/stylesheets/entities.scss */
.initial_no_entities {
  padding: 130px 0 130px;
  background: transparent url(/assets/big_arrow_tl-27f8ace90db5e341d130ac34cabb8161177228a2fdc233f4468b91129a793164.png) 60px 10px no-repeat;
}

/* line 153, app/assets/stylesheets/entities.scss */
.initial_no_entities p {
  text-align: center;
  color: #aaa;
  font-size: 16px;
}

/* line 161, app/assets/stylesheets/entities.scss */
.no_entities_filter {
  padding: 10em 0;
}

/* line 163, app/assets/stylesheets/entities.scss */
.no_entities_filter p {
  text-align: center;
  color: #aaa;
  font-size: 14px;
}
@font-face {
  font-family: 'fontello';
  src: url(/assets/fontello/fontello-391121ef7bb87270f9c9278abc829197ddb8537880b40a3dc2c7a90133ee160e.eot?2181167);
  src: url(/assets/fontello/fontello-391121ef7bb87270f9c9278abc829197ddb8537880b40a3dc2c7a90133ee160e.eot?2181167#iefix) format("embedded-opentype"), url(/assets/fontello/fontello-e9d2ca500b5d863c48cc663de75716f4fee1dd933f9ecd4fe9d7d47277ae912e.woff2?2181167) format("woff2"), url(/assets/fontello/fontello-57fbd3fb4fd24b42ce0932d923f551077079f9e587cebd5016dec787f9a6fac3.woff?2181167) format("woff"), url(/assets/fontello/fontello-e1c4c381fc02e8834170be073b2e453d05ce15d2abc168498829e2e776982210.ttf?2181167) format("truetype"), url(/assets/fontello/fontello-01f1ece4f6aa645e3ff35fe976b4781f85c050f62d0bbf91550ce1e24691ed31.svg?2181167#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url(/../font/fontello.svg?2181167#fontello) format('svg');
  }
}
*/
/* line 22, app/assets/stylesheets/fontello.scss.erb */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 57, app/assets/stylesheets/fontello.scss.erb */
.icon-book-open:before {
  content: '\e800';
}

/* line 58, app/assets/stylesheets/fontello.scss.erb */
.icon-production:before {
  content: '\e801';
}

/* line 59, app/assets/stylesheets/fontello.scss.erb */
.icon-office:before {
  content: '\e802';
}

/* line 60, app/assets/stylesheets/fontello.scss.erb */
.icon-outdoor_event:before {
  content: '\e803';
}

/* line 61, app/assets/stylesheets/fontello.scss.erb */
.icon-delete:before {
  content: '\e804';
}

/* line 62, app/assets/stylesheets/fontello.scss.erb */
.icon-edit:before {
  content: '\e805';
}

/* line 63, app/assets/stylesheets/fontello.scss.erb */
.icon-add_new_entry:before {
  content: '\e806';
}

/* line 64, app/assets/stylesheets/fontello.scss.erb */
.icon-tour:before {
  content: '\e807';
}

/* line 65, app/assets/stylesheets/fontello.scss.erb */
.icon-add_new_report:before {
  content: '\e808';
}

/* line 66, app/assets/stylesheets/fontello.scss.erb */
.icon-menu:before {
  content: '\e809';
}

/* line 67, app/assets/stylesheets/fontello.scss.erb */
.icon-table:before {
  content: '\e80a';
}

/* line 68, app/assets/stylesheets/fontello.scss.erb */
.icon-help:before {
  content: '\e80b';
}

/* line 69, app/assets/stylesheets/fontello.scss.erb */
.icon-chart-pie:before {
  content: '\e80c';
}

/* line 70, app/assets/stylesheets/fontello.scss.erb */
.icon-chart-bar:before {
  content: '\e80d';
}

/* line 71, app/assets/stylesheets/fontello.scss.erb */
.icon-microphone47:before {
  content: '\e80e';
}

/* line 72, app/assets/stylesheets/fontello.scss.erb */
.icon-venue_cult_building:before {
  content: '\e80f';
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/montserrat/montserrat-v23-latin-regular-fa5958291468c7cbed8d772faa1ef331d296fcdf3d65f97b8d38332dfffad7cf.eot);
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/assets/montserrat/montserrat-v23-latin-regular-fa5958291468c7cbed8d772faa1ef331d296fcdf3d65f97b8d38332dfffad7cf.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-regular-8ae7d782677a6aa1a1843cfc459e3eb2ae3100eca20908e340f15ae22d478c5c.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-regular-6cddfdb7707a3a002498ed2ac089f1addde9c1065ae2bf4416d186daa37102ff.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-regular-28e8e8379b1cc721a0e476609e06b80cb9085147d7252684db0299cd3cb430fe.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-regular-030973530de5bb6dfb6da46e1c20e1f237c2c0be5445168577cf04b1abcd58cc.svg#Montserrat) format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(/assets/montserrat/montserrat-v23-latin-500-b865e92d27a7ab818a074bbbf81923c1470ff02cce8b85e58a95c03e8fad1b9b.eot);
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/assets/montserrat/montserrat-v23-latin-500-b865e92d27a7ab818a074bbbf81923c1470ff02cce8b85e58a95c03e8fad1b9b.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-500-5eadd803b28383fc7b95cd45b60c2510c5d7006e4e024a1250fc8721b35872ce.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-500-343b91a687f3625d24c1a6eb205bce7ae12b7c1d3bf30c7a9430993b6b55f6ad.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-500-d939c2ac77dfd337bf5329344cfa98343c7c09d1f68749210d2435ef75520ec5.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-500-940950f16e714c04bcdc0525f974187394e5a1fd20a9fbf306857802700c08e2.svg#Montserrat) format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(/assets/montserrat/montserrat-v23-latin-600-f10590f39e588cf654c65c4d25048aa49bfcfeebe3dab72a597a29298c8a72d8.eot);
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/assets/montserrat/montserrat-v23-latin-600-f10590f39e588cf654c65c4d25048aa49bfcfeebe3dab72a597a29298c8a72d8.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-600-c7255cf7323b790a5b14e28d6c0bb52f3d9db9fc8b25a94669cebf126b0ccbc1.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-600-0d924c802aba6025869e2191189d4d06032ac769522bc866f5ea4b5ebc7a2379.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-600-f8bee17133a156ec6ddd135ea41c71bcfa4e517ceecb0de8a98511bd06101fd3.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-600-f4ee0260a1f5c229a8c1dca37f6403137939987555f357aeb5299fe88c9892be.svg#Montserrat) format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/montserrat/montserrat-v23-latin-700-78b6f65d6c6249056b8ab93c4a673f1056693f7be9da10f3915662d6c51017db.eot);
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/assets/montserrat/montserrat-v23-latin-700-78b6f65d6c6249056b8ab93c4a673f1056693f7be9da10f3915662d6c51017db.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v23-latin-700-1f57806654bc97b314775c4fb97f7fd4eb75a0b3663131faa022ab024d3da36e.woff2) format("woff2"), url(/assets/montserrat/montserrat-v23-latin-700-d966dd7070e53221d1509bac7d20b90ea0a56707ad5a8e3095665d7eab137770.woff) format("woff"), url(/assets/montserrat/montserrat-v23-latin-700-e5e247c130f5c1d514c2ef3870ae55ef1ef03b76fbc71f02dd43b6a668e506fa.ttf) format("truetype"), url(/assets/montserrat/montserrat-v23-latin-700-73246fa938f3506ef67419244b8ab1eb3f5f0e333bab715c69877f077384cd12.svg#Montserrat) format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/open-sans/open-sans-v34-latin-regular-3ab387a8cd9b5544e706fd390da712da851a0cc81a3bbf7b47d6ed6206332fb4.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("Open-Sans-Regular"), url(/assets/open-sans/open-sans-v34-latin-regular-3ab387a8cd9b5544e706fd390da712da851a0cc81a3bbf7b47d6ed6206332fb4.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans/open-sans-v34-latin-regular-3ab387a8cd9b5544e706fd390da712da851a0cc81a3bbf7b47d6ed6206332fb4.eot) format("woff2"), url(/assets/open-sans/open-sans-v34-latin-regular-3ab387a8cd9b5544e706fd390da712da851a0cc81a3bbf7b47d6ed6206332fb4.eot) format("woff"), url(/assets/open-sans/open-sans-v34-latin-regular-3ab387a8cd9b5544e706fd390da712da851a0cc81a3bbf7b47d6ed6206332fb4.eot) format("truetype"), url(/assets/open-sans/open-sans-v34-latin-regular-3ab387a8cd9b5544e706fd390da712da851a0cc81a3bbf7b47d6ed6206332fb4.eot#Montserrat) format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/open-sans/open-sans-v34-latin-700-842e86068142df334fef4f82ee43399c823d60ffe22f2c21c53401eb8f6e647d.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("Open-Sans-Regular"), url(/assets/open-sans/open-sans-v34-latin-700-842e86068142df334fef4f82ee43399c823d60ffe22f2c21c53401eb8f6e647d.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans/open-sans-v34-latin-700-842e86068142df334fef4f82ee43399c823d60ffe22f2c21c53401eb8f6e647d.eot) format("woff2"), url(/assets/open-sans/open-sans-v34-latin-700-842e86068142df334fef4f82ee43399c823d60ffe22f2c21c53401eb8f6e647d.eot) format("woff"), url(/assets/open-sans/open-sans-v34-latin-700-842e86068142df334fef4f82ee43399c823d60ffe22f2c21c53401eb8f6e647d.eot) format("truetype"), url(/assets/open-sans/open-sans-v34-latin-700-842e86068142df334fef4f82ee43399c823d60ffe22f2c21c53401eb8f6e647d.eot#Montserrat) format("svg");
  /* Legacy iOS */
}
/* line 4, app/assets/stylesheets/footer.scss */
footer {
  background: #f9f9f9 url(/assets/cross_scratches-a0347e61fda5b877c53db99a398d90d83093ee4d709dc81ba03faa4cd1aa8b24.png) top center repeat;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
  color: #999;
}

/* line 10, app/assets/stylesheets/footer.scss */
footer .footer-content {
  z-index: 10;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

/* line 17, app/assets/stylesheets/footer.scss */
footer a {
  color: #666;
}

/* line 20, app/assets/stylesheets/footer.scss */
footer a:hover, footer a:focus {
  text-decoration: underline;
}

/* line 26, app/assets/stylesheets/footer.scss */
footer .logo {
  max-width: 12rem;
}

/* line 29, app/assets/stylesheets/footer.scss */
footer .logo img {
  max-width: 100%;
  max-height: 3.5em;
}

/* line 34, app/assets/stylesheets/footer.scss */
footer .logo.logo-lg img {
  max-height: 6em;
}

/* line 38, app/assets/stylesheets/footer.scss */
footer .logo.logo--denmark {
  color: #fd5317;
  width: 3.6em;
}

/* line 42, app/assets/stylesheets/footer.scss */
footer .logo.logo--denmark svg {
  height: 4.5rem;
}

/* line 48, app/assets/stylesheets/footer.scss */
footer .copy {
  font-size: .9em;
}

/* line 52, app/assets/stylesheets/footer.scss */
footer .footer-right {
  text-align: right;
}

/* line 58, app/assets/stylesheets/footer.scss */
.denmark_template footer .footer-left {
  order: 2;
}

/* line 62, app/assets/stylesheets/footer.scss */
.denmark_template footer .footer-right {
  order: 1;
  text-align: left;
}

/* line 67, app/assets/stylesheets/footer.scss */
.denmark_template footer .logo--jb {
  margin-left: unset;
  margin-right: auto;
}

/* line 72, app/assets/stylesheets/footer.scss */
.denmark_template footer .logo--denmark {
  margin-left: auto;
}

/* line 79, app/assets/stylesheets/footer.scss */
.info {
  max-width: 66.25rem;
  font-size: 0.85em;
  color: #aaa;
  line-height: 1.4;
}

/* line 85, app/assets/stylesheets/footer.scss */
.info a {
  color: #aaa;
  text-decoration: underline;
}
/* line 4, app/assets/stylesheets/formatting.scss */
.formatted_content {
  font-size: 14px;
}

/* line 6, app/assets/stylesheets/formatting.scss */
.formatted_content h1 {
  font-size: 28px;
}

/* line 9, app/assets/stylesheets/formatting.scss */
.formatted_content h2 {
  font-size: 22px;
  margin: 0;
}

/* line 13, app/assets/stylesheets/formatting.scss */
.formatted_content h3 {
  font-size: 18px;
  margin: 20px 0 10px 0;
}

/* line 17, app/assets/stylesheets/formatting.scss */
.formatted_content ul, .formatted_content ol {
  margin: 8px 0 8px 3em;
  list-style-position: outside;
}

/* line 22, app/assets/stylesheets/formatting.scss */
.formatted_content ul li {
  list-style-type: disc;
}

/* line 27, app/assets/stylesheets/formatting.scss */
.formatted_content ol li {
  list-style-type: decimal;
}
/* Form styling */
/* line 7, app/assets/stylesheets/forms.scss */
textarea:not(.form-control) {
  font-family: helvetica, arial, verdana, sans-serif;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 1px 0;
  padding: 4px 5px;
  width: 96%;
  font-size: 13px;
  resize: vertical;
  height: 4.5em;
  width: 97%;
}

/* line 19, app/assets/stylesheets/import/form_mixins.scss */
textarea.with_error:not(.form-control) {
  background-color: #fff3f3;
  border-color: #eaa;
}

/* line 5, app/assets/stylesheets/import/form_mixins.scss */
textarea.with_error:not(.form-control):hover {
  border: 1px solid #c88;
}

/* line 14, app/assets/stylesheets/forms.scss */
textarea.bigger:not(.form-control) {
  height: 16em;
}

/* line 18, app/assets/stylesheets/forms.scss */
textarea.narrower:not(.form-control) {
  width: 60%;
}

/* line 23, app/assets/stylesheets/forms.scss */
select:not(.form-control) {
  font-size: 1.2em;
  padding: 1px 0 2px 0;
  margin-top: 6px;
}

/* line 28, app/assets/stylesheets/forms.scss */
select.expand:not(.form-control) {
  width: auto !important;
  position: absolute;
  z-index: 205;
}

/* line 38, app/assets/stylesheets/forms.scss */
input[type=text]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]), input[type=email]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]), input[type=password]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]), input[type=number]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]) {
  font-family: helvetica, arial, verdana, sans-serif;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 1px 0;
  padding: 4px 5px;
  width: 96%;
}

/* line 19, app/assets/stylesheets/import/form_mixins.scss */
input.with_error[type=text]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]), input.with_error[type=email]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]), input.with_error[type=password]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]), input.with_error[type=number]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]) {
  background-color: #fff3f3;
  border-color: #eaa;
}

/* line 5, app/assets/stylesheets/import/form_mixins.scss */
input.with_error[type=text]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]):hover, input.with_error[type=email]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]):hover, input.with_error[type=password]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]):hover, input.with_error[type=number]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]):hover {
  border: 1px solid #c88;
}

/* line 45, app/assets/stylesheets/forms.scss */
input[type=submit]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]) {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ff8804;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* line 38, app/assets/stylesheets/import/form_mixins.scss */
input[type=submit]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]):hover {
  background: #ea7b00;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

/* line 45, app/assets/stylesheets/import/form_mixins.scss */
input.disabled[type=submit]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]), input[type=submit]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]):disabled {
  background: #e4e4e4;
  color: rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

/* line 52, app/assets/stylesheets/import/form_mixins.scss */
input.secondary[type=submit]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]) {
  background-color: #36abbf;
  color: #fff;
}

/* line 56, app/assets/stylesheets/import/form_mixins.scss */
input.secondary[type=submit]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]):hover {
  background: #2b8797;
}

/* line 49, app/assets/stylesheets/forms.scss */
input[type=checkbox]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]), input[type=radio]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]) {
  margin: 0 .5em;
}

/* line 54, app/assets/stylesheets/forms.scss */
input[type=file]:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]) {
  font-family: helvetica, arial, verdana, sans-serif;
  font-size: 12px;
  border: 1px solid #f3f3f3;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  margin: 2px 0;
  padding: 3px 1px;
  width: 96%;
}

/* line 64, app/assets/stylesheets/forms.scss */
input:not(.form-control):not(.form-check-input):not(.chosen-search-input):not(.btn):not([aria-autocomplete]):disabled {
  background-color: #f3f3f3;
}

/* line 70, app/assets/stylesheets/forms.scss */
input:not(.btn):not(.form-control):not(.form-check-input):not([aria-autocomplete]),
textarea:not(.form-control) {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 77, app/assets/stylesheets/forms.scss */
input:not(.btn):focus,
textarea:not(.form-control):focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 85, app/assets/stylesheets/forms.scss */
input[type=file]:not(.form-control):focus,
input[type=checkbox]:not(.form-check-input):focus,
select:not(.form-control):focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: 1px dotted #666;
}

/* line 93, app/assets/stylesheets/forms.scss */
span.quarter_width {
  display: inline-block;
  padding: 0 6px;
}

/* line 99, app/assets/stylesheets/forms.scss */
.field:not(.form-group) {
  zoom: 1;
  position: relative;
  padding: 5px 0;
}

/* line 4, app/assets/stylesheets/import/mixins.scss.erb */
.field:not(.form-group):before, .field:not(.form-group):after {
  display: table;
  content: "";
  zoom: 1;
}

/* line 10, app/assets/stylesheets/import/mixins.scss.erb */
.field:not(.form-group):after {
  clear: both;
}

/* line 104, app/assets/stylesheets/forms.scss */
.field:not(.form-group) label {
  font-size: 14px;
  font-weight: bold;
}

/* line 108, app/assets/stylesheets/forms.scss */
.field:not(.form-group) label.no_bold {
  font-weight: normal;
}

/* line 115, app/assets/stylesheets/forms.scss */
.field:not(.form-group) .check_item label,
.field:not(.form-group) .radio_item label {
  float: none;
}

/* line 121, app/assets/stylesheets/forms.scss */
.field.horizontal:not(.form-group) label {
  margin-top: 28px;
}

/* line 125, app/assets/stylesheets/forms.scss */
.field.horizontal:not(.form-group) .input {
  margin-right: 0;
}

/* line 128, app/assets/stylesheets/forms.scss */
.field.horizontal:not(.form-group) .input .subrow {
  zoom: 1;
}

/* line 4, app/assets/stylesheets/import/mixins.scss.erb */
.field.horizontal:not(.form-group) .input .subrow:before, .field.horizontal:not(.form-group) .input .subrow:after {
  display: table;
  content: "";
  zoom: 1;
}

/* line 10, app/assets/stylesheets/import/mixins.scss.erb */
.field.horizontal:not(.form-group) .input .subrow:after {
  clear: both;
}

/* line 132, app/assets/stylesheets/forms.scss */
.field.horizontal:not(.form-group) .input .item {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}

/* line 137, app/assets/stylesheets/forms.scss */
.field.horizontal:not(.form-group) .input .item.third {
  width: 30%;
}

/* line 141, app/assets/stylesheets/forms.scss */
.field.horizontal:not(.form-group) .input .item.fourth {
  width: 22%;
}

/* line 145, app/assets/stylesheets/forms.scss */
.field.horizontal:not(.form-group) .input .item.eighth {
  width: 11%;
}

/* line 149, app/assets/stylesheets/forms.scss */
.field.horizontal:not(.form-group) .input .item.icon {
  width: 20px;
}

/* line 153, app/assets/stylesheets/forms.scss */
.field.horizontal:not(.form-group) .input .item label {
  margin: 0;
  padding: 0;
  float: none;
  font-size: 13px;
  width: 100%;
  text-align: left;
}

/* line 165, app/assets/stylesheets/forms.scss */
.field:not(.form-group) .subfield {
  margin-bottom: 5px;
}

/* line 168, app/assets/stylesheets/forms.scss */
.field:not(.form-group) .subfield label {
  float: none;
  margin-left: 10px;
}

/* line 173, app/assets/stylesheets/forms.scss */
.field:not(.form-group) .subfield input {
  display: inline;
  width: 25%;
}

/* line 179, app/assets/stylesheets/forms.scss */
.field.no_margin:not(.form-group) {
  margin: 0;
}

/* line 183, app/assets/stylesheets/forms.scss */
.field:not(.form-group) .greyed {
  color: #888;
}

/* line 189, app/assets/stylesheets/forms.scss */
.slider .slider_field {
  width: 45%;
}

/* line 193, app/assets/stylesheets/forms.scss */
.slider .slider_wrapper {
  padding: .6em 1.2em 0 .4em;
  width: 55%;
  float: left;
  margin-top: .25em;
}

/* line 199, app/assets/stylesheets/forms.scss */
.slider .slider_wrapper .ui-slider-horizontal {
  height: .5em;
  background: #e9ecef;
}

/* line 206, app/assets/stylesheets/forms.scss */
.pseudo_label {
  font-size: 15px;
}

/* line 210, app/assets/stylesheets/forms.scss */
.exceeded {
  color: #f44;
}

/* line 214, app/assets/stylesheets/forms.scss */
.actions {
  margin: 20px 0 10px 0;
}

/* line 217, app/assets/stylesheets/forms.scss */
.actions input[type=submit] {
  margin-right: 20px;
}

/* line 221, app/assets/stylesheets/forms.scss */
.actions .bottom_right,
.actions .delete {
  display: block;
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
}

/* line 230, app/assets/stylesheets/forms.scss */
.actions .delete a {
  padding: 2px 5px;
  color: #c99;
}

/* line 234, app/assets/stylesheets/forms.scss */
.actions .delete a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #a22;
}

/* line 242, app/assets/stylesheets/forms.scss */
.actions .checkbox {
  float: right;
  margin-right: 20%;
}

/* line 246, app/assets/stylesheets/forms.scss */
.actions .checkbox label {
  font-size: 12px;
  color: #888;
}

/* line 257, app/assets/stylesheets/forms.scss */
.legend {
  vertical-align: baseline;
  white-space: normal;
  border: 0;
  margin: 0;
  float: none;
  display: block;
  font-size: 18px;
}

/* line 266, app/assets/stylesheets/forms.scss */
.legend em {
  font-style: normal;
  color: rgba(54, 171, 191, 0.85);
}

/* line 273, app/assets/stylesheets/forms.scss */
fieldset.inline label {
  font-size: 14px;
}

/* line 277, app/assets/stylesheets/forms.scss */
fieldset.inline label,
fieldset.inline .margin_help {
  clear: left;
  float: left;
  width: 120px;
  text-align: right;
  margin-top: 6px;
  font-weight: normal;
  line-height: 16px;
}

/* line 288, app/assets/stylesheets/forms.scss */
fieldset.inline select {
  margin-top: 4px;
}

/* line 293, app/assets/stylesheets/forms.scss */
fieldset.inline input[type=checkbox], fieldset.inline input[type=radio] {
  margin: 10px 10px 5px 10px;
}

/* line 299, app/assets/stylesheets/forms.scss */
fieldset.inline .margin_help {
  color: #888;
}

/* line 303, app/assets/stylesheets/forms.scss */
fieldset.inline .legend,
fieldset.inline .input,
fieldset.inline .actions {
  margin-left: 140px;
}

/* line 308, app/assets/stylesheets/forms.scss */
fieldset.inline .legend label,
fieldset.inline .input label,
fieldset.inline .actions label {
  width: 120px;
}

/* line 314, app/assets/stylesheets/forms.scss */
fieldset.inline.wide_margin label,
fieldset.inline.wide_margin .margin_help {
  width: 180px;
}

/* line 319, app/assets/stylesheets/forms.scss */
fieldset.inline.wide_margin .legend,
fieldset.inline.wide_margin .input,
fieldset.inline.wide_margin .actions {
  margin-left: 200px;
}

/* line 323, app/assets/stylesheets/forms.scss */
fieldset.inline.wide_margin .legend label,
fieldset.inline.wide_margin .input label,
fieldset.inline.wide_margin .actions label {
  width: 120px;
}

/* line 330, app/assets/stylesheets/forms.scss */
fieldset.inline.narrow_margin label,
fieldset.inline.narrow_margin .margin_help {
  width: 80px;
}

/* line 335, app/assets/stylesheets/forms.scss */
fieldset.inline.narrow_margin .legend,
fieldset.inline.narrow_margin .input,
fieldset.inline.narrow_margin .actions {
  margin-left: 100px;
}

/* line 339, app/assets/stylesheets/forms.scss */
fieldset.inline.narrow_margin .legend label,
fieldset.inline.narrow_margin .input label,
fieldset.inline.narrow_margin .actions label {
  width: 120px;
}

/* line 346, app/assets/stylesheets/forms.scss */
span.mandatory {
  color: #a02054;
  font-size: 18px;
}

/* line 352, app/assets/stylesheets/forms.scss */
.field_with_errors input,
.field_with_errors textarea {
  background-color: #fff3f3;
  border-color: #eaa;
}

/* line 5, app/assets/stylesheets/import/form_mixins.scss */
.field_with_errors input:hover,
.field_with_errors textarea:hover {
  border: 1px solid #c88;
}

/* line 359, app/assets/stylesheets/forms.scss */
.field_with_errors dl.fancy_select dt a {
  background-color: #fff3f3;
  border-color: #eaa;
}

/* line 5, app/assets/stylesheets/import/form_mixins.scss */
.field_with_errors dl.fancy_select dt a:hover {
  border: 1px solid #c88;
}

/* line 366, app/assets/stylesheets/forms.scss */
.field_help {
  margin-bottom: 0;
  color: #888;
  font-size: 14px;
}

/* line 371, app/assets/stylesheets/forms.scss */
.field_help a {
  text-decoration: underline;
}

/* line 376, app/assets/stylesheets/forms.scss */
.field_error {
  margin-top: .25em;
  margin-bottom: 0;
  color: #d45;
  font-size: 13px;
}

/* line 384, app/assets/stylesheets/forms.scss */
.base_error_box ul {
  border: 1px solid #eaa;
  background-color: #fff3f3;
  padding: 5px 10px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  margin: 10px 0;
}

/* line 391, app/assets/stylesheets/forms.scss */
.base_error_box ul li {
  color: #d45;
  margin: 0;
}

/* line 398, app/assets/stylesheets/forms.scss */
.field_dropdown {
  position: relative;
  display: none;
}

/* line 402, app/assets/stylesheets/forms.scss */
.field_dropdown ul {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.93);
  position: absolute;
  width: 99%;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.15);
}

/* line 411, app/assets/stylesheets/forms.scss */
.field_dropdown ul li a, .field_dropdown ul li span {
  display: block;
  padding: 5px 10px;
}

/* line 415, app/assets/stylesheets/forms.scss */
.field_dropdown ul li a:hover, .field_dropdown ul li span:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}

/* line 421, app/assets/stylesheets/forms.scss */
.field_dropdown ul li span {
  font-weight: bold;
  color: #aaa;
}

/* line 426, app/assets/stylesheets/forms.scss */
.field_dropdown ul li:hover {
  background-color: #e8e8e8;
}

/* line 433, app/assets/stylesheets/forms.scss */
.inline_form {
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #aaa;
}

/* line 438, app/assets/stylesheets/forms.scss */
.inline_form .buttons {
  margin-top: 10px;
  text-align: right;
}

/* line 444, app/assets/stylesheets/forms.scss */
legend {
  font-size: inherit;
  margin-bottom: 0;
  line-height: inherit;
}

/* line 450, app/assets/stylesheets/forms.scss */
.form-control.invalid {
  background-color: #f0dddd;
}
/* line 6, app/assets/stylesheets/grid.scss */
.span1 {
  float: left;
  margin-left: 20px;
  width: 63.4166666667px;
}

/* line 7, app/assets/stylesheets/grid.scss */
.span1_5 {
  float: left;
  margin-left: 20px;
  width: 105.125px;
}

/* line 8, app/assets/stylesheets/grid.scss */
.span2 {
  float: left;
  margin-left: 20px;
  width: 146.8333333333px;
}

/* line 9, app/assets/stylesheets/grid.scss */
.span2_5 {
  float: left;
  margin-left: 20px;
  width: 188.5416666667px;
}

/* line 10, app/assets/stylesheets/grid.scss */
.span3 {
  float: left;
  margin-left: 20px;
  width: 230.25px;
}

/* line 11, app/assets/stylesheets/grid.scss */
.span3_5 {
  float: left;
  margin-left: 20px;
  width: 271.9583333333px;
}

/* line 12, app/assets/stylesheets/grid.scss */
.span4 {
  float: left;
  margin-left: 20px;
  width: 313.6666666667px;
}

/* line 13, app/assets/stylesheets/grid.scss */
.span4_5 {
  float: left;
  margin-left: 20px;
  width: 355.375px;
}

/* line 14, app/assets/stylesheets/grid.scss */
.span5 {
  float: left;
  margin-left: 20px;
  width: 397.0833333333px;
}

/* line 15, app/assets/stylesheets/grid.scss */
.span5_5 {
  float: left;
  margin-left: 20px;
  width: 438.7916666667px;
}

/* line 16, app/assets/stylesheets/grid.scss */
.span6 {
  float: left;
  margin-left: 20px;
  width: 480.5px;
}

/* line 17, app/assets/stylesheets/grid.scss */
.span7 {
  float: left;
  margin-left: 20px;
  width: 563.9166666667px;
}

/* line 18, app/assets/stylesheets/grid.scss */
.span8 {
  float: left;
  margin-left: 20px;
  width: 647.3333333333px;
}

/* line 19, app/assets/stylesheets/grid.scss */
.span9 {
  float: left;
  margin-left: 20px;
  width: 730.75px;
}

/* line 20, app/assets/stylesheets/grid.scss */
.span10 {
  float: left;
  margin-left: 20px;
  width: 814.1666666667px;
}

/* line 21, app/assets/stylesheets/grid.scss */
.span11 {
  float: left;
  margin-left: 20px;
  width: 897.5833333333px;
}

/* line 22, app/assets/stylesheets/grid.scss */
.span12 {
  float: left;
  margin-left: 20px;
  width: 981px;
}

/* line 23, app/assets/stylesheets/grid.scss */
.offset1 {
  margin-left: 103.4166666667px;
}

/* line 24, app/assets/stylesheets/grid.scss */
.offset2 {
  margin-left: 186.8333333333px;
}

/* line 25, app/assets/stylesheets/grid.scss */
.offset3 {
  margin-left: 270.25px;
}

/* line 26, app/assets/stylesheets/grid.scss */
.offset4 {
  margin-left: 353.6666666667px;
}

/* line 27, app/assets/stylesheets/grid.scss */
.offset5 {
  margin-left: 437.0833333333px;
}

/* line 28, app/assets/stylesheets/grid.scss */
.offset6 {
  margin-left: 520.5px;
}

/* line 29, app/assets/stylesheets/grid.scss */
.offset7 {
  margin-left: 603.9166666667px;
}

/* line 30, app/assets/stylesheets/grid.scss */
.offset8 {
  margin-left: 687.3333333333px;
}

/* line 31, app/assets/stylesheets/grid.scss */
.offset9 {
  margin-left: 770.75px;
}

/* line 32, app/assets/stylesheets/grid.scss */
.offset10 {
  margin-left: 854.1666666667px;
}

/* line 33, app/assets/stylesheets/grid.scss */
.offset11 {
  margin-left: 937.5833333333px;
}

/* line 35, app/assets/stylesheets/grid.scss */
.col1 {
  box-sizing: border-box;
  float: left;
  width: 8.3333333333%;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 36, app/assets/stylesheets/grid.scss */
.col2 {
  box-sizing: border-box;
  float: left;
  width: 16.6666666667%;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 37, app/assets/stylesheets/grid.scss */
.col3 {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 38, app/assets/stylesheets/grid.scss */
.col4 {
  box-sizing: border-box;
  float: left;
  width: 33.3333333333%;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 39, app/assets/stylesheets/grid.scss */
.col5 {
  box-sizing: border-box;
  float: left;
  width: 41.6666666667%;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 40, app/assets/stylesheets/grid.scss */
.col6 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 41, app/assets/stylesheets/grid.scss */
.col7 {
  box-sizing: border-box;
  float: left;
  width: 58.3333333333%;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 42, app/assets/stylesheets/grid.scss */
.col8 {
  box-sizing: border-box;
  float: left;
  width: 66.6666666667%;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 43, app/assets/stylesheets/grid.scss */
.col9 {
  box-sizing: border-box;
  float: left;
  width: 75%;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 44, app/assets/stylesheets/grid.scss */
.col10 {
  box-sizing: border-box;
  float: left;
  width: 83.3333333333%;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 45, app/assets/stylesheets/grid.scss */
.col11 {
  box-sizing: border-box;
  float: left;
  width: 91.6666666667%;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 46, app/assets/stylesheets/grid.scss */
.col12 {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 49, app/assets/stylesheets/grid.scss */
.flex-col-container {
  display: flex;
}

/* line 52, app/assets/stylesheets/grid.scss */
.flex-col-container .flex-col {
  flex: 1;
}
/* line 1, app/assets/stylesheets/img_grid.scss */
.img-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

/* line 6, app/assets/stylesheets/img_grid.scss */
.img-grid .img-grid-cell {
  width: 17%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: flex;
}

/* line 12, app/assets/stylesheets/img_grid.scss */
.img-grid .img-grid-cell a, .img-grid .img-grid-cell span {
  display: flex;
  width: 100%;
  background-color: #dce0e5;
  align-items: center;
  justify-content: center;
  padding: 2em;
  border-radius: 6px;
}

/* line 21, app/assets/stylesheets/img_grid.scss */
.img-grid .img-grid-cell a img, .img-grid .img-grid-cell span img {
  max-width: 100%;
  max-height: 8em;
}

@media (max-width: 1080px) and (min-width: 768px) {
  /* line 6, app/assets/stylesheets/img_grid.scss */
  .img-grid .img-grid-cell {
    width: 30.333%;
    margin: 1.5%;
  }
}

@media (max-width: 767px) {
  /* line 6, app/assets/stylesheets/img_grid.scss */
  .img-grid .img-grid-cell {
    width: 46%;
    margin: 2%;
  }
}
/* line 3, app/assets/stylesheets/impala.scss */
.impala_template.pg-signed-out .pg-contents-container {
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/impala.scss */
.impala_template.pg-signed-out .card {
  background-color: #f8f9fa;
}
/* line 7, app/assets/stylesheets/jb.scss.erb */
.jb_template {
  font-family: Open Sans, sans-serif !important;
  font-size: 16px;
}

/* line 11, app/assets/stylesheets/jb.scss.erb */
.jb_template h1, .jb_template h2, .jb_template h3, .jb_template h4, .jb_template h5, .jb_template h6, .jb_template legend, .jb_template p, .jb_template ol, .jb_template ul, .jb_template td, .jb_template th, .jb_template label, .jb_template input, .jb_template select, .jb_template textarea {
  font-family: Open Sans, sans-serif !important;
}

/* line 15, app/assets/stylesheets/jb.scss.erb */
.jb_template h1:not(.h2) {
  font-size: 2.25rem;
}

/* line 19, app/assets/stylesheets/jb.scss.erb */
.jb_template p, .jb_template ol, .jb_template ul {
  font-size: 1rem;
}

/* line 23, app/assets/stylesheets/jb.scss.erb */
.jb_template td, .jb_template th, .jb_template input, .jb_template select, .jb_template textarea, .jb_template label, .jb_template .nav-link {
  font-size: 0.875rem;
}

/* line 27, app/assets/stylesheets/jb.scss.erb */
.jb_template a, .jb_template a:active, .jb_template a:hover {
  color: #126f61;
}

/* line 31, app/assets/stylesheets/jb.scss.erb */
.jb_template a.text-muted:hover {
  color: #126f61 !important;
}

/* line 35, app/assets/stylesheets/jb.scss.erb */
.jb_template .card {
  border: none;
  border-radius: .62rem;
  background-color: #faf9f9;
  box-shadow: 0 1.563rem 1.25rem -1.563rem rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}

/* line 41, app/assets/stylesheets/jb.scss.erb */
.jb_template .card.bg-default {
  background-color: #126f61;
  color: #fff;
  box-shadow: none;
}

/* line 47, app/assets/stylesheets/jb.scss.erb */
.jb_template .card .list-group-item {
  background-color: #faf9f9;
}

/* line 52, app/assets/stylesheets/jb.scss.erb */
.jb_template .card-header {
  background: #e8e8e8;
}

/* line 55, app/assets/stylesheets/jb.scss.erb */
.jb_template .card-header:first-child {
  border-radius: 0.62rem 0.62rem 0 0;
}

/* line 62, app/assets/stylesheets/jb.scss.erb */
.jb_template .text-danger {
  color: #bc3320 !important;
}

/* line 66, app/assets/stylesheets/jb.scss.erb */
.jb_template .text-primary {
  color: #126f61 !important;
}

/* line 70, app/assets/stylesheets/jb.scss.erb */
.jb_template .text-sm {
  font-size: .86rem;
}

/* line 74, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-contents-container {
  background-color: #f5f5f5;
  border-left: none !important;
}

/* line 80, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-tabs.nav-tabs .nav-link, .jb_template .pg-tabs.nav-tabs .nav-link:active {
  font-weight: 400;
}

/* line 83, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-tabs.nav-tabs .nav-link:hover, .jb_template .pg-tabs.nav-tabs .nav-link.active, .jb_template .pg-tabs.nav-tabs .nav-link:active:hover, .jb_template .pg-tabs.nav-tabs .nav-link.active:active {
  color: #126f61;
  border-bottom-color: #126f61;
  font-weight: 400;
}

/* line 91, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-tabs.nav-tabs .btn {
  font-weight: normal;
}

/* line 96, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-tabs.nav-pills.custom-tabs {
  margin-bottom: 0;
  margin-left: 1.9rem;
  font-weight: normal;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(30, 30, 30, 0.1);
  display: inline-flex;
  padding: 4px 4px 0;
}

/* line 106, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-tabs.nav-pills.custom-tabs .nav-item {
  margin-right: 4px;
}

/* line 109, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-tabs.nav-pills.custom-tabs .nav-item:last-child {
  margin-right: 0;
}

/* line 115, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-tabs.nav-pills.custom-tabs .nav-link.active, .jb_template .pg-tabs.nav-pills.custom-tabs .nav-link:hover {
  background-color: #fff;
  color: #126f61;
  font-weight: normal;
  border-radius: 6px 6px 0 0 !important;
}

/* line 124, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-sidebar {
  padding-top: 5.5rem;
  width: 17.32rem;
}

/* line 128, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-sidebar .nav {
  margin-left: .5rem;
  margin-bottom: .6rem;
  padding: .25rem 0 0 .25rem;
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
  background-color: rgba(30, 30, 30, 0.15);
}

/* line 137, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-sidebar .nav-item {
  padding: 0;
  margin: 0 0 .25rem;
  border-radius: 0;
}

/* line 142, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-sidebar .nav-item .nav-link {
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: .5rem;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  transition: color 200ms ease, background-color 200ms ease;
}

/* line 150, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-sidebar .nav-item .nav-link:hover {
  background-color: #f5f5f5;
}

/* line 155, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-sidebar .nav-item.active {
  background-color: #f5f5f5;
}

/* line 158, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-sidebar .nav-item.active .nav-link {
  font-weight: normal;
  color: #1e1e1e;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 167, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-sidebar .btn-arrow {
  background: rgba(30, 30, 30, 0.2);
  color: #fff;
}

/* line 171, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-sidebar .btn-arrow:hover {
  background: rgba(30, 30, 30, 0.5);
}

/* line 176, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-sidebar .svg-icon-links {
  width: 1.4rem;
  background-color: #782cd0;
  color: #fff;
  height: 1.53rem;
  border-radius: 50%;
}

/* line 185, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-sidebar--sm {
  width: 3.4rem;
}

/* line 189, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-sidebar-right--content {
  border-left: 5px solid #fed000 !important;
}

/* line 193, app/assets/stylesheets/jb.scss.erb */
.jb_template .dropdown-menu {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  border: 0;
  font-size: .875rem;
}

/* line 202, app/assets/stylesheets/jb.scss.erb */
.jb_template .dropdown-menu .dropdown-item {
  padding: .625rem 1.25rem;
}

/* line 205, app/assets/stylesheets/jb.scss.erb */
.jb_template .dropdown-menu .dropdown-item:hover {
  background-color: #126f61;
  color: #f5f5f5;
}

/* line 210, app/assets/stylesheets/jb.scss.erb */
.jb_template .dropdown-menu .dropdown-item.text-danger:hover {
  background-color: #bc3320;
  color: #f5f5f5 !important;
}

/* line 216, app/assets/stylesheets/jb.scss.erb */
.jb_template .dropdown-menu .dropdown-divider {
  margin: 0;
}

/* line 221, app/assets/stylesheets/jb.scss.erb */
.jb_template .table.with-headers th {
  color: inherit;
  background: rgba(30, 30, 30, 0.1);
  text-transform: none;
  border-top-width: 1px;
}

/* line 228, app/assets/stylesheets/jb.scss.erb */
.jb_template .svg-icon-links-lg {
  color: #fff;
  border-radius: 50%;
  font-size: .9em;
  display: inline-block;
  text-align: center;
  border: 4px solid #782cd0;
  background-color: #782cd0;
  line-height: 0;
}

/* line 241, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-navbar {
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom: none;
  z-index: 2;
}

/* line 247, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-navbar .pg-logo {
  margin: 0 0 0 1rem !important;
  padding-bottom: .75rem;
  width: 150px;
}

/* line 252, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-navbar .pg-logo .img {
  height: auto !important;
}

/* line 256, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-navbar .pg-logo .img img {
  width: 100%;
  margin-top: -.7rem;
}

/* line 262, app/assets/stylesheets/jb.scss.erb */
.jb_template .pg-navbar .pg-logo .pg-logo-text {
  display: none;
}

/* line 270, app/assets/stylesheets/jb.scss.erb */
.jb_template footer {
  padding: 1.7em 1.25em  2.5em;
  background: #1e1e1e;
  color: rgba(245, 245, 245, 0.6);
  line-height: 1.6em;
}

/* line 276, app/assets/stylesheets/jb.scss.erb */
.jb_template footer .footer-content {
  max-width: 100%;
}

/* line 280, app/assets/stylesheets/jb.scss.erb */
.jb_template footer .copy {
  font-size: 0.75em;
}

/* line 284, app/assets/stylesheets/jb.scss.erb */
.jb_template footer .info {
  font-size: .8em;
}

/* line 288, app/assets/stylesheets/jb.scss.erb */
.jb_template footer .logo {
  max-width: 15.6em;
}

/* line 292, app/assets/stylesheets/jb.scss.erb */
.jb_template footer a, .jb_template footer a:active {
  color: #fff;
}

/* line 299, app/assets/stylesheets/jb.scss.erb */
.jb_template .form-control {
  border: solid 2px rgba(30, 30, 30, 0);
  border-radius: 6px;
  background: rgba(30, 30, 30, 0.05);
  transition: border-color 200ms ease;
}

/* line 305, app/assets/stylesheets/jb.scss.erb */
.jb_template .form-control:focus {
  border-color: #126f61;
  box-shadow: none;
}

/* line 310, app/assets/stylesheets/jb.scss.erb */
.jb_template .form-control:disabled {
  background: #f5f5f5;
}

/* line 314, app/assets/stylesheets/jb.scss.erb */
.jb_template .form-control:invalid {
  background-color: #f7e9e9;
}

/* line 317, app/assets/stylesheets/jb.scss.erb */
.jb_template .form-control:invalid:focus {
  border-color: #f6d9d9;
}

/* line 323, app/assets/stylesheets/jb.scss.erb */
.jb_template input.form-control[type="text"] {
  padding: 1.0625rem .75rem;
}

/* line 327, app/assets/stylesheets/jb.scss.erb */
.jb_template select.form-control {
  height: calc(.5rem + 1.75rem + 2px);
}

/* line 331, app/assets/stylesheets/jb.scss.erb */
.jb_template .field_with_errors input:hover,
.jb_template .field_with_errors textarea:hover {
  border-width: 2px;
}

/* line 336, app/assets/stylesheets/jb.scss.erb */
.jb_template .btn {
  padding: .25em 1em;
  border-width: 2px;
  border-style: solid;
  border-radius: 6px;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 1.5rem;
}

/* line 347, app/assets/stylesheets/jb.scss.erb */
.jb_template .btn.btn-muted:hover, .jb_template .btn.btn-muted:focus, .jb_template .btn.btn-muted:active {
  background-color: transparent;
  color: #969da5;
}

/* line 354, app/assets/stylesheets/jb.scss.erb */
.jb_template .btn-primary,
.jb_template .btn.btn-default {
  border-color: #126f61;
  background-color: #126f61;
}

/* line 359, app/assets/stylesheets/jb.scss.erb */
.jb_template .btn-primary:hover, .jb_template .btn-primary:focus, .jb_template .btn-primary:active,
.jb_template .btn.btn-default:hover,
.jb_template .btn.btn-default:focus,
.jb_template .btn.btn-default:active {
  background-color: #f5f5f5 !important;
  border-color: #126f61 !important;
  color: #126f61 !important;
  box-shadow: none;
}

/* line 367, app/assets/stylesheets/jb.scss.erb */
.jb_template .btn-outline-primary {
  border-color: #126f61 !important;
  color: #126f61 !important;
}

/* line 371, app/assets/stylesheets/jb.scss.erb */
.jb_template .btn-outline-primary:hover, .jb_template .btn-outline-primary:focus, .jb_template .btn-outline-primary:active {
  background-color: #126f61 !important;
  color: #f5f5f5 !important;
}

/* line 377, app/assets/stylesheets/jb.scss.erb */
.jb_template .btn-danger {
  border-color: #bc3320;
  background-color: #bc3320;
  color: #f5f5f5;
}

/* line 382, app/assets/stylesheets/jb.scss.erb */
.jb_template .btn-danger:hover, .jb_template .btn-danger:focus, .jb_template .btn-danger:active {
  background-color: transparent;
  color: #bc3320;
}

/* line 388, app/assets/stylesheets/jb.scss.erb */
.jb_template .btn-outline-danger {
  color: #bc3320 !important;
  border-color: #bc3320;
}

/* line 392, app/assets/stylesheets/jb.scss.erb */
.jb_template .btn-outline-danger:hover, .jb_template .btn-outline-danger:focus, .jb_template .btn-outline-danger:active {
  color: #fff !important;
  background-color: #bc3320;
}

/* line 398, app/assets/stylesheets/jb.scss.erb */
.jb_template .btn-xss {
  line-height: 1.3;
}

/* line 402, app/assets/stylesheets/jb.scss.erb */
.jb_template .btn-lg {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 22px;
}

/* line 409, app/assets/stylesheets/jb.scss.erb */
.jb_template .field_help {
  font-size: .78rem;
  color: rgba(30, 30, 30, 0.7);
}

/* line 414, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
}

/* line 422, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-control .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 431, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-control .custom-control-label {
  position: relative;
  margin-bottom: 0;
  padding-left: 0.5rem;
}

/* line 436, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-control .custom-control-label:before {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: absolute;
  top: -0.16rem;
  left: -1.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  border: 2px solid rgba(30, 30, 30, 0.3);
  border-radius: 0.4rem;
}

/* line 451, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-control.custom-control-left {
  padding-left: 0;
  display: block;
}

/* line 455, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-control.custom-control-left .custom-control-label {
  display: block;
  padding-left: 0;
  padding-right: 1.8rem;
}

/* line 460, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-control.custom-control-left .custom-control-label:before {
  left: auto;
  right: 0;
}

/* line 467, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-control.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

/* line 472, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-image: url(/assets/layout/form_lg_checkbox-3530eda1914d952a056dcd436e653f29ee235d3da081cdaeb66e7aa53bde5f6e.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #126f61;
  background-color: #126f61;
}

/* line 481, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
}

/* line 487, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #397f3d;
  box-shadow: 0 0 3px 1px #397f3d;
  background-color: transparent;
  border-width: 4px;
}

/* line 494, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
}

/* line 501, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-file .custom-file-input {
  border: none !important;
  box-shadow: none !important;
  padding: 1.0625rem .75rem !important;
}

/* line 507, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-file .custom-file-label {
  border: none;
}

/* line 510, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-file .custom-file-label:active {
  outline: 2px solid #126f61;
}

/* line 514, app/assets/stylesheets/jb.scss.erb */
.jb_template .custom-file .custom-file-label::after {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #fed000;
  border: none;
  display: flex;
  align-items: center;
  height: calc(1.5em + 0.75rem + 2px);
}

/* line 529, app/assets/stylesheets/jb.scss.erb */
.jb_template .input-group-text {
  background-color: #fed000;
  border: none;
}

/* line 534, app/assets/stylesheets/jb.scss.erb */
.jb_template .input-group > .input-group-append > .btn,
.jb_template .input-group > .input-group-append > .input-group-text,
.jb_template .input-group > .input-group-prepend:not(:first-child) > .btn,
.jb_template .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.jb_template .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.jb_template .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 544, app/assets/stylesheets/jb.scss.erb */
.jb_template .tool_page p {
  font-size: 0.875rem;
}

/* line 550, app/assets/stylesheets/jb.scss.erb */
.jb_template .highcharts-button-box {
  fill: #faf9f9;
}

/* line 557, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-multi .chosen-results {
  font-size: 0.875rem;
}

/* line 561, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-multi .chosen-choices {
  background-color: rgba(30, 30, 30, 0.05);
  border-width: 2px;
  border-color: transparent;
  font-size: 0.875rem;
  border-radius: 0.375rem;
}

/* line 568, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-multi .chosen-choices li {
  height: 27px;
  line-height: 20px;
}

/* line 572, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-multi .chosen-choices li.search-field {
  height: 31px;
}

/* line 575, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin-top: 1px;
}

/* line 580, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #cecdcd;
  margin-top: 1px;
}

/* line 584, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
}

/* line 593, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-single .chosen-results {
  font-size: 0.875rem;
}

/* line 597, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-single .chosen-single {
  border-width: 2px;
  border-color: transparent;
  background: rgba(30, 30, 30, 0.05);
  height: 2.25rem;
  line-height: 2.125rem;
  border-radius: 0.375rem;
}

/* line 605, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-single .chosen-single:hover {
  color: inherit;
}

/* line 609, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-single .chosen-single div {
  top: 6px;
}

/* line 615, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-active.chosen-with-drop .chosen-single {
  border: 2px solid #126f61;
  box-shadow: none;
}

/* line 620, app/assets/stylesheets/jb.scss.erb */
.jb_template .chosen-container-active .chosen-choices {
  border: 2px solid #126f61;
  box-shadow: none;
}

/* line 626, app/assets/stylesheets/jb.scss.erb */
.jb_template .input-group-text .chosen-single {
  height: 30px;
  line-height: 30px;
  background: transparent !important;
}

/* line 632, app/assets/stylesheets/jb.scss.erb */
.jb_template .input-group-text .chosen-container-single .chosen-single div {
  top: 2px;
}

/* line 636, app/assets/stylesheets/jb.scss.erb */
.jb_template .input-group-text .chosen-drop {
  margin-top: 4px;
}

/* line 641, app/assets/stylesheets/jb.scss.erb */
.jb_template .svg-custom-primary path {
  fill: #126f61 !important;
}

/* line 645, app/assets/stylesheets/jb.scss.erb */
.jb_template .svg-icon.svg-icon-roi {
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1;
  background-color: #ff8a25;
  color: #fff;
  border-radius: 50%;
}

/* line 653, app/assets/stylesheets/jb.scss.erb */
.jb_template .svg-icon.svg-icon-roi svg {
  font-size: .9em;
}

/* line 658, app/assets/stylesheets/jb.scss.erb */
.jb_template .svg-icon.svg-icon-greenprint {
  width: 1.4rem;
  background-color: #ce2cd0;
  color: #fff;
  height: 1.53rem;
  border-radius: 50%;
}

/* line 667, app/assets/stylesheets/jb.scss.erb */
.jb_template .slider .slider_wrapper .ui-slider-horizontal {
  background-color: rgba(30, 30, 30, 0.15);
  height: 0.625rem;
}

/* line 672, app/assets/stylesheets/jb.scss.erb */
.jb_template .slider .ui-slider .ui-slider-range {
  background-color: rgba(57, 127, 61, 0.5);
}

/* line 676, app/assets/stylesheets/jb.scss.erb */
.jb_template .slider .ui-state-default,
.jb_template .slider .ui-widget-content .ui-state-default,
.jb_template .slider .ui-widget-header .ui-state-default {
  border: none;
  background: url(/assets/icons/jb_favicon-89ae5dc513ef7f33c876c189202d9f1bce65d0789344206c9538c50238a76a07.png);
  width: 1.25rem;
  height: 1.25rem;
  background-position: 50% 50%;
  background-size: 1.5rem 1.5rem;
  cursor: pointer;
}

/* line 692, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile_entry_form .nav-tabs .nav-item {
  flex: inherit;
}

/* line 696, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile_entry_form .nav-tabs.last-right .nav-item:last-child {
  margin-left: auto;
  margin-right: .5rem;
}

/* line 702, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-form--value {
  border: .25rem solid #fed000;
  border-radius: 0.625rem;
  display: inline-block;
  padding: .25rem .5rem;
  color: inherit;
}

/* line 709, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-form--value .metric {
  font-weight: 400;
  font-size: .9em;
}

/* line 718, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-forecast-true .card {
  color: #fff;
  background-color: #2cb8d0;
}

/* line 722, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-forecast-true .card .form-control {
  border: solid 2px #fff;
  background: #fff;
}

/* line 726, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-forecast-true .card .form-control:focus {
  border-color: #1e606c;
  box-shadow: none;
}

/* line 731, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-forecast-true .card .form-control:disabled {
  background: #ddd;
  border-color: #ddd;
}

/* line 736, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-forecast-true .card .form-control:invalid {
  background-color: #f7e9e9;
  border-color: #f8e8e9;
}

/* line 740, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-forecast-true .card .form-control:invalid:focus {
  border-color: #f98b86;
}

/* line 746, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-forecast-true .card .custom-control .custom-control-label:before {
  border-color: #fff;
}

/* line 750, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-forecast-true .card .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #fed001;
  background-color: #fed001;
}

/* line 755, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-forecast-true .card .slider .slider_wrapper .ui-slider-horizontal {
  background-color: #fed001;
}

/* line 759, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-forecast-true .card .text-primary[data-tooltip-target="tooltip"] {
  color: #1a6b7a !important;
}

/* line 763, app/assets/stylesheets/jb.scss.erb */
.jb_template .profile-entry-forecast-true .card .text-danger[data-tooltip-target="tooltip"] {
  color: #fed001 !important;
}

/* line 771, app/assets/stylesheets/jb.scss.erb */
.jb_template .autocomplete__menu {
  border: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  margin-left: 3px;
}

/* line 778, app/assets/stylesheets/jb.scss.erb */
.jb_template .autocomplete__menu--inline {
  position: absolute;
  background-color: #fff;
  z-index: 2;
}

/* line 784, app/assets/stylesheets/jb.scss.erb */
.jb_template .autocomplete__input--focused {
  outline: none;
  box-shadow: none;
  border-color: #126f61;
}

/* line 790, app/assets/stylesheets/jb.scss.erb */
.jb_template .autocomplete__option {
  background-color: #fff;
  font-size: .875rem;
  color: #126f61;
  border: none;
}

/* line 796, app/assets/stylesheets/jb.scss.erb */
.jb_template .autocomplete__option.autocomplete__option--odd {
  background-color: inherit;
}

/* line 801, app/assets/stylesheets/jb.scss.erb */
.jb_template .autocomplete__option.autocomplete__option--focused, .jb_template .autocomplete__option:hover {
  background-color: #126f61;
  color: #f5f5f5;
}
/* line 8, app/assets/stylesheets/layout.scss.erb */
body, p, ol, ul, td, h1, h2, h3, h4, legend {
  font-family: 'Montserrat', helvetica, arial, verdana, sans-serif !important;
}

/* line 12, app/assets/stylesheets/layout.scss.erb */
body, td {
  line-height: 1.3;
}

/* line 16, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar {
  width: 20rem;
  min-height: 100vh;
  background: #fff;
  padding-top: 3rem;
}

/* line 22, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar .nav {
  padding-left: .5rem;
}

/* line 26, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  color: #343a40;
}

/* line 32, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar .nav-item {
  margin: .4rem 0;
}

/* line 35, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar .nav-item .nav-link {
  padding: .6rem 1rem .6rem .5rem;
}

/* line 40, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar .svg-icon {
  margin-right: .5rem;
  width: 2.8rem;
  text-align: center;
  display: inline-block;
}

/* line 46, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar .svg-icon.svg-icon-forecasting {
  width: 1.4rem;
  background-color: #2cb8d0;
  color: #fff;
  height: 1.53rem;
  border-radius: 50%;
}

/* line 55, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar .nav-item.active {
  background-color: #eceef0;
  border-radius: .25rem 0 0 .25rem;
}

/* line 59, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar .nav-item.active .nav-link {
  color: rgba(54, 171, 191, 0.85);
  font-weight: bold;
}

/* line 66, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar-toggler {
  padding-left: 1.5rem;
}

/* line 70, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar--sm {
  width: 4.7rem;
}

/* line 73, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar--sm .svg-icon {
  margin-right: 0;
}

/* line 77, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar--sm .nav-link-text {
  display: none;
}

/* line 81, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar--sm .pg-sidebar-toggler {
  text-align: center;
  padding-left: 0;
}

/* line 87, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar-right {
  display: none;
}

/* line 91, app/assets/stylesheets/layout.scss.erb */
.pg-contents-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #eef1f6;
}

/* line 97, app/assets/stylesheets/layout.scss.erb */
.pg-contents-container .pg-contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 103, app/assets/stylesheets/layout.scss.erb */
.pg-contents-container .pg-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 110, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar-right-true .pg-contents {
  flex-direction: row;
}

/* line 114, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar-right-true .pg-sidebar-right {
  display: block;
  overflow: hidden;
  overflow-y: auto;
}

/* line 120, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar-right-true .pg-sidebar-right--inner {
  height: 100%;
  position: relative;
}

/* line 125, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar-right-true .pg-sidebar-right--content {
  background-color: #fff;
  border-left: 1px solid #eee;
  height: 100%;
  width: 20rem;
}

/* line 132, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar-right-true .pg-sidebar-right--status {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: .4rem;
}

/* line 141, app/assets/stylesheets/layout.scss.erb */
.pg-navbar {
  padding: 0;
  border-bottom: 1px solid #dee2e6;
}

/* line 145, app/assets/stylesheets/layout.scss.erb */
.pg-navbar .navbar-brand {
  font-size: 1.2em;
}

/* line 149, app/assets/stylesheets/layout.scss.erb */
.pg-navbar .pg-logo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 auto;
}

/* line 154, app/assets/stylesheets/layout.scss.erb */
.pg-navbar .pg-logo .pg-logo-link {
  font-size: 1.05rem;
}

/* line 158, app/assets/stylesheets/layout.scss.erb */
.pg-navbar .pg-logo .img {
  display: inline-block;
}

/* line 161, app/assets/stylesheets/layout.scss.erb */
.pg-navbar .pg-logo .img img {
  max-width: 100%;
  max-height: 100%;
}

/* line 167, app/assets/stylesheets/layout.scss.erb */
.pg-navbar .pg-logo .pg-logo-text {
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.1;
  font-weight: bold;
  margin-left: .2rem;
}

/* line 174, app/assets/stylesheets/layout.scss.erb */
.pg-navbar .pg-logo .pg-logo-text div {
  color: #78c6b8;
  font-weight: 700;
  font-size: .94rem;
}

/* line 182, app/assets/stylesheets/layout.scss.erb */
.pg-navbar .pg-header-navbar {
  width: 100%;
  padding-left: 1rem;
}

/* line 187, app/assets/stylesheets/layout.scss.erb */
.pg-navbar .mr-auto .nav-item {
  font-weight: bold;
}

/* line 193, app/assets/stylesheets/layout.scss.erb */
.pg-signed-in-true .pg-contents-container {
  border-left: 1px solid #dee2e6;
  width: 100%;
}

/* line 198, app/assets/stylesheets/layout.scss.erb */
.pg-signed-in-true .pg-navbar .pg-logo {
  margin: 0;
}

/* line 201, app/assets/stylesheets/layout.scss.erb */
.pg-signed-in-true .pg-navbar .pg-logo .img {
  height: 1.8em;
}

/* line 205, app/assets/stylesheets/layout.scss.erb */
.pg-signed-in-true .pg-navbar .pg-logo .pg-logo-link {
  padding-left: .4rem;
}

/* line 209, app/assets/stylesheets/layout.scss.erb */
.pg-signed-in-true .pg-navbar .pg-logo .pg-logo-text {
  font-size: .9em;
}

/* line 215, app/assets/stylesheets/layout.scss.erb */
.impala_template:not(.pg-signed-in-true) .pg-navbar .pg-logo {
  width: auto;
}

/* line 220, app/assets/stylesheets/layout.scss.erb */
.unit-block .unit {
  display: block;
  font-size: 1rem;
  margin-top: .2rem;
}

/* line 227, app/assets/stylesheets/layout.scss.erb */
.turbo-progress-bar {
  height: 3px;
  background-color: #0076ff;
}

/* line 232, app/assets/stylesheets/layout.scss.erb */
.text-green {
  color: #399D8F;
}

/* line 236, app/assets/stylesheets/layout.scss.erb */
.text-light-green {
  color: #1F8D79;
}

/* line 240, app/assets/stylesheets/layout.scss.erb */
.text-impala {
  color: #f68220;
}

/* line 244, app/assets/stylesheets/layout.scss.erb */
.text-lg {
  font-size: 1.2rem;
}

/* line 248, app/assets/stylesheets/layout.scss.erb */
.text-decoration-underline {
  text-decoration: underline;
}

/* line 252, app/assets/stylesheets/layout.scss.erb */
.font-weight-5 {
  font-weight: 500 !important;
}

/* line 256, app/assets/stylesheets/layout.scss.erb */
.font-weight-6 {
  font-weight: 600 !important;
}

/* line 260, app/assets/stylesheets/layout.scss.erb */
.link-text-dark a,
.link-text-dark a:active {
  color: #343a40 !important;
}

/* line 265, app/assets/stylesheets/layout.scss.erb */
.btn-arrow {
  background: #108c75;
  color: #C1F8ED;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6rem;
  width: 1.8rem;
  padding-top: 0;
  padding-bottom: 0.2rem;
  padding-left: 0;
  padding-right: 0.1rem;
  border-radius: 50%;
  text-align: center;
  transition: background .2s;
}

/* line 281, app/assets/stylesheets/layout.scss.erb */
.btn-arrow:focus {
  outline: none;
}

/* line 285, app/assets/stylesheets/layout.scss.erb */
.btn-arrow:hover {
  background: #106d5c;
}

/* line 290, app/assets/stylesheets/layout.scss.erb */
.pg-sidebar--sm .btn-arrow {
  padding-left: 0.1rem;
  padding-right: 0;
}

/* line 295, app/assets/stylesheets/layout.scss.erb */
.border-w-2 {
  border-width: 2px;
}

/* line 301, app/assets/stylesheets/layout.scss.erb */
.pg-chart {
  height: 25em;
}

/* line 304, app/assets/stylesheets/layout.scss.erb */
.pg-chart.pg-chart-lg {
  height: 30em;
}

/* line 308, app/assets/stylesheets/layout.scss.erb */
.pg-chart.pg-chart-xl {
  height: 46em;
}

/* line 313, app/assets/stylesheets/layout.scss.erb */
.text-muted {
  color: #90989e !important;
}

/* line 316, app/assets/stylesheets/layout.scss.erb */
.text-muted p {
  color: #90989e !important;
}

/* line 321, app/assets/stylesheets/layout.scss.erb */
.btn-primary.text-muted {
  color: #40808c !important;
}

/* line 325, app/assets/stylesheets/layout.scss.erb */
a.text-muted:hover {
  color: #37abbf !important;
}

/* line 329, app/assets/stylesheets/layout.scss.erb */
.text-pale {
  color: #9da5ad !important;
}

/* line 333, app/assets/stylesheets/layout.scss.erb */
.svg-icon {
  font-size: 1.2em;
}

/* line 337, app/assets/stylesheets/layout.scss.erb */
.svg-icon-lg {
  font-size: 1.4em;
}

/* line 341, app/assets/stylesheets/layout.scss.erb */
.svg-icon-forecasting-lg {
  color: #fff;
  border-radius: 50%;
  font-size: .9em;
  display: inline-block;
  text-align: center;
  border: 4px solid #2cb8d0;
  background-color: #2cb8d0;
  line-height: 0;
}

/* line 352, app/assets/stylesheets/layout.scss.erb */
.svg-icon-greenprint-lg {
  color: #fff;
  border-radius: 50%;
  font-size: .9em;
  display: inline-block;
  text-align: center;
  border: 4px solid #ce2cd0;
  background-color: #ce2cd0;
  line-height: 0;
}

/* line 363, app/assets/stylesheets/layout.scss.erb */
.svg-icon-roi-lg {
  color: #fff;
  border-radius: 50%;
  font-size: .9em;
  display: inline-block;
  text-align: center;
  border: 8px solid #ff8a25;
  background-color: #ff8a25;
  line-height: 0;
}

/* line 374, app/assets/stylesheets/layout.scss.erb */
.icon-wrp {
  background: #6d36f1;
  border-radius: .8rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
}

/* line 384, app/assets/stylesheets/layout.scss.erb */
.icon-wrp-orange {
  background: #fe8f66;
}

/* line 388, app/assets/stylesheets/layout.scss.erb */
.icon-wrp-yellow {
  background: #ffcc41;
}

/* line 392, app/assets/stylesheets/layout.scss.erb */
.icon-wrp-reverse {
  background: #fff;
  color: #6d36f1;
  box-shadow: 0 1px 3px rgba(119, 119, 119, 0.32);
}

/* line 398, app/assets/stylesheets/layout.scss.erb */
.icon-wrp-orange-reverse {
  background: #fff;
  color: #fe8f66;
  box-shadow: 0 1px 3px rgba(119, 119, 119, 0.32);
}

/* line 404, app/assets/stylesheets/layout.scss.erb */
.letter-spaced {
  letter-spacing: 2px;
}

/* line 408, app/assets/stylesheets/layout.scss.erb */
.text-creative {
  color: #37abbf;
}

/* line 412, app/assets/stylesheets/layout.scss.erb */
.text-md {
  font-size: 1.1em;
}

/* line 416, app/assets/stylesheets/layout.scss.erb */
.text-sm {
  font-size: .9em;
}

/* line 420, app/assets/stylesheets/layout.scss.erb */
.text-xs {
  font-size: .8em;
}

/* line 424, app/assets/stylesheets/layout.scss.erb */
.line-height-lg {
  line-height: 1.8;
}

/* line 428, app/assets/stylesheets/layout.scss.erb */
h4 sup[data-tooltip-target="tooltip"] {
  font-size: .8em;
}

/* line 434, app/assets/stylesheets/layout.scss.erb */
.pg-tabs {
  font-weight: bold;
  margin-bottom: 2rem;
}

/* line 438, app/assets/stylesheets/layout.scss.erb */
.pg-tabs.custom-tabs {
  margin-bottom: 1rem;
}

/* line 442, app/assets/stylesheets/layout.scss.erb */
.pg-tabs.text-lg {
  font-size: 1.1rem;
}

/* line 446, app/assets/stylesheets/layout.scss.erb */
.pg-tabs.nav-tabs {
  border-bottom: 2px solid #afafaf;
}

/* line 449, app/assets/stylesheets/layout.scss.erb */
.pg-tabs.nav-tabs .nav-item {
  margin-bottom: 0;
}

/* line 453, app/assets/stylesheets/layout.scss.erb */
.pg-tabs.nav-tabs .nav-link {
  color: #666;
  border-bottom: 2px solid #afafaf;
  position: relative;
  bottom: -2px;
  background: transparent;
  font-weight: 600;
}

/* line 462, app/assets/stylesheets/layout.scss.erb */
.pg-tabs.nav-tabs .nav-link:hover {
  border-color: transparent transparent #000;
  transition: border-color .1s;
}

/* line 467, app/assets/stylesheets/layout.scss.erb */
.pg-tabs.nav-tabs .nav-link.active,
.pg-tabs.nav-tabs .nav-item.show .nav-link {
  color: #000;
  border-color: transparent transparent #000;
  background: transparent;
  outline: none;
  font-weight: bold;
}

/* line 476, app/assets/stylesheets/layout.scss.erb */
.pg-tabs.nav-tabs .btn {
  font-size: .9rem;
  font-weight: 600;
  position: relative;
  top: 0.3rem;
  border-width: 2px;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

@media (min-width: 1250px) and (max-width: 1450px) {
  /* line 487, app/assets/stylesheets/layout.scss.erb */
  .pg-tabs.nav-tabs.nav-tabs-lg .nav-link {
    padding-left: .3rem;
    padding-right: .3rem;
  }
}

/* line 495, app/assets/stylesheets/layout.scss.erb */
.pg-tabs.nav-pills .nav-link {
  background-color: #E1E1E1;
  color: #4D4D4D;
  font-weight: 500;
  border-radius: 0;
}

/* line 501, app/assets/stylesheets/layout.scss.erb */
.pg-tabs.nav-pills .nav-link.active {
  background-color: rgba(31, 141, 121, 0.4);
  color: #000;
  font-weight: bold;
}

/* line 509, app/assets/stylesheets/layout.scss.erb */
.pg-tabs.nav-pills .nav-item:first-child .nav-link {
  border-radius: .25rem 0 0 .25rem;
}

/* line 513, app/assets/stylesheets/layout.scss.erb */
.pg-tabs.nav-pills .nav-item:last-child .nav-link {
  border-radius: 0 .25rem .25rem 0;
}

/* line 520, app/assets/stylesheets/layout.scss.erb */
.hr-lg {
  border-width: 3px;
}

/* line 524, app/assets/stylesheets/layout.scss.erb */
.w-sm {
  width: 8em;
}

/* line 530, app/assets/stylesheets/layout.scss.erb */
[data-background-value="img"] .svg-icon--bg,
[data-background-value="gradient"] .svg-icon--bg,
.pg-bg--img [data-background-value="colour"] .svg-icon--bg,
.pg-bg--gradient [data-background-value="colour"] .svg-icon--bg {
  display: none;
}

/* line 537, app/assets/stylesheets/layout.scss.erb */
.pg-bg--img [data-background-value="img"] .svg-icon--bg,
.pg-bg--gradient [data-background-value="gradient"] .svg-icon--bg {
  display: inline;
}

@media (min-width: 768px) {
  /* line 543, app/assets/stylesheets/layout.scss.erb */
  .w-md-50 {
    width: 50%;
  }
  /* line 547, app/assets/stylesheets/layout.scss.erb */
  .w-md-25 {
    width: 25%;
  }
}

/* line 553, app/assets/stylesheets/layout.scss.erb */
.collapsable-plus:before {
  content: '+';
}

/* line 557, app/assets/stylesheets/layout.scss.erb */
.collapsable-plus[aria-expanded="true"]:before {
  content: '-';
}

/* line 562, app/assets/stylesheets/layout.scss.erb */
.hidden {
  display: none;
}

/* line 569, app/assets/stylesheets/layout.scss.erb */
.bg-editable {
  background-color: #ffd;
}

/* line 572, app/assets/stylesheets/layout.scss.erb */
.bg-editable input[type="text"], .bg-editable textarea {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 .3em 0 0;
}

/* line 584, app/assets/stylesheets/layout.scss.erb */
.table-input .inputs {
  background-color: #ffd;
  padding: 0;
}

/* line 588, app/assets/stylesheets/layout.scss.erb */
.table-input .inputs input[type="text"], .table-input .inputs textarea {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none;
  background: transparent;
  width: 100% !important;
  box-sizing: border-box;
  box-shadow: none !important;
}

/* line 600, app/assets/stylesheets/layout.scss.erb */
.sortable-handle {
  position: absolute;
  content: '';
  width: 4px;
  height: 10px;
  border-right: 2px dotted #999;
  display: inline-block;
  cursor: move;
  left: .5em;
  top: 50%;
  margin-top: -10px;
}

/* line 615, app/assets/stylesheets/layout.scss.erb */
.card-header {
  background: #eff2f3;
}

/* line 619, app/assets/stylesheets/layout.scss.erb */
.container-xl {
  max-width: 1280px;
}

/* line 623, app/assets/stylesheets/layout.scss.erb */
.badge-secondary {
  background-color: #aeb6bd;
}

/* line 627, app/assets/stylesheets/layout.scss.erb */
.card-body + .list-group-flush .list-group-item:first-child {
  border-top-width: 1px;
}

/* line 631, app/assets/stylesheets/layout.scss.erb */
.list-group a {
  text-decoration: none !important;
}

/* line 636, app/assets/stylesheets/layout.scss.erb */
.nav.text-muted .nav-link:not(.active) {
  color: #90989e;
}

/* line 639, app/assets/stylesheets/layout.scss.erb */
.nav.text-muted .nav-link:not(.active):hover {
  color: rgba(54, 171, 191, 0.85);
}

/* line 645, app/assets/stylesheets/layout.scss.erb */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: rgba(54, 171, 191, 0.85);
}

/* line 650, app/assets/stylesheets/layout.scss.erb */
.nav-tabs:not(.pg-tabs) .nav-link.active {
  background-color: transparent;
  border-bottom-color: #000;
}

/* line 655, app/assets/stylesheets/layout.scss.erb */
.cursor-text {
  cursor: text;
}

/* line 659, app/assets/stylesheets/layout.scss.erb */
.bg-default {
  background-color: #ff8804;
  color: #fff;
}

/* line 664, app/assets/stylesheets/layout.scss.erb */
.bg-green-light {
  background-color: #e4ffcb;
}

/* line 668, app/assets/stylesheets/layout.scss.erb */
.bg-waste {
  background-color: #C97957;
}

/* line 672, app/assets/stylesheets/layout.scss.erb */
.bg-water {
  background-color: #2AA7C2;
}

/* line 676, app/assets/stylesheets/layout.scss.erb */
.bg-transportation {
  background-color: #2AC29E;
}

/* line 680, app/assets/stylesheets/layout.scss.erb */
.bg-energy {
  background-color: #2ECE6E;
}

/* line 684, app/assets/stylesheets/layout.scss.erb */
.bg-transparent {
  background-color: transparent;
}

/* line 688, app/assets/stylesheets/layout.scss.erb */
.bg-light-blue {
  background: #f6fafb;
}

/* line 692, app/assets/stylesheets/layout.scss.erb */
.disabled {
  opacity: .6;
}

/* line 696, app/assets/stylesheets/layout.scss.erb */
.dropdown-menu {
  font-size: inherit;
}

/* line 700, app/assets/stylesheets/layout.scss.erb */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

/* line 704, app/assets/stylesheets/layout.scss.erb */
.btn {
  font-weight: 500;
}

/* line 707, app/assets/stylesheets/layout.scss.erb */
.btn.btn-sm {
  font-size: 0.9rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 713, app/assets/stylesheets/layout.scss.erb */
.btn.btn-xs {
  font-size: 0.8rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 719, app/assets/stylesheets/layout.scss.erb */
.btn.btn-xss {
  font-size: 0.74rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

/* line 725, app/assets/stylesheets/layout.scss.erb */
.btn.btn-default {
  background-color: #ff8804;
  border-color: #f78404;
  color: #fff;
}

/* line 730, app/assets/stylesheets/layout.scss.erb */
.btn.btn-default:hover {
  background-color: #f78404;
}

/* line 734, app/assets/stylesheets/layout.scss.erb */
.btn.btn-default:focus, .btn.btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 5, 0.4);
}

/* line 739, app/assets/stylesheets/layout.scss.erb */
.btn.btn-outline-default {
  background-color: transparent;
  border-color: #f78404;
  color: #f78404;
}

/* line 744, app/assets/stylesheets/layout.scss.erb */
.btn.btn-outline-default:hover {
  background-color: #ff8804;
  color: #fff;
}

/* line 750, app/assets/stylesheets/layout.scss.erb */
.btn.btn-green {
  background-color: #1F8D79;
  border-color: #1F8D79;
  color: #fff;
}

/* line 755, app/assets/stylesheets/layout.scss.erb */
.btn.btn-green:hover {
  background-color: #107c68;
}

/* line 759, app/assets/stylesheets/layout.scss.erb */
.btn.btn-green:focus, .btn.btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 5, 0.4);
}

/* line 763, app/assets/stylesheets/layout.scss.erb */
.btn.btn-green.text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 768, app/assets/stylesheets/layout.scss.erb */
.btn.btn-outline-green {
  background-color: transparent;
  border-color: #1F8D79;
  color: #1F8D79;
}

/* line 773, app/assets/stylesheets/layout.scss.erb */
.btn.btn-outline-green .svg-custom path {
  fill: #0E806C;
}

/* line 777, app/assets/stylesheets/layout.scss.erb */
.btn.btn-outline-green:hover {
  background-color: #107c68;
  color: #fff;
}

/* line 781, app/assets/stylesheets/layout.scss.erb */
.btn.btn-outline-green:hover .svg-custom path {
  fill: #fff;
}

/* line 786, app/assets/stylesheets/layout.scss.erb */
.btn.btn-outline-green:focus, .btn.btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 5, 0.4);
}

/* line 791, app/assets/stylesheets/layout.scss.erb */
.btn.btn-light-green {
  background-color: #6CB4A7;
  border-color: #6CB4A7;
  color: #fff;
}

/* line 796, app/assets/stylesheets/layout.scss.erb */
.btn.btn-light-green:hover {
  background-color: #107c68;
}

/* line 800, app/assets/stylesheets/layout.scss.erb */
.btn.btn-light-green:focus, .btn.btn-light-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 5, 0.4);
}

/* line 806, app/assets/stylesheets/layout.scss.erb */
.btn-outline-warning:hover {
  color: #fff;
}

/* line 810, app/assets/stylesheets/layout.scss.erb */
body:not(.canada_template) .svg-custom-primary path {
  fill: rgba(54, 171, 191, 0.85);
}

/* line 814, app/assets/stylesheets/layout.scss.erb */
.text-primary {
  color: rgba(54, 171, 191, 0.85) !important;
}

/* line 818, app/assets/stylesheets/layout.scss.erb */
.btn-primary {
  background-color: rgba(54, 171, 191, 0.85);
  border-color: rgba(54, 171, 191, 0.85);
}

/* line 822, app/assets/stylesheets/layout.scss.erb */
.btn-primary:hover {
  border-color: #36abbf;
  background-color: #36abbf;
}

/* line 827, app/assets/stylesheets/layout.scss.erb */
.btn-primary:focus, .btn-primary.focus {
  border-color: #36abbf;
  background-color: #36abbf;
  box-shadow: 0 0 0 0.2rem rgba(90, 184, 200, 0.4);
}

/* line 835, app/assets/stylesheets/layout.scss.erb */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: #36abbf;
  border-color: #36abbf;
}

/* line 842, app/assets/stylesheets/layout.scss.erb */
.btn-outline-primary {
  color: rgba(54, 171, 191, 0.85);
  border-color: rgba(54, 171, 191, 0.85);
}

/* line 846, app/assets/stylesheets/layout.scss.erb */
.btn-outline-primary .svg-custom path {
  fill: rgba(54, 171, 191, 0.85);
}

/* line 850, app/assets/stylesheets/layout.scss.erb */
.btn-outline-primary:hover {
  background-color: rgba(54, 171, 191, 0.85);
  color: #fff;
  border-color: rgba(54, 171, 191, 0.85);
}

/* line 855, app/assets/stylesheets/layout.scss.erb */
.btn-outline-primary:hover .svg-custom path {
  fill: #fff;
}

/* line 862, app/assets/stylesheets/layout.scss.erb */
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  background-color: rgba(54, 171, 191, 0.85);
  border-color: rgba(54, 171, 191, 0.85);
}

/* line 869, app/assets/stylesheets/layout.scss.erb */
.btn.btn-muted {
  color: #fff;
  background-color: #bec6ce;
  border-color: #bec6ce;
}

/* line 874, app/assets/stylesheets/layout.scss.erb */
.btn.btn-muted:hover {
  background-color: #b7bfc7;
  border-color: #b7bfc7;
}

/* line 879, app/assets/stylesheets/layout.scss.erb */
.btn.btn-muted:focus {
  box-shadow: 0 0 0 0.2em rgba(203, 206, 210, 0.25);
}

/* line 884, app/assets/stylesheets/layout.scss.erb */
.btn.btn-outline-muted {
  color: #9da5ad;
  border-color: #bec6ce;
}

/* line 888, app/assets/stylesheets/layout.scss.erb */
.btn.btn-outline-muted:hover {
  color: #fff;
  background-color: #bec6ce;
  border-color: #bec6ce;
}

/* line 894, app/assets/stylesheets/layout.scss.erb */
.btn.btn-outline-muted:focus {
  box-shadow: 0 0 0 0.2em rgba(203, 206, 210, 0.25);
}

/* line 899, app/assets/stylesheets/layout.scss.erb */
.input-group > .input-group-append > .input-group-text > .form-control {
  font-size: .9em;
  border: none;
  background: transparent;
  height: calc(1em + 0.5rem);
  padding-top: 0;
  padding-bottom: 0;
}

/* line 907, app/assets/stylesheets/layout.scss.erb */
.input-group > .input-group-append > .input-group-text > .form-control:focus {
  box-shadow: none;
}

/* line 912, app/assets/stylesheets/layout.scss.erb */
.card-header .breadcrumb {
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 918, app/assets/stylesheets/layout.scss.erb */
.pg-navbar .breadcrumb {
  background: transparent;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 924, app/assets/stylesheets/layout.scss.erb */
.table.with-headers th {
  background: #f6fafb;
  color: #8e97a0;
  text-transform: uppercase;
  border-bottom: none;
  border-top-width: 0;
  font-size: .8em;
  letter-spacing: .5px;
}

/* line 934, app/assets/stylesheets/layout.scss.erb */
.table .translation_missing {
  word-break: break-all;
}

/* line 938, app/assets/stylesheets/layout.scss.erb */
.card .table.without-headers tr:first-child td {
  border-top: 0;
}

/* line 942, app/assets/stylesheets/layout.scss.erb */
.card.card-shadow {
  border: none;
  box-shadow: 0 0 3px rgba(85, 85, 85, 0.4);
}

/* line 947, app/assets/stylesheets/layout.scss.erb */
.scroll-wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

/* line 953, app/assets/stylesheets/layout.scss.erb */
.form-check-input {
  margin-top: .1rem;
}

/* line 957, app/assets/stylesheets/layout.scss.erb */
.form-control {
  font-size: 1em;
}

/* line 962, app/assets/stylesheets/layout.scss.erb */
.form-group label:not(.form-check-label) {
  margin-bottom: 0.3em;
}

/* line 967, app/assets/stylesheets/layout.scss.erb */
.input-group.field_with_errors .field_error {
  position: absolute;
  top: 2.7em;
}

/* line 974, app/assets/stylesheets/layout.scss.erb */
.chosen-container-multi .chosen-choices {
  border-radius: 3px;
  background-image: none;
  border-color: #ced4da;
  padding-top: 3px;
}

/* line 980, app/assets/stylesheets/layout.scss.erb */
.chosen-container-multi .chosen-choices li.search-choice {
  margin: 2px 5px 2px 0;
  background-image: none;
  border: none;
  box-shadow: none;
}

/* line 987, app/assets/stylesheets/layout.scss.erb */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: -1px 0 0;
}

/* line 992, app/assets/stylesheets/layout.scss.erb */
.chosen-container-single .chosen-single {
  background: #fff;
  height: calc(1.5em + 0.5rem + 2px);
  line-height: calc(1.5em + 0.5rem + 1px);
  border-color: #ced4da;
  box-shadow: none;
  border-radius: 4px;
}

/* line 1000, app/assets/stylesheets/layout.scss.erb */
.chosen-container-single .chosen-single div {
  top: 2px;
}

/* line 1005, app/assets/stylesheets/layout.scss.erb */
.field_with_errors .chosen-container-multi .chosen-choices,
.field_with_errors .chosen-container-single .chosen-single {
  border-color: #eaa;
}

/* line 1009, app/assets/stylesheets/layout.scss.erb */
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
}

/* line 1013, app/assets/stylesheets/layout.scss.erb */
.chosen-search input[type="text"] {
  border-radius: 4px;
  width: 100%;
}

/* line 1019, app/assets/stylesheets/layout.scss.erb */
.field_with_errors label {
  color: #d45;
}

/* line 1024, app/assets/stylesheets/layout.scss.erb */
.tooltip-inner {
  font-size: .9em;
  line-height: 1.2;
  text-align: left;
}

/* line 1030, app/assets/stylesheets/layout.scss.erb */
.custom-control-label::before,
.custom-control-label::after {
  top: 0;
}

/* line 1035, app/assets/stylesheets/layout.scss.erb */
table.table.overflow-visible th {
  overflow: visible !important;
}

/* line 1040, app/assets/stylesheets/layout.scss.erb */
.input-group-text .chosen-single {
  border: none !important;
  background: transparent;
  box-shadow: none !important;
  height: auto;
  line-height: inherit;
}

/* line 1048, app/assets/stylesheets/layout.scss.erb */
.input-group-text .chosen-container-single .chosen-single div {
  top: -2px;
}

/* line 1052, app/assets/stylesheets/layout.scss.erb */
.input-group-text .chosen-drop {
  background: #e9ecef;
  border: none;
}

/* line 1057, app/assets/stylesheets/layout.scss.erb */
.input-group-text .chosen-results {
  margin-top: 1em;
}

/* line 1062, app/assets/stylesheets/layout.scss.erb */
.inline-divide {
  margin-right: .8em;
  margin-left: .8em;
  opacity: 0.25;
}

/* line 1070, app/assets/stylesheets/layout.scss.erb */
.svg-trend {
  display: none;
}

@media (min-width: 1250px) {
  /* line 1070, app/assets/stylesheets/layout.scss.erb */
  .svg-trend {
    display: block;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
    width: 30%;
    max-width: 3rem;
  }
  /* line 1082, app/assets/stylesheets/layout.scss.erb */
  .svg-trend svg {
    width: 100%;
  }
}

/* line 1088, app/assets/stylesheets/layout.scss.erb */
.trend-content {
  z-index: 2;
}

/* line 1092, app/assets/stylesheets/layout.scss.erb */
.card-hero {
  background-image: url(/assets/layout/splash-a223b376b528b7874c34f27e58b2b3d0ab741e73922d0d1528ccf598d07a22ed.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-position: 50% 50%;
}

/* line 1099, app/assets/stylesheets/layout.scss.erb */
.img-svg {
  width: 2rem;
  height: 2rem;
}

/* line 1104, app/assets/stylesheets/layout.scss.erb */
.img-svg-lg {
  width: 2.875rem;
  height: 2.875rem;
  vertical-align: text-bottom;
}

/* line 1110, app/assets/stylesheets/layout.scss.erb */
.img-svg-md {
  width: 1.375rem;
  height: 1.375rem;
  vertical-align: text-bottom;
}

/* line 1116, app/assets/stylesheets/layout.scss.erb */
.img-svg-sm {
  width: 1.125rem;
  height: 1.125rem;
}

/* line 1125, app/assets/stylesheets/layout.scss.erb */
.profile_entry_form .nav-tabs .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 1130, app/assets/stylesheets/layout.scss.erb */
.profile-entry-form--value {
  color: rgba(54, 171, 191, 0.85);
}

/* line 1138, app/assets/stylesheets/layout.scss.erb */
body:not(.canada_template) .svg-icon-user path {
  fill: rgba(54, 171, 191, 0.85);
}
/* line 4, app/assets/stylesheets/links.scss */
a {
  outline: 0;
  color: rgba(54, 171, 191, 0.85);
}

/* line 8, app/assets/stylesheets/links.scss */
a:not(.btn):not(.dropdown-item):not(.nav-link):not(.chosen-single):not(.inline_field_edit) {
  text-decoration: underline;
}

/* line 12, app/assets/stylesheets/links.scss */
a:hover {
  text-decoration: underline;
  color: rgba(54, 171, 191, 0.85);
}

/* line 16, app/assets/stylesheets/links.scss */
a.cancel {
  color: #a22;
}

/* line 18, app/assets/stylesheets/links.scss */
a.cancel.left {
  float: left;
  margin-top: .5em;
}

/* line 23, app/assets/stylesheets/links.scss */
a.delete {
  color: #a22;
  font-size: 12px;
  padding: 2px 4px;
}

/* line 27, app/assets/stylesheets/links.scss */
a.delete.subtle {
  color: #cbb;
}

/* line 30, app/assets/stylesheets/links.scss */
a.delete:hover {
  background-color: #a22;
  text-decoration: none;
  color: #fff;
}

/* line 36, app/assets/stylesheets/links.scss */
a.action {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  display: inline-block;
  padding: 6px 8px;
  background-color: #dfeedf;
  border: 1px solid #aea;
}

/* line 42, app/assets/stylesheets/links.scss */
a.action:hover {
  background-color: #e7f7e7;
  border: 1px solid #beb;
  text-decoration: none;
}

/* line 48, app/assets/stylesheets/links.scss */
a.smaller {
  font-size: 12px;
}

/* line 51, app/assets/stylesheets/links.scss */
a.tiny {
  font-size: 11px;
}

/* line 54, app/assets/stylesheets/links.scss */
a.bigger {
  font-size: 18px;
}

/* line 57, app/assets/stylesheets/links.scss */
a.disguised {
  color: #363636;
}

/* line 59, app/assets/stylesheets/links.scss */
a.disguised:hover {
  color: rgba(54, 171, 191, 0.85);
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/links.scss */
a.block {
  display: inline-block;
  padding: 1px 4px;
}

/* line 67, app/assets/stylesheets/links.scss */
a.block:hover {
  background-color: rgba(54, 171, 191, 0.85);
  color: #fff;
  text-decoration: none;
}

/* line 73, app/assets/stylesheets/links.scss */
a.add_entry {
  font-size: 15px;
}
/* line 5, app/assets/stylesheets/markdown.scss */
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5 {
  font-weight: bold;
  margin: 0 0 .3em 0;
  line-height: 1.6em;
}

/* line 10, app/assets/stylesheets/markdown.scss */
.markdown h1 {
  font-size: 20px;
}

/* line 13, app/assets/stylesheets/markdown.scss */
.markdown h2 {
  font-size: 18px;
}

/* line 16, app/assets/stylesheets/markdown.scss */
.markdown h3 {
  font-size: 16px;
}

/* line 19, app/assets/stylesheets/markdown.scss */
.markdown h4, .markdown h5 {
  font-size: 14px;
}

/* line 22, app/assets/stylesheets/markdown.scss */
.markdown p {
  font-size: 13px;
  line-height: 1.6em;
}

/* line 25, app/assets/stylesheets/markdown.scss */
.markdown p em {
  background-color: transparent;
  font-style: italic;
  padding: 0;
}

/* line 30, app/assets/stylesheets/markdown.scss */
.markdown p strong {
  font-style: bold;
}

/* line 33, app/assets/stylesheets/markdown.scss */
.markdown p code {
  color: #222;
}

/* line 37, app/assets/stylesheets/markdown.scss */
.markdown ul, .markdown ol {
  margin: 0 0 10px 25px;
  padding: 0;
  list-style-position: outside;
}

/* line 42, app/assets/stylesheets/markdown.scss */
.markdown ul {
  list-style: disc;
}

/* line 45, app/assets/stylesheets/markdown.scss */
.markdown ol {
  list-style: decimal;
}

/* line 48, app/assets/stylesheets/markdown.scss */
.markdown blockquote {
  margin: 8px 0;
  padding: 0 0 0 15px;
  border-left: 5px solid #ddf;
}

/* line 52, app/assets/stylesheets/markdown.scss */
.markdown blockquote p {
  font-size: 13px;
  margin-bottom: 5px;
}

/* line 57, app/assets/stylesheets/markdown.scss */
.markdown hr {
  margin: 8px;
}
/* line 4, app/assets/stylesheets/navigation.scss */
.top_nav {
  margin-top: -16px;
}

/* line 8, app/assets/stylesheets/navigation.scss */
div.side_nav {
  padding: 20px 0px;
}

/* line 12, app/assets/stylesheets/navigation.scss */
div.side_nav ul.item_list li {
  border-left: 2px solid #fff;
  border-radius: 50px;
  margin-bottom: 10px;
}

/* line 17, app/assets/stylesheets/navigation.scss */
div.side_nav ul.item_list li a {
  display: block;
  font-size: 15px;
  margin-left: 35px;
  padding: 8px 15px;
}

/* line 23, app/assets/stylesheets/navigation.scss */
div.side_nav ul.item_list li a:hover {
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/navigation.scss */
div.side_nav ul.item_list li.selected, div.side_nav ul.item_list li:hover {
  background-color: #e8e8e8;
}

/* line 32, app/assets/stylesheets/navigation.scss */
div.side_nav ul.item_list li.selected a, div.side_nav ul.item_list li:hover a {
  color: #000000;
}

/* line 42, app/assets/stylesheets/navigation.scss */
div.side_nav ul.item_list.circle li.selected::before, div.side_nav ul.item_list.circle li:hover::before {
  content: '';
  background-color: #ff8804;
  border-radius: 50%;
  display: block;
  float: left;
  height: 36px;
  width: 36px;
}

/* line 56, app/assets/stylesheets/navigation.scss */
div.side_nav .new_entity_button {
  margin-top: 30px;
}

/* line 61, app/assets/stylesheets/navigation.scss */
h3.options {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

/* line 68, app/assets/stylesheets/navigation.scss */
ul.action_list li a {
  display: block;
  padding: 5px 10px 3px 10px;
  margin-bottom: 5px;
}

/* line 73, app/assets/stylesheets/navigation.scss */
ul.action_list li a:hover {
  background-color: #f7f7f7;
}

/* line 80, app/assets/stylesheets/navigation.scss */
.top_nav {
  width: 100%;
  background-color: #36abbf;
  height: 30px;
}

/* line 86, app/assets/stylesheets/navigation.scss */
.top_nav ul li {
  border-radius: 20px;
  display: inline-block;
  padding: 5px 15px;
}

/* line 91, app/assets/stylesheets/navigation.scss */
.top_nav ul li a {
  color: #fff;
  text-decoration: none;
}

/* line 96, app/assets/stylesheets/navigation.scss */
.top_nav ul li:hover {
  background-color: #f3f3f3;
}

/* line 99, app/assets/stylesheets/navigation.scss */
.top_nav ul li:hover a {
  color: #000;
}

/* line 104, app/assets/stylesheets/navigation.scss */
.top_nav ul li.selected {
  background-color: #f3f3f3;
}

/* line 107, app/assets/stylesheets/navigation.scss */
.top_nav ul li.selected a {
  color: #000;
}

/* line 112, app/assets/stylesheets/navigation.scss */
.top_nav ul li:first-child {
  border-radius: 0px 20px 20px 0px;
}
/* line 5, app/assets/stylesheets/people.scss */
.person_list .never_logged_in {
  color: #aaa;
}
/* line 4, app/assets/stylesheets/preferences.scss */
#accessibility {
  background: #ffc;
  border-bottom: 2px solid #000;
}

/* line 7, app/assets/stylesheets/preferences.scss */
#accessibility .message {
  padding: 20px;
}

/* line 10, app/assets/stylesheets/preferences.scss */
#accessibility h1, #accessibility h2, #accessibility h3 {
  font-size: 150%;
}

/* line 13, app/assets/stylesheets/preferences.scss */
#accessibility p {
  font-size: 120%;
  line-height: 1.8em;
}

/* line 19, app/assets/stylesheets/preferences.scss */
a.dismiss {
  float: right;
  display: block;
  font-size: 16px;
  text-decoration: underline;
  padding: 5px;
}
/* line 5, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form ul.tabs {
  padding: 0px 10px;
}

/* line 8, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form ul.tabs li {
  margin-right: -5px;
}

/* line 11, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form ul.tabs li:last-child {
  float: right;
  margin-right: 0px;
}

/* line 17, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form ul.tabs li.secondary a {
  border-bottom-color: #ff8804;
  color: #fff;
}

/* line 23, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form ul.tabs li a {
  border-bottom-color: #d2e8ef;
}

/* line 33, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page:not(:form-tool) .travel_row_value.focused,
.profile_entry_form form .tool_page:not(:form-tool) .field.focused {
  background-color: #e8e8e8;
}

/* line 39, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page:not(:form-tool) .input {
  margin-right: 320px;
  margin-left: 320px;
  max-width: 300px;
}

/* line 44, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page:not(:form-tool) .input input {
  margin-right: 0;
}

/* line 48, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page:not(:form-tool) .input.full_width {
  max-width: 750px;
}

/* line 53, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page:not(:form-tool) .actions {
  margin: 0px;
}

/* line 56, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page:not(:form-tool) .actions input {
  padding: 10px 20px;
}

/* line 61, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page:not(:form-tool) .legend {
  font-family: Helvetica, Arial, sans-serif;
  margin-left: 320px;
  padding: 5px 0;
  color: #7b95a4;
}

/* line 67, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page:not(:form-tool) .legend.sub {
  font-family: inherit;
  color: #363636;
  font-size: 15px;
}

/* line 74, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page:not(:form-tool) label,
.profile_entry_form form .tool_page:not(:form-tool) .margin_help {
  width: 300px;
}

/* line 80, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page.narrow_margin:not(:form-tool) label,
.profile_entry_form form .tool_page.narrow_margin:not(:form-tool) .margin_help {
  width: 150px;
}

/* line 85, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page.narrow_margin:not(:form-tool) .legend,
.profile_entry_form form .tool_page.narrow_margin:not(:form-tool) .input {
  margin-left: 170px;
}

/* line 92, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page.no_margin:not(:form-tool) .legend,
.profile_entry_form form .tool_page.no_margin:not(:form-tool) .input,
.profile_entry_form form .tool_page.no_margin:not(:form-tool) .actions {
  margin-left: 0;
  margin-top: 6px;
}

/* line 100, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page:not(:form-tool) p.help {
  color: #888;
  font-size: 15px;
}

/* line 106, app/assets/stylesheets/profile_entries_form.scss */
.profile_entry_form form .tool_page input[type="radio"] ~ .editable .inline_field_edit {
  left: -1.2em;
}

/* line 111, app/assets/stylesheets/profile_entries_form.scss */
.tool_page .editable {
  position: relative;
}

/* line 114, app/assets/stylesheets/profile_entries_form.scss */
.tool_page .editable .inline_field_edit {
  display: none;
  position: absolute;
  z-index: 210;
  padding: .2em .4em;
  color: #b7b5b5;
  font-weight: normal;
  top: -.4em;
  font-size: 14px;
  left: -1.5em;
  border-radius: 6px;
  transition: background-color .2s;
}

/* line 127, app/assets/stylesheets/profile_entries_form.scss */
.tool_page .editable .inline_field_edit:hover {
  text-decoration: none;
}

/* line 132, app/assets/stylesheets/profile_entries_form.scss */
.tool_page .editable:hover .inline_field_edit {
  display: block;
}
/* line 5, app/assets/stylesheets/results.scss */
.results-page .result-tabs-content {
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/results.scss */
.results-page .result-tabs-content .box {
  max-width: 90%;
}

/* line 12, app/assets/stylesheets/results.scss */
.results-page .fa-download, .results-page .fa-edit {
  font-size: 30px !important;
  padding: 2px;
  color: #000;
}

/* line 18, app/assets/stylesheets/results.scss */
.results-page .info {
  text-align: center;
  margin: 20px auto;
  max-width: 750px;
}

/* line 25, app/assets/stylesheets/results.scss */
.results-page .results-header h1 {
  font-size: 32px;
  margin: 20px 0;
  text-align: center;
}

/* line 31, app/assets/stylesheets/results.scss */
.results-page .results-header .org-name {
  color: #36abbf;
  margin-right: 20px;
}

/* line 37, app/assets/stylesheets/results.scss */
.results-page .selection-header-table {
  display: inline-block;
  width: 100%;
}

/* line 41, app/assets/stylesheets/results.scss */
.results-page .selection-header-table.row {
  margin-bottom: 15px;
}

/* line 45, app/assets/stylesheets/results.scss */
.results-page .selection-header-table label {
  font-weight: bold;
  margin-right: 10px;
}

/* line 50, app/assets/stylesheets/results.scss */
.results-page .selection-header-table .entity-select {
  max-width: 55%;
}

/* line 55, app/assets/stylesheets/results.scss */
.results-page .impact_table_container {
  padding: 50px;
}

/* line 59, app/assets/stylesheets/results.scss */
.results-page .footprint_table_container {
  padding: 25px;
}

/* line 65, app/assets/stylesheets/results.scss */
.results-page .detail_table_container h2 {
  margin: 0px;
  text-align: center;
}

/* line 70, app/assets/stylesheets/results.scss */
.results-page .detail_table_container .detail {
  padding: 15px 0px;
}

/* line 75, app/assets/stylesheets/results.scss */
.results-page .results-tab-content {
  border: 1px solid black;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0px;
}

/* line 82, app/assets/stylesheets/results.scss */
.results-page .chart_region {
  background-color: #ffffff;
  padding-bottom: 20px;
}

/* line 86, app/assets/stylesheets/results.scss */
.results-page .chart_region .result_chart_dimentions {
  height: 500px;
  width: 100%;
}

/* line 91, app/assets/stylesheets/results.scss */
.results-page .chart_region .help_text {
  color: #aaa;
  font-size: 12px;
  padding: 0 20px;
  text-align: right;
}

/* line 99, app/assets/stylesheets/results.scss */
.results-page .impact_table_container {
  padding: 20px 50px;
}

/* line 102, app/assets/stylesheets/results.scss */
.results-page .impact_table_container #impact_table {
  padding: 20px 70px;
}

/* line 105, app/assets/stylesheets/results.scss */
.results-page .impact_table_container #impact_table th {
  line-height: 45px;
  text-align: left;
}

/* line 109, app/assets/stylesheets/results.scss */
.results-page .impact_table_container #impact_table th:first-child {
  padding-left: 35px;
}

/* line 114, app/assets/stylesheets/results.scss */
.results-page .impact_table_container #impact_table td:first-child {
  padding-left: 33px;
}

/* line 120, app/assets/stylesheets/results.scss */
.results-page .compare_table_container {
  padding: 50px 30px 10px;
}

/* line 126, app/assets/stylesheets/results.scss */
#activity_overview .white-sheet {
  min-height: 0px;
}

/* line 130, app/assets/stylesheets/results.scss */
#activity_overview .options {
  padding: 0px 50px;
}

/* line 134, app/assets/stylesheets/results.scss */
#activity_overview .page_header {
  margin: 0px;
  margin-top: -7px;
}

/* line 138, app/assets/stylesheets/results.scss */
#activity_overview .page_header h1 {
  width: 90%;
}

/* line 143, app/assets/stylesheets/results.scss */
#activity_overview .result_chart_container {
  height: 500px;
  width: 500px;
  left: 25%;
  background: transparent;
  position: relative;
}

/* line 151, app/assets/stylesheets/results.scss */
#activity_overview tspan {
  font-size: 14px;
}

/* line 155, app/assets/stylesheets/results.scss */
#activity_overview .results_chart_dimentions {
  height: 500px;
  position: absolute;
}

/* line 159, app/assets/stylesheets/results.scss */
#activity_overview .results_chart_dimentions g g path {
  cursor: pointer;
}

/* line 165, app/assets/stylesheets/results.scss */
.detail-content, .compare-content, .benchmark-content {
  border-top: 1px solid black !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 173, app/assets/stylesheets/results.scss */
.detail-content {
  padding: 10px 0px;
}

/* line 176, app/assets/stylesheets/results.scss */
.detail-content .white-sheet {
  display: flex;
}

/* line 180, app/assets/stylesheets/results.scss */
.detail-content .half-width {
  padding: 0px 10px;
  flex: 50%;
}

/* line 185, app/assets/stylesheets/results.scss */
.detail-content .electricity-chart {
  padding: 15px 10px;
}

/* line 190, app/assets/stylesheets/results.scss */
.detail_table {
  table-layout: fixed;
  margin: 0 auto;
}

/* line 195, app/assets/stylesheets/results.scss */
.filter-option {
  display: inline-block;
}

/* line 198, app/assets/stylesheets/results.scss */
.filter-option .disabled {
  opacity: 0.5;
}

/* line 203, app/assets/stylesheets/results.scss */
.result-tabs-content {
  border: 1px solid black;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0px;
}

/* line 210, app/assets/stylesheets/results.scss */
.chart_region {
  background-color: #ffffff;
  height: 300px;
  padding-bottom: 20px;
}

/* line 215, app/assets/stylesheets/results.scss */
.chart_region .results_chart_dimentions {
  height: 300px;
  width: 100%;
}

/* line 220, app/assets/stylesheets/results.scss */
.chart_region .help_text {
  color: #aaa;
  font-size: 12px;
  padding: 0 20px;
  text-align: right;
}

/* line 227, app/assets/stylesheets/results.scss */
.chart_region .total {
  font-size: 15px;
  font-weight: bold;
}

/* line 232, app/assets/stylesheets/results.scss */
.chart_region .units {
  fill: gray;
  font-size: 12px;
}

/* line 237, app/assets/stylesheets/results.scss */
.chart_region .label {
  fill: #ccc;
  font-size: 12px;
  font-weight: bold;
}

/* line 243, app/assets/stylesheets/results.scss */
.chart_region .value {
  font-size: 12px;
  font-weight: bold;
}

/* line 249, app/assets/stylesheets/results.scss */
.summary_tab_message {
  color: #666;
  font-size: 14px;
  padding: 4em 6em;
  text-align: center;
}

/* line 256, app/assets/stylesheets/results.scss */
.results_table {
  border: 1px solid #4b484a;
  border-radius: 30px;
  padding: 30px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

/* line 264, app/assets/stylesheets/results.scss */
.results_table.top_gap {
  margin-top: 10px;
}

/* line 268, app/assets/stylesheets/results.scss */
.results_table h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 5px 0;
}

/* line 274, app/assets/stylesheets/results.scss */
.results_table h4 {
  font-weight: bold;
  margin: 0 0 0 10px;
}

/* line 279, app/assets/stylesheets/results.scss */
.results_table th, .results_table td {
  width: 100%;
  min-width: 140px !important;
}

/* line 284, app/assets/stylesheets/results.scss */
.results_table dl {
  zoom: 1;
  margin: 5px 0 15px 0;
}

/* line 4, app/assets/stylesheets/import/mixins.scss.erb */
.results_table dl:before, .results_table dl:after {
  display: table;
  content: "";
  zoom: 1;
}

/* line 10, app/assets/stylesheets/import/mixins.scss.erb */
.results_table dl:after {
  clear: both;
}

/* line 288, app/assets/stylesheets/results.scss */
.results_table dl dt {
  clear: both;
  float: left;
  margin-bottom: 2px;
  margin-left: 20px;
  width: 180px;
}

/* line 295, app/assets/stylesheets/results.scss */
.results_table dl dt.subtotal {
  margin-top: 5px;
  padding-top: 5px;
}

/* line 301, app/assets/stylesheets/results.scss */
.results_table dl dd {
  float: left;
  font-size: 15px;
  margin-left: 20px;
  width: 160px;
}

/* line 307, app/assets/stylesheets/results.scss */
.results_table dl dd .metric {
  font-size: 12px;
  margin-left: 1em;
}

/* line 312, app/assets/stylesheets/results.scss */
.results_table dl dd.subtotal {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 5px;
}

/* line 320, app/assets/stylesheets/results.scss */
.results_table p {
  font-size: 12px;
  margin-bottom: .5em;
}

/* line 325, app/assets/stylesheets/results.scss */
.results_table img.chart {
  width: 650px;
}

/* line 331, app/assets/stylesheets/results.scss */
.results_table .metrics_selector {
  padding: 5px 0;
  text-align: right;
}

/* line 338, app/assets/stylesheets/results.scss */
#footprint .options {
  margin-top: 350px;
  padding: 0px 25px 0px;
}

/* line 343, app/assets/stylesheets/results.scss */
#footprint .page_header {
  margin: 0px;
  margin-top: -7px;
}

/* line 347, app/assets/stylesheets/results.scss */
#footprint .page_header h1 {
  width: 90%;
}

/* line 352, app/assets/stylesheets/results.scss */
#footprint .am_bar_chart_region {
  height: 600px;
}

/* line 356, app/assets/stylesheets/results.scss */
#footprint #am_bar_chart {
  height: 600px;
  width: 100%;
}

/* line 363, app/assets/stylesheets/results.scss */
.results-table.top_gap {
  margin-top: 10px;
}

/* line 369, app/assets/stylesheets/results.scss */
.results-table tr.supplement td {
  color: #393;
  font-size: 12px;
}

/* line 376, app/assets/stylesheets/results.scss */
.results-table .label {
  font-size: 13px;
  padding-left: 10px;
  width: 180px;
}

/* line 382, app/assets/stylesheets/results.scss */
.results-table .emission {
  width: 155px;
}

/* line 386, app/assets/stylesheets/results.scss */
.results-table .consumption {
  width: 155px;
}

/* line 390, app/assets/stylesheets/results.scss */
.results-table .icon {
  width: 16px;
}

/* line 394, app/assets/stylesheets/results.scss */
.results-table .ore {
  width: 100px;
}

/* line 398, app/assets/stylesheets/results.scss */
.results-table .tar {
  text-align: right;
}

/* line 403, app/assets/stylesheets/results.scss */
.lx-chart-cont {
  height: 350px;
  margin-top: 1em;
  width: 100%;
}

/* line 410, app/assets/stylesheets/results.scss */
.result-tabs-content .title {
  font-weight: bold;
}

/* line 414, app/assets/stylesheets/results.scss */
.result-tabs-content .footnote {
  margin: 1em 0 2em;
}

/* line 419, app/assets/stylesheets/results.scss */
.profile_entry_form .result-tabs-content .title {
  margin-top: 1em;
}

/* line 423, app/assets/stylesheets/results.scss */
.tip-triggers {
  background: #f7f7f7;
  margin: 1em 0;
  padding: 1em;
}

/* line 428, app/assets/stylesheets/results.scss */
.tip-triggers i {
  display: inline-block;
  margin-left: 1em;
}

/* line 433, app/assets/stylesheets/results.scss */
.tip-triggers .ic {
  background: #999;
  border-radius: 50%;
  color: #fff;
  font-family: serif;
  font-weight: bold;
  height: 1.4em;
  line-height: 1.4em;
  margin-right: 1em;
  text-align: center;
  width: 1.4em;
}

/* line 446, app/assets/stylesheets/results.scss */
.tip-triggers .tooltip {
  color: #08c;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

/* line 453, app/assets/stylesheets/results.scss */
.tip-triggers .tooltip:hover {
  color: #a00;
}

/* line 460, app/assets/stylesheets/results.scss */
.tooltipster-default .tooltipster-content ul {
  color: #fff;
  list-style: initial;
  padding-left: 1.5em;
}

/* line 465, app/assets/stylesheets/results.scss */
.tooltipster-default .tooltipster-content ul li {
  list-style: initial;
}

/* line 470, app/assets/stylesheets/results.scss */
.tooltipster-default .tooltipster-content .footnote {
  font-size: .9em;
  margin-top: 1em;
}

/* line 475, app/assets/stylesheets/results.scss */
.tooltipster-default .tooltipster-content a {
  color: #fff;
  text-decoration: underline;
}

/* line 481, app/assets/stylesheets/results.scss */
.dropdown {
  display: inline-block;
  position: relative;
}

/* line 485, app/assets/stylesheets/results.scss */
.dropdown button {
  background: none;
  border: 0px;
}

/* line 491, app/assets/stylesheets/results.scss */
.dropdown-content {
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  min-width: 200px;
  position: absolute;
  z-index: 1;
}

/* line 499, app/assets/stylesheets/results.scss */
.dropdown-content a {
  color: black;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
}

/* line 505, app/assets/stylesheets/results.scss */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* line 509, app/assets/stylesheets/results.scss */
.dropdown:hover .dropdown-content {
  display: block;
}
/* line 9, app/assets/stylesheets/sessions.scss */
.login .legend, .signup .legend {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 13, app/assets/stylesheets/sessions.scss */
.login .legend em, .signup .legend em {
  font-weight: bold;
}

/* line 18, app/assets/stylesheets/sessions.scss */
.login .field-container, .signup .field-container {
  margin: 0 auto;
  max-width: 300px;
}

/* line 23, app/assets/stylesheets/sessions.scss */
.login .field, .signup .field {
  text-align: left;
}

/* line 26, app/assets/stylesheets/sessions.scss */
.login .field label, .signup .field label {
  margin-left: 15px;
}

/* line 30, app/assets/stylesheets/sessions.scss */
.login .field input, .signup .field input {
  border-radius: 50px;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
}

/* line 37, app/assets/stylesheets/sessions.scss */
.login .field input[type="checkbox"], .signup .field input[type="checkbox"] {
  margin: 0px;
  width: fit-content;
}

/* line 42, app/assets/stylesheets/sessions.scss */
.login .field input[type="radio"], .signup .field input[type="radio"] {
  width: auto;
}

/* line 48, app/assets/stylesheets/sessions.scss */
.login .new-user .box, .signup .new-user .box {
  padding: 25px 40px;
}

/* line 51, app/assets/stylesheets/sessions.scss */
.login .new-user .box h3, .signup .new-user .box h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}

/* line 57, app/assets/stylesheets/sessions.scss */
.login .new-user .box p, .signup .new-user .box p {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 30px;
}

/* line 65, app/assets/stylesheets/sessions.scss */
.login .new-user .box .button, .signup .new-user .box .button {
  padding: 5px 25px;
}

/* line 72, app/assets/stylesheets/sessions.scss */
.login .contact h4, .signup .contact h4 {
  font-size: 20px;
}

/* line 76, app/assets/stylesheets/sessions.scss */
.login .contact p, .signup .contact p {
  font-size: 18px;
}

/* line 83, app/assets/stylesheets/sessions.scss */
.signup .box.form {
  height: auto;
  padding: 20px 40px;
}
/* line 4, app/assets/stylesheets/structure.scss */
.white-sheet {
  zoom: 1;
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 200px;
}

/* line 4, app/assets/stylesheets/import/mixins.scss.erb */
.white-sheet:before, .white-sheet:after {
  display: table;
  content: "";
  zoom: 1;
}

/* line 10, app/assets/stylesheets/import/mixins.scss.erb */
.white-sheet:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/structure.scss */
.tool_canvas {
  position: relative;
  border: 1px solid #dadada;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  min-height: 200px;
}

/* line 22, app/assets/stylesheets/structure.scss */
.center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 28, app/assets/stylesheets/structure.scss */
.text-right {
  text-align: right !important;
}

/* line 29, app/assets/stylesheets/structure.scss */
.text-left {
  text-align: left !important;
}

/* line 30, app/assets/stylesheets/structure.scss */
.text-center {
  text-align: center !important;
}

/* line 31, app/assets/stylesheets/structure.scss */
.pull-right {
  float: right !important;
}

/* line 32, app/assets/stylesheets/structure.scss */
.pull-left {
  float: left !important;
}

/* line 34, app/assets/stylesheets/structure.scss */
.quarter_width {
  width: 25% !important;
}

/* line 35, app/assets/stylesheets/structure.scss */
.two_fifth_width {
  width: 40% !important;
}

/* line 36, app/assets/stylesheets/structure.scss */
.half_width {
  width: 50% !important;
}

/* line 37, app/assets/stylesheets/structure.scss */
.three_quarters_width {
  width: 75% !important;
}

/* line 38, app/assets/stylesheets/structure.scss */
.full_width {
  width: 100% !important;
}

/* line 39, app/assets/stylesheets/structure.scss */
.fit-content {
  width: fit-content !important;
}

/* line 41, app/assets/stylesheets/structure.scss */
.mt-5 {
  margin-top: 5px;
}

/* line 42, app/assets/stylesheets/structure.scss */
.mr-5 {
  margin-right: 5px;
}

/* line 43, app/assets/stylesheets/structure.scss */
.mb-5 {
  margin-bottom: 5px;
}

/* line 44, app/assets/stylesheets/structure.scss */
.ml-5 {
  margin-left: 5px;
}

/* line 46, app/assets/stylesheets/structure.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 48, app/assets/stylesheets/structure.scss */
.padded {
  padding: 20px 20px;
}

/* line 49, app/assets/stylesheets/structure.scss */
.tb_padded {
  padding: 20px 0;
}

/* line 50, app/assets/stylesheets/structure.scss */
.tbr_padded {
  padding: 20px 20px 20px 0;
}

/* line 52, app/assets/stylesheets/structure.scss */
.page_header {
  margin-bottom: 2em;
}

/* line 55, app/assets/stylesheets/structure.scss */
.page_header h1 {
  color: #51b2c4;
  letter-spacing: 1px;
  margin: 0 0 0 0;
}

/* line 60, app/assets/stylesheets/structure.scss */
.page_header h1 small {
  font-size: 22px;
  color: #000;
  margin: 0 10px;
}

/* line 67, app/assets/stylesheets/structure.scss */
.page_header .org_name {
  font-size: 22px;
  padding: 15px 0 20px 0;
}

/* line 72, app/assets/stylesheets/structure.scss */
.page_header .on_right {
  float: right;
  margin-top: 10px;
  margin-right: 15px;
}

/* line 77, app/assets/stylesheets/structure.scss */
.page_header .on_right .help_link {
  font-size: 20px;
}

/* line 83, app/assets/stylesheets/structure.scss */
.content-header {
  text-align: right;
  margin-bottom: 1em;
}

/* line 87, app/assets/stylesheets/structure.scss */
.content-header .chzn-select {
  min-width: 5em;
}

/* line 91, app/assets/stylesheets/structure.scss */
.content-header .chzn-container {
  margin-left: .5em;
  text-align: left;
  min-width: 4em;
}

/* line 97, app/assets/stylesheets/structure.scss */
.content-header .item {
  margin-left: 1em;
  position: relative;
  top: -.6em;
}

/* line 104, app/assets/stylesheets/structure.scss */
.pagination {
  margin: 2em 0;
}

/* line 107, app/assets/stylesheets/structure.scss */
.pagination span, .pagination em, .pagination a, .pagination a:visited {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 116, app/assets/stylesheets/structure.scss */
.pagination span:first-child, .pagination em:first-child, .pagination a:first-child, .pagination a:visited:first-child {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 122, app/assets/stylesheets/structure.scss */
.pagination span:last-child, .pagination em:last-child, .pagination a:last-child, .pagination a:visited:last-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 128, app/assets/stylesheets/structure.scss */
.pagination a:hover {
  z-index: 2;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
  text-decoration: none;
}
/* line 4, app/assets/stylesheets/tables.scss */
table.table {
  text-align: left;
  width: 100%;
}

/* line 8, app/assets/stylesheets/tables.scss */
table.table.fixed-layout {
  table-layout: fixed;
}

/* line 13, app/assets/stylesheets/tables.scss */
table.table.striped tbody {
  background-color: white;
}

/* line 16, app/assets/stylesheets/tables.scss */
table.table.striped tbody tr:nth-of-type(even) {
  background-color: #f7f7f7;
}

/* line 22, app/assets/stylesheets/tables.scss */
table.table th {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 29, app/assets/stylesheets/tables.scss */
table.table td span.pcnt_change {
  margin-left: 5px;
  font-size: 11px;
  color: #393;
}

/* line 37, app/assets/stylesheets/tables.scss */
table.table .fa {
  font-size: 15px;
  margin: 0px 5px;
}

/* line 42, app/assets/stylesheets/tables.scss */
table.table a:not(.text-muted) .fa {
  color: #000;
}

/* line 47, app/assets/stylesheets/tables.scss */
.scroll-wrap table.table th {
  overflow: visible;
}

/* line 51, app/assets/stylesheets/tables.scss */
table.data {
  width: 400px;
  height: 400px;
  overflow: auto;
}

/* line 57, app/assets/stylesheets/tables.scss */
table.data tr td {
  white-space: nowrap;
  padding: 2px 5px;
}

/* line 64, app/assets/stylesheets/tables.scss */
table.standard_table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
}

/* line 70, app/assets/stylesheets/tables.scss */
table.standard_table thead tr {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ddd;
}

/* line 74, app/assets/stylesheets/tables.scss */
table.standard_table thead tr th {
  vertical-align: middle;
}

/* line 80, app/assets/stylesheets/tables.scss */
table.standard_table tr {
  border-bottom: 1px solid #eee;
}

/* line 84, app/assets/stylesheets/tables.scss */
table.standard_table tr.selectable:hover {
  cursor: pointer;
}

/* line 90, app/assets/stylesheets/tables.scss */
table.standard_table tr.selected td {
  background-color: #ffc !important;
}

/* line 95, app/assets/stylesheets/tables.scss */
table.standard_table tr.selected:hover td {
  background-color: #ffc !important;
}

/* line 101, app/assets/stylesheets/tables.scss */
table.standard_table tr th, table.standard_table tr td {
  padding: 6px 10px;
  text-align: left;
}

/* line 105, app/assets/stylesheets/tables.scss */
table.standard_table tr th.narrow, table.standard_table tr td.narrow {
  width: 10px;
  white-space: nowrap;
}

/* line 110, app/assets/stylesheets/tables.scss */
table.standard_table tr th.no_rows, table.standard_table tr td.no_rows {
  text-align: center;
  color: #aaa;
  padding: 15px 0;
}

/* line 116, app/assets/stylesheets/tables.scss */
table.standard_table tr th.right, table.standard_table tr td.right {
  text-align: right;
}

/* line 120, app/assets/stylesheets/tables.scss */
table.standard_table tr th.centered, table.standard_table tr td.centered {
  text-align: center;
}

/* line 124, app/assets/stylesheets/tables.scss */
table.standard_table tr th.bold, table.standard_table tr td.bold {
  font-weight: bold;
}

/* line 129, app/assets/stylesheets/tables.scss */
table.standard_table tr th {
  vertical-align: middle;
}

/* line 135, app/assets/stylesheets/tables.scss */
table.standard_table tfoot tr {
  border: 0;
}

/* line 138, app/assets/stylesheets/tables.scss */
table.standard_table tfoot tr td {
  height: 10px;
}

/* line 145, app/assets/stylesheets/tables.scss */
.donwload {
  font-size: 20px;
}

/* line 148, app/assets/stylesheets/tables.scss */
.donwload .fa-download {
  display: block;
  font-size: 30px;
  margin-top: 10px;
}
/* line 4, app/assets/stylesheets/tabs.scss */
div.tabs_container {
  margin-top: 10px;
}

/* line 8, app/assets/stylesheets/tabs.scss */
div.tab_page {
  clear: both;
  position: relative;
  border-top: 2px solid #e8e8e8;
  padding: 20px;
  min-height: 250px;
}

/* line 14, app/assets/stylesheets/tabs.scss */
div.tab_page.full_width {
  padding: 20px 0;
}

/* line 19, app/assets/stylesheets/tabs.scss */
ul.tabs {
  zoom: 1;
}

/* line 4, app/assets/stylesheets/import/mixins.scss.erb */
ul.tabs:before, ul.tabs:after {
  display: table;
  content: "";
  zoom: 1;
}

/* line 10, app/assets/stylesheets/import/mixins.scss.erb */
ul.tabs:after {
  clear: both;
}

/* line 22, app/assets/stylesheets/tabs.scss */
ul.tabs.with-background {
  width: 100%;
  margin: auto;
  padding: 0px 10px;
}

/* line 27, app/assets/stylesheets/tabs.scss */
ul.tabs.with-background li {
  display: inline-block;
  font-size: 16px;
}

/* line 31, app/assets/stylesheets/tabs.scss */
ul.tabs.with-background li a {
  display: block;
  outline: none;
  border-bottom-color: #d2e8ef;
}

/* line 39, app/assets/stylesheets/tabs.scss */
ul.tabs li {
  float: left;
}

/* line 42, app/assets/stylesheets/tabs.scss */
ul.tabs li span {
  font-size: 28px;
  display: block;
  padding: 0 60px 0 0;
}

/* line 48, app/assets/stylesheets/tabs.scss */
ul.tabs li a {
  color: black;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 25px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 0;
  line-height: 27px;
  outline: none;
  padding: 0px 4px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

/* line 65, app/assets/stylesheets/tabs.scss */
ul.tabs li a:hover {
  color: white;
  border-bottom-color: #36abbf;
  text-decoration: none;
  z-index: 2;
}

/* line 75, app/assets/stylesheets/tabs.scss */
ul.tabs li.current.secondary a, ul.tabs li.active.secondary a {
  border-bottom-color: #ff8804;
}

/* line 81, app/assets/stylesheets/tabs.scss */
ul.tabs li.current.tertiary a, ul.tabs li.active.tertiary a {
  border-bottom-color: #368093;
}

/* line 86, app/assets/stylesheets/tabs.scss */
ul.tabs li.current a, ul.tabs li.active a {
  color: white;
  border-bottom-color: #36abbf;
  z-index: 2;
}

/* line 95, app/assets/stylesheets/tabs.scss */
ul.sub-tabs {
  background-color: #36abbf;
  height: 30px;
  width: 100%;
}

/* line 100, app/assets/stylesheets/tabs.scss */
ul.sub-tabs.secondary {
  background-color: #ff8804;
}

/* line 104, app/assets/stylesheets/tabs.scss */
ul.sub-tabs.tertiary {
  background-color: #368093;
}

/* line 108, app/assets/stylesheets/tabs.scss */
ul.sub-tabs li {
  border-radius: 20px;
  display: inline-block;
  padding: 5px 15px;
}

/* line 113, app/assets/stylesheets/tabs.scss */
ul.sub-tabs li a {
  color: #fff;
}

/* line 117, app/assets/stylesheets/tabs.scss */
ul.sub-tabs li span {
  font-size: 14px;
  font-weight: bold;
  background: none !important;
  display: inline-block !important;
  padding: 0px !important;
}

/* line 125, app/assets/stylesheets/tabs.scss */
ul.sub-tabs li:hover {
  background-color: #f3f3f3;
}

/* line 128, app/assets/stylesheets/tabs.scss */
ul.sub-tabs li:hover a {
  color: #000;
}

/* line 133, app/assets/stylesheets/tabs.scss */
ul.sub-tabs li.selected, ul.sub-tabs li.active {
  background-color: #f3f3f3;
}

/* line 136, app/assets/stylesheets/tabs.scss */
ul.sub-tabs li.selected a, ul.sub-tabs li.active a {
  color: #000;
}

/* line 141, app/assets/stylesheets/tabs.scss */
ul.sub-tabs li:first-child {
  border-radius: 0px 20px 20px 0px;
}

/* line 148, app/assets/stylesheets/tabs.scss */
.tabs.with-subtabs .tab-container {
  display: inline-block;
}

/* line 153, app/assets/stylesheets/tabs.scss */
.tabs.with-subtabs li a {
  box-sizing: border-box;
  outline: none;
  text-align: center;
  width: 100%;
}

/* line 161, app/assets/stylesheets/tabs.scss */
.tabs.with-subtabs .sub-tabs {
  float: left;
}

/* line 166, app/assets/stylesheets/tabs.scss */
.form-tab {
  padding-top: 20px;
}

/* line 170, app/assets/stylesheets/tabs.scss */
.form-sub-tab {
  margin-top: 0px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

/* line 177, app/assets/stylesheets/tabs.scss */
.tab-border {
  padding: 10px 0px;
  width: 100%;
  background-color: #36abbf;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 184, app/assets/stylesheets/tabs.scss */
.tab-border.secondary {
  background-color: #ff8804;
}

/* line 188, app/assets/stylesheets/tabs.scss */
.tab-border.tertiary {
  background-color: #368093;
}
/* line 4, app/assets/stylesheets/timber.scss */
.table_head_label {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

/* line 10, app/assets/stylesheets/timber.scss */
table.timber_profiles {
  width: 100%;
}

/* line 14, app/assets/stylesheets/timber.scss */
table.timber_profiles tr th {
  vertical-align: bottom;
  padding: 10px 0 0 10px;
  font-size: 13px;
  text-align: left;
}

/* line 20, app/assets/stylesheets/timber.scss */
table.timber_profiles tr td {
  vertical-align: middle;
  padding: 4px 10px;
}

/* line 23, app/assets/stylesheets/timber.scss */
table.timber_profiles tr td.action_icon {
  text-align: right;
}

/* line 26, app/assets/stylesheets/timber.scss */
table.timber_profiles tr td.label {
  width: 120px;
}

/* line 28, app/assets/stylesheets/timber.scss */
table.timber_profiles tr td.label label {
  font-weight: bold;
  font-size: 13px;
}

/* line 34, app/assets/stylesheets/timber.scss */
table.timber_profiles tr td.timber_sub_type select {
  width: 170px;
}

/* line 39, app/assets/stylesheets/timber.scss */
table.timber_profiles tr td.timber_source select {
  width: 130px;
}

/* line 44, app/assets/stylesheets/timber.scss */
table.timber_profiles tr td.timber_size_type select {
  width: 200px;
}

/* line 49, app/assets/stylesheets/timber.scss */
table.timber_profiles tr td.quantity input {
  width: 80px;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  /*font-family: Arial, sans-serif;*/
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  /*pointer-events: none;*/
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

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

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

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

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

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


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* line 4, app/assets/stylesheets/translations.scss */
.translation_filter {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  zoom: 1;
}

/* line 4, app/assets/stylesheets/import/mixins.scss.erb */
.translation_filter:before, .translation_filter:after {
  display: table;
  content: "";
  zoom: 1;
}

/* line 10, app/assets/stylesheets/import/mixins.scss.erb */
.translation_filter:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/translations.scss */
.translation_filter ul.checks {
  margin-bottom: 10px;
}

/* line 14, app/assets/stylesheets/translations.scss */
.translation_filter ul.checks li {
  display: inline-block;
  margin-right: 20px;
}

/* line 17, app/assets/stylesheets/translations.scss */
.translation_filter ul.checks li label {
  display: inline;
  margin-right: .5em;
  font-size: 13px;
}

/* line 22, app/assets/stylesheets/translations.scss */
.translation_filter ul.checks li input[type="checkbox"] {
  margin: 0;
}

/* line 27, app/assets/stylesheets/translations.scss */
.translation_filter .spinner {
  position: absolute;
  top: 8px;
  right: 8px;
}

/* line 34, app/assets/stylesheets/translations.scss */
table.translation_table {
  width: 100%;
  border-collapse: separate;
  border: 1px solid #ddd;
}

/* line 39, app/assets/stylesheets/translations.scss */
table.translation_table tr th {
  width: 50%;
  background-color: #fff;
}

/* line 42, app/assets/stylesheets/translations.scss */
table.translation_table tr th .option {
  float: right;
}

/* line 44, app/assets/stylesheets/translations.scss */
table.translation_table tr th .option select {
  margin: 0;
  font-size: 13px;
  width: 120px;
}

/* line 49, app/assets/stylesheets/translations.scss */
table.translation_table tr th .option .auto_trans {
  color: #d45;
  text-size: 13px;
  margin-right: 5px;
}

/* line 55, app/assets/stylesheets/translations.scss */
table.translation_table tr th .option.wider select {
  width: 190px;
}

/* line 60, app/assets/stylesheets/translations.scss */
table.translation_table tr th .title {
  display: inline-block;
  font-size: 15px;
}

/* line 67, app/assets/stylesheets/translations.scss */
table.translation_table tr th.translation {
  border-left: 1px solid #ddd;
}

/* line 72, app/assets/stylesheets/translations.scss */
table.translation_table tr.key td {
  border-top: 1px solid #ddd;
  border-bottom: none;
  color: #999;
  font-size: 11px;
  padding: 2px 5px 0 5px;
}

/* line 78, app/assets/stylesheets/translations.scss */
table.translation_table tr.key td .status_info {
  float: right;
}

/* line 81, app/assets/stylesheets/translations.scss */
table.translation_table tr.key td .status_info span.todo {
  color: #d45;
}

/* line 84, app/assets/stylesheets/translations.scss */
table.translation_table tr.key td .limbo {
  font-weight: bold;
  color: #363636;
  margin-left: 1em;
}

/* line 92, app/assets/stylesheets/translations.scss */
table.translation_table tr.values td {
  border-bottom: none;
  max-width: 330px;
}

/* line 95, app/assets/stylesheets/translations.scss */
table.translation_table tr.values td.master {
  border-top: 1px dotted #eee;
  padding-right: 15px;
}

/* line 98, app/assets/stylesheets/translations.scss */
table.translation_table tr.values td.master .blank {
  color: #aaa;
}

/* line 102, app/assets/stylesheets/translations.scss */
table.translation_table tr.values td.target {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 0;
  background-color: #ffd;
}

/* line 107, app/assets/stylesheets/translations.scss */
table.translation_table tr.values td.target textarea.translation {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 20px;
  border: none;
  background: transparent;
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 123, app/assets/stylesheets/translations.scss */
table.translation_table tr.no_rows td {
  border-top: 1px solid #ddd;
}
/* line 4, app/assets/stylesheets/travel.scss */
.table_head_label {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

/* line 10, app/assets/stylesheets/travel.scss */
table.travel_row {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
}

/* line 15, app/assets/stylesheets/travel.scss */
table.travel_row col.help {
  width: auto;
}

/* line 16, app/assets/stylesheets/travel.scss */
table.travel_row col.action_icon {
  width: 24px;
}

/* line 17, app/assets/stylesheets/travel.scss */
table.travel_row col.label {
  width: 170px;
}

/* line 18, app/assets/stylesheets/travel.scss */
table.travel_row col.description {
  width: 260px;
}

/* line 19, app/assets/stylesheets/travel.scss */
table.travel_row col.description_smaller {
  width: 180px;
}

/* line 20, app/assets/stylesheets/travel.scss */
table.travel_row col.description_tiny {
  width: 150px;
}

/* line 21, app/assets/stylesheets/travel.scss */
table.travel_row col.vehicle_type {
  width: 185px;
}

/* line 22, app/assets/stylesheets/travel.scss */
table.travel_row col.vehicle_type_narrow {
  width: 150px;
}

/* line 23, app/assets/stylesheets/travel.scss */
table.travel_row col.vehicle_type_wide {
  width: 220px;
}

/* line 24, app/assets/stylesheets/travel.scss */
table.travel_row col.measured_by {
  width: 165px;
}

/* line 25, app/assets/stylesheets/travel.scss */
table.travel_row col.weight {
  width: 140px;
}

/* line 26, app/assets/stylesheets/travel.scss */
table.travel_row col.percentage {
  width: 220px;
}

/* line 27, app/assets/stylesheets/travel.scss */
table.travel_row col.distance {
  width: 190px;
}

/* line 28, app/assets/stylesheets/travel.scss */
table.travel_row col.people {
  width: 120px;
}

/* line 29, app/assets/stylesheets/travel.scss */
table.travel_row col.passengers {
  width: 90px;
}

/* line 30, app/assets/stylesheets/travel.scss */
table.travel_row col.passengers_1 {
  width: 80px;
}

/* line 31, app/assets/stylesheets/travel.scss */
table.travel_row col.passengers_1b {
  width: 110px;
}

/* line 32, app/assets/stylesheets/travel.scss */
table.travel_row col.fuel {
  width: 125px;
}

/* line 35, app/assets/stylesheets/travel.scss */
table.travel_row tr th {
  vertical-align: bottom;
  padding: 10px 10px 0 10px;
}

/* line 39, app/assets/stylesheets/travel.scss */
table.travel_row tr th label {
  font-size: 13px;
  text-align: left;
  width: 100% !important;
  padding: 0;
  margin: 0;
}

/* line 47, app/assets/stylesheets/travel.scss */
table.travel_row tr td {
  vertical-align: middle;
  padding: 4px 10px;
}

/* line 51, app/assets/stylesheets/travel.scss */
table.travel_row tr td.help {
  padding: 0;
  vertical-align: top;
}

/* line 54, app/assets/stylesheets/travel.scss */
table.travel_row tr td.help div {
  position: relative;
}

/* line 59, app/assets/stylesheets/travel.scss */
table.travel_row tr td.action_icon {
  text-align: right;
  padding: 4px 0px;
}

/* line 64, app/assets/stylesheets/travel.scss */
table.travel_row tr td.label label {
  font-weight: bold;
  font-size: 13px;
}

/* line 70, app/assets/stylesheets/travel.scss */
table.travel_row tr td.description input {
  width: 220px;
}

/* line 75, app/assets/stylesheets/travel.scss */
table.travel_row tr td.vehicle_type select {
  width: 155px;
}

/* line 80, app/assets/stylesheets/travel.scss */
table.travel_row tr td.vehicle_type_narrow select {
  width: 120px;
}

/* line 85, app/assets/stylesheets/travel.scss */
table.travel_row tr td.vehicle_type_wide select {
  width: 190px;
}

/* line 90, app/assets/stylesheets/travel.scss */
table.travel_row tr td.measured_by select {
  width: 145px;
}

/* line 95, app/assets/stylesheets/travel.scss */
table.travel_row tr td.weight input {
  width: 50px;
}

/* line 100, app/assets/stylesheets/travel.scss */
table.travel_row tr td.distance.audience {
  width: 190px;
}

/* line 103, app/assets/stylesheets/travel.scss */
table.travel_row tr td.distance input {
  width: 40px;
}

/* line 106, app/assets/stylesheets/travel.scss */
table.travel_row tr td.distance select {
  width: 90px;
}

/* line 111, app/assets/stylesheets/travel.scss */
table.travel_row tr td.people input {
  width: 70px;
}

/* line 116, app/assets/stylesheets/travel.scss */
table.travel_row tr td.passengers input {
  width: 55px;
}

/* line 122, app/assets/stylesheets/travel.scss */
table.travel_row tr td.passengers_1 input, table.travel_row tr td.passengers_1b input {
  width: 85%;
}

/* line 127, app/assets/stylesheets/travel.scss */
table.travel_row tr td.fuel input {
  width: 50px;
}

/* line 131, app/assets/stylesheets/travel.scss */
table.travel_row tr td .field_with_unit {
  float: left;
}

/* line 133, app/assets/stylesheets/travel.scss */
table.travel_row tr td .field_with_unit input {
  display: inline;
  margin-right: 5px;
}

/* line 137, app/assets/stylesheets/travel.scss */
table.travel_row tr td .field_with_unit select.unit {
  display: inline;
  width: 100px;
}

/* line 141, app/assets/stylesheets/travel.scss */
table.travel_row tr td .field_with_unit span.unit {
  display: inline;
  padding-top: 5px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.autocomplete__wrapper {
  position: relative;
}

.autocomplete__hint,
.autocomplete__input {
  appearance: none;
  border: 2px solid #0b0c0c;
  border-radius: 0; /* Safari 10 on iOS adds implicit border rounding. */
  box-sizing: border-box;
  margin-bottom: 0; /* BUG: Safari 10 on macOS seems to add an implicit margin. */
  line-height: 1.25;
  height: 2.5rem;
  width: 100%;
}

.autocomplete__input {
  background-color: transparent;
  position: relative;
}

.autocomplete__hint {
  color: #505a5f;
  position: absolute;
}

.autocomplete__input--default {
  padding: 5px;
}

.autocomplete__input--focused {
  outline: 3px solid #fd0;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}

.autocomplete__input--show-all-values {
  padding: 5px 35px 5px 5px; /* Space for arrow. Other padding should match .autocomplete__input--default. */
  cursor: pointer;
}

.autocomplete__dropdown-arrow-down {
  z-index: -1;
  display: inline-block;
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  top: 10px;
}

.autocomplete__menu {
  background-color: #ffffff;
  border: 2px solid #0b0c0c;
  border-top: 0;
  color: #0b0c0c;
  margin: 0;
  max-height: 342px;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  width: calc(100% - 4px);
}

.autocomplete__menu--visible {
  display: block;
}

.autocomplete__menu--hidden {
  display: none;
}

.autocomplete__menu--overlay {
  box-shadow: rgba(0, 0, 0, 0.256863) 0px 2px 6px;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
}

.autocomplete__menu--inline {
  position: relative;
}

.autocomplete__option {
  border-bottom: solid #b1b4b6;
  border-width: 1px 0;
  cursor: pointer;
  display: block;
  position: relative;
}

.autocomplete__option > * {
  pointer-events: none;
}

.autocomplete__option:first-of-type {
  border-top-width: 0;
}

.autocomplete__option:last-of-type {
  border-bottom-width: 0;
}

.autocomplete__option--odd {
  background-color: #f3f2f1;
}

.autocomplete__option--focused,
.autocomplete__option:hover {
  background-color: #1d70b8;
  border-color: #1d70b8;
  color: white;
  outline: none;
}

@media (-ms-high-contrast: active), (forced-colors: active) {
  .autocomplete__menu {
    border-color: FieldText;
  }

  .autocomplete__option {
    background-color: Field;
    color: FieldText;
  }

  .autocomplete__option--focused,
  .autocomplete__option:hover {
    forced-color-adjust: none; /* prevent backplate from obscuring text */
    background-color: Highlight;
    border-color: Highlight;
    color: HighlightText;

    /* Prefer SelectedItem / SelectedItemText in browsers that support it */
    background-color: SelectedItem;
    border-color: SelectedItem;
    color: SelectedItemText;
    outline-color: SelectedItemText;
  }
}

.autocomplete__option--no-results {
  background-color: #f3f2f1;
  color: #505a5f;
  cursor: not-allowed;
}

.autocomplete__hint,
.autocomplete__input,
.autocomplete__option {
  font-size: 1rem;
  font-weight: 400;
}

.autocomplete__hint,
.autocomplete__option {
  padding: 5px;
}

@media (min-width: 641px) {
  .autocomplete__hint,
  .autocomplete__input,
  .autocomplete__option {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
  }
}
