@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #2069bd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #d4530f;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #777777;
  --gray-dark: #343a40;
  --primary: #d4530f;
  --secondary: #2069bd;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --gray-light: #E0E0E0;
  --gray-medium: #D6D6D6;
  --gray-dark: #777777;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: Arial, sans-serif;
  --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: transparent; }

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

body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  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; }

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: #2069bd;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #8d370a;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):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;
  -ms-overflow-style: scrollbar; }

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: #777777;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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; }

[role="button"] {
  cursor: pointer; }

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; }

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;
  padding-bottom: 6px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2; }

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

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

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

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

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

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

.lead {
  font-size: 1.09375rem;
  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: 0.875em;
  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.09375rem; }

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #777777; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  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: #777777; }

/*@import "code";*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  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; } }

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

.row {
  display: flex;
  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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #D6D6D6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #D6D6D6; }
  .table tbody + tbody {
    border-top: 2px solid #D6D6D6; }

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

.table-bordered {
  border: 1px solid #D6D6D6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #D6D6D6; }
  .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.04); }

.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: #f3cfbc; }

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

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

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

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

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

.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-gray-light,
.table-gray-light > th,
.table-gray-light > td {
  background-color: #f6f6f6; }

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

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

.table-gray-medium,
.table-gray-medium > th,
.table-gray-medium > td {
  background-color: #f4f4f4; }

.table-gray-medium th,
.table-gray-medium td,
.table-gray-medium thead th,
.table-gray-medium tbody + tbody {
  border-color: #eaeaea; }

.table-hover .table-gray-medium:hover {
  background-color: #e7e7e7; }
  .table-hover .table-gray-medium:hover > td,
  .table-hover .table-gray-medium:hover > th {
    background-color: #e7e7e7; }

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

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

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

.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: #E0E0E0;
  border-color: #D6D6D6; }

.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; } }

@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .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: 0.875rem;
  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:focus {
    color: #495057;
    background-color: #fff;
    border-color: #75aae8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 105, 189, 0.25); }
  .form-control::placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #E0E0E0;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

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

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;
  font-weight: 600; }

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  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.76563rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  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: 0.4rem; }

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

.form-row {
  display: flex;
  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: #777777; }

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

.form-check-inline {
  display: inline-flex;
  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: 0.875em;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.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) !important;
  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 select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.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) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .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: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.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) !important;
  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 select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.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) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .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: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      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: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: 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;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  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(32, 105, 189, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #d4530f;
  border-color: #d4530f; }
  .btn-primary:hover {
    color: #fff;
    background-color: #b0450c;
    border-color: #a4400c; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #b0450c;
    border-color: #a4400c;
    box-shadow: 0 0 0 0.2rem rgba(218, 109, 51, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #d4530f;
    border-color: #d4530f; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a4400c;
    border-color: #983c0b; }
    .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(218, 109, 51, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #2069bd;
  border-color: #2069bd; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #1a579c;
    border-color: #195191; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #1a579c;
    border-color: #195191;
    box-shadow: 0 0 0 0.2rem rgba(65, 128, 199, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #2069bd;
    border-color: #2069bd; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #195191;
    border-color: #174b86; }
    .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(65, 128, 199, 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-gray-light {
  color: #212529;
  background-color: #E0E0E0;
  border-color: #E0E0E0; }
  .btn-gray-light:hover {
    color: #212529;
    background-color: #cdcdcd;
    border-color: #c7c7c7; }
  .btn-gray-light:focus, .btn-gray-light.focus {
    color: #212529;
    background-color: #cdcdcd;
    border-color: #c7c7c7;
    box-shadow: 0 0 0 0.2rem rgba(195, 196, 197, 0.5); }
  .btn-gray-light.disabled, .btn-gray-light:disabled {
    color: #212529;
    background-color: #E0E0E0;
    border-color: #E0E0E0; }
  .btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active,
  .show > .btn-gray-light.dropdown-toggle {
    color: #212529;
    background-color: #c7c7c7;
    border-color: silver; }
    .btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(195, 196, 197, 0.5); }

.btn-gray-medium {
  color: #212529;
  background-color: #D6D6D6;
  border-color: #D6D6D6; }
  .btn-gray-medium:hover {
    color: #212529;
    background-color: #c3c3c3;
    border-color: #bdbdbd; }
  .btn-gray-medium:focus, .btn-gray-medium.focus {
    color: #212529;
    background-color: #c3c3c3;
    border-color: #bdbdbd;
    box-shadow: 0 0 0 0.2rem rgba(187, 187, 188, 0.5); }
  .btn-gray-medium.disabled, .btn-gray-medium:disabled {
    color: #212529;
    background-color: #D6D6D6;
    border-color: #D6D6D6; }
  .btn-gray-medium:not(:disabled):not(.disabled):active, .btn-gray-medium:not(:disabled):not(.disabled).active,
  .show > .btn-gray-medium.dropdown-toggle {
    color: #212529;
    background-color: #bdbdbd;
    border-color: #b6b6b6; }
    .btn-gray-medium:not(:disabled):not(.disabled):active:focus, .btn-gray-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(187, 187, 188, 0.5); }

.btn-gray-dark {
  color: #fff;
  background-color: #777777;
  border-color: #777777; }
  .btn-gray-dark:hover {
    color: #fff;
    background-color: #646464;
    border-color: #5e5e5e; }
  .btn-gray-dark:focus, .btn-gray-dark.focus {
    color: #fff;
    background-color: #646464;
    border-color: #5e5e5e;
    box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5); }
  .btn-gray-dark.disabled, .btn-gray-dark:disabled {
    color: #fff;
    background-color: #777777;
    border-color: #777777; }
  .btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active,
  .show > .btn-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #575757; }
    .btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5); }

.btn-outline-primary {
  color: #d4530f;
  border-color: #d4530f; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #d4530f;
    border-color: #d4530f; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 83, 15, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #d4530f;
    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: #d4530f;
    border-color: #d4530f; }
    .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(212, 83, 15, 0.5); }

.btn-outline-secondary {
  color: #2069bd;
  border-color: #2069bd; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #2069bd;
    border-color: #2069bd; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 105, 189, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #2069bd;
    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: #2069bd;
    border-color: #2069bd; }
    .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(32, 105, 189, 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-gray-light {
  color: #E0E0E0;
  border-color: #E0E0E0; }
  .btn-outline-gray-light:hover {
    color: #212529;
    background-color: #E0E0E0;
    border-color: #E0E0E0; }
  .btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5); }
  .btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
    color: #E0E0E0;
    background-color: transparent; }
  .btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-light.dropdown-toggle {
    color: #212529;
    background-color: #E0E0E0;
    border-color: #E0E0E0; }
    .btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5); }

.btn-outline-gray-medium {
  color: #D6D6D6;
  border-color: #D6D6D6; }
  .btn-outline-gray-medium:hover {
    color: #212529;
    background-color: #D6D6D6;
    border-color: #D6D6D6; }
  .btn-outline-gray-medium:focus, .btn-outline-gray-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 214, 214, 0.5); }
  .btn-outline-gray-medium.disabled, .btn-outline-gray-medium:disabled {
    color: #D6D6D6;
    background-color: transparent; }
  .btn-outline-gray-medium:not(:disabled):not(.disabled):active, .btn-outline-gray-medium:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-medium.dropdown-toggle {
    color: #212529;
    background-color: #D6D6D6;
    border-color: #D6D6D6; }
    .btn-outline-gray-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(214, 214, 214, 0.5); }

.btn-outline-gray-dark {
  color: #777777;
  border-color: #777777; }
  .btn-outline-gray-dark:hover {
    color: #fff;
    background-color: #777777;
    border-color: #777777; }
  .btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5); }
  .btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
    color: #777777;
    background-color: transparent; }
  .btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #777777;
    border-color: #777777; }
    .btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5); }

.btn-link {
  font-weight: 400;
  color: #2069bd;
  text-decoration: none; }
  .btn-link:hover {
    color: #8d370a;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #777777;
    pointer-events: none; }

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  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; } }
  .collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.width {
        transition: none; } }

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

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

.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: 0.875rem;
  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; } }

@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-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 #E0E0E0; }

.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: #E0E0E0; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2069bd; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    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.76563rem;
  color: #777777;
  white-space: nowrap; }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    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: flex;
  flex-wrap: wrap;
  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 {
  flex-direction: column;
  align-items: flex-start;
  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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    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(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    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:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  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: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #E0E0E0;
  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.09375rem;
  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.76563rem;
  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:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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; }

/*@import "custom-forms";*/
/*@import "nav";*/
/*@import "navbar";*/
.card {
  position: relative;
  display: flex;
  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 {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  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-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;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  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: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      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: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      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 {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .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: flex;
  padding: 0.65rem 1rem;
  margin: 0;
  list-style: none;
  background-color: none;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.3rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.3rem;
    color: #adb5bd;
    content: "›"; }

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

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

.breadcrumb-item.active {
  color: #777777;
  font-weight: bold; }

.pagination {
  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: #2069bd;
  background-color: #fff;
  border: 1px solid #D6D6D6; }
  .page-link:hover {
    z-index: 2;
    color: #8d370a;
    text-decoration: none;
    background-color: #E0E0E0;
    border-color: #D6D6D6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 105, 189, 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: #2069bd;
  border-color: #2069bd; }

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  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.76563rem;
  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.3125em 0.4375rem;
  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: #d4530f; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #a4400c; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(212, 83, 15, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #2069bd; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #195191; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 105, 189, 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-gray-light {
  color: #212529;
  background-color: #E0E0E0; }
  a.badge-gray-light:hover, a.badge-gray-light:focus {
    color: #212529;
    background-color: #c7c7c7; }
  a.badge-gray-light:focus, a.badge-gray-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5); }

.badge-gray-medium {
  color: #212529;
  background-color: #D6D6D6; }
  a.badge-gray-medium:hover, a.badge-gray-medium:focus {
    color: #212529;
    background-color: #bdbdbd; }
  a.badge-gray-medium:focus, a.badge-gray-medium.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(214, 214, 214, 0.5); }

.badge-gray-dark {
  color: #fff;
  background-color: #777777; }
  a.badge-gray-dark:hover, a.badge-gray-dark:focus {
    color: #fff;
    background-color: #5e5e5e; }
  a.badge-gray-dark:focus, a.badge-gray-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5); }

/*@import "jumbotron";*/
.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: 3.8125rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #6e2b08;
  background-color: #faeae2;
  border-color: #e5986f; }
  .alert-primary hr {
    border-top-color: #e18959; }
  .alert-primary .alert-link {
    color: #3e1805; }

.alert-secondary {
  color: #113762;
  background-color: #e4edf7;
  border-color: #79a5d7; }
  .alert-secondary hr {
    border-top-color: #6598d1; }
  .alert-secondary .alert-link {
    color: #091f37; }

.alert-success {
  color: #155724;
  background-color: #e5f4e9;
  border-color: #7eca8f; }
  .alert-success hr {
    border-top-color: #6cc37f; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #e3f4f6;
  border-color: #74c7d4; }
  .alert-info hr {
    border-top-color: #61bfce; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff8e1;
  border-color: #ffda6a; }
  .alert-warning hr {
    border-top-color: #ffd451; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #fbe7e9;
  border-color: #ea868f; }
  .alert-danger hr {
    border-top-color: #e6707b; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-gray-light {
  color: #747474;
  background-color: #fbfbfb;
  border-color: #ececec; }
  .alert-gray-light hr {
    border-top-color: #dfdfdf; }
  .alert-gray-light .alert-link {
    color: #5b5b5b; }

.alert-gray-medium {
  color: #6f6f6f;
  background-color: #fafafa;
  border-color: #e6e6e6; }
  .alert-gray-medium hr {
    border-top-color: #d9d9d9; }
  .alert-gray-medium .alert-link {
    color: #565656; }

.alert-gray-dark {
  color: #3e3e3e;
  background-color: #efefef;
  border-color: #adadad; }
  .alert-gray-dark hr {
    border-top-color: #a0a0a0; }
  .alert-gray-dark .alert-link {
    color: #252525; }

/*@import "progress";*/
/*@import "media";*/
/*@import "list-group";*/
.close {
  float: right;
  font-size: 1.3125rem;
  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; }

a.close.disabled {
  pointer-events: none; }

/*@import "toasts";*/
/*@import "modal";*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Arial, sans-serif;
  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;
  white-space: normal;
  word-spacing: 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: 360px;
  font-family: Arial, sans-serif;
  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;
  white-space: normal;
  word-spacing: 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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  .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: 0.875rem;
  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; }

/*@import "carousel";*/
/*@import "spinners";*/
.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: #d4530f !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #a4400c !important; }

.bg-secondary {
  background-color: #2069bd !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #195191 !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-gray-light {
  background-color: #E0E0E0 !important; }

a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #c7c7c7 !important; }

.bg-gray-medium {
  background-color: #D6D6D6 !important; }

a.bg-gray-medium:hover, a.bg-gray-medium:focus,
button.bg-gray-medium:hover,
button.bg-gray-medium:focus {
  background-color: #bdbdbd !important; }

.bg-gray-dark {
  background-color: #777777 !important; }

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #5e5e5e !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #D6D6D6 !important; }

.border-top {
  border-top: 1px solid #D6D6D6 !important; }

.border-right {
  border-right: 1px solid #D6D6D6 !important; }

.border-bottom {
  border-bottom: 1px solid #D6D6D6 !important; }

.border-left {
  border-left: 1px solid #D6D6D6 !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: #d4530f !important; }

.border-secondary {
  border-color: #2069bd !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-gray-light {
  border-color: #E0E0E0 !important; }

.border-gray-medium {
  border-color: #D6D6D6 !important; }

.border-gray-dark {
  border-color: #777777 !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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    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.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.justify-content-center {
  justify-content: center !important; }

.align-items-center {
  align-items: center !important; }

@media (min-width: 576px) {
  .justify-content-sm-center {
    justify-content: center !important; }
  .align-items-sm-center {
    align-items: center !important; } }

@media (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center !important; }
  .align-items-md-center {
    align-items: center !important; } }

@media (min-width: 992px) {
  .justify-content-lg-center {
    justify-content: center !important; }
  .align-items-lg-center {
    align-items: center !important; } }

@media (min-width: 1200px) {
  .justify-content-xl-center {
    justify-content: center !important; }
  .align-items-xl-center {
    align-items: center !important; } }

@media (min-width: 1600px) {
  .justify-content-xxl-center {
    justify-content: center !important; }
  .align-items-xxl-center {
    align-items: center !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; } }

@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: 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: 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: sticky) {
  .sticky-top {
    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; }

/*@import "utilities/spacing";*/
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

.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; } }

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-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: #d4530f !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #8d370a !important; }

.text-secondary {
  color: #2069bd !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #15457c !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-gray-light {
  color: #E0E0E0 !important; }

a.text-gray-light:hover, a.text-gray-light:focus {
  color: #bababa !important; }

.text-gray-medium {
  color: #D6D6D6 !important; }

a.text-gray-medium:hover, a.text-gray-medium:focus {
  color: #b0b0b0 !important; }

.text-gray-dark {
  color: #777777 !important; }

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #515151 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #777777 !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;
  word-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; }
  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 #D6D6D6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #D6D6D6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #D6D6D6; } }

.dropdown-toggle-split {
  border-left: 1px solid #ccc; }

.custom-h {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif; }

.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"] {
  margin-left: 0; }

.radio.radiobuttonlist label,
.checkbox.checkboxlist label {
  margin-bottom: 4px;
  margin-left: 0;
  cursor: pointer;
  padding-left: 6px; }

abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}



.control-note {
    float: right;
    color: #bbb;
    font-size: 12px;
    font-style: italic;
    padding-top: 6px;
    text-transform: none;
}
.form-text {
    display: block;
    margin-top: 5px;
}

/* These are needed for our Inventory page and elsewhere. They can't be remade in BS4 the same way via scss so they have to stay here. */
.btn-input {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
}

    .btn-input:focus {
        color: #495057;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-input:hover {
        color: #495057;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-input:active {
        color: #495057;
        background-color: #e6e6e6;
        border-color: #adadad;
    }


/* Need to remove this */
.link-icon { padding: 2px 0 2px 6px; } 


.fw400 { font-weight: 400;}
.fw600 { font-weight: 600;}

.lh12 { line-height: 1.2;}
.lh13 { line-height: 1.3;}
.lh15 { line-height: 1.5;}
.lh17 { line-height: 1.7;}

/* -------- START: Utility -------- */
.ircb {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.abs {position: absolute;}
.rel {position: relative;}
.iblk {display: inline-block;}
.iln { display: inline;}
.hide {display: none;}
.vam { vertical-align: middle;}
.nmlize {font-size:inherit !important;font-family:inherit !important; letter-spacing: inherit !important;}
.cur-d {cursor:default}
.cur-p {cursor: pointer}
.tr {top: 0;right: 0;}
.tl {top: 0;left: 0;}
.p0 { padding: 0 !important;}
.p1 {padding: 6px;}
.p2 {padding: 12px;}
.p4 {padding: 24px;}
.ptb1 {padding-top: 6px;padding-bottom: 6px;}
.ptb2 {padding-top: 12px !important;padding-bottom: 12px !important;}
.ptb3 {padding-top: 18px;padding-bottom: 18px;}
.ptb4 {padding-top: 24px;padding-bottom: 24px;}
.ptb5 {padding-top: 30px;padding-bottom: 30px;}
.ptb10 {padding-top: 60px;padding-bottom: 60px;}
.ptb15 {padding-top: 90px;padding-bottom: 90px;}
.ptb16 {padding-top: 96px;padding-bottom: 96px;}
.pt0 {padding-top: 0 !important;}
.pt1h {padding-top:3px}
.pt1 {padding-top: 6px;}
.pt2 {padding-top: 12px;}
.pt3 {padding-top: 18px;}
.pt4 {padding-top: 24px;}
.pt5 {padding-top: 30px;}
.pt6 {padding-top: 36px;}
.pt7 {padding-top: 42px;}
.pt8 {padding-top: 48px;}
.pt9 {padding-top: 54px;}
.pt12 {padding-top: 72px;}
.pt16 {padding-top: 96px;}
.pb0 {padding-bottom: 0 !important;}
.pb1h { padding-bottom: 3px;}
.pb1 {padding-bottom: 6px;}
.pb2 {padding-bottom: 12px;}
.pb3 {padding-bottom: 18px;}
.pb4 {padding-bottom: 24px;}
.pb5 {padding-bottom: 30px;}
.pb6 {padding-bottom: 36px;}
.pb7 {padding-bottom: 42px;}
.pb8 {padding-bottom: 48px;}
.pb12 {padding-bottom: 72px;}
.pr1 {padding-right: 6px;}
.pr2h { padding-right: 9px !important;}
.pr2 {padding-right: 12px;}
.pr3 {padding-right: 18px;}
.pr15 {padding-right: 90px;}
.pl1 {padding-left: 6px;}
.pl2 {padding-left: 12px;}
.pl7 {padding-left: 42px;}
.pl9 {padding-left: 54px;}
.m1 {margin: 6px;}
.mt0 {margin-top: 0 !important;}
.mt1 {margin-top: 6px;}
.mt2 {margin-top: 12px;}
.mt3 {margin-top:18px;}
.mt4 {margin-top: 24px;}
.mt5 {margin-top: 30px;}
.mt6 {margin-top: 36px;}
.mt7 {margin-top: 42px;}
.mt8 {margin-top: 48px;}
.mt9 {margin-top: 54px;}
.mt10 {margin-top: 60px;}
.mt11 {margin-top: 66px;}
.mt12 {margin-top: 72px;}
.mb0 {margin-bottom: 0 !important;}
.mb1 {margin-bottom: 6px;}
.mb2 {margin-bottom: 12px;}
.mb3 {margin-bottom: 18px;}
.mb4 {margin-bottom: 24px;}
.mb5 {margin-bottom: 30px;}
.ml1,.sm-ml1 {margin-left: 6px;}
.ml2 {margin-left: 12px;}
.ml7 {margin-left: 42px;}
.mr1 { margin-right: 6px;}
.mr2 {margin-right: 12px;}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.blank10{clear:both;height:10px;line-height:10px}
.blank15{clear:both;height:15px;line-height:15px}
.blank20{clear:both;height:20px;line-height:20px}
.blank25{clear:both;height:25px;line-height:25px}
.blank30{clear:both;height:30px;line-height:30px}
.blank80{clear:both;height:80px;line-height:80px}
.blank100{clear:both;height:100px;line-height:100px}
.text-separator span::before {
    margin-right: 10px;
}
.text-separator span::before, 
.text-separator span::after {
    background: #CCC;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 35%;
}
.text-separator span::after {
    margin-left: 10px;
}
/* -------- END: Utility -------- */


/* -------- START: Custom Components -------- */
header {background: #252C62;position: relative;z-index: 499;}
#nav-main .nav-logo { float: left;height:80px;width: 170px;padding: 5px 0 0 0;}
#nav-main .nav-logo .logo-box {width: 100%;height: 100%;padding:0;background:transparent url(/images/my-little-salesman-logo-blue.png) no-repeat left top;-moz-background-size:contain;-webkit-background-size:contain;background-size:contain; }
#nav-main .nav-logo .logo { width: 100%;height: 100%;text-indent: -9999em;overflow: hidden;}
#nav-main .nav-logo .logo a {width: 100%;height: 100%;display: block;text-decoration: none;}
#nav-main .nav-right { margin-left: 172px;}
#nav-main .nav-search { width: 57%;float: left;padding: 13px 0 3px 10px}
#nav-main .nav-auth { width: 42%;float: right;padding: 10px 15px 0 0;}
.auth-btn {width: 164px;padding: 8px 12px;}
.auth-btn i {position: absolute; top: 5px; left: 10px;font-size:26px;}
.auth-btn .a-line1 {position: absolute;top:4px;left:45px;text-align: left; font-size: 10px; width: 100px; overflow: hidden;-moz-text-overflow: ellipsis;text-overflow: ellipsis;}
.auth-btn .a-line2 {position:absolute;left:45px; bottom: 1px; text-transform: uppercase; font-size: 13px; font-weight: bold;}
.auth-btn .a-line {position:absolute;left:45px; text-transform: uppercase; font-size: 13px; font-weight: bold;}
.auth-btn .caret {
position: absolute;
right: 14px;
top: 6px;
font-family: 'Font Awesome 6 Pro';
font-weight: 900;
    
}
.auth-btn .caret:before {
content: "\f0d7"
}
.acct-dropdown-box {padding: 3px 15px 15px 15px;line-height: 26px}

#main-container .middle-container {padding: 20px 15px 0 15px;}
#main-container .home-container { padding: 20px 15px;}


#footer-container { background-color: #252C62;font-size: 1em;color: #6f8196;font-weight: normal;line-height: 2;border-top: 5px solid #EBC018; }
#footer-container a { color: #c6d9ee;text-decoration: none; }
#footer-container a:hover { text-decoration: underline;}
#footer-inner { padding: 20px; }


.drop-down-menu-a, .ddl-a, .ddl-s {
    color: #212529;
    display: block;
    padding: 3px 0 3px 23px;
    clear: both;
    white-space: nowrap;
}
.drop-down-menu-a-header {
    font-weight:bold;
    text-transform:uppercase;
    padding-top: 12px;
}
.drop-down-menu-a-header i
{
    margin-right:1px;
}
.ddl-a, .ddl-s {
    clear:none;
}
.drop-down-menu-a:hover, .drop-down-menu-a:focus, .ddl-a:hover, .ddl-a:focus {
    text-decoration: none;
    color: #212529;
    background-color: #E0E0E0;
}


.list-unstyled .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}



.content-card {
background-color: #ffffff;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin-bottom: 18px;
position: relative;
}

.content-card-inner {padding: 15px;position: relative;}
.collapse-toggle {cursor: pointer;}
.collapse-toggle:after {
    font-family: 'Font Awesome 6 Pro';  
    content: "\f077";
    float: right; 
    color: #AAAAAA;
}
.content-card-header {
    background-color: #F9F9FA;
    border-bottom: 1px solid #E0E0E0;
    margin: -15px -15px 15px -15px; 
    padding: 15px; 
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.collapse-toggle.collapsed:after {
    content: "\f078";  
}



.post-content {
    font-size: 17px;
    line-height: 170%;
}
.post-content p {
    margin-bottom: 25px;
}
/* Curtis - not used
.post-image-block {
    margin: 0 auto;
    padding: 0;
}
.post-image-block img {
    width: 100%;
}*/
.post-origin-box {
    color: #999;
    font-size:14px
}


.hbtn-spacer { width: 48px;display: inline-block;}

.hero-back {width: 100%;height: 500px;}    
.circle {-ms-border-radius: 50%;border-radius: 50%;}
.circle-small {width: 80px;height: 80px;background: #FFFFFF;border: 2px solid #D4530F;}

/* ------ START: List Container ------ */
.prcont .prhead { padding-bottom: 6px;}
.prcont .prhead h2 { font-size: 18px;letter-spacing: -0.6px;}
.prcont .normal { height: 15px;border-top: 1px solid #d8d8d8; }
.prcont .pracont a {width:100%;text-align: center;}
.prcont .pri { min-height: 150px;text-align: center;}
.prcont .assets { background-color: #E0E0E0;padding: 6px 0;font-weight: bold;}
.prcont .assets span { display: inline-block;width: 45%;}
.prcont .assets .fa { font-weight: normal;}
.prcont .pri a, .prcont .pri a:hover { color: #333;text-decoration: none;}
.py {font-size:64%;text-align:center;position:absolute;top:50%;transform:translateY(-50%);right:4px;line-height:110%;}
/* ------ END: List Container ------ */


/* -------- END: Custom Components -------- */


.my-notes {display:none}


.clear { clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.l { float: left;}
.r { float: right;}

.fluid50 { width: 50%;}
.fluid100 { width: 100%;}
.align-right { text-align: right;}
.nopadding { padding: 0 !important;}
.nomargin { margin: 0 !important;}




/* Start Typography and Colors */
h1, .h1,
h2, .h2,
h3, .h3 { letter-spacing: -1px;}
h4, .h4 { letter-spacing: -.6px;}
h5, .h5, h6, .h6 { letter-spacing: -.3px;}


#search-header { font-size: 36px;padding: 0;}

.font-special, .p-ac-h, .ac-h {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

.font-xxxxsmall { font-size: .65em !important; } /* 11.0833 */
.font-xxxsmall { font-size: .77em !important; } /* 11.0833 */
.font-xxsmall { font-size: .84em !important; } /* 12.1 */
.font-xsmall { font-size: .9em !important;} /* 12.9667 */
.font-small { font-size: .99em !important;} /* 13.8666 */
.font-junior { font-size: 1.05em !important;}
.font-medium { font-size:1.15em !important; } /* 16.1px */
.font-large { font-size: 1.25em !important;} /* 17.5px */
.font-xlarge { font-size: 1.5em !important;} /* 21px */
.font-xxxlarge { font-size: 2em !important;}
.font-hero { font-size: 44px;}

.text-muted-more {color: #999999;}
.text-darkred {color: #B72500;}
.text-white {color: #fff !important;}
.text-brightgreen { color: #72c66f;}
.text-green {color:#308C42; }
.text-linkblue { color: #2069bd;}
.text-mint { color: #8cc192;}
.text-vibrantblue {color:#5886ff;}
.text-lightorange { color: #eb7a18;}
.text-orange {color: #D4530F;}
.text-purple {color: #A349A4;}
.text-brown { color: #743B1D;}
.text-darkgray { color: #555;}
.text-yellow { color: #F4BF05;}
.text-by { color: #FFCC3F;}
.text-black { color: #000;}
.green { color: #72c66f; }
.red { color: red;}
.yellow { color: #c68b09;}
.back-white {background-color: #FFF;}
.back-darkblue { background-color: #213D62;}
.back-offwhite { background-color: #ebebeb;}
.back-lightgray { background-color: #eaeaea;}
.back-lightBlue { background: #edf1f3;}
.back-lightGoldenRodYellow { background-color: #FAFAD2;}
.back-darkbrown { background-color: #351210;}
.back-dbg { background-color: #1d2635;}
.back-vdbbg { background-color: #0c162d;}
.border-offwhite { border: 1px solid #ebebeb;}
.bg-cerulean { background-color: #067bc2 !important;}

/* End Typography */


.b { font-weight: bold;}
.i { font-style:italic;}
.s {text-decoration: line-through;}


.round {border-radius: 5px;-moz-border-radius:5px;-webkit-border-radius:5px;}



/* ===== Captcha styles ===== */
.rcCaptchaAudioLink { float: left;background-image: url('/images/icons/captcha/audio.gif');height: 22px;width:22px;margin: 5px 0 0 5px; }
.rcRefreshImage {display: inline-block; background-image: url('/images/icons/captcha/refresh.gif');height: 22px;width: 22px;margin: 0 0 0 185px; }
.rcCaptchaImage { float: left; }
.pretty { display: none; }



/* #region Inventory */
.filter-box {display: block;zoom: 1;position: relative;}
.expandlist-more { margin-top: 6px;}
.filter-box a {display: block;}
.filter-box a:hover { background-color: #f1f1f1;text-decoration: none;}
.filter-box-search {width: 100%; border: 0; border-bottom: 1px solid #D8D8D8; font-style: italic;font-size: 110%;margin-bottom:10px}
.num {color: #999999;line-height: 12px;}
/* #endregion */




/* Content items list */
.hi { margin:0 0 20px 0; }
.ci { margin:0 0 50px 0; }
.ci h2, .ci h2 a { text-decoration: none;color: #422515;font-size: 137.5%;font-family: Arial;font-weight: normal;letter-spacing:-1px;margin: 1px 0 10px 0;line-height:30px;height: auto;text-transform: none; }
.ci h2 a:hover { text-decoration: none; }
/* End content items list */

/* Start results pager */
/*
Curtis - not used    
.pbar { text-align:center;margin:5px 0;width:100%;font-size:112.5%;font-weight:bold; }
.pbarnew { float:left; }
.pbarold { float:right; }*/
/* End results pager */




.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 3px 4px rgba(50, 50, 50, 0.40);
    -moz-box-shadow: 1px 3px 4px rgba(50, 50, 50, 0.40);
    box-shadow: 1px 3px 4px rgba(50, 50, 50, 0.40);
}

.autocomplete-suggestion {
    padding: 4px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 4px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 4px 5px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}







.content_head h3
{
margin: 0 0 10px 0;
padding: 6px;
background-color: #484a4d;
font-size: 18px;
color: #ffffff;
}
.llmli
{
padding: 0 0 0 10px;
background: url('data:image/gif;base64,R0lGODlhBAAEAIAAAGhwegAAACH5BAAAAAAALAAAAAAEAAQAAAIEhI8JBQA7') left 6px no-repeat /*/images/bullet_02.gif*/;
font-size: 11px;
}
.llsli
{
padding: 0 0 0 20px;
background: url('data:image/gif;base64,R0lGODlhBAAGAIABAGhwegAAACH5BAEAAAEALAAAAAAEAAYAAAIIBBKGqGnnUAEAOw==') 10px no-repeat /*/images/bullet_03.gif*/;
font-size: 11px;
}


/* -------- START: Bootstrap Additions -------- */
.r5g {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.c5g {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.r9g {
    margin-left: -9px !important;
    margin-right: -9px !important;
}
.c9g {
    padding-left: 9px !important;
    padding-right: 9px !important;
}
.r0g {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.c0g {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Curtis - no longer used
.navbar-nav li > a:after {
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    color: #333;
    float: right;
}
.navbar-nav li.active > a:after {
    color: #fff;
}*/
.dropdown-menu > a.selected:after,
.dropdown-menu > button.selected:after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    color: #000;
    position: absolute;
    right: 15px;
}
.sort-list li~li {border-top: 1px solid #222;}
.sort-list a, .sort-list > li > button { display: block;padding: 0 2px 0 2px;line-height: 48px;font-size: 1.2em;color:#000;background: none;border: 0;width:100%;text-align:left}
.sort-list a:hover { color: #000;text-decoration: none;}
.sort-list a.selected:after, .sort-list button.selected:after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    color: #000;
    position: absolute;
    right: 35px;
}
/* -------- END: Bootstrap Additions -------- */

/* Font Aesome addition for pins */
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fa-xlg {
    font-size: 1.5em;
    line-height: .80em;
}
.btn-tt {
    font-size: 64%;
    text-align: center;
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
    height: 100%;
}

/* Fancybox addition */
.fancybox-slide--iframe {
padding-left: 0 !important;
padding-right: 0 !important;
}
.fancybox-slide--iframe .fancybox-content {
max-width: 100%;
margin:0;
}

.search-top-pager { margin-bottom: 12px;}
.ascm {
    padding: 8px 8px 10px 8px;
    background-color: #252C62;
}

/* Slick Slider Fix for FOUC */
.fouc-eraser{
    visibility:hidden;
}
.fouc-eraser.slick-initialized{
    visibility:visible;
}
.fouc-eraser > div {
    display:none;
}
.fouc-eraser > div:first-child{
    display:block;visibility:hidden;
} 
.fouc-eraser.slick-initialized > div{
    display:block;visibility:visible!important;
}
.scroll-x,.scroll-x-lim {
    width: 100%;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    /* For WebKit implementations, provide inertia scrolling */
    /* 7/23/2020 - Had to comment the following line out as it was not allowing the drop down boxes on the Inventory search results
       to show beyond the scrollbar, even though they are positioned absolute. Some others seem to have the same issue with no resolution:
        https://stackoverflow.com/questions/32927142/webkit-overflow-scrolling-is-hiding-absolute-positioned-div
        https://stackoverflow.com/questions/57981725/webkit-overflow-scrolling-touch-hides-content-on-scroll-with-safari
        Everything seems to work okay without this.
        Not quite...scrolling is clunky in older versions of iOS like on the iPad.
        https://stackoverflow.com/questions/7808110/css3-property-webkit-overflow-scrollingtouch-error
        This was fixed in IOS 13 so it is no longer need. Older versions of IOS are clunky but they will have to live with it. */
    /* -webkit-overflow-scrolling: touch; */
}
.scroll-x div,.scroll-x-lim > div {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
#narrow.scroll-x div {
    width: 40%;
}
.abs-dropdown-btn {
    position: inherit !important;
}
.narrow-specs div {
    margin-right: 12px;
}

.prod-mover {font-style: italic;}

a.no-decor:hover { text-decoration: none;} 


/* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-width : 280px) and (max-width : 530px) {
        .fluid30 {
            width: 100%
        }

        .fluid40 {
            width: 100%;
        }

        .fluid50 {
            width: 100%;
        }

        .fluid60 {
            width: 100%;
        }

        .fluid30-50 {
            width: 100%
        }

        .detail-buttons {
            font-size: 75%;
        }

        h1, .h1 {
            font-size: 25px !important;
        }

        h2, .h2 {
            font-size: 23px !important;
        }

        h3, .h3 {
            font-size: 22px !important;
        }

        h4, .h4 {
            font-size: 20px !important;
        }

        h5, .h5 {
            font-size: 19px !important;
        }

        h6, .h6 {
            font-size: 18px !important;
        }

        .prcont .prhead h2 {
            font-size: 19px !important;
        }
    }

    @media only screen and (max-width: 350px) {
        h1, .h1 {
            font-size: 22px !important;
        }

        .col-xxs-12 {
            width: 100%;
        }
    }

    @media only screen and (max-width: 480px) {
        .pt16.resp {
            padding-top: 40px;
        }

        .pt8.resp {
            padding-top: 6px;
        }

        .hbtn-spacer.resp {
            height: 24px;
            display: block;
        }
    }
    /* Small Tablets (portrait) ----------- */
    @media only screen and (max-width : 620px) {
        .fluid30 {
            width: 100%;
        }

        .fluid40 {
            width: 100%;
        }

        .fluid50 {
            width: 100%;
        }

        .fluid60 {
            width: 100%;
        }

        #narrow .c-cell {
            width: 40%;
        }
    }

@media screen and (max-width: 767px) {
    .btn:not(.btn-icon):not(.btn-no-mobile-resize),
    .form-control,
    .daterangepicker,
    .RadComboBox,
    .RadComboBoxDropDown,
    .RadInput,
    .RadPicker,
    .RadAutoCompleteBox,
    .RadEditor .reContent,
    .RadSearchBox,
    html div.RadUpload_Bootstrap.ruNormalButton .ruBrowse,
    select,
    select:focus,
    textarea,
    textarea:focus,
    input,
    input:focus {
        font-size: 1rem !important;
    }
    .autocomplete-suggestion,
    .autocomplete-no-suggestion {
        font-size: 1rem !important;
        padding: 6px 5px;
    }
}

    @media (max-width: 767px) {
        .libzc-mover {
            font-style: italic;
        }

        .blank100.resp {
            height: 10px;
            line-height: 10px
        }

        .search-top-pager {
            margin: 6px 0 6px 0;
        }

        .row-xs-no-gutter {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .col-xs-no-gutter {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .xs-mt1 {
            margin-top: 6px;
        }

        .xs-pt1 {
            padding-top: 6px;
        }

        .xs-pt2 {
            padding-top: 12px;
        }

        .sm-ml1 {
            margin-left: 0;
        }

        .ftlh-xs-lg {
            font-size: 120%;
            line-height: 160%;
        }

        .content-card {
            -ms-border-radius: 0;
            border-radius: 0;
        }

        .xs-padding-card {
            padding: 0 15px;
        }
        .prcont .pri {
            min-height: 110px;
        }

        .filter-box {
            line-height: 200%;
        }

        .pull-right-reset-xs {
            float: none !important;
        }
        .taxonomy-links {
            font-size: 17px;
            font-weight: normal;
            line-height: 38px;
        }

        .ind-box {
            font-size: 17px;
            line-height: 38px;
        }

        .taxonomy-links .badge {
            font-size: 16px
        }

        .llmli {
            font-size: 14px;
            line-height: 29px;
            background-position: left 11px;
        }

        .llsli {
            font-size: 14px;
            line-height: 29px;
        }
    }

    @media (max-width: 1199px) {
        .prcont .pracont .fa {
            display: block;
            font-size: 20px !important;
            padding-bottom: 4px;
            line-height: 1.2em;
        }

        .prcont .prhead {
            padding: 6px 0;
        }

        .prcont .pracont .btn-primary,
        .prcont .pracont .btn-gray-light,
        .prcont .pracont .btn-green,
        .prcont .pracont .btn-success {
            font-size: 12px;
            padding: 8px 0 8px 0;
            border: 0;
        }

        #nav-main .nav-search {
            width: 47%;
        }

        #nav-main .nav-auth {
            width: 52%;
        }
    }
    /* Desktops and laptops ----------- */
    .wrapper { margin: 0 auto; }

@media only screen and (min-width : 768px) {
.wrapper { max-width: 722px;}
#narrow .c-cell {width: 34%;}
.libzc-mover {font-style: normal;}
.form-container.horizontal .form-group > label {text-align: right; }
}
@media only screen and (max-width: 1023px) {
.drop-down-menu-a { padding-left: 33px;}
}
@media only screen and (min-width : 800px) {
.wrapper { max-width: 760px;}
}
@media only screen and (min-width : 900px) {
.wrapper { max-width: 855px; }
#narrow .c-cell {width: 30%;}
}
@media only screen and (min-width : 992px) {
.pt-md-4 { padding-top: 24px;}
.wrapper { max-width: 970px; }
#narrow .c-cell {width: 24%;}
.prod-mover {font-style: normal;}
}
@media only screen and (min-width : 1100px) {
.wrapper { max-width: 1060px; }
    #narrow .c-cell {width: 21%;}
}
@media only screen and (min-width : 1200px) {
.pt-lg-10 { padding-top: 60px;}
.wrapper { max-width: 1160px; }
    #narrow .c-cell {width: 18%}
}
@media only screen and (min-width : 1340px) {
.wrapper { max-width: 1300px; }
}
@media only screen and (min-width : 1470px) {
.wrapper { max-width: 1430px; }
}
@media only screen and (min-width : 1600px) {
.wrapper { max-width: 1570px; }
}
@media only screen and (min-width : 1750px) {
.wrapper { max-width: 1720px; }
}
@media only screen and (min-width : 1900px) {
.wrapper { max-width: 1870px; }
}

@media print 
{
    header, .submitForm, #footer-container, .tabs-fullwidth, .breadcrumb { display: none;}
    h1 { font-size: 20px;}
    h2, h2.h5 { font-size: 18px;}
    h5 { font-size: 18px;}
    h6 { font-size: 15px;}
    .prt-pt0 { padding-top: 0;}
    .content-card {margin-top: 0;}
    .content-card-inner { padding:0;}
    .prcont {page-break-inside: avoid;}
    .my-notes {display:block;text-align: center;margin:5px 0 0 10px;padding:10px 0 0 10px;height:200px;}
    .stc { display: block !important; }
  .col-print-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } 
  .col-print-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } 
  .col-print-3 {
    flex: 0 0 25%;
    max-width: 25%; } 
  .col-print-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } 
  .col-print-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } 
  .col-print-6 {
    flex: 0 0 50%;
    max-width: 50%; } 
  .col-print-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } 
  .col-print-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } 
  .col-print-9 {
    flex: 0 0 75%;
    max-width: 75%; } 
  .col-print-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } 
  .col-print-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } 
  .col-print-12 {
    flex: 0 0 100%;
    max-width: 100%; } 
    .visible-xs {display: none !important;}
    .hidden-xs {display: block !important;}
    table.hidden-xs {display: table;}
    tr.hidden-xs {display: table-row !important;}
    th.hidden-xs,td.hidden-xs {display: table-cell !important;}
    .hidden-xs.hidden-print {display: none !important;}
    .hidden-sm {display: none !important;}
    .visible-sm {display: block !important;}
    table.visible-sm {display: table;}
    tr.visible-sm {display: table-row !important;}
    th.visible-sm,td.visible-sm {display: table-cell !important;}
    .visible-print-o {display: block !important;}   
    .ascm.hidden-print { display: none !important;}
    .slick-next, .slick-prev { display: none !important;}
}

/* New Bootstrap style */
/* START: The icon for the Rad Date and Time pickers doesn't work well with Bootstraps box-border sizing */
.RadMenu *,
.RadAsyncUpload *,
.RadSearchBox *,
.RadCalendar *,
.RadPicker .rcSelect * { box-sizing: content-box;}

/* We don't want all our buttons in the Telerik Grid to have the default colors' */
.RadGrid_Bootstrap td .dropdown-menu a,
.RadTreeList_Bootstrap  td .dropdown-menu a {
    color: #000;
}
.RadGrid_Bootstrap td a.btn,
.RadTreeList_Bootstrap td a.btn {
    color: #111 !important;
}

.overflow-show { overflow: visible !important;}
.rgMasterTable {overflow: visible !important;}
/* Keep the rounded corners on buttons in a RadGrid */
.RadGrid button, .RadGrid [type="button"] {
    border-radius: 3px !important;
}



body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}
.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}
.fancybox-button svg path{fill:currentColor;stroke-width:0}
.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}
.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:0px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}
/* Curtis commented on 5/24/2020 due to not using
.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}
.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}
.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)} */
.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}
.fancybox-fx-fade.fancybox-slide--current{opacity:1}

/* Curtis commented on 5/24/2020 due to not using
.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}
.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}
.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}
.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}
.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}
.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}
.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}
.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}
.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}
.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}*/
@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:0px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}
/* Curtis commented on 5/24/2020 due to not using
.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}
.fancybox-share__button svg path{fill:#fff} */
.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}
.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}
.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}
.fancybox-show-thumbs .fancybox-thumbs{display:block}
.fancybox-show-thumbs .fancybox-inner{right:212px}
.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}
.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}
.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}
.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}
.fancybox-thumbs__list a:focus:before{opacity:.5}
.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}
@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/*
Responsive Accordion
Author: marcoarib
License: http://codecanyon.net/licenses/standard
*/

.filter-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 9px;
}

.filter-box::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border: thin solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.filter-box::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border: thin solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1) inset;
    border-radius: 10px;
}
/* Accordion
=================================*/
.accordion{

}

/* Accordion item
=================================*/
.ac-i{
	margin-bottom: 2px;
}

/* Header
=================================*/
.p-ac-h, .ac-h {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -.3px;
}
.p-ac-h {
    min-height: 28px;
    font-size: 20px;
    padding: 0 35px 12px 0;
    line-height: 20px;
    border-bottom: solid 1px #ccc;
}
.ac-h{
	min-height: 40px;
	padding: 13px 35px 10px 24px;
	line-height: 20px;
	border-top: solid 1px #ccc;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	transition: border .2s linear;
}

#accordion .ac-i:first-child .ac-h{
    border-top: 0;
}
.ac-i:last-child .ac-h{

}
.ac-i.active > .ac-h{
    color: #A4400C;
}
.ac-i.active > .ac-h:hover,
.ac-h:hover {
    color: #A4400C;
}

/* Header icons (Font Awesome) */
.ac-h i{
	width: 26px;
	text-align: left;
	font-size: 16px;
}
/* Header arrows */
.ac-h .ac-i-arrow{
	position: absolute;
	left: 1px;
	height: 20px;
	margin-top: -10px;
	top: 56%;
}
.ac-h .ac-i-arrow:before{
	content: "\f0fe";
	font-family: 'Font Awesome 6 Pro';
	font-size: 15px;
	float: left;
	transition: all .2s linear;
}
.ac-i.active > .ac-h > .ac-i-arrow:before{
    content: "\f146";
	font-family: 'Font Awesome 6 Pro';
}

/* Content
=================================*/
.ac-c{
	padding: 0 0 12px 24px;
	display: none;
	border: none;
	color: #434955;
}
.ac-i:last-child .ac-c{
	border: none;
}

/* Search Crumbs
=================================*/
.search-crumb-box {
    position: relative;
    background-color: #F1F9FF;
    padding: 4px 0 4px 24px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 6px 0;
}
.search-crumb-remove {position: absolute;left:7px;top: 3px;font-size:17px }
.search-crumb-part-remove { font-size: 13px;}

@media only screen and (min-width: 230px) and (max-width:767px) {
    .search-crumb-box {
        background-color: #E1F2FF;
    }
    .ac-c {
        font-size: 1.1em;
        line-height: 1.8;
    }
    .ac-c input[type="checkbox"] {
        margin-top: 7px;
    }
    .rm-mrgn-xs {
        margin: 0;
    }
}














/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    /*-webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;*/
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    /* Curtis - don't think these are needed any longer
        -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);*/
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Curtis commenting as this causes errors
    @charset 'UTF-8';*/
/* Slider */
.slick-loading .slick-list
{
    background: #fff;

}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 10%;

    display: block;

    width: 38px;
    height: 38px;
    padding: 0;
    background-color: #000000;
    background-color: rgba(0,0,0, .6);
    /* Curtis - don't think these are needed any longer
        -webkit-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    -moz-transform: translate(0, -20%);
    -o-transform: translate(0, -20%);*/
    transform: translate(0, -20%);
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    /*background: transparent;*/
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    /*background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    display: none !important;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    line-height: 38px;
    font-weight: bold;

    opacity: .85;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
.slick-prev:before
{
    content: '\f053';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f054';
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0;
}
.slick-next:before
{
    content: '\f054';
}
[dir='rtl'] .slick-next:before
{
    content: '\f053';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 50px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'Font Awesome 6 Pro';
    font-size: 11px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slider-peak .slick-list {padding:0 23% 0 0;}
#slider-nav .slick-current {
    border-bottom: 6px solid #f4bf05;
}
#slider-nav .thumb {
    margin: 10px 10px 0 0;
}
#slider-for .slick-prev,
#slider-for .slick-next {
    top: 50%;
    /* Curtis - don't think these are needed any longer
        -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);*/
    transform: translate(0, -50%);
}
.slider-counter {
    width: 80px;
    height: 36px;
    padding: 0;
    background-color: #000000;
    background-color: rgba(0,0,0, .6);

    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    font-size: 16px;
    text-align: center;
    line-height: 36px;

    color: #fff;
}

/* Item Name : FlexiNav - Flexible and Responsive Navigation Item URI : http://codecanyon.net/item/flexinav-flexible-and-responsive-navigation/6528657 */

/*

TABLE OF CONTENTS

00 PAGE STYLING (not part of the menu)
01 MENU BAR
02 MENU TOGGLE BUTTON
03 DROP DOWN CONTAINERS
04 DROP DOWN COLUMNS
05 MULTILEVEL FLY-OUTS
06 TYPOGRAPHY & ELEMENTS
   1. Basic Typography
   2. Default Lists
   3. Icons Lists
   4. Videos & Images
   5. Misc
07 FORM ELEMENTS
08 MOBILE DEVICES

*/




/*  _______________________________________________

    00 PAGE STYLING (not part of the menu)
    _______________________________________________  */


/*#main-container {

  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#main-container.active {
  background-color: rgba(0, 0, 0, 0.3);
    z-index: 100000;
}*/

#main-container::before {
    background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
    opacity: 0;
  position: fixed;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    transition: visibility 0.2s linear 0s, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  visibility: hidden;
  z-index: 295;
}

#main-container.active::before {
    opacity: 1;
  visibility: visible;
}



/*  _______________________________________________

    01 MENU BAR
    _______________________________________________  */




/* 
   If you have several menus on a same page,
   assign a z-index to each one according to their position
*/

.fx {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 21px;
    background: #252C62;
}
/*.fx_fixed {
    position: fixed;
    top:0;
    left:0;
    margin:0 0 30px 0;
}*/
    .fx .fx_w {
        width:100%;
        max-width: 1700px;
        margin: 0;
    }
    .fx .fx_w .fx_m {
        padding: 0;
        margin: 0;
        list-style: none;
        float: left;
    }
        .fx .fx_w .fx_m_right {
            float: right;
        }
        .fx > .fx_w .fx_m > li {
            float: left;
            padding:0;
            margin: 0;
            line-height:40px;
            position: relative;
        }
            /* Hover and active states */

            .fx .fx_w .fx_m > li > a,
            .fx .fx_w .fx_m > li > span,
            .fx .fx_w .fx_m > li > span > a {
                text-transform: uppercase;
                text-decoration: none;
                cursor: pointer;
                color:#eeeeee;
            }
            .fx .fx_w .fx_m > li:hover,
            .fx .fx_w .fx_m > li.active {
                background: #ffffff;
            }
                .fx .fx_w .fx_m > li:hover > a,
                .fx .fx_w .fx_m > li:hover > span,
                .fx .fx_w .fx_m > li:hover > span > a,
                .fx .fx_w .fx_m > li.active > a,
                .fx .fx_w .fx_m > li.active > span,
                .fx .fx_w .fx_m > li.active > span > a {
                    color: #252C62;
                }
.fx .fx_w .fx_m > li.noactive {
    background: #252C62;
}
                .fx .fx_w .fx_m > li.noactive > a,
                .fx .fx_w .fx_m > li.noactive > span,
                .fx .fx_w .fx_m > li.noactive > span > a,
                .fx .fx_w .fx_m > li.noactive:hover > a,
                .fx .fx_w .fx_m > li.noactive:hover > span,
                .fx .fx_w .fx_m > li.noactive:hover > span > a {
                    color:#eeeeee;
                }

            .fx .fx_w .fx_m > li > span,
            .fx .fx_w .fx_m > li > a {
                display: block;
                line-height:40px;
                font-weight: bold;
                padding:0 10px;
            }
            /* Curtis - not used
            .fx .fx_w .fx_m > li > span > a {
                margin-left: 14px;
            }
            .fx .fx_w .fx_m > li > span + a i {
                margin-right: 0;
            }*/
            .fx .fx_w .fx_m > li i {
                margin-right: 9px;
            }
            .fx .fx_w .fx_m > li i.fa-caret-down {
                margin-left: 6px;
                margin-right: 0;
                color: #aaa;
            }
            .fx .fx_w .fx_m > li i.nav-mob-lonely-i {
                margin-right: 0;
                font-size: 18px;
                line-height: 50px;
                height: 50px;
                padding: 0 7px;
            }
            .fx .fx_w .fx_m > li i.nav-lonely-i {
                font-size: 14px;
                margin-right: 0;
            }

    /* Logo */

    .fx .fx_w .fx_m > li.fx_logo {
        width: 118px;
        height: 48px;
        padding: 6px 0 0 8px;
        margin: 0;
        float: left;
    }
    .fx .fx_w .fx_m > li.fx_logo:hover {
        background: none;
    }
    .fx .fx_w .fx_m > li.fx_logo > a,
    .fx .fx_w .fx_m > li.fx_logo:hover > a {
        width: 100%;
        height: 100%;
        background: url('/images/my-little-salesman-mobile.png') no-repeat left center;
        -ms-background-size: contain;
        background-size: contain;
    }




/*  _______________________________________________

    02 MENU TOGGLE BUTTON
    _______________________________________________  */




.fx_c {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: right;
    background: #252C62;
    text-align: center;
    cursor: pointer;
    z-index: 999999;
    display: none;
}
.fx_c.active {
    background: #ffffff;
}
    .fx_c.active > span {
        color:#252C62 !important;
    }
    .fx_c.noactive {
        background: #252C62;
    }
.fx_c.noactive > span {
    color: #ffffff !important;
}
.fx_c > span i {
    font-size: 21px;
    line-height: 50px;
}
.fx_c > span:after {
    content: 'MENU';
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: -5px;
}
.fx_main {
    z-index: 9998;
    display: block;
}
.fx_mobile {
    padding-right: 50px;
    top: 0;
    z-index: 499;
    position: relative;


}
.fx_mobile .fx_w .fx_m > li > span, 
.fx_mobile .fx_w .fx_m > li > a {
    height: 50px;
    line-height: 50px;
}


/*  _______________________________________________

    03 DROP DOWN CONTAINERS
    _______________________________________________  */




.fx_ddown {
    position: absolute;
    top:-9999em;
    z-index: 9999;
    background: #ffffff;
    padding: 20px 20px 20px 20px;
    -webkit-box-shadow: 0 7px 7px  rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 7px 7px  rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 7px  rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    opacity: 0;
    display: block;
    line-height: normal;
}

.fx_ddown ul {
    line-height: 26px;
    font-size: 14px;
}

/*.fx_ddown_scroll {
    padding: 30px 10px 30px 20px;
}*/
/*.fx_ddown_fly_out {
    padding: 30px 0 8px 0;
}*/
.fx_ddown:before,
.fx_ddown:after {
    display: table;
    content: " ";
}
.fx_ddown:after {
    clear: both;
}

/* Drop Down Sizes */

.fx_ddown_mega {
    width: 960px;
    left:50%;
    margin-left: -480px;
}
.fx_ddown_full {
    width: 100%;
    left:0;
    margin-left: 0;
}
.fx_ddown_960 {
    width:960px;
}
/*.fx_ddown_880 {
    width:880px;
}*/
.fx_ddown_800 {
    width:800px;
}
/*.fx_ddown_720 {
    width:720px;
}*/
/*.fx_ddown_640 {
    width:640px;
}*/
.fx_ddown_560 {
    width:560px;
}
.fx_ddown_480 {
    width:480px;
}
.fx_ddown_400 {
    width:400px;
}
.fx_ddown_320 {
    width:320px;
}
.fx_ddown_240 {
    width:240px;
}
/*.fx_ddown_160 {
    width:160px;
}*/
.fx_ddown_80 {
    width:80px;
}
.fx_ddown_960,
.fx_ddown_880,
.fx_ddown_800,
.fx_ddown_720,
.fx_ddown_640,
.fx_ddown_560,
.fx_ddown_480,
.fx_ddown_400,
.fx_ddown_320,
.fx_ddown_240,
.fx_ddown_160,
.fx_ddown_80 {
    margin-left: 0;
}

.fx_ddown_right {
    right:0;
}

/* Show Drop Downs on Mouse Hover */

.fx .fx_m li:hover > .fx_ddown {
    opacity: 1;
    top:auto;
}




/*  _______________________________________________

    04 DROP DOWN COLUMNS
    _______________________________________________  */




.fx .colrow {
    margin-right: -2%;
    margin-left: -2%;
}
.fx .colrow:before,
.fx .colrow:after {
    display: table;
    content: " ";
}
.fx .colrow:after {
    clear: both;
}
/*.fx .col1,*/
.fx .col2,
/*.fx .col3,*/
.fx .col4,
/*.fx .col5,*/
.fx .col6,
/*.fx .col7,
.fx .col8,
.fx .col9,
.fx .col10,
.fx .col11,*/
.fx .col12 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 2%;
    padding-left: 2%;
}
/*.fx .col12 {
    width: 100%;
}
.fx .col11 {
    width: 91.66666666666666%;
}
.fx .col10 {
    width: 83.33333333333334%;
}
.fx .col9 {
    width: 75%;
}
.fx .col8 {
    width: 66.66666666666666%;
}
.fx .col7 {
    width: 58.333333333333336%;
}*/
.fx .col6 {
    width: 50%;
}
/*.fx .col5 {
    width: 41.66666666666667%;
}*/
.fx .col4 {
    width: 33.33333333333333%;
}
/*.fx .col3 {
    width: 25%;
}*/
.fx .col2 {
    width: 16.666666666666664%;
}
/*.fx .col1 {
    width: 8.333333333333332%;
}*/




/*  _______________________________________________

    05 MULTILEVEL FLY-OUTS
    _______________________________________________  */




/*.fx .dropdown_flyout, 
.fx .dropdown_flyout .dropdown_flyout_level {
    padding: 0;
    margin: 0;
    list-style: none;
}
.fx .dropdown_flyout li {
    float: left;
    width: 100%;
}
    .fx .dropdown_flyout li a,
    .fx .dropdown_flyout li span {
        float: left;
        width: 90%;
        padding: 6px 0 6px 10%;
        display: block;
        cursor:pointer;
    }

.fx .dropdown_flyout .dropdown_flyout_level {
    background: #ffffff;
    position: absolute;
    margin:-7px 0 0 0;
    padding:6px;
    left:100%;
    top:auto;
    display: none;
    zoom:1;
    float: left;
    border: 1px solid #dddddd;
}
    .fx .dropdown_flyout .dropdown_flyout_level_left {
        left:-102%;
        right:100%;
    }
    .fx .dropdown_flyout .dropdown_flyout_level li {
        width: 180px;
        padding: 0 10px 0 10px;
    }
    .fx .dropdown_flyout li.last {
        margin-bottom: 12px;
    }
    .fx .dropdown_flyout ul.fx_icons li {
        margin-left: -12px !important;
    }

.fx .dropdown_flyout .flyout_heading {
    color: #383838;
    font-size: 16px;
    width: 80%;
    padding-bottom: 9px;
    margin: 0 10% 9px 10%;
    border-bottom: 1px solid #eeeeee;
}

.fx .dropdown_flyout li:hover > .dropdown_flyout_level,
.fx .dropdown_flyout li:hover > .dropdown_flyout_level_left {
    display: block;
}


.fx .dropdown_flyout .dropdown_parent i {
    font-size:11px;
    line-height: 21px;
    margin-right:12px;
}*/
.fx .dropdown_parent > span:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    float: right;
    padding-top: 1px;
}
/*.fx .dropdown_parent_left > span:after {
    content: '\f104';
    font-family: 'Font Awesome 6 Pro';
    float: right;
    padding-top: 1px;
}*/




/*  _______________________________________________

    06 TYPOGRAPHY & ELEMENTS
    _______________________________________________  */




/* 1. Basic Typography */


.fx .fx_ddown a/*,
.fx .dropdown_flyout li span*/ {
    text-decoration: none;

    cursor: pointer;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.fx .fx_ddown a:hover/*,
.fx .dropdown_flyout li span:hover*/ {
    text-decoration: underline;
}

/* 2. Default Lists */



/* 3. Icons Lists */




/*  _______________________________________________

    08 MOBILE DEVICES
    _______________________________________________  */



/* IE8 */

.fx .fx_w .fx_m > li.fx_c {
    display: none\0/;
}

@media only screen and (max-width: 1390px) {

    .fx .fx_w .fx_m > li.flexnav_mega {
        position: static;
    }
}

    @media only screen and (max-width: 1280px) {
        .fx .fx_w .fx_m > li > span,
        .fx .fx_w .fx_m > li > a {
            padding: 0 7px;
        }

        .fx .fx_w .fx_m > li i.fa-caret-down {
            margin-left: 4px;
        }
    }

    @media only screen and (max-width: 374px) {
        .fx .fx_w .fx_m > li > span,
        .fx .fx_w .fx_m > li > a {
            padding: 0 6px;
            font-size: 12px;
        }
    }

    @media only screen and (min-width: 1024px) {
        .fx_main,
        .nav-search,
        .nav-logo,
        .nav-auth {
            display: block !important;
        }

        .fx_mobile {
            display: none !important;
        }

        .fx_main .fx_w .fx_m .fx_ddown {
            position: absolute;
        }

        .visible-nav-lg {
            display: block;
        }

        .visible-nav-sm {
            display: none !important;
        }
    }

    @media only screen and (min-width: 1024px) and (max-width: 1340px) {
        .hidden-nav-2 {
            display: none;
        }
    }

    @media only screen and (max-width: 1023px) {
        .visible-nav-sm {
            display: block;
        }

        .visible-nav-lg {
            display: none !important;
        }

        .fx_main,
        .nav-search,
        .nav-logo,
        .nav-auth {
            display: none;
        }

        #nav-main.wrapper {
            max-width: 100%;
        }

        #nav-main .nav-right {
            margin: 0;
            padding: 0;
        }

        .fx_mobile {
            display: block !important;
        }

        .fx .fx_m .fx_ddown {
            -webkit-box-shadow: none;
            -ms-box-shadow: none;
            box-shadow: none;
        }
        /* Curtis - don't think these are used any longer
.nav-mob-list li~li {border-top: 1px solid #eee;}
.nav-mob-list li > a { display: block;padding: 0 10px 0 10px;line-height: 36px;font-size: .95em;color:#888}
.nav-mob-list li > a:after {
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    color: #ccc;
    float: right;
}*/
        .fx_mobile .input-group-btn {
            line-height: normal;
        }

        .fx_main {
            position: absolute;
            right: 0;
            top: 50px;
            width: 80%;
            height: 85%;
            padding: 20px 0;
            background: #ffffff;
        }

            .fx_main .fx_w {
                height: 100%;
            }

        .fx .fx_w .fx_m > li {
            position: static;
        }
        /* Curtis - not used
        .fx_main .fx_w .mCustomScrollBox > .mCSB_scrollTools {
        right: 3px;
    }*/
        .fx_c {
            display: block;
        }

        .fx .fx_m .fx_ddown,
        .fx .fx_m .fx_ddown_full {
            width: 100%;
            left: 0;
            margin-left: 0;
        }

        .fx_main .fx_m {
            width: 100%;
        }

            .fx_main .fx_m > li {
                width: 100%;
                float: left;
            }

        .fx .fx_m .fx_ddown ul {
            font-size: 16px;
            line-height: 40px;
        }

        .nav-mob-list-indent {
            padding-left: 15px;
            border-left: 2px solid #ddd;
        }

        .fx .fx_m .fx_ddown ul a {
            display: block;
        }

        .fx_main .fx_w .fx_m > li > span,
        .fx_main .fx_w .fx_m > li > a {
            padding: 0 20px;
            font-size: 16px;
            line-height: 40px;
            color: #252C62 !important;
            text-transform: none;
        }

        .fx_main .fx_w .fx_m > li,
        .fx_main .fx_w .fx_m > li:hover,
        .fx_main .fx_w .fx_m > li.active,
        .fx_main .fx_w .fx_m > li.noactive,
        .fx_main .fx_w .fx_m > li.noactive:hover {
            background-color: #ffffff !important;
        }

        /* Curtis - not used
            .fx_main .fx_w .fx_m > li.hide_tablet {
            display: none
        }*/


        .fx_main .fx_w .fx_m .fx_ddown {
            width: 100%;
            left: 0;
            margin-left: 0;
            position: relative;
        }

        .fx_main .col1,
        .fx_main .col2,
        .fx_main .col3,
        .fx_main .col4,
        .fx_main .col5,
        .fx_main .col6,
        .fx_main .col7,
        .fx_main .col8,
        .fx_main .col9,
        .fx_main .col10,
        .fx_main .col11,
        .fx_main .col12 {
            width: 100%;
        }

        .fx_main .fx_m .fx_ddown {
            padding: 8px 20px;
        }

        /* Variant 2 - keep fly-outs on click */


        /* Curtis - not used
        
    .fx .dropdown_flyout, 
    .fx .dropdown_flyout .dropdown_flyout_level,
    .fx .dropdown_flyout .dropdown_flyout_level_left {
        left:auto;
        right:auto;
        top:auto;
        padding: 0 20px;
        width: 100%;
        margin: 0;
        border:none;
        position: relative;
    }
    .fx .dropdown_flyout .dropdown_flyout_level {
        padding: 0 0 0 2%;
    }
    .fx .dropdown_flyout li,
    .fx .dropdown_flyout .dropdown_flyout_level li {
        width:100%;
        padding: 0;
    }
    .fx .dropdown_flyout li > a,
    .fx .dropdown_flyout li > span {
        width: 100%;
        padding: 3px 0;
    }
    .fx .dropdown_flyout .flyout_heading {
        width: 100%;
        margin-left: 0;
    }
    .fx .dropdown_flyout ul.fx_icons li {
        margin-left: 0 !important;
    }
    .fx ul.fx_icons > li > .dropdown_flyout_level > li {
        padding-left: 18px !important;
    }*/

        .fx .dropdown_parent > span:after,
        .fx .dropdown_parent_left > span:after,
        .fx .dropdown_parent.noactive > span:after,
        .fx .dropdown_parent_left.noactive > span:after {
            content: '\f107';
        }

        .fx .dropdown_parent.active > span:after,
        .fx .dropdown_parent_left.active > span:after {
            content: '\f106';
        }
    }

    /*@media only screen and (max-width: 767px) {
    .fx .fx_w .fx_m > li.hide_mobile {
        display: none
    }
}*/
