﻿@import url(css.css);

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #a84825;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --paper: #fbfafa;
  --beige: #d4d0ce;
  --lighter-beige: #f8f7f5;
  --light-beige: #aba49a;
  --medium-beige: #b6aaa2;
  --medium-dark-beige: #948a84;
  --dark-beige: #5d544e;
  --white: white;
  --off-white: #dfdad5;
  --lightest-gray: #eee;
  --lighter-gray-2: #ddd;
  --lighter-gray: #b3b3b3;
  --light-gray: #808180;
  --medium-gray: #e5e5e5;
  --medium-dark-gray: #9b9a98;
  --dark-gray: #5c5c56;
  --dark-gray-2: #333;
  --darker-gray: #111;
  --black: #0d0b09;
  --light-brown: #956d5a;
  --lighter-brown: #464341;
  --dark-brown: #4d1f0b;
  --darker-brown: #2a0f06;
  --darker-brown-2: #403631;
  --darker-brown-3: #372d29;
  --darkest-brown: #2a231f;
  --dark-orange-brown: #7f270e;
  --darkest-orange-brown: #331406;
  --dark-gray-brown: #25201d;
  --tan: #686156;
  --dark-tan: #564941;
  --red: #993f29;
  --blue: #2b3d5e;
  --yellow: #6d6843;
  --green: #465d52;
  --slate: #444846;
  --blog-default: #a74824;
  --blog-canna: #4e8137;
  --blog-china: #a61c20;
  --blog-psych: #333f7e;
  --hero-accent: #d6ae43;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.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: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #a84825;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #692e1b;
  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: #6c757d;
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Belgrano", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
.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-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  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.3333333333%;
  max-width: 33.3333333333%;
}
.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.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.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.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e6ccc3;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #d1a090;
}
.table-hover .table-primary:hover {
  background-color: #dfbdb1;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #dfbdb1;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-paper,
.table-paper > th,
.table-paper > td {
  background-color: #fefefe;
}
.table-paper th,
.table-paper td,
.table-paper thead th,
.table-paper tbody + tbody {
  border-color: #fdfcfc;
}
.table-hover .table-paper:hover {
  background-color: #f1f1f1;
}
.table-hover .table-paper:hover > td,
.table-hover .table-paper:hover > th {
  background-color: #f1f1f1;
}
.table-beige,
.table-beige > th,
.table-beige > td {
  background-color: #f3f2f1;
}
.table-beige th,
.table-beige td,
.table-beige thead th,
.table-beige tbody + tbody {
  border-color: #e9e7e6;
}
.table-hover .table-beige:hover {
  background-color: #e7e5e3;
}
.table-hover .table-beige:hover > td,
.table-hover .table-beige:hover > th {
  background-color: #e7e5e3;
}
.table-lighter-beige,
.table-lighter-beige > th,
.table-lighter-beige > td {
  background-color: #fdfdfc;
}
.table-lighter-beige th,
.table-lighter-beige td,
.table-lighter-beige thead th,
.table-lighter-beige tbody + tbody {
  border-color: #fbfbfa;
}
.table-hover .table-lighter-beige:hover {
  background-color: #f3f3ed;
}
.table-hover .table-lighter-beige:hover > td,
.table-hover .table-lighter-beige:hover > th {
  background-color: #f3f3ed;
}
.table-light-beige,
.table-light-beige > th,
.table-light-beige > td {
  background-color: #e7e6e3;
}
.table-light-beige th,
.table-light-beige td,
.table-light-beige thead th,
.table-light-beige tbody + tbody {
  border-color: #d3d0ca;
}
.table-hover .table-light-beige:hover {
  background-color: #dbdad5;
}
.table-hover .table-light-beige:hover > td,
.table-hover .table-light-beige:hover > th {
  background-color: #dbdad5;
}
.table-medium-beige,
.table-medium-beige > th,
.table-medium-beige > td {
  background-color: #ebe7e5;
}
.table-medium-beige th,
.table-medium-beige td,
.table-medium-beige thead th,
.table-medium-beige tbody + tbody {
  border-color: #d9d3cf;
}
.table-hover .table-medium-beige:hover {
  background-color: #e0dad7;
}
.table-hover .table-medium-beige:hover > td,
.table-hover .table-medium-beige:hover > th {
  background-color: #e0dad7;
}
.table-medium-dark-beige,
.table-medium-dark-beige > th,
.table-medium-dark-beige > td {
  background-color: #e1dedd;
}
.table-medium-dark-beige th,
.table-medium-dark-beige td,
.table-medium-dark-beige thead th,
.table-medium-dark-beige tbody + tbody {
  border-color: #c7c2bf;
}
.table-hover .table-medium-dark-beige:hover {
  background-color: #d5d1cf;
}
.table-hover .table-medium-dark-beige:hover > td,
.table-hover .table-medium-dark-beige:hover > th {
  background-color: #d5d1cf;
}
.table-dark-beige,
.table-dark-beige > th,
.table-dark-beige > td {
  background-color: #d2cfcd;
}
.table-dark-beige th,
.table-dark-beige td,
.table-dark-beige thead th,
.table-dark-beige tbody + tbody {
  border-color: #aba6a3;
}
.table-hover .table-dark-beige:hover {
  background-color: #c6c2c0;
}
.table-hover .table-dark-beige:hover > td,
.table-hover .table-dark-beige:hover > th {
  background-color: #c6c2c0;
}
.table-white,
.table-white > th,
.table-white > td {
  background-color: #fff;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: #fff;
}
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}
.table-off-white,
.table-off-white > th,
.table-off-white > td {
  background-color: #f6f5f3;
}
.table-off-white th,
.table-off-white td,
.table-off-white thead th,
.table-off-white tbody + tbody {
  border-color: #eeece9;
}
.table-hover .table-off-white:hover {
  background-color: #ebe9e4;
}
.table-hover .table-off-white:hover > td,
.table-hover .table-off-white:hover > th {
  background-color: #ebe9e4;
}
.table-lightest-gray,
.table-lightest-gray > th,
.table-lightest-gray > td {
  background-color: #fafafa;
}
.table-lightest-gray th,
.table-lightest-gray td,
.table-lightest-gray thead th,
.table-lightest-gray tbody + tbody {
  border-color: #f6f6f6;
}
.table-hover .table-lightest-gray:hover {
  background-color: #ededed;
}
.table-hover .table-lightest-gray:hover > td,
.table-hover .table-lightest-gray:hover > th {
  background-color: #ededed;
}
.table-lighter-gray-2,
.table-lighter-gray-2 > th,
.table-lighter-gray-2 > td {
  background-color: whitesmoke;
}
.table-lighter-gray-2 th,
.table-lighter-gray-2 td,
.table-lighter-gray-2 thead th,
.table-lighter-gray-2 tbody + tbody {
  border-color: #ededed;
}
.table-hover .table-lighter-gray-2:hover {
  background-color: #e8e8e8;
}
.table-hover .table-lighter-gray-2:hover > td,
.table-hover .table-lighter-gray-2:hover > th {
  background-color: #e8e8e8;
}
.table-lighter-gray,
.table-lighter-gray > th,
.table-lighter-gray > td {
  background-color: #eaeaea;
}
.table-lighter-gray th,
.table-lighter-gray td,
.table-lighter-gray thead th,
.table-lighter-gray tbody + tbody {
  border-color: #d7d7d7;
}
.table-hover .table-lighter-gray:hover {
  background-color: #ddd;
}
.table-hover .table-lighter-gray:hover > td,
.table-hover .table-lighter-gray:hover > th {
  background-color: #ddd;
}
.table-light-gray,
.table-light-gray > th,
.table-light-gray > td {
  background-color: #dbdcdb;
}
.table-light-gray th,
.table-light-gray td,
.table-light-gray thead th,
.table-light-gray tbody + tbody {
  border-color: #bdbdbd;
}
.table-hover .table-light-gray:hover {
  background-color: #cecfce;
}
.table-hover .table-light-gray:hover > td,
.table-hover .table-light-gray:hover > th {
  background-color: #cecfce;
}
.table-medium-gray,
.table-medium-gray > th,
.table-medium-gray > td {
  background-color: #f8f8f8;
}
.table-medium-gray th,
.table-medium-gray td,
.table-medium-gray thead th,
.table-medium-gray tbody + tbody {
  border-color: #f1f1f1;
}
.table-hover .table-medium-gray:hover {
  background-color: #ebebeb;
}
.table-hover .table-medium-gray:hover > td,
.table-hover .table-medium-gray:hover > th {
  background-color: #ebebeb;
}
.table-medium-dark-gray,
.table-medium-dark-gray > th,
.table-medium-dark-gray > td {
  background-color: #e3e3e2;
}
.table-medium-dark-gray th,
.table-medium-dark-gray td,
.table-medium-dark-gray thead th,
.table-medium-dark-gray tbody + tbody {
  border-color: #cbcac9;
}
.table-hover .table-medium-dark-gray:hover {
  background-color: #d6d6d5;
}
.table-hover .table-medium-dark-gray:hover > td,
.table-hover .table-medium-dark-gray:hover > th {
  background-color: #d6d6d5;
}
.table-dark-gray,
.table-dark-gray > th,
.table-dark-gray > td {
  background-color: #d1d1d0;
}
.table-dark-gray th,
.table-dark-gray td,
.table-dark-gray thead th,
.table-dark-gray tbody + tbody {
  border-color: #aaaaa7;
}
.table-hover .table-dark-gray:hover {
  background-color: #c4c4c3;
}
.table-hover .table-dark-gray:hover > td,
.table-hover .table-dark-gray:hover > th {
  background-color: #c4c4c3;
}
.table-dark-gray-2,
.table-dark-gray-2 > th,
.table-dark-gray-2 > td {
  background-color: #c6c6c6;
}
.table-dark-gray-2 th,
.table-dark-gray-2 td,
.table-dark-gray-2 thead th,
.table-dark-gray-2 tbody + tbody {
  border-color: #959595;
}
.table-hover .table-dark-gray-2:hover {
  background-color: #b9b9b9;
}
.table-hover .table-dark-gray-2:hover > td,
.table-hover .table-dark-gray-2:hover > th {
  background-color: #b9b9b9;
}
.table-darker-gray,
.table-darker-gray > th,
.table-darker-gray > td {
  background-color: #bcbcbc;
}
.table-darker-gray th,
.table-darker-gray td,
.table-darker-gray thead th,
.table-darker-gray tbody + tbody {
  border-color: #838383;
}
.table-hover .table-darker-gray:hover {
  background-color: #afafaf;
}
.table-hover .table-darker-gray:hover > td,
.table-hover .table-darker-gray:hover > th {
  background-color: #afafaf;
}
.table-black,
.table-black > th,
.table-black > td {
  background-color: #bbbbba;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #81807f;
}
.table-hover .table-black:hover {
  background-color: #aeaead;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #aeaead;
}
.table-light-brown,
.table-light-brown > th,
.table-light-brown > td {
  background-color: #e1d6d1;
}
.table-light-brown th,
.table-light-brown td,
.table-light-brown thead th,
.table-light-brown tbody + tbody {
  border-color: #c8b3a9;
}
.table-hover .table-light-brown:hover {
  background-color: #d7c8c2;
}
.table-hover .table-light-brown:hover > td,
.table-hover .table-light-brown:hover > th {
  background-color: #d7c8c2;
}
.table-lighter-brown,
.table-lighter-brown > th,
.table-lighter-brown > td {
  background-color: #cbcaca;
}
.table-lighter-brown th,
.table-lighter-brown td,
.table-lighter-brown thead th,
.table-lighter-brown tbody + tbody {
  border-color: #9f9d9c;
}
.table-hover .table-lighter-brown:hover {
  background-color: #bebdbd;
}
.table-hover .table-lighter-brown:hover > td,
.table-hover .table-lighter-brown:hover > th {
  background-color: #bebdbd;
}
.table-dark-brown,
.table-dark-brown > th,
.table-dark-brown > td {
  background-color: #cdc0bb;
}
.table-dark-brown th,
.table-dark-brown td,
.table-dark-brown thead th,
.table-dark-brown tbody + tbody {
  border-color: #a28b80;
}
.table-hover .table-dark-brown:hover {
  background-color: #c2b2ac;
}
.table-hover .table-dark-brown:hover > td,
.table-hover .table-dark-brown:hover > th {
  background-color: #c2b2ac;
}
.table-darker-brown,
.table-darker-brown > th,
.table-darker-brown > td {
  background-color: #c3bcb9;
}
.table-darker-brown th,
.table-darker-brown td,
.table-darker-brown thead th,
.table-darker-brown tbody + tbody {
  border-color: #90827e;
}
.table-hover .table-darker-brown:hover {
  background-color: #b7afab;
}
.table-hover .table-darker-brown:hover > td,
.table-hover .table-darker-brown:hover > th {
  background-color: #b7afab;
}
.table-darker-brown-2,
.table-darker-brown-2 > th,
.table-darker-brown-2 > td {
  background-color: #cac7c5;
}
.table-darker-brown-2 th,
.table-darker-brown-2 td,
.table-darker-brown-2 thead th,
.table-darker-brown-2 tbody + tbody {
  border-color: #9c9694;
}
.table-hover .table-darker-brown-2:hover {
  background-color: #bebab8;
}
.table-hover .table-darker-brown-2:hover > td,
.table-hover .table-darker-brown-2:hover > th {
  background-color: #bebab8;
}
.table-darker-brown-3,
.table-darker-brown-3 > th,
.table-darker-brown-3 > td {
  background-color: #c7c4c3;
}
.table-darker-brown-3 th,
.table-darker-brown-3 td,
.table-darker-brown-3 thead th,
.table-darker-brown-3 tbody + tbody {
  border-color: #979290;
}
.table-hover .table-darker-brown-3:hover {
  background-color: #bbb7b6;
}
.table-hover .table-darker-brown-3:hover > td,
.table-hover .table-darker-brown-3:hover > th {
  background-color: #bbb7b6;
}
.table-darkest-brown,
.table-darkest-brown > th,
.table-darkest-brown > td {
  background-color: #c3c1c0;
}
.table-darkest-brown th,
.table-darkest-brown td,
.table-darkest-brown thead th,
.table-darkest-brown tbody + tbody {
  border-color: #908d8b;
}
.table-hover .table-darkest-brown:hover {
  background-color: #b7b4b3;
}
.table-hover .table-darkest-brown:hover > td,
.table-hover .table-darkest-brown:hover > th {
  background-color: #b7b4b3;
}
.table-dark-orange-brown,
.table-dark-orange-brown > th,
.table-dark-orange-brown > td {
  background-color: #dbc3bc;
}
.table-dark-orange-brown th,
.table-dark-orange-brown td,
.table-dark-orange-brown thead th,
.table-dark-orange-brown tbody + tbody {
  border-color: #bc8f82;
}
.table-hover .table-dark-orange-brown:hover {
  background-color: #d2b4ab;
}
.table-hover .table-dark-orange-brown:hover > td,
.table-hover .table-dark-orange-brown:hover > th {
  background-color: #d2b4ab;
}
.table-darkest-orange-brown,
.table-darkest-orange-brown > th,
.table-darkest-orange-brown > td {
  background-color: #c6bdb9;
}
.table-darkest-orange-brown th,
.table-darkest-orange-brown td,
.table-darkest-orange-brown thead th,
.table-darkest-orange-brown tbody + tbody {
  border-color: #95857e;
}
.table-hover .table-darkest-orange-brown:hover {
  background-color: #bbb0ab;
}
.table-hover .table-darkest-orange-brown:hover > td,
.table-hover .table-darkest-orange-brown:hover > th {
  background-color: #bbb0ab;
}
.table-dark-gray-brown,
.table-dark-gray-brown > th,
.table-dark-gray-brown > td {
  background-color: #c2c1c0;
}
.table-dark-gray-brown th,
.table-dark-gray-brown td,
.table-dark-gray-brown thead th,
.table-dark-gray-brown tbody + tbody {
  border-color: #8e8b89;
}
.table-hover .table-dark-gray-brown:hover {
  background-color: #b5b4b3;
}
.table-hover .table-dark-gray-brown:hover > td,
.table-hover .table-dark-gray-brown:hover > th {
  background-color: #b5b4b3;
}
.table-tan,
.table-tan > th,
.table-tan > td {
  background-color: #d5d3d0;
}
.table-tan th,
.table-tan td,
.table-tan thead th,
.table-tan tbody + tbody {
  border-color: #b0ada7;
}
.table-hover .table-tan:hover {
  background-color: #c9c6c3;
}
.table-hover .table-tan:hover > td,
.table-hover .table-tan:hover > th {
  background-color: #c9c6c3;
}
.table-dark-tan,
.table-dark-tan > th,
.table-dark-tan > td {
  background-color: #d0ccca;
}
.table-dark-tan th,
.table-dark-tan td,
.table-dark-tan thead th,
.table-dark-tan tbody + tbody {
  border-color: #a7a09c;
}
.table-hover .table-dark-tan:hover {
  background-color: #c4bfbc;
}
.table-hover .table-dark-tan:hover > td,
.table-hover .table-dark-tan:hover > th {
  background-color: #c4bfbc;
}
.table-red,
.table-red > th,
.table-red > td {
  background-color: #e2c9c3;
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #ca9b90;
}
.table-hover .table-red:hover {
  background-color: #dabab2;
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #dabab2;
}
.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #c4c9d2;
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #919aab;
}
.table-hover .table-blue:hover {
  background-color: #b6bcc7;
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #b6bcc7;
}
.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #d6d5ca;
}
.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #b3b09d;
}
.table-hover .table-yellow:hover {
  background-color: #cbcabc;
}
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #cbcabc;
}
.table-green,
.table-green > th,
.table-green > td {
  background-color: #cbd2cf;
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #9faba5;
}
.table-hover .table-green:hover {
  background-color: #bdc6c2;
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #bdc6c2;
}
.table-slate,
.table-slate > th,
.table-slate > td {
  background-color: #cbcccb;
}
.table-slate th,
.table-slate td,
.table-slate thead th,
.table-slate tbody + tbody {
  border-color: #9ea09f;
}
.table-hover .table-slate:hover {
  background-color: #bebfbe;
}
.table-hover .table-slate:hover > td,
.table-hover .table-slate:hover > th {
  background-color: #bebfbe;
}
.table-blog-default,
.table-blog-default > th,
.table-blog-default > td {
  background-color: #e6ccc2;
}
.table-blog-default th,
.table-blog-default td,
.table-blog-default thead th,
.table-blog-default tbody + tbody {
  border-color: #d1a08d;
}
.table-hover .table-blog-default:hover {
  background-color: #dfbdb0;
}
.table-hover .table-blog-default:hover > td,
.table-hover .table-blog-default:hover > th {
  background-color: #dfbdb0;
}
.table-blog-canna,
.table-blog-canna > th,
.table-blog-canna > td {
  background-color: #cddcc7;
}
.table-blog-canna th,
.table-blog-canna td,
.table-blog-canna thead th,
.table-blog-canna tbody + tbody {
  border-color: #a3bd97;
}
.table-hover .table-blog-canna:hover {
  background-color: #bfd2b7;
}
.table-hover .table-blog-canna:hover > td,
.table-hover .table-blog-canna:hover > th {
  background-color: #bfd2b7;
}
.table-blog-china,
.table-blog-china > th,
.table-blog-china > td {
  background-color: #e6bfc1;
}
.table-blog-china th,
.table-blog-china td,
.table-blog-china thead th,
.table-blog-china tbody + tbody {
  border-color: #d1898b;
}
.table-hover .table-blog-china:hover {
  background-color: #dfadaf;
}
.table-hover .table-blog-china:hover > td,
.table-hover .table-blog-china:hover > th {
  background-color: #dfadaf;
}
.table-blog-psych,
.table-blog-psych > th,
.table-blog-psych > td {
  background-color: #c6c9db;
}
.table-blog-psych th,
.table-blog-psych td,
.table-blog-psych thead th,
.table-blog-psych tbody + tbody {
  border-color: #959bbc;
}
.table-hover .table-blog-psych:hover {
  background-color: #b6bad1;
}
.table-hover .table-blog-psych:hover > td,
.table-hover .table-blog-psych:hover > th {
  background-color: #b6bad1;
}
.table-hero-accent,
.table-hero-accent > th,
.table-hero-accent > td {
  background-color: #f4e8ca;
}
.table-hero-accent th,
.table-hero-accent td,
.table-hero-accent thead th,
.table-hero-accent tbody + tbody {
  border-color: #ead59d;
}
.table-hover .table-hero-accent:hover {
  background-color: #f0dfb5;
}
.table-hover .table-hero-accent:hover > td,
.table-hover .table-hero-accent:hover > th {
  background-color: #f0dfb5;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  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: #dc8e74;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(166, 73, 42, 0.25);
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  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.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: 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: #6c757d;
}
.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: 80%;
  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: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}
.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 + 1.5rem) !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.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.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: 5rem !important;
  background-position: right 2.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right
    calc(0.375em + 0.375rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 3.375rem) !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 1.25rem 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 2.25rem / calc(0.75em + 0.75rem) calc(0.75em + 0.75rem)
      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: 80%;
  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: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}
.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 + 1.5rem) !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.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.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: 5rem !important;
  background-position: right 2.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right
    calc(0.375em + 0.375rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 3.375rem) !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 1.25rem 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 2.25rem / calc(0.75em + 0.75rem) calc(0.75em + 0.75rem)
      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;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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(166, 73, 42, 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: #a84825;
  border-color: #a84825;
}
.btn-primary:hover {
  color: #fff;
  background-color: #873c22;
  border-color: #7d3720;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #873c22;
  border-color: #7d3720;
  box-shadow: 0 0 0 0.2rem rgba(179, 100, 74, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #a84825;
  border-color: #a84825;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #7d3720;
  border-color: #73331d;
}
.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(179, 100, 74, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-paper {
  color: #212529;
  background-color: #fbfafa;
  border-color: #fbfafa;
}
.btn-paper:hover {
  color: #212529;
  background-color: #eae5e5;
  border-color: #e4dede;
}
.btn-paper:focus,
.btn-paper.focus {
  color: #212529;
  background-color: #eae5e5;
  border-color: #e4dede;
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 219, 0.5);
}
.btn-paper.disabled,
.btn-paper:disabled {
  color: #212529;
  background-color: #fbfafa;
  border-color: #fbfafa;
}
.btn-paper:not(:disabled):not(.disabled):active,
.btn-paper:not(:disabled):not(.disabled).active,
.show > .btn-paper.dropdown-toggle {
  color: #212529;
  background-color: #e4dede;
  border-color: #dfd7d7;
}
.btn-paper:not(:disabled):not(.disabled):active:focus,
.btn-paper:not(:disabled):not(.disabled).active:focus,
.show > .btn-paper.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 219, 0.5);
}
.btn-beige {
  color: #212529;
  background-color: #d4d0ce;
  border-color: #d4d0ce;
}
.btn-beige:hover {
  color: #212529;
  background-color: #c2bcba;
  border-color: #bcb6b3;
}
.btn-beige:focus,
.btn-beige.focus {
  color: #212529;
  background-color: #c2bcba;
  border-color: #bcb6b3;
  box-shadow: 0 0 0 0.2rem rgba(185, 182, 181, 0.5);
}
.btn-beige.disabled,
.btn-beige:disabled {
  color: #212529;
  background-color: #d4d0ce;
  border-color: #d4d0ce;
}
.btn-beige:not(:disabled):not(.disabled):active,
.btn-beige:not(:disabled):not(.disabled).active,
.show > .btn-beige.dropdown-toggle {
  color: #212529;
  background-color: #bcb6b3;
  border-color: #b6afac;
}
.btn-beige:not(:disabled):not(.disabled):active:focus,
.btn-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 182, 181, 0.5);
}
.btn-lighter-beige {
  color: #212529;
  background-color: #f8f7f5;
  border-color: #f8f7f5;
}
.btn-lighter-beige:hover {
  color: #212529;
  background-color: #e8e5df;
  border-color: #e3dfd7;
}
.btn-lighter-beige:focus,
.btn-lighter-beige.focus {
  color: #212529;
  background-color: #e8e5df;
  border-color: #e3dfd7;
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 214, 0.5);
}
.btn-lighter-beige.disabled,
.btn-lighter-beige:disabled {
  color: #212529;
  background-color: #f8f7f5;
  border-color: #f8f7f5;
}
.btn-lighter-beige:not(:disabled):not(.disabled):active,
.btn-lighter-beige:not(:disabled):not(.disabled).active,
.show > .btn-lighter-beige.dropdown-toggle {
  color: #212529;
  background-color: #e3dfd7;
  border-color: #ded9d0;
}
.btn-lighter-beige:not(:disabled):not(.disabled):active:focus,
.btn-lighter-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-lighter-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 214, 0.5);
}
.btn-light-beige {
  color: #212529;
  background-color: #aba49a;
  border-color: #aba49a;
}
.btn-light-beige:hover {
  color: #fff;
  background-color: #9a9185;
  border-color: #948b7e;
}
.btn-light-beige:focus,
.btn-light-beige.focus {
  color: #fff;
  background-color: #9a9185;
  border-color: #948b7e;
  box-shadow: 0 0 0 0.2rem rgba(150, 145, 137, 0.5);
}
.btn-light-beige.disabled,
.btn-light-beige:disabled {
  color: #212529;
  background-color: #aba49a;
  border-color: #aba49a;
}
.btn-light-beige:not(:disabled):not(.disabled):active,
.btn-light-beige:not(:disabled):not(.disabled).active,
.show > .btn-light-beige.dropdown-toggle {
  color: #fff;
  background-color: #948b7e;
  border-color: #8e8577;
}
.btn-light-beige:not(:disabled):not(.disabled):active:focus,
.btn-light-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(150, 145, 137, 0.5);
}
.btn-medium-beige {
  color: #212529;
  background-color: #b6aaa2;
  border-color: #b6aaa2;
}
.btn-medium-beige:hover {
  color: #212529;
  background-color: #a5968d;
  border-color: #a09085;
}
.btn-medium-beige:focus,
.btn-medium-beige.focus {
  color: #212529;
  background-color: #a5968d;
  border-color: #a09085;
  box-shadow: 0 0 0 0.2rem rgba(160, 150, 144, 0.5);
}
.btn-medium-beige.disabled,
.btn-medium-beige:disabled {
  color: #212529;
  background-color: #b6aaa2;
  border-color: #b6aaa2;
}
.btn-medium-beige:not(:disabled):not(.disabled):active,
.btn-medium-beige:not(:disabled):not(.disabled).active,
.show > .btn-medium-beige.dropdown-toggle {
  color: #fff;
  background-color: #a09085;
  border-color: #9a897e;
}
.btn-medium-beige:not(:disabled):not(.disabled):active:focus,
.btn-medium-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-medium-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 150, 144, 0.5);
}
.btn-medium-dark-beige {
  color: #fff;
  background-color: #948a84;
  border-color: #948a84;
}
.btn-medium-dark-beige:hover {
  color: #fff;
  background-color: #817770;
  border-color: #7a716b;
}
.btn-medium-dark-beige:focus,
.btn-medium-dark-beige.focus {
  color: #fff;
  background-color: #817770;
  border-color: #7a716b;
  box-shadow: 0 0 0 0.2rem rgba(164, 156, 150, 0.5);
}
.btn-medium-dark-beige.disabled,
.btn-medium-dark-beige:disabled {
  color: #fff;
  background-color: #948a84;
  border-color: #948a84;
}
.btn-medium-dark-beige:not(:disabled):not(.disabled):active,
.btn-medium-dark-beige:not(:disabled):not(.disabled).active,
.show > .btn-medium-dark-beige.dropdown-toggle {
  color: #fff;
  background-color: #7a716b;
  border-color: #746a65;
}
.btn-medium-dark-beige:not(:disabled):not(.disabled):active:focus,
.btn-medium-dark-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-medium-dark-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 156, 150, 0.5);
}
.btn-dark-beige {
  color: #fff;
  background-color: #5d544e;
  border-color: #5d544e;
}
.btn-dark-beige:hover {
  color: #fff;
  background-color: #48413d;
  border-color: #413b37;
}
.btn-dark-beige:focus,
.btn-dark-beige.focus {
  color: #fff;
  background-color: #48413d;
  border-color: #413b37;
  box-shadow: 0 0 0 0.2rem rgba(117, 110, 105, 0.5);
}
.btn-dark-beige.disabled,
.btn-dark-beige:disabled {
  color: #fff;
  background-color: #5d544e;
  border-color: #5d544e;
}
.btn-dark-beige:not(:disabled):not(.disabled):active,
.btn-dark-beige:not(:disabled):not(.disabled).active,
.show > .btn-dark-beige.dropdown-toggle {
  color: #fff;
  background-color: #413b37;
  border-color: #3a3531;
}
.btn-dark-beige:not(:disabled):not(.disabled):active:focus,
.btn-dark-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 110, 105, 0.5);
}
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus,
.btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-off-white {
  color: #212529;
  background-color: #dfdad5;
  border-color: #dfdad5;
}
.btn-off-white:hover {
  color: #212529;
  background-color: #cec7bf;
  border-color: #c9c1b8;
}
.btn-off-white:focus,
.btn-off-white.focus {
  color: #212529;
  background-color: #cec7bf;
  border-color: #c9c1b8;
  box-shadow: 0 0 0 0.2rem rgba(195, 191, 187, 0.5);
}
.btn-off-white.disabled,
.btn-off-white:disabled {
  color: #212529;
  background-color: #dfdad5;
  border-color: #dfdad5;
}
.btn-off-white:not(:disabled):not(.disabled):active,
.btn-off-white:not(:disabled):not(.disabled).active,
.show > .btn-off-white.dropdown-toggle {
  color: #212529;
  background-color: #c9c1b8;
  border-color: #c3bab1;
}
.btn-off-white:not(:disabled):not(.disabled):active:focus,
.btn-off-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-off-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 191, 187, 0.5);
}
.btn-lightest-gray {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}
.btn-lightest-gray:hover {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
}
.btn-lightest-gray:focus,
.btn-lightest-gray.focus {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
  box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
}
.btn-lightest-gray.disabled,
.btn-lightest-gray:disabled {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}
.btn-lightest-gray:not(:disabled):not(.disabled):active,
.btn-lightest-gray:not(:disabled):not(.disabled).active,
.show > .btn-lightest-gray.dropdown-toggle {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cecece;
}
.btn-lightest-gray:not(:disabled):not(.disabled):active:focus,
.btn-lightest-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightest-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
}
.btn-lighter-gray-2 {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-lighter-gray-2:hover {
  color: #212529;
  background-color: #cacaca;
  border-color: #c4c4c4;
}
.btn-lighter-gray-2:focus,
.btn-lighter-gray-2.focus {
  color: #212529;
  background-color: #cacaca;
  border-color: #c4c4c4;
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}
.btn-lighter-gray-2.disabled,
.btn-lighter-gray-2:disabled {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-lighter-gray-2:not(:disabled):not(.disabled):active,
.btn-lighter-gray-2:not(:disabled):not(.disabled).active,
.show > .btn-lighter-gray-2.dropdown-toggle {
  color: #212529;
  background-color: #c4c4c4;
  border-color: #bdbdbd;
}
.btn-lighter-gray-2:not(:disabled):not(.disabled):active:focus,
.btn-lighter-gray-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-lighter-gray-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}
.btn-lighter-gray {
  color: #212529;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-lighter-gray:hover {
  color: #212529;
  background-color: #a0a0a0;
  border-color: #9a9a9a;
}
.btn-lighter-gray:focus,
.btn-lighter-gray.focus {
  color: #212529;
  background-color: #a0a0a0;
  border-color: #9a9a9a;
  box-shadow: 0 0 0 0.2rem rgba(157, 158, 158, 0.5);
}
.btn-lighter-gray.disabled,
.btn-lighter-gray:disabled {
  color: #212529;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-lighter-gray:not(:disabled):not(.disabled):active,
.btn-lighter-gray:not(:disabled):not(.disabled).active,
.show > .btn-lighter-gray.dropdown-toggle {
  color: #212529;
  background-color: #9a9a9a;
  border-color: #939393;
}
.btn-lighter-gray:not(:disabled):not(.disabled):active:focus,
.btn-lighter-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-lighter-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 158, 158, 0.5);
}
.btn-light-gray {
  color: #fff;
  background-color: #808180;
  border-color: #808180;
}
.btn-light-gray:hover {
  color: #fff;
  background-color: #6d6e6d;
  border-color: #676767;
}
.btn-light-gray:focus,
.btn-light-gray.focus {
  color: #fff;
  background-color: #6d6e6d;
  border-color: #676767;
  box-shadow: 0 0 0 0.2rem rgba(147, 148, 147, 0.5);
}
.btn-light-gray.disabled,
.btn-light-gray:disabled {
  color: #fff;
  background-color: #808180;
  border-color: #808180;
}
.btn-light-gray:not(:disabled):not(.disabled):active,
.btn-light-gray:not(:disabled):not(.disabled).active,
.show > .btn-light-gray.dropdown-toggle {
  color: #fff;
  background-color: #676767;
  border-color: #606160;
}
.btn-light-gray:not(:disabled):not(.disabled):active:focus,
.btn-light-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 148, 147, 0.5);
}
.btn-medium-gray {
  color: #212529;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-medium-gray:hover {
  color: #212529;
  background-color: #d2d2d2;
  border-color: #ccc;
}
.btn-medium-gray:focus,
.btn-medium-gray.focus {
  color: #212529;
  background-color: #d2d2d2;
  border-color: #ccc;
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 201, 0.5);
}
.btn-medium-gray.disabled,
.btn-medium-gray:disabled {
  color: #212529;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-medium-gray:not(:disabled):not(.disabled):active,
.btn-medium-gray:not(:disabled):not(.disabled).active,
.show > .btn-medium-gray.dropdown-toggle {
  color: #212529;
  background-color: #ccc;
  border-color: #c5c5c5;
}
.btn-medium-gray:not(:disabled):not(.disabled):active:focus,
.btn-medium-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-medium-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 201, 0.5);
}
.btn-medium-dark-gray {
  color: #212529;
  background-color: #9b9a98;
  border-color: #9b9a98;
}
.btn-medium-dark-gray:hover {
  color: #fff;
  background-color: #888785;
  border-color: #82817e;
}
.btn-medium-dark-gray:focus,
.btn-medium-dark-gray.focus {
  color: #fff;
  background-color: #888785;
  border-color: #82817e;
  box-shadow: 0 0 0 0.2rem rgba(137, 136, 135, 0.5);
}
.btn-medium-dark-gray.disabled,
.btn-medium-dark-gray:disabled {
  color: #212529;
  background-color: #9b9a98;
  border-color: #9b9a98;
}
.btn-medium-dark-gray:not(:disabled):not(.disabled):active,
.btn-medium-dark-gray:not(:disabled):not(.disabled).active,
.show > .btn-medium-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #82817e;
  border-color: #7b7a78;
}
.btn-medium-dark-gray:not(:disabled):not(.disabled):active:focus,
.btn-medium-dark-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-medium-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(137, 136, 135, 0.5);
}
.btn-dark-gray {
  color: #fff;
  background-color: #5c5c56;
  border-color: #5c5c56;
}
.btn-dark-gray:hover {
  color: #fff;
  background-color: #484844;
  border-color: #42423d;
}
.btn-dark-gray:focus,
.btn-dark-gray.focus {
  color: #fff;
  background-color: #484844;
  border-color: #42423d;
  box-shadow: 0 0 0 0.2rem rgba(116, 116, 111, 0.5);
}
.btn-dark-gray.disabled,
.btn-dark-gray:disabled {
  color: #fff;
  background-color: #5c5c56;
  border-color: #5c5c56;
}
.btn-dark-gray:not(:disabled):not(.disabled):active,
.btn-dark-gray:not(:disabled):not(.disabled).active,
.show > .btn-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #42423d;
  border-color: #3b3b37;
}
.btn-dark-gray:not(:disabled):not(.disabled):active:focus,
.btn-dark-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 116, 111, 0.5);
}
.btn-dark-gray-2 {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-dark-gray-2:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-dark-gray-2:focus,
.btn-dark-gray-2.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-dark-gray-2.disabled,
.btn-dark-gray-2:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-dark-gray-2:not(:disabled):not(.disabled):active,
.btn-dark-gray-2:not(:disabled):not(.disabled).active,
.show > .btn-dark-gray-2.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-dark-gray-2:not(:disabled):not(.disabled):active:focus,
.btn-dark-gray-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-gray-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-darker-gray {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.btn-darker-gray:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-darker-gray:focus,
.btn-darker-gray.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.btn-darker-gray.disabled,
.btn-darker-gray:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.btn-darker-gray:not(:disabled):not(.disabled):active,
.btn-darker-gray:not(:disabled):not(.disabled).active,
.show > .btn-darker-gray.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-darker-gray:not(:disabled):not(.disabled):active:focus,
.btn-darker-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-darker-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.btn-black {
  color: #fff;
  background-color: #0d0b09;
  border-color: #0d0b09;
}
.btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(49, 48, 46, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fff;
  background-color: #0d0b09;
  border-color: #0d0b09;
}
.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active:focus,
.btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 48, 46, 0.5);
}
.btn-light-brown {
  color: #fff;
  background-color: #956d5a;
  border-color: #956d5a;
}
.btn-light-brown:hover {
  color: #fff;
  background-color: #7d5c4c;
  border-color: #755647;
}
.btn-light-brown:focus,
.btn-light-brown.focus {
  color: #fff;
  background-color: #7d5c4c;
  border-color: #755647;
  box-shadow: 0 0 0 0.2rem rgba(165, 131, 115, 0.5);
}
.btn-light-brown.disabled,
.btn-light-brown:disabled {
  color: #fff;
  background-color: #956d5a;
  border-color: #956d5a;
}
.btn-light-brown:not(:disabled):not(.disabled):active,
.btn-light-brown:not(:disabled):not(.disabled).active,
.show > .btn-light-brown.dropdown-toggle {
  color: #fff;
  background-color: #755647;
  border-color: #6d5042;
}
.btn-light-brown:not(:disabled):not(.disabled):active:focus,
.btn-light-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 131, 115, 0.5);
}
.btn-lighter-brown {
  color: #fff;
  background-color: #464341;
  border-color: #464341;
}
.btn-lighter-brown:hover {
  color: #fff;
  background-color: #32302f;
  border-color: #2c2a28;
}
.btn-lighter-brown:focus,
.btn-lighter-brown.focus {
  color: #fff;
  background-color: #32302f;
  border-color: #2c2a28;
  box-shadow: 0 0 0 0.2rem rgba(98, 95, 94, 0.5);
}
.btn-lighter-brown.disabled,
.btn-lighter-brown:disabled {
  color: #fff;
  background-color: #464341;
  border-color: #464341;
}
.btn-lighter-brown:not(:disabled):not(.disabled):active,
.btn-lighter-brown:not(:disabled):not(.disabled).active,
.show > .btn-lighter-brown.dropdown-toggle {
  color: #fff;
  background-color: #2c2a28;
  border-color: #252322;
}
.btn-lighter-brown:not(:disabled):not(.disabled):active:focus,
.btn-lighter-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-lighter-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 95, 94, 0.5);
}
.btn-dark-brown {
  color: #fff;
  background-color: #4d1f0b;
  border-color: #4d1f0b;
}
.btn-dark-brown:hover {
  color: #fff;
  background-color: #2c1206;
  border-color: #200d05;
}
.btn-dark-brown:focus,
.btn-dark-brown.focus {
  color: #fff;
  background-color: #2c1206;
  border-color: #200d05;
  box-shadow: 0 0 0 0.2rem rgba(104, 65, 48, 0.5);
}
.btn-dark-brown.disabled,
.btn-dark-brown:disabled {
  color: #fff;
  background-color: #4d1f0b;
  border-color: #4d1f0b;
}
.btn-dark-brown:not(:disabled):not(.disabled):active,
.btn-dark-brown:not(:disabled):not(.disabled).active,
.show > .btn-dark-brown.dropdown-toggle {
  color: #fff;
  background-color: #200d05;
  border-color: #150903;
}
.btn-dark-brown:not(:disabled):not(.disabled):active:focus,
.btn-dark-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 65, 48, 0.5);
}
.btn-darker-brown {
  color: #fff;
  background-color: #2a0f06;
  border-color: #2a0f06;
}
.btn-darker-brown:hover {
  color: #fff;
  background-color: #090301;
  border-color: #000;
}
.btn-darker-brown:focus,
.btn-darker-brown.focus {
  color: #fff;
  background-color: #090301;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(74, 51, 43, 0.5);
}
.btn-darker-brown.disabled,
.btn-darker-brown:disabled {
  color: #fff;
  background-color: #2a0f06;
  border-color: #2a0f06;
}
.btn-darker-brown:not(:disabled):not(.disabled):active,
.btn-darker-brown:not(:disabled):not(.disabled).active,
.show > .btn-darker-brown.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-darker-brown:not(:disabled):not(.disabled):active:focus,
.btn-darker-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-darker-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 51, 43, 0.5);
}
.btn-darker-brown-2 {
  color: #fff;
  background-color: #403631;
  border-color: #403631;
}
.btn-darker-brown-2:hover {
  color: #fff;
  background-color: #2a2420;
  border-color: #231e1b;
}
.btn-darker-brown-2:focus,
.btn-darker-brown-2.focus {
  color: #fff;
  background-color: #2a2420;
  border-color: #231e1b;
  box-shadow: 0 0 0 0.2rem rgba(93, 84, 80, 0.5);
}
.btn-darker-brown-2.disabled,
.btn-darker-brown-2:disabled {
  color: #fff;
  background-color: #403631;
  border-color: #403631;
}
.btn-darker-brown-2:not(:disabled):not(.disabled):active,
.btn-darker-brown-2:not(:disabled):not(.disabled).active,
.show > .btn-darker-brown-2.dropdown-toggle {
  color: #fff;
  background-color: #231e1b;
  border-color: #1c1815;
}
.btn-darker-brown-2:not(:disabled):not(.disabled):active:focus,
.btn-darker-brown-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-darker-brown-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 84, 80, 0.5);
}
.btn-darker-brown-3 {
  color: #fff;
  background-color: #372d29;
  border-color: #372d29;
}
.btn-darker-brown-3:hover {
  color: #fff;
  background-color: #211b19;
  border-color: #1a1513;
}
.btn-darker-brown-3:focus,
.btn-darker-brown-3.focus {
  color: #fff;
  background-color: #211b19;
  border-color: #1a1513;
  box-shadow: 0 0 0 0.2rem rgba(85, 77, 73, 0.5);
}
.btn-darker-brown-3.disabled,
.btn-darker-brown-3:disabled {
  color: #fff;
  background-color: #372d29;
  border-color: #372d29;
}
.btn-darker-brown-3:not(:disabled):not(.disabled):active,
.btn-darker-brown-3:not(:disabled):not(.disabled).active,
.show > .btn-darker-brown-3.dropdown-toggle {
  color: #fff;
  background-color: #1a1513;
  border-color: #120f0e;
}
.btn-darker-brown-3:not(:disabled):not(.disabled):active:focus,
.btn-darker-brown-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-darker-brown-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 77, 73, 0.5);
}
.btn-darkest-brown {
  color: #fff;
  background-color: #2a231f;
  border-color: #2a231f;
}
.btn-darkest-brown:hover {
  color: #fff;
  background-color: #14110f;
  border-color: #0d0b09;
}
.btn-darkest-brown:focus,
.btn-darkest-brown.focus {
  color: #fff;
  background-color: #14110f;
  border-color: #0d0b09;
  box-shadow: 0 0 0 0.2rem rgba(74, 68, 65, 0.5);
}
.btn-darkest-brown.disabled,
.btn-darkest-brown:disabled {
  color: #fff;
  background-color: #2a231f;
  border-color: #2a231f;
}
.btn-darkest-brown:not(:disabled):not(.disabled):active,
.btn-darkest-brown:not(:disabled):not(.disabled).active,
.show > .btn-darkest-brown.dropdown-toggle {
  color: #fff;
  background-color: #0d0b09;
  border-color: #050404;
}
.btn-darkest-brown:not(:disabled):not(.disabled):active:focus,
.btn-darkest-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkest-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 68, 65, 0.5);
}
.btn-dark-orange-brown {
  color: #fff;
  background-color: #7f270e;
  border-color: #7f270e;
}
.btn-dark-orange-brown:hover {
  color: #fff;
  background-color: #5d1c0a;
  border-color: #511909;
}
.btn-dark-orange-brown:focus,
.btn-dark-orange-brown.focus {
  color: #fff;
  background-color: #5d1c0a;
  border-color: #511909;
  box-shadow: 0 0 0 0.2rem rgba(146, 71, 50, 0.5);
}
.btn-dark-orange-brown.disabled,
.btn-dark-orange-brown:disabled {
  color: #fff;
  background-color: #7f270e;
  border-color: #7f270e;
}
.btn-dark-orange-brown:not(:disabled):not(.disabled):active,
.btn-dark-orange-brown:not(:disabled):not(.disabled).active,
.show > .btn-dark-orange-brown.dropdown-toggle {
  color: #fff;
  background-color: #511909;
  border-color: #461508;
}
.btn-dark-orange-brown:not(:disabled):not(.disabled):active:focus,
.btn-dark-orange-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-orange-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 71, 50, 0.5);
}
.btn-darkest-orange-brown {
  color: #fff;
  background-color: #331406;
  border-color: #331406;
}
.btn-darkest-orange-brown:hover {
  color: #fff;
  background-color: #110702;
  border-color: #050201;
}
.btn-darkest-orange-brown:focus,
.btn-darkest-orange-brown.focus {
  color: #fff;
  background-color: #110702;
  border-color: #050201;
  box-shadow: 0 0 0 0.2rem rgba(82, 55, 43, 0.5);
}
.btn-darkest-orange-brown.disabled,
.btn-darkest-orange-brown:disabled {
  color: #fff;
  background-color: #331406;
  border-color: #331406;
}
.btn-darkest-orange-brown:not(:disabled):not(.disabled):active,
.btn-darkest-orange-brown:not(:disabled):not(.disabled).active,
.show > .btn-darkest-orange-brown.dropdown-toggle {
  color: #fff;
  background-color: #050201;
  border-color: #000;
}
.btn-darkest-orange-brown:not(:disabled):not(.disabled):active:focus,
.btn-darkest-orange-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkest-orange-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 55, 43, 0.5);
}
.btn-dark-gray-brown {
  color: #fff;
  background-color: #25201d;
  border-color: #25201d;
}
.btn-dark-gray-brown:hover {
  color: #fff;
  background-color: #100d0c;
  border-color: #080707;
}
.btn-dark-gray-brown:focus,
.btn-dark-gray-brown.focus {
  color: #fff;
  background-color: #100d0c;
  border-color: #080707;
  box-shadow: 0 0 0 0.2rem rgba(70, 65, 63, 0.5);
}
.btn-dark-gray-brown.disabled,
.btn-dark-gray-brown:disabled {
  color: #fff;
  background-color: #25201d;
  border-color: #25201d;
}
.btn-dark-gray-brown:not(:disabled):not(.disabled):active,
.btn-dark-gray-brown:not(:disabled):not(.disabled).active,
.show > .btn-dark-gray-brown.dropdown-toggle {
  color: #fff;
  background-color: #080707;
  border-color: #010101;
}
.btn-dark-gray-brown:not(:disabled):not(.disabled):active:focus,
.btn-dark-gray-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-gray-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 65, 63, 0.5);
}
.btn-tan {
  color: #fff;
  background-color: #686156;
  border-color: #686156;
}
.btn-tan:hover {
  color: #fff;
  background-color: #534d45;
  border-color: #4c473f;
}
.btn-tan:focus,
.btn-tan.focus {
  color: #fff;
  background-color: #534d45;
  border-color: #4c473f;
  box-shadow: 0 0 0 0.2rem rgba(127, 121, 111, 0.5);
}
.btn-tan.disabled,
.btn-tan:disabled {
  color: #fff;
  background-color: #686156;
  border-color: #686156;
}
.btn-tan:not(:disabled):not(.disabled):active,
.btn-tan:not(:disabled):not(.disabled).active,
.show > .btn-tan.dropdown-toggle {
  color: #fff;
  background-color: #4c473f;
  border-color: #454039;
}
.btn-tan:not(:disabled):not(.disabled):active:focus,
.btn-tan:not(:disabled):not(.disabled).active:focus,
.show > .btn-tan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 121, 111, 0.5);
}
.btn-dark-tan {
  color: #fff;
  background-color: #564941;
  border-color: #564941;
}
.btn-dark-tan:hover {
  color: #fff;
  background-color: #403731;
  border-color: #39302b;
}
.btn-dark-tan:focus,
.btn-dark-tan.focus {
  color: #fff;
  background-color: #403731;
  border-color: #39302b;
  box-shadow: 0 0 0 0.2rem rgba(111, 100, 94, 0.5);
}
.btn-dark-tan.disabled,
.btn-dark-tan:disabled {
  color: #fff;
  background-color: #564941;
  border-color: #564941;
}
.btn-dark-tan:not(:disabled):not(.disabled):active,
.btn-dark-tan:not(:disabled):not(.disabled).active,
.show > .btn-dark-tan.dropdown-toggle {
  color: #fff;
  background-color: #39302b;
  border-color: #322a26;
}
.btn-dark-tan:not(:disabled):not(.disabled):active:focus,
.btn-dark-tan:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-tan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 100, 94, 0.5);
}
.btn-red {
  color: #fff;
  background-color: #993f29;
  border-color: #993f29;
}
.btn-red:hover {
  color: #fff;
  background-color: #7b3321;
  border-color: #712e1e;
}
.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: #7b3321;
  border-color: #712e1e;
  box-shadow: 0 0 0 0.2rem rgba(168, 92, 73, 0.5);
}
.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #993f29;
  border-color: #993f29;
}
.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #712e1e;
  border-color: #672a1c;
}
.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 92, 73, 0.5);
}
.btn-blue {
  color: #fff;
  background-color: #2b3d5e;
  border-color: #2b3d5e;
}
.btn-blue:hover {
  color: #fff;
  background-color: #1f2c44;
  border-color: #1b263b;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #1f2c44;
  border-color: #1b263b;
  box-shadow: 0 0 0 0.2rem rgba(75, 90, 118, 0.5);
}
.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #2b3d5e;
  border-color: #2b3d5e;
}
.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #1b263b;
  border-color: #172132;
}
.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 90, 118, 0.5);
}
.btn-yellow {
  color: #fff;
  background-color: #6d6843;
  border-color: #6d6843;
}
.btn-yellow:hover {
  color: #fff;
  background-color: #555134;
  border-color: #4d4a30;
}
.btn-yellow:focus,
.btn-yellow.focus {
  color: #fff;
  background-color: #555134;
  border-color: #4d4a30;
  box-shadow: 0 0 0 0.2rem rgba(131, 127, 95, 0.5);
}
.btn-yellow.disabled,
.btn-yellow:disabled {
  color: #fff;
  background-color: #6d6843;
  border-color: #6d6843;
}
.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #4d4a30;
  border-color: #46422b;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(131, 127, 95, 0.5);
}
.btn-green {
  color: #fff;
  background-color: #465d52;
  border-color: #465d52;
}
.btn-green:hover {
  color: #fff;
  background-color: #36473f;
  border-color: #304038;
}
.btn-green:focus,
.btn-green.focus {
  color: #fff;
  background-color: #36473f;
  border-color: #304038;
  box-shadow: 0 0 0 0.2rem rgba(98, 117, 108, 0.5);
}
.btn-green.disabled,
.btn-green:disabled {
  color: #fff;
  background-color: #465d52;
  border-color: #465d52;
}
.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #304038;
  border-color: #2b3932;
}
.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 117, 108, 0.5);
}
.btn-slate {
  color: #fff;
  background-color: #444846;
  border-color: #444846;
}
.btn-slate:hover {
  color: #fff;
  background-color: #313433;
  border-color: #2b2e2d;
}
.btn-slate:focus,
.btn-slate.focus {
  color: #fff;
  background-color: #313433;
  border-color: #2b2e2d;
  box-shadow: 0 0 0 0.2rem rgba(96, 99, 98, 0.5);
}
.btn-slate.disabled,
.btn-slate:disabled {
  color: #fff;
  background-color: #444846;
  border-color: #444846;
}
.btn-slate:not(:disabled):not(.disabled):active,
.btn-slate:not(:disabled):not(.disabled).active,
.show > .btn-slate.dropdown-toggle {
  color: #fff;
  background-color: #2b2e2d;
  border-color: #252726;
}
.btn-slate:not(:disabled):not(.disabled):active:focus,
.btn-slate:not(:disabled):not(.disabled).active:focus,
.show > .btn-slate.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 99, 98, 0.5);
}
.btn-blog-default {
  color: #fff;
  background-color: #a74824;
  border-color: #a74824;
}
.btn-blog-default:hover {
  color: #fff;
  background-color: #883a1d;
  border-color: #7d361b;
}
.btn-blog-default:focus,
.btn-blog-default.focus {
  color: #fff;
  background-color: #883a1d;
  border-color: #7d361b;
  box-shadow: 0 0 0 0.2rem rgba(180, 99, 69, 0.5);
}
.btn-blog-default.disabled,
.btn-blog-default:disabled {
  color: #fff;
  background-color: #a74824;
  border-color: #a74824;
}
.btn-blog-default:not(:disabled):not(.disabled):active,
.btn-blog-default:not(:disabled):not(.disabled).active,
.show > .btn-blog-default.dropdown-toggle {
  color: #fff;
  background-color: #7d361b;
  border-color: #733119;
}
.btn-blog-default:not(:disabled):not(.disabled):active:focus,
.btn-blog-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-blog-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 99, 69, 0.5);
}
.btn-blog-canna {
  color: #fff;
  background-color: #4e8137;
  border-color: #4e8137;
}
.btn-blog-canna:hover {
  color: #fff;
  background-color: #3e662c;
  border-color: #385d28;
}
.btn-blog-canna:focus,
.btn-blog-canna.focus {
  color: #fff;
  background-color: #3e662c;
  border-color: #385d28;
  box-shadow: 0 0 0 0.2rem rgba(105, 148, 85, 0.5);
}
.btn-blog-canna.disabled,
.btn-blog-canna:disabled {
  color: #fff;
  background-color: #4e8137;
  border-color: #4e8137;
}
.btn-blog-canna:not(:disabled):not(.disabled):active,
.btn-blog-canna:not(:disabled):not(.disabled).active,
.show > .btn-blog-canna.dropdown-toggle {
  color: #fff;
  background-color: #385d28;
  border-color: #335424;
}
.btn-blog-canna:not(:disabled):not(.disabled):active:focus,
.btn-blog-canna:not(:disabled):not(.disabled).active:focus,
.show > .btn-blog-canna.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 148, 85, 0.5);
}
.btn-blog-china {
  color: #fff;
  background-color: #a61c20;
  border-color: #a61c20;
}
.btn-blog-china:hover {
  color: #fff;
  background-color: #85161a;
  border-color: #7a1518;
}
.btn-blog-china:focus,
.btn-blog-china.focus {
  color: #fff;
  background-color: #85161a;
  border-color: #7a1518;
  box-shadow: 0 0 0 0.2rem rgba(179, 62, 65, 0.5);
}
.btn-blog-china.disabled,
.btn-blog-china:disabled {
  color: #fff;
  background-color: #a61c20;
  border-color: #a61c20;
}
.btn-blog-china:not(:disabled):not(.disabled):active,
.btn-blog-china:not(:disabled):not(.disabled).active,
.show > .btn-blog-china.dropdown-toggle {
  color: #fff;
  background-color: #7a1518;
  border-color: #6f1315;
}
.btn-blog-china:not(:disabled):not(.disabled):active:focus,
.btn-blog-china:not(:disabled):not(.disabled).active:focus,
.show > .btn-blog-china.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 62, 65, 0.5);
}
.btn-blog-psych {
  color: #fff;
  background-color: #333f7e;
  border-color: #333f7e;
}
.btn-blog-psych:hover {
  color: #fff;
  background-color: #283163;
  border-color: #242d5a;
}
.btn-blog-psych:focus,
.btn-blog-psych.focus {
  color: #fff;
  background-color: #283163;
  border-color: #242d5a;
  box-shadow: 0 0 0 0.2rem rgba(82, 92, 145, 0.5);
}
.btn-blog-psych.disabled,
.btn-blog-psych:disabled {
  color: #fff;
  background-color: #333f7e;
  border-color: #333f7e;
}
.btn-blog-psych:not(:disabled):not(.disabled):active,
.btn-blog-psych:not(:disabled):not(.disabled).active,
.show > .btn-blog-psych.dropdown-toggle {
  color: #fff;
  background-color: #242d5a;
  border-color: #212851;
}
.btn-blog-psych:not(:disabled):not(.disabled):active:focus,
.btn-blog-psych:not(:disabled):not(.disabled).active:focus,
.show > .btn-blog-psych.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 92, 145, 0.5);
}
.btn-hero-accent {
  color: #212529;
  background-color: #d6ae43;
  border-color: #d6ae43;
}
.btn-hero-accent:hover {
  color: #212529;
  background-color: #c79d2b;
  border-color: #bd9529;
}
.btn-hero-accent:focus,
.btn-hero-accent.focus {
  color: #212529;
  background-color: #c79d2b;
  border-color: #bd9529;
  box-shadow: 0 0 0 0.2rem rgba(187, 153, 63, 0.5);
}
.btn-hero-accent.disabled,
.btn-hero-accent:disabled {
  color: #212529;
  background-color: #d6ae43;
  border-color: #d6ae43;
}
.btn-hero-accent:not(:disabled):not(.disabled):active,
.btn-hero-accent:not(:disabled):not(.disabled).active,
.show > .btn-hero-accent.dropdown-toggle {
  color: #fff;
  background-color: #bd9529;
  border-color: #b28c27;
}
.btn-hero-accent:not(:disabled):not(.disabled):active:focus,
.btn-hero-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-hero-accent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 153, 63, 0.5);
}
.btn-outline-primary {
  color: #a84825;
  border-color: #a84825;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #a84825;
  border-color: #a84825;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 73, 42, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #a84825;
  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: #a84825;
  border-color: #a84825;
}
.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(166, 73, 42, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-paper {
  color: #fbfafa;
  border-color: #fbfafa;
}
.btn-outline-paper:hover {
  color: #212529;
  background-color: #fbfafa;
  border-color: #fbfafa;
}
.btn-outline-paper:focus,
.btn-outline-paper.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 250, 250, 0.5);
}
.btn-outline-paper.disabled,
.btn-outline-paper:disabled {
  color: #fbfafa;
  background-color: transparent;
}
.btn-outline-paper:not(:disabled):not(.disabled):active,
.btn-outline-paper:not(:disabled):not(.disabled).active,
.show > .btn-outline-paper.dropdown-toggle {
  color: #212529;
  background-color: #fbfafa;
  border-color: #fbfafa;
}
.btn-outline-paper:not(:disabled):not(.disabled):active:focus,
.btn-outline-paper:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-paper.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 250, 250, 0.5);
}
.btn-outline-beige {
  color: #d4d0ce;
  border-color: #d4d0ce;
}
.btn-outline-beige:hover {
  color: #212529;
  background-color: #d4d0ce;
  border-color: #d4d0ce;
}
.btn-outline-beige:focus,
.btn-outline-beige.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 208, 206, 0.5);
}
.btn-outline-beige.disabled,
.btn-outline-beige:disabled {
  color: #d4d0ce;
  background-color: transparent;
}
.btn-outline-beige:not(:disabled):not(.disabled):active,
.btn-outline-beige:not(:disabled):not(.disabled).active,
.show > .btn-outline-beige.dropdown-toggle {
  color: #212529;
  background-color: #d4d0ce;
  border-color: #d4d0ce;
}
.btn-outline-beige:not(:disabled):not(.disabled):active:focus,
.btn-outline-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 208, 206, 0.5);
}
.btn-outline-lighter-beige {
  color: #f8f7f5;
  border-color: #f8f7f5;
}
.btn-outline-lighter-beige:hover {
  color: #212529;
  background-color: #f8f7f5;
  border-color: #f8f7f5;
}
.btn-outline-lighter-beige:focus,
.btn-outline-lighter-beige.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 247, 245, 0.5);
}
.btn-outline-lighter-beige.disabled,
.btn-outline-lighter-beige:disabled {
  color: #f8f7f5;
  background-color: transparent;
}
.btn-outline-lighter-beige:not(:disabled):not(.disabled):active,
.btn-outline-lighter-beige:not(:disabled):not(.disabled).active,
.show > .btn-outline-lighter-beige.dropdown-toggle {
  color: #212529;
  background-color: #f8f7f5;
  border-color: #f8f7f5;
}
.btn-outline-lighter-beige:not(:disabled):not(.disabled):active:focus,
.btn-outline-lighter-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lighter-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 247, 245, 0.5);
}
.btn-outline-light-beige {
  color: #aba49a;
  border-color: #aba49a;
}
.btn-outline-light-beige:hover {
  color: #212529;
  background-color: #aba49a;
  border-color: #aba49a;
}
.btn-outline-light-beige:focus,
.btn-outline-light-beige.focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 164, 154, 0.5);
}
.btn-outline-light-beige.disabled,
.btn-outline-light-beige:disabled {
  color: #aba49a;
  background-color: transparent;
}
.btn-outline-light-beige:not(:disabled):not(.disabled):active,
.btn-outline-light-beige:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-beige.dropdown-toggle {
  color: #212529;
  background-color: #aba49a;
  border-color: #aba49a;
}
.btn-outline-light-beige:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 164, 154, 0.5);
}
.btn-outline-medium-beige {
  color: #b6aaa2;
  border-color: #b6aaa2;
}
.btn-outline-medium-beige:hover {
  color: #212529;
  background-color: #b6aaa2;
  border-color: #b6aaa2;
}
.btn-outline-medium-beige:focus,
.btn-outline-medium-beige.focus {
  box-shadow: 0 0 0 0.2rem rgba(182, 170, 162, 0.5);
}
.btn-outline-medium-beige.disabled,
.btn-outline-medium-beige:disabled {
  color: #b6aaa2;
  background-color: transparent;
}
.btn-outline-medium-beige:not(:disabled):not(.disabled):active,
.btn-outline-medium-beige:not(:disabled):not(.disabled).active,
.show > .btn-outline-medium-beige.dropdown-toggle {
  color: #212529;
  background-color: #b6aaa2;
  border-color: #b6aaa2;
}
.btn-outline-medium-beige:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(182, 170, 162, 0.5);
}
.btn-outline-medium-dark-beige {
  color: #948a84;
  border-color: #948a84;
}
.btn-outline-medium-dark-beige:hover {
  color: #fff;
  background-color: #948a84;
  border-color: #948a84;
}
.btn-outline-medium-dark-beige:focus,
.btn-outline-medium-dark-beige.focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 138, 132, 0.5);
}
.btn-outline-medium-dark-beige.disabled,
.btn-outline-medium-dark-beige:disabled {
  color: #948a84;
  background-color: transparent;
}
.btn-outline-medium-dark-beige:not(:disabled):not(.disabled):active,
.btn-outline-medium-dark-beige:not(:disabled):not(.disabled).active,
.show > .btn-outline-medium-dark-beige.dropdown-toggle {
  color: #fff;
  background-color: #948a84;
  border-color: #948a84;
}
.btn-outline-medium-dark-beige:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-dark-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-dark-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 138, 132, 0.5);
}
.btn-outline-dark-beige {
  color: #5d544e;
  border-color: #5d544e;
}
.btn-outline-dark-beige:hover {
  color: #fff;
  background-color: #5d544e;
  border-color: #5d544e;
}
.btn-outline-dark-beige:focus,
.btn-outline-dark-beige.focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 84, 78, 0.5);
}
.btn-outline-dark-beige.disabled,
.btn-outline-dark-beige:disabled {
  color: #5d544e;
  background-color: transparent;
}
.btn-outline-dark-beige:not(:disabled):not(.disabled):active,
.btn-outline-dark-beige:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-beige.dropdown-toggle {
  color: #fff;
  background-color: #5d544e;
  border-color: #5d544e;
}
.btn-outline-dark-beige:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-beige:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 84, 78, 0.5);
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-off-white {
  color: #dfdad5;
  border-color: #dfdad5;
}
.btn-outline-off-white:hover {
  color: #212529;
  background-color: #dfdad5;
  border-color: #dfdad5;
}
.btn-outline-off-white:focus,
.btn-outline-off-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 218, 213, 0.5);
}
.btn-outline-off-white.disabled,
.btn-outline-off-white:disabled {
  color: #dfdad5;
  background-color: transparent;
}
.btn-outline-off-white:not(:disabled):not(.disabled):active,
.btn-outline-off-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-off-white.dropdown-toggle {
  color: #212529;
  background-color: #dfdad5;
  border-color: #dfdad5;
}
.btn-outline-off-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-off-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-off-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 218, 213, 0.5);
}
.btn-outline-lightest-gray {
  color: #eee;
  border-color: #eee;
}
.btn-outline-lightest-gray:hover {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}
.btn-outline-lightest-gray:focus,
.btn-outline-lightest-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.btn-outline-lightest-gray.disabled,
.btn-outline-lightest-gray:disabled {
  color: #eee;
  background-color: transparent;
}
.btn-outline-lightest-gray:not(:disabled):not(.disabled):active,
.btn-outline-lightest-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightest-gray.dropdown-toggle {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}
.btn-outline-lightest-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-lightest-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lightest-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.btn-outline-lighter-gray-2 {
  color: #ddd;
  border-color: #ddd;
}
.btn-outline-lighter-gray-2:hover {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-outline-lighter-gray-2:focus,
.btn-outline-lighter-gray-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.btn-outline-lighter-gray-2.disabled,
.btn-outline-lighter-gray-2:disabled {
  color: #ddd;
  background-color: transparent;
}
.btn-outline-lighter-gray-2:not(:disabled):not(.disabled):active,
.btn-outline-lighter-gray-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-lighter-gray-2.dropdown-toggle {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-outline-lighter-gray-2:not(:disabled):not(.disabled):active:focus,
.btn-outline-lighter-gray-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lighter-gray-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.btn-outline-lighter-gray {
  color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-outline-lighter-gray:hover {
  color: #212529;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-outline-lighter-gray:focus,
.btn-outline-lighter-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 179, 0.5);
}
.btn-outline-lighter-gray.disabled,
.btn-outline-lighter-gray:disabled {
  color: #b3b3b3;
  background-color: transparent;
}
.btn-outline-lighter-gray:not(:disabled):not(.disabled):active,
.btn-outline-lighter-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-lighter-gray.dropdown-toggle {
  color: #212529;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-outline-lighter-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-lighter-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lighter-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 179, 0.5);
}
.btn-outline-light-gray {
  color: #808180;
  border-color: #808180;
}
.btn-outline-light-gray:hover {
  color: #fff;
  background-color: #808180;
  border-color: #808180;
}
.btn-outline-light-gray:focus,
.btn-outline-light-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 129, 128, 0.5);
}
.btn-outline-light-gray.disabled,
.btn-outline-light-gray:disabled {
  color: #808180;
  background-color: transparent;
}
.btn-outline-light-gray:not(:disabled):not(.disabled):active,
.btn-outline-light-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-gray.dropdown-toggle {
  color: #fff;
  background-color: #808180;
  border-color: #808180;
}
.btn-outline-light-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 129, 128, 0.5);
}
.btn-outline-medium-gray {
  color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-outline-medium-gray:hover {
  color: #212529;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-outline-medium-gray:focus,
.btn-outline-medium-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5);
}
.btn-outline-medium-gray.disabled,
.btn-outline-medium-gray:disabled {
  color: #e5e5e5;
  background-color: transparent;
}
.btn-outline-medium-gray:not(:disabled):not(.disabled):active,
.btn-outline-medium-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-medium-gray.dropdown-toggle {
  color: #212529;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-outline-medium-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5);
}
.btn-outline-medium-dark-gray {
  color: #9b9a98;
  border-color: #9b9a98;
}
.btn-outline-medium-dark-gray:hover {
  color: #212529;
  background-color: #9b9a98;
  border-color: #9b9a98;
}
.btn-outline-medium-dark-gray:focus,
.btn-outline-medium-dark-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 154, 152, 0.5);
}
.btn-outline-medium-dark-gray.disabled,
.btn-outline-medium-dark-gray:disabled {
  color: #9b9a98;
  background-color: transparent;
}
.btn-outline-medium-dark-gray:not(:disabled):not(.disabled):active,
.btn-outline-medium-dark-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-medium-dark-gray.dropdown-toggle {
  color: #212529;
  background-color: #9b9a98;
  border-color: #9b9a98;
}
.btn-outline-medium-dark-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-dark-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 154, 152, 0.5);
}
.btn-outline-dark-gray {
  color: #5c5c56;
  border-color: #5c5c56;
}
.btn-outline-dark-gray:hover {
  color: #fff;
  background-color: #5c5c56;
  border-color: #5c5c56;
}
.btn-outline-dark-gray:focus,
.btn-outline-dark-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 92, 86, 0.5);
}
.btn-outline-dark-gray.disabled,
.btn-outline-dark-gray:disabled {
  color: #5c5c56;
  background-color: transparent;
}
.btn-outline-dark-gray:not(:disabled):not(.disabled):active,
.btn-outline-dark-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #5c5c56;
  border-color: #5c5c56;
}
.btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 92, 86, 0.5);
}
.btn-outline-dark-gray-2 {
  color: #333;
  border-color: #333;
}
.btn-outline-dark-gray-2:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-dark-gray-2:focus,
.btn-outline-dark-gray-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dark-gray-2.disabled,
.btn-outline-dark-gray-2:disabled {
  color: #333;
  background-color: transparent;
}
.btn-outline-dark-gray-2:not(:disabled):not(.disabled):active,
.btn-outline-dark-gray-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-gray-2.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-dark-gray-2:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-gray-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-gray-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-darker-gray {
  color: #111;
  border-color: #111;
}
.btn-outline-darker-gray:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.btn-outline-darker-gray:focus,
.btn-outline-darker-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5);
}
.btn-outline-darker-gray.disabled,
.btn-outline-darker-gray:disabled {
  color: #111;
  background-color: transparent;
}
.btn-outline-darker-gray:not(:disabled):not(.disabled):active,
.btn-outline-darker-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker-gray.dropdown-toggle {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.btn-outline-darker-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-darker-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darker-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5);
}
.btn-outline-black {
  color: #0d0b09;
  border-color: #0d0b09;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #0d0b09;
  border-color: #0d0b09;
}
.btn-outline-black:focus,
.btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 11, 9, 0.5);
}
.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #0d0b09;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #0d0b09;
  border-color: #0d0b09;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 11, 9, 0.5);
}
.btn-outline-light-brown {
  color: #956d5a;
  border-color: #956d5a;
}
.btn-outline-light-brown:hover {
  color: #fff;
  background-color: #956d5a;
  border-color: #956d5a;
}
.btn-outline-light-brown:focus,
.btn-outline-light-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 109, 90, 0.5);
}
.btn-outline-light-brown.disabled,
.btn-outline-light-brown:disabled {
  color: #956d5a;
  background-color: transparent;
}
.btn-outline-light-brown:not(:disabled):not(.disabled):active,
.btn-outline-light-brown:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-brown.dropdown-toggle {
  color: #fff;
  background-color: #956d5a;
  border-color: #956d5a;
}
.btn-outline-light-brown:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 109, 90, 0.5);
}
.btn-outline-lighter-brown {
  color: #464341;
  border-color: #464341;
}
.btn-outline-lighter-brown:hover {
  color: #fff;
  background-color: #464341;
  border-color: #464341;
}
.btn-outline-lighter-brown:focus,
.btn-outline-lighter-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 67, 65, 0.5);
}
.btn-outline-lighter-brown.disabled,
.btn-outline-lighter-brown:disabled {
  color: #464341;
  background-color: transparent;
}
.btn-outline-lighter-brown:not(:disabled):not(.disabled):active,
.btn-outline-lighter-brown:not(:disabled):not(.disabled).active,
.show > .btn-outline-lighter-brown.dropdown-toggle {
  color: #fff;
  background-color: #464341;
  border-color: #464341;
}
.btn-outline-lighter-brown:not(:disabled):not(.disabled):active:focus,
.btn-outline-lighter-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lighter-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 67, 65, 0.5);
}
.btn-outline-dark-brown {
  color: #4d1f0b;
  border-color: #4d1f0b;
}
.btn-outline-dark-brown:hover {
  color: #fff;
  background-color: #4d1f0b;
  border-color: #4d1f0b;
}
.btn-outline-dark-brown:focus,
.btn-outline-dark-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 31, 11, 0.5);
}
.btn-outline-dark-brown.disabled,
.btn-outline-dark-brown:disabled {
  color: #4d1f0b;
  background-color: transparent;
}
.btn-outline-dark-brown:not(:disabled):not(.disabled):active,
.btn-outline-dark-brown:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-brown.dropdown-toggle {
  color: #fff;
  background-color: #4d1f0b;
  border-color: #4d1f0b;
}
.btn-outline-dark-brown:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 31, 11, 0.5);
}
.btn-outline-darker-brown {
  color: #2a0f06;
  border-color: #2a0f06;
}
.btn-outline-darker-brown:hover {
  color: #fff;
  background-color: #2a0f06;
  border-color: #2a0f06;
}
.btn-outline-darker-brown:focus,
.btn-outline-darker-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 15, 6, 0.5);
}
.btn-outline-darker-brown.disabled,
.btn-outline-darker-brown:disabled {
  color: #2a0f06;
  background-color: transparent;
}
.btn-outline-darker-brown:not(:disabled):not(.disabled):active,
.btn-outline-darker-brown:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker-brown.dropdown-toggle {
  color: #fff;
  background-color: #2a0f06;
  border-color: #2a0f06;
}
.btn-outline-darker-brown:not(:disabled):not(.disabled):active:focus,
.btn-outline-darker-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darker-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 15, 6, 0.5);
}
.btn-outline-darker-brown-2 {
  color: #403631;
  border-color: #403631;
}
.btn-outline-darker-brown-2:hover {
  color: #fff;
  background-color: #403631;
  border-color: #403631;
}
.btn-outline-darker-brown-2:focus,
.btn-outline-darker-brown-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 54, 49, 0.5);
}
.btn-outline-darker-brown-2.disabled,
.btn-outline-darker-brown-2:disabled {
  color: #403631;
  background-color: transparent;
}
.btn-outline-darker-brown-2:not(:disabled):not(.disabled):active,
.btn-outline-darker-brown-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker-brown-2.dropdown-toggle {
  color: #fff;
  background-color: #403631;
  border-color: #403631;
}
.btn-outline-darker-brown-2:not(:disabled):not(.disabled):active:focus,
.btn-outline-darker-brown-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darker-brown-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 54, 49, 0.5);
}
.btn-outline-darker-brown-3 {
  color: #372d29;
  border-color: #372d29;
}
.btn-outline-darker-brown-3:hover {
  color: #fff;
  background-color: #372d29;
  border-color: #372d29;
}
.btn-outline-darker-brown-3:focus,
.btn-outline-darker-brown-3.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 45, 41, 0.5);
}
.btn-outline-darker-brown-3.disabled,
.btn-outline-darker-brown-3:disabled {
  color: #372d29;
  background-color: transparent;
}
.btn-outline-darker-brown-3:not(:disabled):not(.disabled):active,
.btn-outline-darker-brown-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker-brown-3.dropdown-toggle {
  color: #fff;
  background-color: #372d29;
  border-color: #372d29;
}
.btn-outline-darker-brown-3:not(:disabled):not(.disabled):active:focus,
.btn-outline-darker-brown-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darker-brown-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 45, 41, 0.5);
}
.btn-outline-darkest-brown {
  color: #2a231f;
  border-color: #2a231f;
}
.btn-outline-darkest-brown:hover {
  color: #fff;
  background-color: #2a231f;
  border-color: #2a231f;
}
.btn-outline-darkest-brown:focus,
.btn-outline-darkest-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 35, 31, 0.5);
}
.btn-outline-darkest-brown.disabled,
.btn-outline-darkest-brown:disabled {
  color: #2a231f;
  background-color: transparent;
}
.btn-outline-darkest-brown:not(:disabled):not(.disabled):active,
.btn-outline-darkest-brown:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkest-brown.dropdown-toggle {
  color: #fff;
  background-color: #2a231f;
  border-color: #2a231f;
}
.btn-outline-darkest-brown:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkest-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkest-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 35, 31, 0.5);
}
.btn-outline-dark-orange-brown {
  color: #7f270e;
  border-color: #7f270e;
}
.btn-outline-dark-orange-brown:hover {
  color: #fff;
  background-color: #7f270e;
  border-color: #7f270e;
}
.btn-outline-dark-orange-brown:focus,
.btn-outline-dark-orange-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 39, 14, 0.5);
}
.btn-outline-dark-orange-brown.disabled,
.btn-outline-dark-orange-brown:disabled {
  color: #7f270e;
  background-color: transparent;
}
.btn-outline-dark-orange-brown:not(:disabled):not(.disabled):active,
.btn-outline-dark-orange-brown:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-orange-brown.dropdown-toggle {
  color: #fff;
  background-color: #7f270e;
  border-color: #7f270e;
}
.btn-outline-dark-orange-brown:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-orange-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-orange-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 39, 14, 0.5);
}
.btn-outline-darkest-orange-brown {
  color: #331406;
  border-color: #331406;
}
.btn-outline-darkest-orange-brown:hover {
  color: #fff;
  background-color: #331406;
  border-color: #331406;
}
.btn-outline-darkest-orange-brown:focus,
.btn-outline-darkest-orange-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 20, 6, 0.5);
}
.btn-outline-darkest-orange-brown.disabled,
.btn-outline-darkest-orange-brown:disabled {
  color: #331406;
  background-color: transparent;
}
.btn-outline-darkest-orange-brown:not(:disabled):not(.disabled):active,
.btn-outline-darkest-orange-brown:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkest-orange-brown.dropdown-toggle {
  color: #fff;
  background-color: #331406;
  border-color: #331406;
}
.btn-outline-darkest-orange-brown:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkest-orange-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkest-orange-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 20, 6, 0.5);
}
.btn-outline-dark-gray-brown {
  color: #25201d;
  border-color: #25201d;
}
.btn-outline-dark-gray-brown:hover {
  color: #fff;
  background-color: #25201d;
  border-color: #25201d;
}
.btn-outline-dark-gray-brown:focus,
.btn-outline-dark-gray-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 32, 29, 0.5);
}
.btn-outline-dark-gray-brown.disabled,
.btn-outline-dark-gray-brown:disabled {
  color: #25201d;
  background-color: transparent;
}
.btn-outline-dark-gray-brown:not(:disabled):not(.disabled):active,
.btn-outline-dark-gray-brown:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-gray-brown.dropdown-toggle {
  color: #fff;
  background-color: #25201d;
  border-color: #25201d;
}
.btn-outline-dark-gray-brown:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-gray-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-gray-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 32, 29, 0.5);
}
.btn-outline-tan {
  color: #686156;
  border-color: #686156;
}
.btn-outline-tan:hover {
  color: #fff;
  background-color: #686156;
  border-color: #686156;
}
.btn-outline-tan:focus,
.btn-outline-tan.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 97, 86, 0.5);
}
.btn-outline-tan.disabled,
.btn-outline-tan:disabled {
  color: #686156;
  background-color: transparent;
}
.btn-outline-tan:not(:disabled):not(.disabled):active,
.btn-outline-tan:not(:disabled):not(.disabled).active,
.show > .btn-outline-tan.dropdown-toggle {
  color: #fff;
  background-color: #686156;
  border-color: #686156;
}
.btn-outline-tan:not(:disabled):not(.disabled):active:focus,
.btn-outline-tan:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-tan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 97, 86, 0.5);
}
.btn-outline-dark-tan {
  color: #564941;
  border-color: #564941;
}
.btn-outline-dark-tan:hover {
  color: #fff;
  background-color: #564941;
  border-color: #564941;
}
.btn-outline-dark-tan:focus,
.btn-outline-dark-tan.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 73, 65, 0.5);
}
.btn-outline-dark-tan.disabled,
.btn-outline-dark-tan:disabled {
  color: #564941;
  background-color: transparent;
}
.btn-outline-dark-tan:not(:disabled):not(.disabled):active,
.btn-outline-dark-tan:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-tan.dropdown-toggle {
  color: #fff;
  background-color: #564941;
  border-color: #564941;
}
.btn-outline-dark-tan:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-tan:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-tan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 73, 65, 0.5);
}
.btn-outline-red {
  color: #993f29;
  border-color: #993f29;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #993f29;
  border-color: #993f29;
}
.btn-outline-red:focus,
.btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 63, 41, 0.5);
}
.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #993f29;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active,
.btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #993f29;
  border-color: #993f29;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 63, 41, 0.5);
}
.btn-outline-blue {
  color: #2b3d5e;
  border-color: #2b3d5e;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #2b3d5e;
  border-color: #2b3d5e;
}
.btn-outline-blue:focus,
.btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 61, 94, 0.5);
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #2b3d5e;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #2b3d5e;
  border-color: #2b3d5e;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 61, 94, 0.5);
}
.btn-outline-yellow {
  color: #6d6843;
  border-color: #6d6843;
}
.btn-outline-yellow:hover {
  color: #fff;
  background-color: #6d6843;
  border-color: #6d6843;
}
.btn-outline-yellow:focus,
.btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 104, 67, 0.5);
}
.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
  color: #6d6843;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active,
.btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
  color: #fff;
  background-color: #6d6843;
  border-color: #6d6843;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 104, 67, 0.5);
}
.btn-outline-green {
  color: #465d52;
  border-color: #465d52;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #465d52;
  border-color: #465d52;
}
.btn-outline-green:focus,
.btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 93, 82, 0.5);
}
.btn-outline-green.disabled,
.btn-outline-green:disabled {
  color: #465d52;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #465d52;
  border-color: #465d52;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 93, 82, 0.5);
}
.btn-outline-slate {
  color: #444846;
  border-color: #444846;
}
.btn-outline-slate:hover {
  color: #fff;
  background-color: #444846;
  border-color: #444846;
}
.btn-outline-slate:focus,
.btn-outline-slate.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 72, 70, 0.5);
}
.btn-outline-slate.disabled,
.btn-outline-slate:disabled {
  color: #444846;
  background-color: transparent;
}
.btn-outline-slate:not(:disabled):not(.disabled):active,
.btn-outline-slate:not(:disabled):not(.disabled).active,
.show > .btn-outline-slate.dropdown-toggle {
  color: #fff;
  background-color: #444846;
  border-color: #444846;
}
.btn-outline-slate:not(:disabled):not(.disabled):active:focus,
.btn-outline-slate:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-slate.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 72, 70, 0.5);
}
.btn-outline-blog-default {
  color: #a74824;
  border-color: #a74824;
}
.btn-outline-blog-default:hover {
  color: #fff;
  background-color: #a74824;
  border-color: #a74824;
}
.btn-outline-blog-default:focus,
.btn-outline-blog-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 72, 36, 0.5);
}
.btn-outline-blog-default.disabled,
.btn-outline-blog-default:disabled {
  color: #a74824;
  background-color: transparent;
}
.btn-outline-blog-default:not(:disabled):not(.disabled):active,
.btn-outline-blog-default:not(:disabled):not(.disabled).active,
.show > .btn-outline-blog-default.dropdown-toggle {
  color: #fff;
  background-color: #a74824;
  border-color: #a74824;
}
.btn-outline-blog-default:not(:disabled):not(.disabled):active:focus,
.btn-outline-blog-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blog-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 72, 36, 0.5);
}
.btn-outline-blog-canna {
  color: #4e8137;
  border-color: #4e8137;
}
.btn-outline-blog-canna:hover {
  color: #fff;
  background-color: #4e8137;
  border-color: #4e8137;
}
.btn-outline-blog-canna:focus,
.btn-outline-blog-canna.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 129, 55, 0.5);
}
.btn-outline-blog-canna.disabled,
.btn-outline-blog-canna:disabled {
  color: #4e8137;
  background-color: transparent;
}
.btn-outline-blog-canna:not(:disabled):not(.disabled):active,
.btn-outline-blog-canna:not(:disabled):not(.disabled).active,
.show > .btn-outline-blog-canna.dropdown-toggle {
  color: #fff;
  background-color: #4e8137;
  border-color: #4e8137;
}
.btn-outline-blog-canna:not(:disabled):not(.disabled):active:focus,
.btn-outline-blog-canna:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blog-canna.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 129, 55, 0.5);
}
.btn-outline-blog-china {
  color: #a61c20;
  border-color: #a61c20;
}
.btn-outline-blog-china:hover {
  color: #fff;
  background-color: #a61c20;
  border-color: #a61c20;
}
.btn-outline-blog-china:focus,
.btn-outline-blog-china.focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 28, 32, 0.5);
}
.btn-outline-blog-china.disabled,
.btn-outline-blog-china:disabled {
  color: #a61c20;
  background-color: transparent;
}
.btn-outline-blog-china:not(:disabled):not(.disabled):active,
.btn-outline-blog-china:not(:disabled):not(.disabled).active,
.show > .btn-outline-blog-china.dropdown-toggle {
  color: #fff;
  background-color: #a61c20;
  border-color: #a61c20;
}
.btn-outline-blog-china:not(:disabled):not(.disabled):active:focus,
.btn-outline-blog-china:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blog-china.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 28, 32, 0.5);
}
.btn-outline-blog-psych {
  color: #333f7e;
  border-color: #333f7e;
}
.btn-outline-blog-psych:hover {
  color: #fff;
  background-color: #333f7e;
  border-color: #333f7e;
}
.btn-outline-blog-psych:focus,
.btn-outline-blog-psych.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 63, 126, 0.5);
}
.btn-outline-blog-psych.disabled,
.btn-outline-blog-psych:disabled {
  color: #333f7e;
  background-color: transparent;
}
.btn-outline-blog-psych:not(:disabled):not(.disabled):active,
.btn-outline-blog-psych:not(:disabled):not(.disabled).active,
.show > .btn-outline-blog-psych.dropdown-toggle {
  color: #fff;
  background-color: #333f7e;
  border-color: #333f7e;
}
.btn-outline-blog-psych:not(:disabled):not(.disabled):active:focus,
.btn-outline-blog-psych:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blog-psych.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 63, 126, 0.5);
}
.btn-outline-hero-accent {
  color: #d6ae43;
  border-color: #d6ae43;
}
.btn-outline-hero-accent:hover {
  color: #212529;
  background-color: #d6ae43;
  border-color: #d6ae43;
}
.btn-outline-hero-accent:focus,
.btn-outline-hero-accent.focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 174, 67, 0.5);
}
.btn-outline-hero-accent.disabled,
.btn-outline-hero-accent:disabled {
  color: #d6ae43;
  background-color: transparent;
}
.btn-outline-hero-accent:not(:disabled):not(.disabled):active,
.btn-outline-hero-accent:not(:disabled):not(.disabled).active,
.show > .btn-outline-hero-accent.dropdown-toggle {
  color: #212529;
  background-color: #d6ae43;
  border-color: #d6ae43;
}
.btn-outline-hero-accent:not(:disabled):not(.disabled):active:focus,
.btn-outline-hero-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-hero-accent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 174, 67, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #a84825;
  text-decoration: none;
}
.btn-link:hover {
  color: #692e1b;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #a84825;
}
.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.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: 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.9375rem;
  padding-left: 0.9375rem;
}
.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.5625rem;
  padding-left: 0.5625rem;
}
.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.75rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1rem + 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.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.25rem;
}
.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;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #a84825;
  background-color: #a84825;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(166, 73, 42, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc8e74;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e6af9c;
  border-color: #e6af9c;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #a84825;
  background-color: #a84825;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(166, 73, 42, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(166, 73, 42, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(166, 73, 42, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(166, 73, 42, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 2.25rem 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    right 1.25rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #dc8e74;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(166, 73, 42, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.25rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #dc8e74;
  box-shadow: 0 0 0 0.2rem rgba(166, 73, 42, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5rem);
  padding: 0.75rem 1.25rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(166, 73, 42, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(166, 73, 42, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(166, 73, 42, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #a84825;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #e6af9c;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #a84825;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #e6af9c;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #a84825;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #e6af9c;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 0 solid transparent;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #a84825;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #a84825;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0%;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: 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;
}
.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: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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: 0 0 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 0 0;
}
.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: 0;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #a84825;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #692e1b;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(166, 73, 42, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #a84825;
  border-color: #a84825;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  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: #a84825;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #7d3720;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(166, 73, 42, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.badge-paper {
  color: #212529;
  background-color: #fbfafa;
}
a.badge-paper:hover,
a.badge-paper:focus {
  color: #212529;
  background-color: #e4dede;
}
a.badge-paper:focus,
a.badge-paper.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 250, 250, 0.5);
}
.badge-beige {
  color: #212529;
  background-color: #d4d0ce;
}
a.badge-beige:hover,
a.badge-beige:focus {
  color: #212529;
  background-color: #bcb6b3;
}
a.badge-beige:focus,
a.badge-beige.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(212, 208, 206, 0.5);
}
.badge-lighter-beige {
  color: #212529;
  background-color: #f8f7f5;
}
a.badge-lighter-beige:hover,
a.badge-lighter-beige:focus {
  color: #212529;
  background-color: #e3dfd7;
}
a.badge-lighter-beige:focus,
a.badge-lighter-beige.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 247, 245, 0.5);
}
.badge-light-beige {
  color: #212529;
  background-color: #aba49a;
}
a.badge-light-beige:hover,
a.badge-light-beige:focus {
  color: #212529;
  background-color: #948b7e;
}
a.badge-light-beige:focus,
a.badge-light-beige.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(171, 164, 154, 0.5);
}
.badge-medium-beige {
  color: #212529;
  background-color: #b6aaa2;
}
a.badge-medium-beige:hover,
a.badge-medium-beige:focus {
  color: #212529;
  background-color: #a09085;
}
a.badge-medium-beige:focus,
a.badge-medium-beige.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(182, 170, 162, 0.5);
}
.badge-medium-dark-beige {
  color: #fff;
  background-color: #948a84;
}
a.badge-medium-dark-beige:hover,
a.badge-medium-dark-beige:focus {
  color: #fff;
  background-color: #7a716b;
}
a.badge-medium-dark-beige:focus,
a.badge-medium-dark-beige.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(148, 138, 132, 0.5);
}
.badge-dark-beige {
  color: #fff;
  background-color: #5d544e;
}
a.badge-dark-beige:hover,
a.badge-dark-beige:focus {
  color: #fff;
  background-color: #413b37;
}
a.badge-dark-beige:focus,
a.badge-dark-beige.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 84, 78, 0.5);
}
.badge-white {
  color: #212529;
  background-color: #fff;
}
a.badge-white:hover,
a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-white:focus,
a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.badge-off-white {
  color: #212529;
  background-color: #dfdad5;
}
a.badge-off-white:hover,
a.badge-off-white:focus {
  color: #212529;
  background-color: #c9c1b8;
}
a.badge-off-white:focus,
a.badge-off-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(223, 218, 213, 0.5);
}
.badge-lightest-gray {
  color: #212529;
  background-color: #eee;
}
a.badge-lightest-gray:hover,
a.badge-lightest-gray:focus {
  color: #212529;
  background-color: #d5d5d5;
}
a.badge-lightest-gray:focus,
a.badge-lightest-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.badge-lighter-gray-2 {
  color: #212529;
  background-color: #ddd;
}
a.badge-lighter-gray-2:hover,
a.badge-lighter-gray-2:focus {
  color: #212529;
  background-color: #c4c4c4;
}
a.badge-lighter-gray-2:focus,
a.badge-lighter-gray-2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.badge-lighter-gray {
  color: #212529;
  background-color: #b3b3b3;
}
a.badge-lighter-gray:hover,
a.badge-lighter-gray:focus {
  color: #212529;
  background-color: #9a9a9a;
}
a.badge-lighter-gray:focus,
a.badge-lighter-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 179, 0.5);
}
.badge-light-gray {
  color: #fff;
  background-color: #808180;
}
a.badge-light-gray:hover,
a.badge-light-gray:focus {
  color: #fff;
  background-color: #676767;
}
a.badge-light-gray:focus,
a.badge-light-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 129, 128, 0.5);
}
.badge-medium-gray {
  color: #212529;
  background-color: #e5e5e5;
}
a.badge-medium-gray:hover,
a.badge-medium-gray:focus {
  color: #212529;
  background-color: #ccc;
}
a.badge-medium-gray:focus,
a.badge-medium-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5);
}
.badge-medium-dark-gray {
  color: #212529;
  background-color: #9b9a98;
}
a.badge-medium-dark-gray:hover,
a.badge-medium-dark-gray:focus {
  color: #212529;
  background-color: #82817e;
}
a.badge-medium-dark-gray:focus,
a.badge-medium-dark-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(155, 154, 152, 0.5);
}
.badge-dark-gray {
  color: #fff;
  background-color: #5c5c56;
}
a.badge-dark-gray:hover,
a.badge-dark-gray:focus {
  color: #fff;
  background-color: #42423d;
}
a.badge-dark-gray:focus,
a.badge-dark-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92, 92, 86, 0.5);
}
.badge-dark-gray-2 {
  color: #fff;
  background-color: #333;
}
a.badge-dark-gray-2:hover,
a.badge-dark-gray-2:focus {
  color: #fff;
  background-color: #1a1a1a;
}
a.badge-dark-gray-2:focus,
a.badge-dark-gray-2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.badge-darker-gray {
  color: #fff;
  background-color: #111;
}
a.badge-darker-gray:hover,
a.badge-darker-gray:focus {
  color: #fff;
  background-color: #000;
}
a.badge-darker-gray:focus,
a.badge-darker-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5);
}
.badge-black {
  color: #fff;
  background-color: #0d0b09;
}
a.badge-black:hover,
a.badge-black:focus {
  color: #fff;
  background-color: #000;
}
a.badge-black:focus,
a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 11, 9, 0.5);
}
.badge-light-brown {
  color: #fff;
  background-color: #956d5a;
}
a.badge-light-brown:hover,
a.badge-light-brown:focus {
  color: #fff;
  background-color: #755647;
}
a.badge-light-brown:focus,
a.badge-light-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(149, 109, 90, 0.5);
}
.badge-lighter-brown {
  color: #fff;
  background-color: #464341;
}
a.badge-lighter-brown:hover,
a.badge-lighter-brown:focus {
  color: #fff;
  background-color: #2c2a28;
}
a.badge-lighter-brown:focus,
a.badge-lighter-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 67, 65, 0.5);
}
.badge-dark-brown {
  color: #fff;
  background-color: #4d1f0b;
}
a.badge-dark-brown:hover,
a.badge-dark-brown:focus {
  color: #fff;
  background-color: #200d05;
}
a.badge-dark-brown:focus,
a.badge-dark-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 31, 11, 0.5);
}
.badge-darker-brown {
  color: #fff;
  background-color: #2a0f06;
}
a.badge-darker-brown:hover,
a.badge-darker-brown:focus {
  color: #fff;
  background-color: #000;
}
a.badge-darker-brown:focus,
a.badge-darker-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 15, 6, 0.5);
}
.badge-darker-brown-2 {
  color: #fff;
  background-color: #403631;
}
a.badge-darker-brown-2:hover,
a.badge-darker-brown-2:focus {
  color: #fff;
  background-color: #231e1b;
}
a.badge-darker-brown-2:focus,
a.badge-darker-brown-2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(64, 54, 49, 0.5);
}
.badge-darker-brown-3 {
  color: #fff;
  background-color: #372d29;
}
a.badge-darker-brown-3:hover,
a.badge-darker-brown-3:focus {
  color: #fff;
  background-color: #1a1513;
}
a.badge-darker-brown-3:focus,
a.badge-darker-brown-3.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 45, 41, 0.5);
}
.badge-darkest-brown {
  color: #fff;
  background-color: #2a231f;
}
a.badge-darkest-brown:hover,
a.badge-darkest-brown:focus {
  color: #fff;
  background-color: #0d0b09;
}
a.badge-darkest-brown:focus,
a.badge-darkest-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 35, 31, 0.5);
}
.badge-dark-orange-brown {
  color: #fff;
  background-color: #7f270e;
}
a.badge-dark-orange-brown:hover,
a.badge-dark-orange-brown:focus {
  color: #fff;
  background-color: #511909;
}
a.badge-dark-orange-brown:focus,
a.badge-dark-orange-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(127, 39, 14, 0.5);
}
.badge-darkest-orange-brown {
  color: #fff;
  background-color: #331406;
}
a.badge-darkest-orange-brown:hover,
a.badge-darkest-orange-brown:focus {
  color: #fff;
  background-color: #050201;
}
a.badge-darkest-orange-brown:focus,
a.badge-darkest-orange-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 20, 6, 0.5);
}
.badge-dark-gray-brown {
  color: #fff;
  background-color: #25201d;
}
a.badge-dark-gray-brown:hover,
a.badge-dark-gray-brown:focus {
  color: #fff;
  background-color: #080707;
}
a.badge-dark-gray-brown:focus,
a.badge-dark-gray-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 32, 29, 0.5);
}
.badge-tan {
  color: #fff;
  background-color: #686156;
}
a.badge-tan:hover,
a.badge-tan:focus {
  color: #fff;
  background-color: #4c473f;
}
a.badge-tan:focus,
a.badge-tan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(104, 97, 86, 0.5);
}
.badge-dark-tan {
  color: #fff;
  background-color: #564941;
}
a.badge-dark-tan:hover,
a.badge-dark-tan:focus {
  color: #fff;
  background-color: #39302b;
}
a.badge-dark-tan:focus,
a.badge-dark-tan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 73, 65, 0.5);
}
.badge-red {
  color: #fff;
  background-color: #993f29;
}
a.badge-red:hover,
a.badge-red:focus {
  color: #fff;
  background-color: #712e1e;
}
a.badge-red:focus,
a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(153, 63, 41, 0.5);
}
.badge-blue {
  color: #fff;
  background-color: #2b3d5e;
}
a.badge-blue:hover,
a.badge-blue:focus {
  color: #fff;
  background-color: #1b263b;
}
a.badge-blue:focus,
a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(43, 61, 94, 0.5);
}
.badge-yellow {
  color: #fff;
  background-color: #6d6843;
}
a.badge-yellow:hover,
a.badge-yellow:focus {
  color: #fff;
  background-color: #4d4a30;
}
a.badge-yellow:focus,
a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(109, 104, 67, 0.5);
}
.badge-green {
  color: #fff;
  background-color: #465d52;
}
a.badge-green:hover,
a.badge-green:focus {
  color: #fff;
  background-color: #304038;
}
a.badge-green:focus,
a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 93, 82, 0.5);
}
.badge-slate {
  color: #fff;
  background-color: #444846;
}
a.badge-slate:hover,
a.badge-slate:focus {
  color: #fff;
  background-color: #2b2e2d;
}
a.badge-slate:focus,
a.badge-slate.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 72, 70, 0.5);
}
.badge-blog-default {
  color: #fff;
  background-color: #a74824;
}
a.badge-blog-default:hover,
a.badge-blog-default:focus {
  color: #fff;
  background-color: #7d361b;
}
a.badge-blog-default:focus,
a.badge-blog-default.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(167, 72, 36, 0.5);
}
.badge-blog-canna {
  color: #fff;
  background-color: #4e8137;
}
a.badge-blog-canna:hover,
a.badge-blog-canna:focus {
  color: #fff;
  background-color: #385d28;
}
a.badge-blog-canna:focus,
a.badge-blog-canna.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 129, 55, 0.5);
}
.badge-blog-china {
  color: #fff;
  background-color: #a61c20;
}
a.badge-blog-china:hover,
a.badge-blog-china:focus {
  color: #fff;
  background-color: #7a1518;
}
a.badge-blog-china:focus,
a.badge-blog-china.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(166, 28, 32, 0.5);
}
.badge-blog-psych {
  color: #fff;
  background-color: #333f7e;
}
a.badge-blog-psych:hover,
a.badge-blog-psych:focus {
  color: #fff;
  background-color: #242d5a;
}
a.badge-blog-psych:focus,
a.badge-blog-psych.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 63, 126, 0.5);
}
.badge-hero-accent {
  color: #212529;
  background-color: #d6ae43;
}
a.badge-hero-accent:hover,
a.badge-hero-accent:focus {
  color: #212529;
  background-color: #bd9529;
}
a.badge-hero-accent:focus,
a.badge-hero-accent.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(214, 174, 67, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #562616;
  background-color: #eddbd4;
  border-color: #e6ccc3;
}
.alert-primary hr {
  border-top-color: #dfbdb1;
}
.alert-primary .alert-link {
  color: #2d140c;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
.alert-paper {
  color: #838282;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-paper hr {
  border-top-color: #f1f1f1;
}
.alert-paper .alert-link {
  color: dimgray;
}
.alert-beige {
  color: #6e6c6b;
  background-color: #f6f6f5;
  border-color: #f3f2f1;
}
.alert-beige hr {
  border-top-color: #e7e5e3;
}
.alert-beige .alert-link {
  color: #545352;
}
.alert-lighter-beige {
  color: #81807f;
  background-color: #fefdfd;
  border-color: #fdfdfc;
}
.alert-lighter-beige hr {
  border-top-color: #f3f3ed;
}
.alert-lighter-beige .alert-link {
  color: #676766;
}
.alert-light-beige {
  color: #595550;
  background-color: #eeedeb;
  border-color: #e7e6e3;
}
.alert-light-beige hr {
  border-top-color: #dbdad5;
}
.alert-light-beige .alert-link {
  color: #3e3b38;
}
.alert-medium-beige {
  color: #5f5854;
  background-color: #f0eeec;
  border-color: #ebe7e5;
}
.alert-medium-beige hr {
  border-top-color: #e0dad7;
}
.alert-medium-beige .alert-link {
  color: #443f3c;
}
.alert-medium-dark-beige {
  color: #4d4845;
  background-color: #eae8e6;
  border-color: #e1dedd;
}
.alert-medium-dark-beige hr {
  border-top-color: #d5d1cf;
}
.alert-medium-dark-beige .alert-link {
  color: #322f2d;
}
.alert-dark-beige {
  color: #302c29;
  background-color: #dfdddc;
  border-color: #d2cfcd;
}
.alert-dark-beige hr {
  border-top-color: #c6c2c0;
}
.alert-dark-beige .alert-link {
  color: #141312;
}
.alert-white {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}
.alert-off-white {
  color: #74716f;
  background-color: #f9f8f7;
  border-color: #f6f5f3;
}
.alert-off-white hr {
  border-top-color: #ebe9e4;
}
.alert-off-white .alert-link {
  color: #5a5856;
}
.alert-lightest-gray {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}
.alert-lightest-gray hr {
  border-top-color: #ededed;
}
.alert-lightest-gray .alert-link {
  color: #636363;
}
.alert-lighter-gray-2 {
  color: #737373;
  background-color: #f8f8f8;
  border-color: whitesmoke;
}
.alert-lighter-gray-2 hr {
  border-top-color: #e8e8e8;
}
.alert-lighter-gray-2 .alert-link {
  color: #5a5a5a;
}
.alert-lighter-gray {
  color: #5d5d5d;
  background-color: #f0f0f0;
  border-color: #eaeaea;
}
.alert-lighter-gray hr {
  border-top-color: #ddd;
}
.alert-lighter-gray .alert-link {
  color: #444;
}
.alert-light-gray {
  color: #434343;
  background-color: #e6e6e6;
  border-color: #dbdcdb;
}
.alert-light-gray hr {
  border-top-color: #cecfce;
}
.alert-light-gray .alert-link {
  color: #2a2a2a;
}
.alert-medium-gray {
  color: #777;
  background-color: #fafafa;
  border-color: #f8f8f8;
}
.alert-medium-gray hr {
  border-top-color: #ebebeb;
}
.alert-medium-gray .alert-link {
  color: #5e5e5e;
}
.alert-medium-dark-gray {
  color: #51504f;
  background-color: #ebebea;
  border-color: #e3e3e2;
}
.alert-medium-dark-gray hr {
  border-top-color: #d6d6d5;
}
.alert-medium-dark-gray .alert-link {
  color: #373736;
}
.alert-dark-gray {
  color: #30302d;
  background-color: #dededd;
  border-color: #d1d1d0;
}
.alert-dark-gray hr {
  border-top-color: #c4c4c3;
}
.alert-dark-gray .alert-link {
  color: #161614;
}
.alert-dark-gray-2 {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.alert-dark-gray-2 hr {
  border-top-color: #b9b9b9;
}
.alert-dark-gray-2 .alert-link {
  color: #020202;
}
.alert-darker-gray {
  color: #090909;
  background-color: #cfcfcf;
  border-color: #bcbcbc;
}
.alert-darker-gray hr {
  border-top-color: #afafaf;
}
.alert-darker-gray .alert-link {
  color: #000;
}
.alert-black {
  color: #070605;
  background-color: #cfcece;
  border-color: #bbbbba;
}
.alert-black hr {
  border-top-color: #aeaead;
}
.alert-black .alert-link {
  color: #000;
}
.alert-light-brown {
  color: #4d392f;
  background-color: #eae2de;
  border-color: #e1d6d1;
}
.alert-light-brown hr {
  border-top-color: #d7c8c2;
}
.alert-light-brown .alert-link {
  color: #2d221c;
}
.alert-lighter-brown {
  color: #242322;
  background-color: #dad9d9;
  border-color: #cbcaca;
}
.alert-lighter-brown hr {
  border-top-color: #bebdbd;
}
.alert-lighter-brown .alert-link {
  color: #0a0a09;
}
.alert-dark-brown {
  color: #281006;
  background-color: #dbd2ce;
  border-color: #cdc0bb;
}
.alert-dark-brown hr {
  border-top-color: #c2b2ac;
}
.alert-dark-brown .alert-link {
  color: #000;
}
.alert-darker-brown {
  color: #160803;
  background-color: #d4cfcd;
  border-color: #c3bcb9;
}
.alert-darker-brown hr {
  border-top-color: #b7afab;
}
.alert-darker-brown .alert-link {
  color: #000;
}
.alert-darker-brown-2 {
  color: #211c19;
  background-color: #d9d7d6;
  border-color: #cac7c5;
}
.alert-darker-brown-2 hr {
  border-top-color: #bebab8;
}
.alert-darker-brown-2 .alert-link {
  color: #040303;
}
.alert-darker-brown-3 {
  color: #1d1715;
  background-color: #d7d5d4;
  border-color: #c7c4c3;
}
.alert-darker-brown-3 hr {
  border-top-color: #bbb7b6;
}
.alert-darker-brown-3 .alert-link {
  color: #000;
}
.alert-darkest-brown {
  color: #161210;
  background-color: #d4d3d2;
  border-color: #c3c1c0;
}
.alert-darkest-brown hr {
  border-top-color: #b7b4b3;
}
.alert-darkest-brown .alert-link {
  color: #000;
}
.alert-dark-orange-brown {
  color: #421407;
  background-color: #e5d4cf;
  border-color: #dbc3bc;
}
.alert-dark-orange-brown hr {
  border-top-color: #d2b4ab;
}
.alert-dark-orange-brown .alert-link {
  color: #140602;
}
.alert-darkest-orange-brown {
  color: #1b0a03;
  background-color: #d6d0cd;
  border-color: #c6bdb9;
}
.alert-darkest-orange-brown hr {
  border-top-color: #bbb0ab;
}
.alert-darkest-orange-brown .alert-link {
  color: #000;
}
.alert-dark-gray-brown {
  color: #13110f;
  background-color: #d3d2d2;
  border-color: #c2c1c0;
}
.alert-dark-gray-brown hr {
  border-top-color: #b5b4b3;
}
.alert-dark-gray-brown .alert-link {
  color: #000;
}
.alert-tan {
  color: #36322d;
  background-color: #e1dfdd;
  border-color: #d5d3d0;
}
.alert-tan hr {
  border-top-color: #c9c6c3;
}
.alert-tan .alert-link {
  color: #1a1816;
}
.alert-dark-tan {
  color: #2d2622;
  background-color: #dddbd9;
  border-color: #d0ccca;
}
.alert-dark-tan hr {
  border-top-color: #c4bfbc;
}
.alert-dark-tan .alert-link {
  color: #100d0c;
}
.alert-red {
  color: #502115;
  background-color: #ebd9d4;
  border-color: #e2c9c3;
}
.alert-red hr {
  border-top-color: #dabab2;
}
.alert-red .alert-link {
  color: #28100a;
}
.alert-blue {
  color: #162031;
  background-color: #d5d8df;
  border-color: #c4c9d2;
}
.alert-blue hr {
  border-top-color: #b6bcc7;
}
.alert-blue .alert-link {
  color: #06090e;
}
.alert-yellow {
  color: #393623;
  background-color: #e2e1d9;
  border-color: #d6d5ca;
}
.alert-yellow hr {
  border-top-color: #cbcabc;
}
.alert-yellow .alert-link {
  color: #191810;
}
.alert-green {
  color: #24302b;
  background-color: #dadfdc;
  border-color: #cbd2cf;
}
.alert-green hr {
  border-top-color: #bdc6c2;
}
.alert-green .alert-link {
  color: #0e1311;
}
.alert-slate {
  color: #232524;
  background-color: #dadada;
  border-color: #cbcccb;
}
.alert-slate hr {
  border-top-color: #bebfbe;
}
.alert-slate .alert-link {
  color: #0a0b0b;
}
.alert-blog-default {
  color: #572513;
  background-color: #eddad3;
  border-color: #e6ccc2;
}
.alert-blog-default hr {
  border-top-color: #dfbdb0;
}
.alert-blog-default .alert-link {
  color: #2d130a;
}
.alert-blog-canna {
  color: #29431d;
  background-color: #dce6d7;
  border-color: #cddcc7;
}
.alert-blog-canna hr {
  border-top-color: #bfd2b7;
}
.alert-blog-canna .alert-link {
  color: #131f0e;
}
.alert-blog-china {
  color: #560f11;
  background-color: #edd2d2;
  border-color: #e6bfc1;
}
.alert-blog-china hr {
  border-top-color: #dfadaf;
}
.alert-blog-china .alert-link {
  color: #2b0708;
}
.alert-blog-psych {
  color: #1b2142;
  background-color: #d6d9e5;
  border-color: #c6c9db;
}
.alert-blog-psych hr {
  border-top-color: #b6bad1;
}
.alert-blog-psych .alert-link {
  color: #0c0f1e;
}
.alert-hero-accent {
  color: #6f5a23;
  background-color: #f7efd9;
  border-color: #f4e8ca;
}
.alert-hero-accent hr {
  border-top-color: #f0dfb5;
}
.alert-hero-accent .alert-link {
  color: #483b17;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #a84825;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #a84825;
  border-color: #a84825;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #562616;
  background-color: #e6ccc3;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #562616;
  background-color: #dfbdb1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #562616;
  border-color: #562616;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.list-group-item-paper {
  color: #838282;
  background-color: #fefefe;
}
.list-group-item-paper.list-group-item-action:hover,
.list-group-item-paper.list-group-item-action:focus {
  color: #838282;
  background-color: #f1f1f1;
}
.list-group-item-paper.list-group-item-action.active {
  color: #fff;
  background-color: #838282;
  border-color: #838282;
}
.list-group-item-beige {
  color: #6e6c6b;
  background-color: #f3f2f1;
}
.list-group-item-beige.list-group-item-action:hover,
.list-group-item-beige.list-group-item-action:focus {
  color: #6e6c6b;
  background-color: #e7e5e3;
}
.list-group-item-beige.list-group-item-action.active {
  color: #fff;
  background-color: #6e6c6b;
  border-color: #6e6c6b;
}
.list-group-item-lighter-beige {
  color: #81807f;
  background-color: #fdfdfc;
}
.list-group-item-lighter-beige.list-group-item-action:hover,
.list-group-item-lighter-beige.list-group-item-action:focus {
  color: #81807f;
  background-color: #f3f3ed;
}
.list-group-item-lighter-beige.list-group-item-action.active {
  color: #fff;
  background-color: #81807f;
  border-color: #81807f;
}
.list-group-item-light-beige {
  color: #595550;
  background-color: #e7e6e3;
}
.list-group-item-light-beige.list-group-item-action:hover,
.list-group-item-light-beige.list-group-item-action:focus {
  color: #595550;
  background-color: #dbdad5;
}
.list-group-item-light-beige.list-group-item-action.active {
  color: #fff;
  background-color: #595550;
  border-color: #595550;
}
.list-group-item-medium-beige {
  color: #5f5854;
  background-color: #ebe7e5;
}
.list-group-item-medium-beige.list-group-item-action:hover,
.list-group-item-medium-beige.list-group-item-action:focus {
  color: #5f5854;
  background-color: #e0dad7;
}
.list-group-item-medium-beige.list-group-item-action.active {
  color: #fff;
  background-color: #5f5854;
  border-color: #5f5854;
}
.list-group-item-medium-dark-beige {
  color: #4d4845;
  background-color: #e1dedd;
}
.list-group-item-medium-dark-beige.list-group-item-action:hover,
.list-group-item-medium-dark-beige.list-group-item-action:focus {
  color: #4d4845;
  background-color: #d5d1cf;
}
.list-group-item-medium-dark-beige.list-group-item-action.active {
  color: #fff;
  background-color: #4d4845;
  border-color: #4d4845;
}
.list-group-item-dark-beige {
  color: #302c29;
  background-color: #d2cfcd;
}
.list-group-item-dark-beige.list-group-item-action:hover,
.list-group-item-dark-beige.list-group-item-action:focus {
  color: #302c29;
  background-color: #c6c2c0;
}
.list-group-item-dark-beige.list-group-item-action.active {
  color: #fff;
  background-color: #302c29;
  border-color: #302c29;
}
.list-group-item-white {
  color: #858585;
  background-color: #fff;
}
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-off-white {
  color: #74716f;
  background-color: #f6f5f3;
}
.list-group-item-off-white.list-group-item-action:hover,
.list-group-item-off-white.list-group-item-action:focus {
  color: #74716f;
  background-color: #ebe9e4;
}
.list-group-item-off-white.list-group-item-action.active {
  color: #fff;
  background-color: #74716f;
  border-color: #74716f;
}
.list-group-item-lightest-gray {
  color: #7c7c7c;
  background-color: #fafafa;
}
.list-group-item-lightest-gray.list-group-item-action:hover,
.list-group-item-lightest-gray.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #ededed;
}
.list-group-item-lightest-gray.list-group-item-action.active {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}
.list-group-item-lighter-gray-2 {
  color: #737373;
  background-color: whitesmoke;
}
.list-group-item-lighter-gray-2.list-group-item-action:hover,
.list-group-item-lighter-gray-2.list-group-item-action:focus {
  color: #737373;
  background-color: #e8e8e8;
}
.list-group-item-lighter-gray-2.list-group-item-action.active {
  color: #fff;
  background-color: #737373;
  border-color: #737373;
}
.list-group-item-lighter-gray {
  color: #5d5d5d;
  background-color: #eaeaea;
}
.list-group-item-lighter-gray.list-group-item-action:hover,
.list-group-item-lighter-gray.list-group-item-action:focus {
  color: #5d5d5d;
  background-color: #ddd;
}
.list-group-item-lighter-gray.list-group-item-action.active {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.list-group-item-light-gray {
  color: #434343;
  background-color: #dbdcdb;
}
.list-group-item-light-gray.list-group-item-action:hover,
.list-group-item-light-gray.list-group-item-action:focus {
  color: #434343;
  background-color: #cecfce;
}
.list-group-item-light-gray.list-group-item-action.active {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}
.list-group-item-medium-gray {
  color: #777;
  background-color: #f8f8f8;
}
.list-group-item-medium-gray.list-group-item-action:hover,
.list-group-item-medium-gray.list-group-item-action:focus {
  color: #777;
  background-color: #ebebeb;
}
.list-group-item-medium-gray.list-group-item-action.active {
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.list-group-item-medium-dark-gray {
  color: #51504f;
  background-color: #e3e3e2;
}
.list-group-item-medium-dark-gray.list-group-item-action:hover,
.list-group-item-medium-dark-gray.list-group-item-action:focus {
  color: #51504f;
  background-color: #d6d6d5;
}
.list-group-item-medium-dark-gray.list-group-item-action.active {
  color: #fff;
  background-color: #51504f;
  border-color: #51504f;
}
.list-group-item-dark-gray {
  color: #30302d;
  background-color: #d1d1d0;
}
.list-group-item-dark-gray.list-group-item-action:hover,
.list-group-item-dark-gray.list-group-item-action:focus {
  color: #30302d;
  background-color: #c4c4c3;
}
.list-group-item-dark-gray.list-group-item-action.active {
  color: #fff;
  background-color: #30302d;
  border-color: #30302d;
}
.list-group-item-dark-gray-2 {
  color: #1b1b1b;
  background-color: #c6c6c6;
}
.list-group-item-dark-gray-2.list-group-item-action:hover,
.list-group-item-dark-gray-2.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}
.list-group-item-dark-gray-2.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.list-group-item-darker-gray {
  color: #090909;
  background-color: #bcbcbc;
}
.list-group-item-darker-gray.list-group-item-action:hover,
.list-group-item-darker-gray.list-group-item-action:focus {
  color: #090909;
  background-color: #afafaf;
}
.list-group-item-darker-gray.list-group-item-action.active {
  color: #fff;
  background-color: #090909;
  border-color: #090909;
}
.list-group-item-black {
  color: #070605;
  background-color: #bbbbba;
}
.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
  color: #070605;
  background-color: #aeaead;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #070605;
  border-color: #070605;
}
.list-group-item-light-brown {
  color: #4d392f;
  background-color: #e1d6d1;
}
.list-group-item-light-brown.list-group-item-action:hover,
.list-group-item-light-brown.list-group-item-action:focus {
  color: #4d392f;
  background-color: #d7c8c2;
}
.list-group-item-light-brown.list-group-item-action.active {
  color: #fff;
  background-color: #4d392f;
  border-color: #4d392f;
}
.list-group-item-lighter-brown {
  color: #242322;
  background-color: #cbcaca;
}
.list-group-item-lighter-brown.list-group-item-action:hover,
.list-group-item-lighter-brown.list-group-item-action:focus {
  color: #242322;
  background-color: #bebdbd;
}
.list-group-item-lighter-brown.list-group-item-action.active {
  color: #fff;
  background-color: #242322;
  border-color: #242322;
}
.list-group-item-dark-brown {
  color: #281006;
  background-color: #cdc0bb;
}
.list-group-item-dark-brown.list-group-item-action:hover,
.list-group-item-dark-brown.list-group-item-action:focus {
  color: #281006;
  background-color: #c2b2ac;
}
.list-group-item-dark-brown.list-group-item-action.active {
  color: #fff;
  background-color: #281006;
  border-color: #281006;
}
.list-group-item-darker-brown {
  color: #160803;
  background-color: #c3bcb9;
}
.list-group-item-darker-brown.list-group-item-action:hover,
.list-group-item-darker-brown.list-group-item-action:focus {
  color: #160803;
  background-color: #b7afab;
}
.list-group-item-darker-brown.list-group-item-action.active {
  color: #fff;
  background-color: #160803;
  border-color: #160803;
}
.list-group-item-darker-brown-2 {
  color: #211c19;
  background-color: #cac7c5;
}
.list-group-item-darker-brown-2.list-group-item-action:hover,
.list-group-item-darker-brown-2.list-group-item-action:focus {
  color: #211c19;
  background-color: #bebab8;
}
.list-group-item-darker-brown-2.list-group-item-action.active {
  color: #fff;
  background-color: #211c19;
  border-color: #211c19;
}
.list-group-item-darker-brown-3 {
  color: #1d1715;
  background-color: #c7c4c3;
}
.list-group-item-darker-brown-3.list-group-item-action:hover,
.list-group-item-darker-brown-3.list-group-item-action:focus {
  color: #1d1715;
  background-color: #bbb7b6;
}
.list-group-item-darker-brown-3.list-group-item-action.active {
  color: #fff;
  background-color: #1d1715;
  border-color: #1d1715;
}
.list-group-item-darkest-brown {
  color: #161210;
  background-color: #c3c1c0;
}
.list-group-item-darkest-brown.list-group-item-action:hover,
.list-group-item-darkest-brown.list-group-item-action:focus {
  color: #161210;
  background-color: #b7b4b3;
}
.list-group-item-darkest-brown.list-group-item-action.active {
  color: #fff;
  background-color: #161210;
  border-color: #161210;
}
.list-group-item-dark-orange-brown {
  color: #421407;
  background-color: #dbc3bc;
}
.list-group-item-dark-orange-brown.list-group-item-action:hover,
.list-group-item-dark-orange-brown.list-group-item-action:focus {
  color: #421407;
  background-color: #d2b4ab;
}
.list-group-item-dark-orange-brown.list-group-item-action.active {
  color: #fff;
  background-color: #421407;
  border-color: #421407;
}
.list-group-item-darkest-orange-brown {
  color: #1b0a03;
  background-color: #c6bdb9;
}
.list-group-item-darkest-orange-brown.list-group-item-action:hover,
.list-group-item-darkest-orange-brown.list-group-item-action:focus {
  color: #1b0a03;
  background-color: #bbb0ab;
}
.list-group-item-darkest-orange-brown.list-group-item-action.active {
  color: #fff;
  background-color: #1b0a03;
  border-color: #1b0a03;
}
.list-group-item-dark-gray-brown {
  color: #13110f;
  background-color: #c2c1c0;
}
.list-group-item-dark-gray-brown.list-group-item-action:hover,
.list-group-item-dark-gray-brown.list-group-item-action:focus {
  color: #13110f;
  background-color: #b5b4b3;
}
.list-group-item-dark-gray-brown.list-group-item-action.active {
  color: #fff;
  background-color: #13110f;
  border-color: #13110f;
}
.list-group-item-tan {
  color: #36322d;
  background-color: #d5d3d0;
}
.list-group-item-tan.list-group-item-action:hover,
.list-group-item-tan.list-group-item-action:focus {
  color: #36322d;
  background-color: #c9c6c3;
}
.list-group-item-tan.list-group-item-action.active {
  color: #fff;
  background-color: #36322d;
  border-color: #36322d;
}
.list-group-item-dark-tan {
  color: #2d2622;
  background-color: #d0ccca;
}
.list-group-item-dark-tan.list-group-item-action:hover,
.list-group-item-dark-tan.list-group-item-action:focus {
  color: #2d2622;
  background-color: #c4bfbc;
}
.list-group-item-dark-tan.list-group-item-action.active {
  color: #fff;
  background-color: #2d2622;
  border-color: #2d2622;
}
.list-group-item-red {
  color: #502115;
  background-color: #e2c9c3;
}
.list-group-item-red.list-group-item-action:hover,
.list-group-item-red.list-group-item-action:focus {
  color: #502115;
  background-color: #dabab2;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #502115;
  border-color: #502115;
}
.list-group-item-blue {
  color: #162031;
  background-color: #c4c9d2;
}
.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
  color: #162031;
  background-color: #b6bcc7;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #162031;
  border-color: #162031;
}
.list-group-item-yellow {
  color: #393623;
  background-color: #d6d5ca;
}
.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
  color: #393623;
  background-color: #cbcabc;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #393623;
  border-color: #393623;
}
.list-group-item-green {
  color: #24302b;
  background-color: #cbd2cf;
}
.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
  color: #24302b;
  background-color: #bdc6c2;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #24302b;
  border-color: #24302b;
}
.list-group-item-slate {
  color: #232524;
  background-color: #cbcccb;
}
.list-group-item-slate.list-group-item-action:hover,
.list-group-item-slate.list-group-item-action:focus {
  color: #232524;
  background-color: #bebfbe;
}
.list-group-item-slate.list-group-item-action.active {
  color: #fff;
  background-color: #232524;
  border-color: #232524;
}
.list-group-item-blog-default {
  color: #572513;
  background-color: #e6ccc2;
}
.list-group-item-blog-default.list-group-item-action:hover,
.list-group-item-blog-default.list-group-item-action:focus {
  color: #572513;
  background-color: #dfbdb0;
}
.list-group-item-blog-default.list-group-item-action.active {
  color: #fff;
  background-color: #572513;
  border-color: #572513;
}
.list-group-item-blog-canna {
  color: #29431d;
  background-color: #cddcc7;
}
.list-group-item-blog-canna.list-group-item-action:hover,
.list-group-item-blog-canna.list-group-item-action:focus {
  color: #29431d;
  background-color: #bfd2b7;
}
.list-group-item-blog-canna.list-group-item-action.active {
  color: #fff;
  background-color: #29431d;
  border-color: #29431d;
}
.list-group-item-blog-china {
  color: #560f11;
  background-color: #e6bfc1;
}
.list-group-item-blog-china.list-group-item-action:hover,
.list-group-item-blog-china.list-group-item-action:focus {
  color: #560f11;
  background-color: #dfadaf;
}
.list-group-item-blog-china.list-group-item-action.active {
  color: #fff;
  background-color: #560f11;
  border-color: #560f11;
}
.list-group-item-blog-psych {
  color: #1b2142;
  background-color: #c6c9db;
}
.list-group-item-blog-psych.list-group-item-action:hover,
.list-group-item-blog-psych.list-group-item-action:focus {
  color: #1b2142;
  background-color: #b6bad1;
}
.list-group-item-blog-psych.list-group-item-action.active {
  color: #fff;
  background-color: #1b2142;
  border-color: #1b2142;
}
.list-group-item-hero-accent {
  color: #6f5a23;
  background-color: #f4e8ca;
}
.list-group-item-hero-accent.list-group-item-action:hover,
.list-group-item-hero-accent.list-group-item-action:focus {
  color: #6f5a23;
  background-color: #f0dfb5;
}
.list-group-item-hero-accent.list-group-item-action.active {
  color: #fff;
  background-color: #6f5a23;
  border-color: #6f5a23;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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: #a84825 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #7d3720 !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-paper {
  background-color: #fbfafa !important;
}
a.bg-paper:hover,
a.bg-paper:focus,
button.bg-paper:hover,
button.bg-paper:focus {
  background-color: #e4dede !important;
}
.bg-beige {
  background-color: #d4d0ce !important;
}
a.bg-beige:hover,
a.bg-beige:focus,
button.bg-beige:hover,
button.bg-beige:focus {
  background-color: #bcb6b3 !important;
}
.bg-lighter-beige {
  background-color: #f8f7f5 !important;
}
a.bg-lighter-beige:hover,
a.bg-lighter-beige:focus,
button.bg-lighter-beige:hover,
button.bg-lighter-beige:focus {
  background-color: #e3dfd7 !important;
}
.bg-light-beige {
  background-color: #aba49a !important;
}
a.bg-light-beige:hover,
a.bg-light-beige:focus,
button.bg-light-beige:hover,
button.bg-light-beige:focus {
  background-color: #948b7e !important;
}
.bg-medium-beige {
  background-color: #b6aaa2 !important;
}
a.bg-medium-beige:hover,
a.bg-medium-beige:focus,
button.bg-medium-beige:hover,
button.bg-medium-beige:focus {
  background-color: #a09085 !important;
}
.bg-medium-dark-beige {
  background-color: #948a84 !important;
}
a.bg-medium-dark-beige:hover,
a.bg-medium-dark-beige:focus,
button.bg-medium-dark-beige:hover,
button.bg-medium-dark-beige:focus {
  background-color: #7a716b !important;
}
.bg-dark-beige {
  background-color: #5d544e !important;
}
a.bg-dark-beige:hover,
a.bg-dark-beige:focus,
button.bg-dark-beige:hover,
button.bg-dark-beige:focus {
  background-color: #413b37 !important;
}
.bg-white {
  background-color: white !important;
}
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.bg-off-white {
  background-color: #dfdad5 !important;
}
a.bg-off-white:hover,
a.bg-off-white:focus,
button.bg-off-white:hover,
button.bg-off-white:focus {
  background-color: #c9c1b8 !important;
}
.bg-lightest-gray {
  background-color: #eee !important;
}
a.bg-lightest-gray:hover,
a.bg-lightest-gray:focus,
button.bg-lightest-gray:hover,
button.bg-lightest-gray:focus {
  background-color: #d5d5d5 !important;
}
.bg-lighter-gray-2 {
  background-color: #ddd !important;
}
a.bg-lighter-gray-2:hover,
a.bg-lighter-gray-2:focus,
button.bg-lighter-gray-2:hover,
button.bg-lighter-gray-2:focus {
  background-color: #c4c4c4 !important;
}
.bg-lighter-gray {
  background-color: #b3b3b3 !important;
}
a.bg-lighter-gray:hover,
a.bg-lighter-gray:focus,
button.bg-lighter-gray:hover,
button.bg-lighter-gray:focus {
  background-color: #9a9a9a !important;
}
.bg-light-gray {
  background-color: #808180 !important;
}
a.bg-light-gray:hover,
a.bg-light-gray:focus,
button.bg-light-gray:hover,
button.bg-light-gray:focus {
  background-color: #676767 !important;
}
.bg-medium-gray {
  background-color: #e5e5e5 !important;
}
a.bg-medium-gray:hover,
a.bg-medium-gray:focus,
button.bg-medium-gray:hover,
button.bg-medium-gray:focus {
  background-color: #cccccc !important;
}
.bg-medium-dark-gray {
  background-color: #9b9a98 !important;
}
a.bg-medium-dark-gray:hover,
a.bg-medium-dark-gray:focus,
button.bg-medium-dark-gray:hover,
button.bg-medium-dark-gray:focus {
  background-color: #82817e !important;
}
.bg-dark-gray {
  background-color: #5c5c56 !important;
}
a.bg-dark-gray:hover,
a.bg-dark-gray:focus,
button.bg-dark-gray:hover,
button.bg-dark-gray:focus {
  background-color: #42423d !important;
}
.bg-dark-gray-2 {
  background-color: #333 !important;
}
a.bg-dark-gray-2:hover,
a.bg-dark-gray-2:focus,
button.bg-dark-gray-2:hover,
button.bg-dark-gray-2:focus {
  background-color: #1a1a1a !important;
}
.bg-darker-gray {
  background-color: #111 !important;
}
a.bg-darker-gray:hover,
a.bg-darker-gray:focus,
button.bg-darker-gray:hover,
button.bg-darker-gray:focus {
  background-color: black !important;
}
.bg-black {
  background-color: #0d0b09 !important;
}
a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}
.bg-light-brown {
  background-color: #956d5a !important;
}
a.bg-light-brown:hover,
a.bg-light-brown:focus,
button.bg-light-brown:hover,
button.bg-light-brown:focus {
  background-color: #755647 !important;
}
.bg-lighter-brown {
  background-color: #464341 !important;
}
a.bg-lighter-brown:hover,
a.bg-lighter-brown:focus,
button.bg-lighter-brown:hover,
button.bg-lighter-brown:focus {
  background-color: #2c2a28 !important;
}
.bg-dark-brown {
  background-color: #4d1f0b !important;
}
a.bg-dark-brown:hover,
a.bg-dark-brown:focus,
button.bg-dark-brown:hover,
button.bg-dark-brown:focus {
  background-color: #200d05 !important;
}
.bg-darker-brown {
  background-color: #2a0f06 !important;
}
a.bg-darker-brown:hover,
a.bg-darker-brown:focus,
button.bg-darker-brown:hover,
button.bg-darker-brown:focus {
  background-color: black !important;
}
.bg-darker-brown-2 {
  background-color: #403631 !important;
}
a.bg-darker-brown-2:hover,
a.bg-darker-brown-2:focus,
button.bg-darker-brown-2:hover,
button.bg-darker-brown-2:focus {
  background-color: #231e1b !important;
}
.bg-darker-brown-3 {
  background-color: #372d29 !important;
}
a.bg-darker-brown-3:hover,
a.bg-darker-brown-3:focus,
button.bg-darker-brown-3:hover,
button.bg-darker-brown-3:focus {
  background-color: #1a1513 !important;
}
.bg-darkest-brown {
  background-color: #2a231f !important;
}
a.bg-darkest-brown:hover,
a.bg-darkest-brown:focus,
button.bg-darkest-brown:hover,
button.bg-darkest-brown:focus {
  background-color: #0d0b09 !important;
}
.bg-dark-orange-brown {
  background-color: #7f270e !important;
}
a.bg-dark-orange-brown:hover,
a.bg-dark-orange-brown:focus,
button.bg-dark-orange-brown:hover,
button.bg-dark-orange-brown:focus {
  background-color: #511909 !important;
}
.bg-darkest-orange-brown {
  background-color: #331406 !important;
}
a.bg-darkest-orange-brown:hover,
a.bg-darkest-orange-brown:focus,
button.bg-darkest-orange-brown:hover,
button.bg-darkest-orange-brown:focus {
  background-color: #050201 !important;
}
.bg-dark-gray-brown {
  background-color: #25201d !important;
}
a.bg-dark-gray-brown:hover,
a.bg-dark-gray-brown:focus,
button.bg-dark-gray-brown:hover,
button.bg-dark-gray-brown:focus {
  background-color: #080707 !important;
}
.bg-tan {
  background-color: #686156 !important;
}
a.bg-tan:hover,
a.bg-tan:focus,
button.bg-tan:hover,
button.bg-tan:focus {
  background-color: #4c473f !important;
}
.bg-dark-tan {
  background-color: #564941 !important;
}
a.bg-dark-tan:hover,
a.bg-dark-tan:focus,
button.bg-dark-tan:hover,
button.bg-dark-tan:focus {
  background-color: #39302b !important;
}
.bg-red {
  background-color: #993f29 !important;
}
a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #712e1e !important;
}
.bg-blue {
  background-color: #2b3d5e !important;
}
a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #1b263b !important;
}
.bg-yellow {
  background-color: #6d6843 !important;
}
a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #4d4a30 !important;
}
.bg-green {
  background-color: #465d52 !important;
}
a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #304038 !important;
}
.bg-slate {
  background-color: #444846 !important;
}
a.bg-slate:hover,
a.bg-slate:focus,
button.bg-slate:hover,
button.bg-slate:focus {
  background-color: #2b2e2d !important;
}
.bg-blog-default {
  background-color: #a74824 !important;
}
a.bg-blog-default:hover,
a.bg-blog-default:focus,
button.bg-blog-default:hover,
button.bg-blog-default:focus {
  background-color: #7d361b !important;
}
.bg-blog-canna {
  background-color: #4e8137 !important;
}
a.bg-blog-canna:hover,
a.bg-blog-canna:focus,
button.bg-blog-canna:hover,
button.bg-blog-canna:focus {
  background-color: #385d28 !important;
}
.bg-blog-china {
  background-color: #a61c20 !important;
}
a.bg-blog-china:hover,
a.bg-blog-china:focus,
button.bg-blog-china:hover,
button.bg-blog-china:focus {
  background-color: #7a1518 !important;
}
.bg-blog-psych {
  background-color: #333f7e !important;
}
a.bg-blog-psych:hover,
a.bg-blog-psych:focus,
button.bg-blog-psych:hover,
button.bg-blog-psych:focus {
  background-color: #242d5a !important;
}
.bg-hero-accent {
  background-color: #d6ae43 !important;
}
a.bg-hero-accent:hover,
a.bg-hero-accent:focus,
button.bg-hero-accent:hover,
button.bg-hero-accent:focus {
  background-color: #bd9529 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #a84825 !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-paper {
  border-color: #fbfafa !important;
}
.border-beige {
  border-color: #d4d0ce !important;
}
.border-lighter-beige {
  border-color: #f8f7f5 !important;
}
.border-light-beige {
  border-color: #aba49a !important;
}
.border-medium-beige {
  border-color: #b6aaa2 !important;
}
.border-medium-dark-beige {
  border-color: #948a84 !important;
}
.border-dark-beige {
  border-color: #5d544e !important;
}
.border-white {
  border-color: white !important;
}
.border-off-white {
  border-color: #dfdad5 !important;
}
.border-lightest-gray {
  border-color: #eee !important;
}
.border-lighter-gray-2 {
  border-color: #ddd !important;
}
.border-lighter-gray {
  border-color: #b3b3b3 !important;
}
.border-light-gray {
  border-color: #808180 !important;
}
.border-medium-gray {
  border-color: #e5e5e5 !important;
}
.border-medium-dark-gray {
  border-color: #9b9a98 !important;
}
.border-dark-gray {
  border-color: #5c5c56 !important;
}
.border-dark-gray-2 {
  border-color: #333 !important;
}
.border-darker-gray {
  border-color: #111 !important;
}
.border-black {
  border-color: #0d0b09 !important;
}
.border-light-brown {
  border-color: #956d5a !important;
}
.border-lighter-brown {
  border-color: #464341 !important;
}
.border-dark-brown {
  border-color: #4d1f0b !important;
}
.border-darker-brown {
  border-color: #2a0f06 !important;
}
.border-darker-brown-2 {
  border-color: #403631 !important;
}
.border-darker-brown-3 {
  border-color: #372d29 !important;
}
.border-darkest-brown {
  border-color: #2a231f !important;
}
.border-dark-orange-brown {
  border-color: #7f270e !important;
}
.border-darkest-orange-brown {
  border-color: #331406 !important;
}
.border-dark-gray-brown {
  border-color: #25201d !important;
}
.border-tan {
  border-color: #686156 !important;
}
.border-dark-tan {
  border-color: #564941 !important;
}
.border-red {
  border-color: #993f29 !important;
}
.border-blue {
  border-color: #2b3d5e !important;
}
.border-yellow {
  border-color: #6d6843 !important;
}
.border-green {
  border-color: #465d52 !important;
}
.border-slate {
  border-color: #444846 !important;
}
.border-blog-default {
  border-color: #a74824 !important;
}
.border-blog-canna {
  border-color: #4e8137 !important;
}
.border-blog-china {
  border-color: #a61c20 !important;
}
.border-blog-psych {
  border-color: #333f7e !important;
}
.border-hero-accent {
  border-color: #d6ae43 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0 !important;
}
.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !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 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.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  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;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.m-8 {
  margin: 4rem !important;
}
.mt-8,
.my-8 {
  margin-top: 4rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 4rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 4rem !important;
}
.m-10 {
  margin: 6rem !important;
}
.mt-10,
.my-10 {
  margin-top: 6rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 6rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 6rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 6rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.p-8 {
  padding: 4rem !important;
}
.pt-8,
.py-8 {
  padding-top: 4rem !important;
}
.pr-8,
.px-8 {
  padding-right: 4rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}
#office-locations {
  padding-top: 8rem !important;
  padding-bottom: 7rem !important;
}
.pl-8,
.px-8 {
  padding-left: 4rem !important;
}
.p-10 {
  padding: 6rem !important;
}
.pt-10,
.py-10 {
  padding-top: 6rem !important;
}
.pr-10,
.px-10 {
  padding-right: 6rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 6rem !important;
}
.pl-10,
.px-10 {
  padding-left: 6rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-n8 {
  margin: -4rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -4rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -4rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -4rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -4rem !important;
}
.m-n10 {
  margin: -6rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -6rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -6rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -6rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -6rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-8 {
    margin: 4rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4rem !important;
  }
  .m-sm-10 {
    margin: 6rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 6rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 6rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-8 {
    padding: 4rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4rem !important;
  }
  .p-sm-10 {
    padding: 6rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 6rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 6rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n8 {
    margin: -4rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -4rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -4rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -4rem !important;
  }
  .m-sm-n10 {
    margin: -6rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -6rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -6rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 4rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 4rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 4rem !important;
  }
  .m-md-10 {
    margin: 6rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 6rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 6rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 6rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 4rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 4rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 4rem !important;
  }
  .p-md-10 {
    padding: 6rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 6rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 6rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 6rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n8 {
    margin: -4rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -4rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -4rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -4rem !important;
  }
  .m-md-n10 {
    margin: -6rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -6rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -6rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-8 {
    margin: 4rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4rem !important;
  }
  .m-lg-10 {
    margin: 6rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 6rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 6rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-8 {
    padding: 4rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4rem !important;
  }
  .p-lg-10 {
    padding: 6rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 6rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 6rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n8 {
    margin: -4rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -4rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -4rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -4rem !important;
  }
  .m-lg-n10 {
    margin: -6rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -6rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -6rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-8 {
    margin: 4rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4rem !important;
  }
  .m-xl-10 {
    margin: 6rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 6rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 6rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-8 {
    padding: 4rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4rem !important;
  }
  .p-xl-10 {
    padding: 6rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 6rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 6rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n8 {
    margin: -4rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -4rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -4rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -4rem !important;
  }
  .m-xl-n10 {
    margin: -6rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -6rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -6rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #a84825 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #692e1b !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-paper {
  color: #fbfafa !important;
}
a.text-paper:hover,
a.text-paper:focus {
  color: #d9d0d0 !important;
}
.text-beige {
  color: #d4d0ce !important;
}
a.text-beige:hover,
a.text-beige:focus {
  color: #b0a9a5 !important;
}
.text-lighter-beige {
  color: #f8f7f5 !important;
}
a.text-lighter-beige:hover,
a.text-lighter-beige:focus {
  color: #d9d3c8 !important;
}
.text-light-beige {
  color: #aba49a !important;
}
a.text-light-beige:hover,
a.text-light-beige:focus {
  color: #887e71 !important;
}
.text-medium-beige {
  color: #b6aaa2 !important;
}
a.text-medium-beige:hover,
a.text-medium-beige:focus {
  color: #948377 !important;
}
.text-medium-dark-beige {
  color: #948a84 !important;
}
a.text-medium-dark-beige:hover,
a.text-medium-dark-beige:focus {
  color: #6d645f !important;
}
.text-dark-beige {
  color: #5d544e !important;
}
a.text-dark-beige:hover,
a.text-dark-beige:focus {
  color: #332e2b !important;
}
.text-white {
  color: white !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}
.text-off-white {
  color: #dfdad5 !important;
}
a.text-off-white:hover,
a.text-off-white:focus {
  color: #beb4aa !important;
}
.text-lightest-gray {
  color: #eee !important;
}
a.text-lightest-gray:hover,
a.text-lightest-gray:focus {
  color: #c8c8c8 !important;
}
.text-lighter-gray-2 {
  color: #ddd !important;
}
a.text-lighter-gray-2:hover,
a.text-lighter-gray-2:focus {
  color: #b7b7b7 !important;
}
.text-lighter-gray {
  color: #b3b3b3 !important;
}
a.text-lighter-gray:hover,
a.text-lighter-gray:focus {
  color: #8d8d8d !important;
}
.text-light-gray {
  color: #808180 !important;
}
a.text-light-gray:hover,
a.text-light-gray:focus {
  color: #5a5b5a !important;
}
.text-medium-gray {
  color: #e5e5e5 !important;
}
a.text-medium-gray:hover,
a.text-medium-gray:focus {
  color: #bfbfbf !important;
}
.text-medium-dark-gray {
  color: #9b9a98 !important;
}
a.text-medium-dark-gray:hover,
a.text-medium-dark-gray:focus {
  color: #757472 !important;
}
.text-dark-gray {
  color: #5c5c56 !important;
}
a.text-dark-gray:hover,
a.text-dark-gray:focus {
  color: #343431 !important;
}
.text-dark-gray-2 {
  color: #333 !important;
}
a.text-dark-gray-2:hover,
a.text-dark-gray-2:focus {
  color: #0d0d0d !important;
}
.text-darker-gray {
  color: #111 !important;
}
a.text-darker-gray:hover,
a.text-darker-gray:focus {
  color: black !important;
}
.text-black {
  color: #0d0b09 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: black !important;
}
.text-light-brown {
  color: #956d5a !important;
}
a.text-light-brown:hover,
a.text-light-brown:focus {
  color: #654a3d !important;
}
.text-lighter-brown {
  color: #464341 !important;
}
a.text-lighter-brown:hover,
a.text-lighter-brown:focus {
  color: #1e1d1c !important;
}
.text-dark-brown {
  color: #4d1f0b !important;
}
a.text-dark-brown:hover,
a.text-dark-brown:focus {
  color: #0a0401 !important;
}
.text-darker-brown {
  color: #2a0f06 !important;
}
a.text-darker-brown:hover,
a.text-darker-brown:focus {
  color: black !important;
}
.text-darker-brown-2 {
  color: #403631 !important;
}
a.text-darker-brown-2:hover,
a.text-darker-brown-2:focus {
  color: #151110 !important;
}
.text-darker-brown-3 {
  color: #372d29 !important;
}
a.text-darker-brown-3:hover,
a.text-darker-brown-3:focus {
  color: #0b0908 !important;
}
.text-darkest-brown {
  color: #2a231f !important;
}
a.text-darkest-brown:hover,
a.text-darkest-brown:focus {
  color: black !important;
}
.text-dark-orange-brown {
  color: #7f270e !important;
}
a.text-dark-orange-brown:hover,
a.text-dark-orange-brown:focus {
  color: #3a1206 !important;
}
.text-darkest-orange-brown {
  color: #331406 !important;
}
a.text-darkest-orange-brown:hover,
a.text-darkest-orange-brown:focus {
  color: black !important;
}
.text-dark-gray-brown {
  color: #25201d !important;
}
a.text-dark-gray-brown:hover,
a.text-dark-gray-brown:focus {
  color: black !important;
}
.text-tan {
  color: #686156 !important;
}
a.text-tan:hover,
a.text-tan:focus {
  color: #3e3a33 !important;
}
.text-dark-tan {
  color: #564941 !important;
}
a.text-dark-tan:hover,
a.text-dark-tan:focus {
  color: #2a2420 !important;
}
.text-red {
  color: #993f29 !important;
}
a.text-red:hover,
a.text-red:focus {
  color: #5d2619 !important;
}
.text-blue {
  color: #2b3d5e !important;
}
a.text-blue:hover,
a.text-blue:focus {
  color: #131b2a !important;
}
.text-yellow {
  color: #6d6843 !important;
}
a.text-yellow:hover,
a.text-yellow:focus {
  color: #3e3b26 !important;
}
.text-green {
  color: #465d52 !important;
}
a.text-green:hover,
a.text-green:focus {
  color: #25312c !important;
}
.text-slate {
  color: #444846 !important;
}
a.text-slate:hover,
a.text-slate:focus {
  color: #1f2120 !important;
}
.text-blog-default {
  color: #a74824 !important;
}
a.text-blog-default:hover,
a.text-blog-default:focus {
  color: #682d16 !important;
}
.text-blog-canna {
  color: #4e8137 !important;
}
a.text-blog-canna:hover,
a.text-blog-canna:focus {
  color: #2e4b20 !important;
}
.text-blog-china {
  color: #a61c20 !important;
}
a.text-blog-china:hover,
a.text-blog-china:focus {
  color: #651113 !important;
}
.text-blog-psych {
  color: #333f7e !important;
}
a.text-blog-psych:hover,
a.text-blog-psych:focus {
  color: #1d2448 !important;
}
.text-hero-accent {
  color: #d6ae43 !important;
}
a.text-hero-accent:hover,
a.text-hero-accent:focus {
  color: #a88425 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
.slick-loading .slick-list {
  background: #fff
    url(/themes/hb2022/dist/styles/ajax-loader.gif)
    center center no-repeat;
}
@font-face {
  font-display: swap;
  font-family: "slick";
  src: url(/themes/hb2022/dist/styles/fonts/slick.eot);
  src: url("/themes/hb2022/dist/styles/fonts/slick.eot?")
      format("embedded-opentype"),
    url(/themes/hb2022/dist/styles/fonts/slick.woff)
      format("woff"),
    url(/themes/hb2022/dist/styles/fonts/slick.ttf)
      format("truetype"),
    url("/themes/hb2022/dist/styles/fonts/slick.svg")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #686156;
}
img,
figure {
  max-width: 100%;
  height: auto;
}
a {
  color: #a84825;
}
p {
  font-weight: 400;
}
#app {
  padding-top: 7.5rem;
}
@media (min-width: 768px) {
  #app {
    padding-top: 8.1875rem;
  }
}
.valign-middle {
  vertical-align: middle;
}
.btn {
  font-family: "Belgrano", sans-serif;
}
@media (min-width: 768px) {
  .btn {
    font-size: 13px;
    font-size: 0.8125em;
    font-size: 1.3rem;
  }
}
.btn:hover {
  text-decoration: underline;
}
.btn-white-translucent {
  background: #808180;
  color: #111;
}
.learn-more-chevron svg {
  height: 1rem;
}
.enhanced-mailto a[href^="mailto"],
.enhanced-tel a[href^="tel"] {
  color: #686156;
  font-size: 1rem;
  font-weight: 700;
}
.enhanced-mailto a[href^="mailto"]:before,
.enhanced-tel a[href^="tel"]:before {
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 0.75rem;
  width: 15px;
}
.alt-link-style p a:first-child:last-child {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.enhanced-mailto a[href^="mailto"]:before {
  background-image: url(/themes/hb2022/dist/images/icon-mail.png);
  display: none;
}
.enhanced-mailto .dashicons-email {
  margin-right: 0.75rem;
  vertical-align: text-top;
}
.enhanced-mailto .dashicons-email:before {
  color: #a84825;
}
.enhanced-tel a[href^="tel"]:before {
  background-image: url(/themes/hb2022/dist/images/icon-phone.png);
}
.line-height-1 {
  line-height: 1;
}
.line-height-2 {
  line-height: 2;
}
.font-open-sans {
  font-family: "Open Sans", sans-serif;
}
.font-notoserif {
  font-family: "Noto Serif", serif;
}
.font-belgrano {
  font-family: "Belgrano", sans-serif;
}
.font-100 {
  font-weight: 100;
}
.font-600 {
  font-weight: 600;
}
.letter-spacing-1-8 {
  letter-spacing: 1.8px;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.letter-spacing-01-em {
  letter-spacing: 0.1em;
}
.page-intro .text {
  max-width: 48em;
}
.font-size-small-heading {
  font-size: 1.1rem;
}
.font-size-small-p {
  font-size: 0.875rem;
}
.font-size-large-p {
  font-size: 1.25rem;
}
.font-size-smaller {
  font-size: 0.75rem;
}
.font-size-large-h6 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .font-size-small-h1 {
    font-size: 2.1875rem;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .text-right-md {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .text-right-lg {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-left-md {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .text-left-lg {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .text-center-md {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-center-lg {
    text-align: center !important;
  }
}
.font-weight-bold a {
  font-weight: 700;
}
.em-as-accent em {
  color: #a84825;
  font-style: normal;
}
.container.skinny {
  max-width: 51.875rem;
}
.container.super-skinny {
  max-width: 44.375rem;
}
.bg-grunge {
  background: url(/themes/hb2022/dist/images/bg-white-grunge.jpg);
}
.bg-dark-grunge {
  background: url(/themes/hb2022/dist/images/hb-all-blogs-bg.png);
}
.bg-bottom-5th-white:before {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 20%;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg--dark a {
  color: #ddd;
  text-decoration: underline;
}
.bg-dark-slate {
  background: url(/themes/hb2022/dist/images/bg-dark-slate.jpg);
}
.bg-cardboard {
  background-image: url(/themes/hb2022/dist/images/bg-cardboard.jpg);
}
.bg-gray1,
.bg-gray2 {
  background: #2a231f;
  color: #fff;
}
.bg-gray1 .btn,
.bg-gray2 .btn {
  color: #dfdad5;
  background-color: #a84825;
}
.bg-rust1 {
  background: url(/themes/hb2022/dist/images/bg-rust.jpg);
}
.bg-rust2 {
  background: url(/themes/hb2022/dist/images/bg-rust.jpg);
}
.bg-rust2 .btn {
  background-color: #331406;
  color: #fff;
}
.text {
  font-size: 1.2rem;
}
.animated {
  transition: all 0.3s ease-in-out;
}
.logo-signature {
  height: 36px;
  width: 68px;
  background-image: url(/themes/hb2022/dist/images/HBR-Blog-Stamp.png);
  background-repeat: no-repeat;
  opacity: 0.2;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.has-primary-color {
  color: #a84825;
}
.has-primary-background-color {
  background-color: #a84825;
}
.has-secondary-color {
  color: #6c757d;
}
.has-secondary-background-color {
  background-color: #6c757d;
}
.has-success-color {
  color: #28a745;
}
.has-success-background-color {
  background-color: #28a745;
}
.has-info-color {
  color: #17a2b8;
}
.has-info-background-color {
  background-color: #17a2b8;
}
.has-warning-color {
  color: #ffc107;
}
.has-warning-background-color {
  background-color: #ffc107;
}
.has-danger-color {
  color: #dc3545;
}
.has-danger-background-color {
  background-color: #dc3545;
}
.has-light-color {
  color: #f8f9fa;
}
.has-light-background-color {
  background-color: #f8f9fa;
}
.has-dark-color {
  color: #343a40;
}
.has-dark-background-color {
  background-color: #343a40;
}
.has-paper-color {
  color: #fbfafa;
}
.has-paper-background-color {
  background-color: #fbfafa;
}
.has-beige-color {
  color: #d4d0ce;
}
.has-beige-background-color {
  background-color: #d4d0ce;
}
.has-lighter-beige-color {
  color: #f8f7f5;
}
.has-lighter-beige-background-color {
  background-color: #f8f7f5;
}
.has-light-beige-color {
  color: #aba49a;
}
.has-light-beige-background-color {
  background-color: #aba49a;
}
.has-medium-beige-color {
  color: #b6aaa2;
}
.has-medium-beige-background-color {
  background-color: #b6aaa2;
}
.has-medium-dark-beige-color {
  color: #948a84;
}
.has-medium-dark-beige-background-color {
  background-color: #948a84;
}
.has-dark-beige-color {
  color: #5d544e;
}
.has-dark-beige-background-color {
  background-color: #5d544e;
}
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.has-off-white-color {
  color: #dfdad5;
}
.has-off-white-background-color {
  background-color: #dfdad5;
}
.has-lightest-gray-color {
  color: #eee;
}
.has-lightest-gray-background-color {
  background-color: #eee;
}
.has-lighter-gray-2-color {
  color: #ddd;
}
.has-lighter-gray-2-background-color {
  background-color: #ddd;
}
.has-lighter-gray-color {
  color: #b3b3b3;
}
.has-lighter-gray-background-color {
  background-color: #b3b3b3;
}
.has-light-gray-color {
  color: #808180;
}
.has-light-gray-background-color {
  background-color: #808180;
}
.has-medium-gray-color {
  color: #e5e5e5;
}
.has-medium-gray-background-color {
  background-color: #e5e5e5;
}
.has-medium-dark-gray-color {
  color: #9b9a98;
}
.has-medium-dark-gray-background-color {
  background-color: #9b9a98;
}
.has-dark-gray-color {
  color: #5c5c56;
}
.has-dark-gray-background-color {
  background-color: #5c5c56;
}
.has-dark-gray-2-color {
  color: #333;
}
.has-dark-gray-2-background-color {
  background-color: #333;
}
.has-darker-gray-color {
  color: #111;
}
.has-darker-gray-background-color {
  background-color: #111;
}
.has-black-color {
  color: #0d0b09;
}
.has-black-background-color {
  background-color: #0d0b09;
}
.has-light-brown-color {
  color: #956d5a;
}
.has-light-brown-background-color {
  background-color: #956d5a;
}
.has-lighter-brown-color {
  color: #464341;
}
.has-lighter-brown-background-color {
  background-color: #464341;
}
.has-dark-brown-color {
  color: #4d1f0b;
}
.has-dark-brown-background-color {
  background-color: #4d1f0b;
}
.has-darker-brown-color {
  color: #2a0f06;
}
.has-darker-brown-background-color {
  background-color: #2a0f06;
}
.has-darker-brown-2-color {
  color: #403631;
}
.has-darker-brown-2-background-color {
  background-color: #403631;
}
.has-darker-brown-3-color {
  color: #372d29;
}
.has-darker-brown-3-background-color {
  background-color: #372d29;
}
.has-darkest-brown-color {
  color: #2a231f;
}
.has-darkest-brown-background-color {
  background-color: #2a231f;
}
.has-dark-orange-brown-color {
  color: #7f270e;
}
.has-dark-orange-brown-background-color {
  background-color: #7f270e;
}
.has-darkest-orange-brown-color {
  color: #331406;
}
.has-darkest-orange-brown-background-color {
  background-color: #331406;
}
.has-dark-gray-brown-color {
  color: #25201d;
}
.has-dark-gray-brown-background-color {
  background-color: #25201d;
}
.has-tan-color {
  color: #686156;
}
.has-tan-background-color {
  background-color: #686156;
}
.has-dark-tan-color {
  color: #564941;
}
.has-dark-tan-background-color {
  background-color: #564941;
}
.has-red-color {
  color: #993f29;
}
.has-red-background-color {
  background-color: #993f29;
}
.has-blue-color {
  color: #2b3d5e;
}
.has-blue-background-color {
  background-color: #2b3d5e;
}
.has-yellow-color {
  color: #6d6843;
}
.has-yellow-background-color {
  background-color: #6d6843;
}
.has-green-color {
  color: #465d52;
}
.has-green-background-color {
  background-color: #465d52;
}
.has-slate-color {
  color: #444846;
}
.has-slate-background-color {
  background-color: #444846;
}
.has-blog-default-color {
  color: #a74824;
}
.has-blog-default-background-color {
  background-color: #a74824;
}
.has-blog-canna-color {
  color: #4e8137;
}
.has-blog-canna-background-color {
  background-color: #4e8137;
}
.has-blog-china-color {
  color: #a61c20;
}
.has-blog-china-background-color {
  background-color: #a61c20;
}
.has-blog-psych-color {
  color: #333f7e;
}
.has-blog-psych-background-color {
  background-color: #333f7e;
}
.has-hero-accent-color {
  color: #d6ae43;
}
.has-hero-accent-background-color {
  background-color: #d6ae43;
}
@media (min-width: 768px) {
  .alignleft {
    display: inline;
    float: left;
    margin: 1.5rem;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .alignright {
    display: inline;
    float: right;
    margin: 1.5rem;
  }
}
.wp-block-button__link {
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  color: #a84825;
  border-color: #a84825;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #f8f9fa;
  background-color: #a84825;
  border-color: #a84825;
}
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link.focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 73, 42, 0.5);
}
.wp-block-button.is-style-outline .wp-block-button__link.disabled,
.wp-block-button.is-style-outline .wp-block-button__link:disabled {
  color: #a84825;
  background-color: transparent;
}
.wp-block-button.is-style-outline
  .wp-block-button__link:not(:disabled):not(.disabled):active,
.wp-block-button.is-style-outline
  .wp-block-button__link:not(:disabled):not(.disabled).active,
.show
  > .wp-block-button.is-style-outline
  .wp-block-button__link.dropdown-toggle {
  color: #fff;
  background-color: #a84825;
  border-color: #a84825;
}
.wp-block-button.is-style-outline
  .wp-block-button__link:not(:disabled):not(.disabled):active:focus,
.wp-block-button.is-style-outline
  .wp-block-button__link:not(:disabled):not(.disabled).active:focus,
.show
  > .wp-block-button.is-style-outline
  .wp-block-button__link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 73, 42, 0.5);
}
.wp-block-button.is-style-solid .wp-block-button__link {
  color: #fff;
  background-color: #a84825;
  border-color: #f8f9fa;
}
.wp-block-button.is-style-solid .wp-block-button__link:hover {
  color: #fff;
  background-color: #873c22;
  border-color: #dae0e5;
}
.wp-block-button.is-style-solid .wp-block-button__link:focus,
.wp-block-button.is-style-solid .wp-block-button__link.focus {
  color: #fff;
  background-color: #873c22;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
}
.wp-block-button.is-style-solid .wp-block-button__link.disabled,
.wp-block-button.is-style-solid .wp-block-button__link:disabled {
  color: #fff;
  background-color: #a84825;
  border-color: #f8f9fa;
}
.wp-block-button.is-style-solid
  .wp-block-button__link:not(:disabled):not(.disabled):active,
.wp-block-button.is-style-solid
  .wp-block-button__link:not(:disabled):not(.disabled).active,
.show > .wp-block-button.is-style-solid .wp-block-button__link.dropdown-toggle {
  color: #fff;
  background-color: #7d3720;
  border-color: #d3d9df;
}
.wp-block-button.is-style-solid
  .wp-block-button__link:not(:disabled):not(.disabled):active:focus,
.wp-block-button.is-style-solid
  .wp-block-button__link:not(:disabled):not(.disabled).active:focus,
.show
  > .wp-block-button.is-style-solid
  .wp-block-button__link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
}
.gform_wrapper .gform_button {
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  color: #fff;
  background-color: #a84825;
  border-color: #f8f9fa;
}
.gform_wrapper .gform_button:hover {
  color: #fff;
  background-color: #873c22;
  border-color: #dae0e5;
}
.gform_wrapper .gform_button:focus,
.gform_wrapper .gform_button.focus {
  color: #fff;
  background-color: #873c22;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
}
.gform_wrapper .gform_button.disabled,
.gform_wrapper .gform_button:disabled {
  color: #fff;
  background-color: #a84825;
  border-color: #f8f9fa;
}
.gform_wrapper .gform_button:not(:disabled):not(.disabled):active,
.gform_wrapper .gform_button:not(:disabled):not(.disabled).active,
.show > .gform_wrapper .gform_button.dropdown-toggle {
  color: #fff;
  background-color: #7d3720;
  border-color: #d3d9df;
}
.gform_wrapper .gform_button:not(:disabled):not(.disabled):active:focus,
.gform_wrapper .gform_button:not(:disabled):not(.disabled).active:focus,
.show > .gform_wrapper .gform_button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
}
.read-more {
  font-size: 1rem;
  padding: 0.55rem 0.85rem;
}
.post-nav a {
  color: #a84825;
  padding: 0.75rem 1rem;
  border: 1px solid #b3b3b3;
}
.post-nav a:hover {
  color: #fff;
  background-color: #a84825;
}
.fc-hero.large-size {
  max-width: 1920px;
  max-height: 800px;
  background-size: cover;
  background-position: center;
  background-position: 50% 0%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.fc-hero.large-size:after {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 18.5185185185%;
  height: 444.4444444444px;
  box-sizing: content-box;
}
.fc-hero.small-size {
  max-width: 1920px;
  max-height: 500px;
  background-size: cover;
  background-position: center;
  background-position: 50% 0%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.fc-hero.small-size:after {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 6.1728395062%;
  /* height: 381.4814814815px; */
  height: 500px;
  box-sizing: content-box;
}
.fc-hero.twenty-twenty-one-size {
  background-size: cover;
  background-position: center;
  background-position: 50% 0%;
  border-bottom: 6px solid #a84825;
  height: 540px;
  position: relative;
}
@media (max-width: 767.98px) {
  .fc-hero.twenty-twenty-one-size {
    height: 450px;
  }
}
.fc-hero.twenty-twenty-one-size:before {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
  content: "";
  bottom: -1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fc-hero.twenty-twenty-one-size .hero-content {
  left: 0;
  top: 79%;
  transform: translateY(-50%);
  width: 100%;
}
@media (min-width: 992px) {
  .fc-hero.twenty-twenty-one-size .hero-content__title {
    font-size: 3.4375rem;
  }
}
.fc-hero.twenty-twenty-one-size .hero-content__title strong {
  font-weight: 700;
}
.fc-hero.twenty-twenty-one-size .hero-content__sub-title {
  font-size: 1.5625rem;
}
.fc-hero.twenty-twenty-one-size .hero-content .em-as-accent em {
  color: #d6ae43;
  font-style: normal;
}
.fc-hero.twenty-twenty-one-size .hero__icon {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 54px;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 54px;
  z-index: 1;
}
.fc-hero.twenty-twenty-one-size .hero__icon.file-type--png {
  background-color: #a84825;
  border-radius: 50%;
}
.fc-hero.twenty-twenty-one-size .hero__icon.file-type--jpg {
  height: 86px;
  width: 86px;
}
.fc-hero.twenty-twenty-one-size .hero__icon img {
  max-height: 100%;
}
.fc-hero {
  visibility: hidden;
}
.fc-hero .hero-content {
  position: absolute;
}
.fc-hero .hero-content.background-style-1 h2 {
  display: inline-block;
  background-color: #fff;
  font-family: inherit;
  padding: 10px 20px;
  font-weight: 700;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 3px;
}
@media (min-width: 576px) {
  .fc-hero .hero-content.background-style-1 h2 {
    font-size: 1.375rem;
    float: right;
    bottom: 40px;
  }
}
@media (min-width: 768px) {
  .fc-hero .hero-content.background-style-1 h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .fc-hero .hero-content.background-style-1 h2 {
    font-size: 2.75rem;
    line-height: 43px;
    letter-spacing: 6px;
  }
}
.fc-hero .hero-content.background-style-2 {
  background-image: url(/themes/hb2022/dist/images/caption-bg-texture-brown.png);
  background-size: 100% 100%;
  padding: 5px 15px;
}
.fc-hero .hero-content.background-style-2 h2 {
  font-family: "Belgrano", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  letter-spacing: 6px;
  text-align: left;
  margin-bottom: 0 !important;
}
@media (min-width: 576px) {
  .fc-hero .hero-content.background-style-2 h2 {
    font-size: 44px !important;
  }
}
@media (min-width: 576px) {
  .fc-hero .hero-content.background-style-2 h2 {
    font-size: 34px;
    text-align: left;
  }
}
.fc-hero .hero-content.background-style-2 h3 {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0 !important;
  opacity: 0.8;
  color: #000;
  font-size: 56px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .fc-hero .hero-content.background-style-2 h3 {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .fc-hero .hero-content.background-style-2 h3 {
    font-size: 18px;
    text-align: right;
  }
}
.fc-slider {
  padding: 0;
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .fc-slider {
    height: 700px;
  }
}
.fc-slider .slick-slide img {
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  height: 400px;
}
@media (min-width: 576px) {
  .fc-slider .slick-slide img {
    height: 700px;
  }
}
.fc-slider .slider-text-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-image: url(/themes/hb2022/dist/images/caption-bg-texture-brown.png);
  background-size: 100% 100%;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .fc-slider .slider-text-overlay {
    right: 100px;
    bottom: 28%;
  }
}
@media screen and (min-width: 1925px) {
  .fc-slider .slider-text-overlay {
    right: 500px;
  }
}
.fc-slider .slider-text-overlay h2 {
  font-family: "Belgrano", sans-serif;
  text-transform: uppercase;
  font-size: 2.125rem;
  text-align: left;
  color: #fff;
  opacity: 0.8;
  letter-spacing: 6px;
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fc-slider .slider-text-overlay h2 {
    text-align: left;
    font-size: 2.875rem;
  }
}
.fc-slider .slider-text-overlay h3 {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.8;
  color: #000;
  font-size: 18px;
  text-align: right;
  font-weight: 800;
}
@media (min-width: 768px) {
  .fc-slider .slider-text-overlay h3 {
    text-align: left;
    font-size: 3.5rem;
  }
}
.hero-bar {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.hero-bar h4 {
  letter-spacing: 1px;
  font-size: 1rem;
  font-family: "Belgrano", sans-serif;
}
@media (min-width: 768px) {
  .hero-bar h4 {
    letter-spacing: 3px;
  }
}
.archive-banner {
  background-size: cover;
  background-position: 50%;
  min-height: 20rem;
  height: 100%;
  width: 100%;
  padding: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .archive-banner {
    height: 20rem;
  }
}
.archive-banner--blogs {
  min-height: 14.4375rem;
}
@media (min-width: 768px) {
  .archive-banner--blogs {
    height: 14.4375rem;
  }
}
.archive-banner__bg-img {
  background-size: cover;
  left: 0;
  mix-blend-mode: hard-light;
  opacity: 0.5;
}
.archive-banner.overlay {
  background-color: #a74824;
}
.archive-banner.overlay .archive-banner__bg-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: linear-gradient(to top, black, transparent);
  opacity: 0.9;
}
.archive-banner.banner-cannalawblog {
  background-color: #4e8137;
}
.archive-banner.banner-chinalawblog {
  background-color: #a6191a;
}
.archive-banner.banner-psychlawblog {
  background-color: #333f7e;
}
ul li {
  padding: 0.25rem;
}
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.indent-yes {
  padding-left: 0.9rem;
}
.collapse-header .chevron-right {
  transform: rotate(90deg);
  height: 20px;
  margin-right: 15px;
}
.collapse-header .caret-down {
  width: 0.75rem;
  transform: rotate(180deg);
}
.collapse-header.collapsed .chevron-right {
  transform: rotate(0deg);
}
.collapse-header.collapsed .caret-down {
  transform: rotate(0deg);
}
.collapse-header:hover {
  cursor: pointer;
}
.icon-twitter svg,
.icon-facebook svg,
.icon-linkedin svg,
.icon-mail svg {
  height: 1rem;
}
.location-details p {
  margin-bottom: 0;
}
.news-card__content {
  flex: 1 0 auto;
}
.widget ul {
  padding-left: 10px;
  list-style: none;
}
.connected-list li {
  border-radius: 1px;
  display: inline-block;
  height: 26px;
  width: 28px;
}
.connected-list a {
  line-height: 1;
}
.connected-list img {
  max-height: 20px;
}
.connected-list svg {
  height: 19px;
  max-width: 20px;
}
.social-share-widget svg {
  margin-right: 2rem;
}
.social-share-widget .icon-facebook svg {
  margin-right: 2.4rem;
}
.social-share-widget .icon-linkedin svg {
  margin-right: 2.2rem;
}
.nav-tabs .nav-link {
  color: #5c5c56;
  border-bottom: 2px solid #e5e5e5;
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #a84825;
}
.navbar a {
  color: #2a0f06;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .navbar a {
    font-size: 0.9rem;
  }
}
.navbar--footer a {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.navbar--footer-big a {
  color: #fff;
  font-size: 0.875rem;
}
.navbar--footer-small a {
  color: #827f7a;
  font-size: 0.75rem;
}
.navbar-collapse {
  height: 100vh;
}
@media (min-width: 768px) {
  .navbar-collapse {
    height: auto;
  }
}
.navbar-logo svg {
  height: 3.125rem;
}
@media (min-width: 768px) {
  .navbar-logo svg {
    height: 2.5rem;
    width: 100%;
    max-width: 20.625rem;
  }
}
@media (min-width: 768px) {
  .menu-two-column > .dropdown-menu {
    max-height: none;
    overflow-y: visible;
    height: auto;
    min-height: 25rem;
    width: 100%;
    min-width: 46.875rem;
  }
  .menu-two-column > .dropdown-menu.show {
    display: flex;
  }
}
@media (min-width: 768px) {
  .menu-two-column .menu-column {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .menu-two-column .menu-column > .dropdown-menu {
    top: 0;
  }
}
.menu-two-column .menu-column .dropdown-menu {
  display: block;
  position: relative;
  border: 0;
  padding-top: 0;
}
.menu-two-column .menu-column .dropdown-menu .dropdown-menu {
  padding-left: 10px;
  padding-bottom: 0;
}
.menu-two-column .menu-column > a {
  font-weight: 700;
}
.dropdown-item {
  white-space: normal;
}
.facetwp-dropdown {
  border: 1px solid #939393;
  color: #939393;
  padding: 10px;
}
.sort-posts-controls select {
  width: 100%;
}
.widget_search label {
  margin-bottom: 0;
}
.facetwp-type-search .facetwp-search {
  width: 100%;
  height: 40px;
  border-radius: 0;
  border: 1px solid #939393;
  color: #939393;
  padding: 10px;
}
.facetwp-type-search .facetwp-input-wrap {
  width: 100%;
}
.facetwp-type-search .facetwp-icon {
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #a84825;
  padding: 5px;
  opacity: 1;
  width: auto;
}
.facetwp-type-search .facetwp-icon:before {
  background: url(/themes/hb2022/dist/images/facet-search.png)
    no-repeat;
  background-size: 75%;
  background-position: center;
}
.search-controls--blogs .facetwp-type-search {
  text-align: right;
}
.search-controls--blogs .facetwp-type-search .facetwp-input-wrap {
  overflow: hidden;
  transition: width 0.25s linear;
  width: 0;
}
.search-controls--blogs .facetwp-type-search .facetwp-search {
  border-color: #9f9991;
  border-width: 0;
  border-bottom-width: 1px;
}
.search-controls--blogs .search-controls__open {
  color: #9f9991;
  cursor: pointer;
  padding-right: 7px;
  padding-top: 6px;
  padding-left: 6px;
  padding-bottom: 7px;
  right: 15px;
  top: 0;
  transition: color 0.25s linear;
  width: 40px;
}
.search-controls--blogs.active .facetwp-type-search .facetwp-input-wrap {
  width: 100%;
}
.search-controls--blogs.active .search-controls__open {
  color: #fff;
  pointer-events: none;
}
.search-form {
  display: flex;
  align-items: center;
}
.search-form label {
  flex-basis: 75%;
  margin-bottom: 0;
}
.search-form .search-field {
  width: 100%;
  height: 40px;
  border-radius: 0;
  border: 3px solid transparent;
  background-color: #ddd;
  color: #4d1f0b;
  font-weight: 700;
  box-shadow: none;
  margin-bottom: 0;
}
.search-form__submit {
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #a84825;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-form__submit svg {
  min-width: 24px;
}
.search-no-results .search-field {
  padding: 1.25rem;
}
.mc-form input {
  border: 1px solid #eaeaea;
  color: #000;
  max-width: 100%;
  padding: 10px;
  font-size: 15px;
  margin-bottom: 12px;
}
.mc-form input[type="submit"] {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2em;
  background-color: #7f270e;
  color: #fff;
}
.sidebar h3 {
  margin-bottom: 6px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #0d0b09;
}
.mc-field-group input[type="email"] {
  margin-bottom: 8px;
}
.mc-field-group input[type="submit"] {
  margin-bottom: 8px;
}
.sidebar .facetwp-facet {
  margin-bottom: 10px;
}
.sidebar .fwp-submit {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2em;
  background-color: #7f270e;
  color: #fff;
  width: 100%;
  font-family: "Belgrano", sans-serif;
  padding: 0.75rem 1.25rem;
  border: 0;
}
.sidebar .facetwp-icon {
  display: none;
}
.cannalawblog-sidebar input,
.cannalawblog-sidebar textarea {
  border: 1px solid #eaeaea;
  color: #000;
  max-width: 100%;
  padding: 10px;
  font-size: 15px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cannalawblog-sidebar input,
  .cannalawblog-sidebar textarea {
    width: 95%;
  }
}
.cannalawblog-sidebar input[type="submit"] {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2em;
  background-color: #7f270e;
  color: #fff;
  width: 95% !important;
}
.hb2021-blog.single .sidebar .widget {
  padding-top: 2rem;
}
.hb2021-blog.single .sidebar .widget h3 {
  font-size: 1.25rem;
}
.hb2021-blog.single .sidebar .widget.widget_text:not(.widget_custom_html) {
  background-color: #f8f7f5;
  padding: 2.5rem;
}
.hb2021-blog.single
  .sidebar
  .widget.widget_text:not(.widget_custom_html)
  p:last-child
  > a:only-child {
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.hb2021-blog.single .sidebar .widget h3 {
  color: #a74824;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
}
.hb2021-blog.single-post .sidebar .widget {
  border-top: 9px solid #a74824;
}
.hb2021-blog.single-post .sidebar .widget h3 {
  color: #a74824;
}
.hb2021-blog.single-chinalawblog .sidebar .widget {
  border-top: 9px solid #a61c20;
}
.hb2021-blog.single-chinalawblog .sidebar .widget h3 {
  color: #a61c20;
}
.hb2021-blog.single-cannalawblog .sidebar .widget {
  border-top: 9px solid #4e8137;
}
.hb2021-blog.single-cannalawblog .sidebar .widget h3 {
  color: #4e8137;
}
.hb2021-blog.single-psychlawblog .sidebar .widget {
  border-top: 9px solid #333f7e;
}
.hb2021-blog.single-psychlawblog .sidebar .widget h3 {
  color: #333f7e;
}
.hb2021-blog.single .mc-replace-submit {
  position: relative;
}
.hb2021-blog.single .mc-replace-submit input {
  background-color: #f8f7f5;
  border: none;
}
.hb2021-blog.single .mc-replace-submit input[type="email"] {
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 30px;
  width: 100%;
}
.hb2021-blog.single .mc-replace-submit input[type="submit"] {
  color: transparent !important;
  max-width: 66px;
}
.hb2021-blog.single .mc-replace-submit:before,
.hb2021-blog.single .mc-replace-submit:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: calc((100% - 8px) / 2);
  transform: translateY(-50%);
}
.hb2021-blog.single .mc-replace-submit:before {
  border: 2px solid #a74824;
  border-radius: 50%;
  height: 24px;
  right: 21px;
  width: 24px;
}
.hb2021-blog.single .mc-replace-submit:after {
  background-color: #a74824;
  content: "";
  height: 12px;
  -webkit-mask-image: url(/themes/hb2022/dist/images/arrow-right.svg);
  mask-image: url(/themes/hb2022/dist/images/arrow-right.svg);
  right: 26px;
  width: 13px;
}
.hb2021-blog.single-chinalawblog .mc-replace-submit:before {
  border-color: #a61c20;
}
.hb2021-blog.single-chinalawblog .mc-replace-submit:after {
  background-color: #a61c20;
}
.hb2021-blog.single-cannalawblog .mc-replace-submit:before {
  border-color: #4e8137;
}
.hb2021-blog.single-cannalawblog .mc-replace-submit:after {
  background-color: #4e8137;
}
.hb2021-blog.single-psychlawblog .mc-replace-submit:before {
  border-color: #333f7e;
}
.hb2021-blog.single-psychlawblog .mc-replace-submit:after {
  background-color: #333f7e;
}
.site-header {
  animation-fill-mode: both;
  will-change: transform, opacity;
  box-shadow: 0 3px 6px #a5a5a529;
}
.site-header .lang_sel_click {
  max-width: 10rem;
}
.site-header.megamenu .lang_sel_click {
  right: 0;
  top: 0;
  z-index: 9;
}
.site-header.megamenu .lang_sel_click .wpml-ls-legacy-dropdown-click {
  width: auto;
}
.site-header.megamenu .lang_sel_click .wpml-ls-statics-shortcode_actions,
.site-header.megamenu
  .lang_sel_click
  .wpml-ls-statics-shortcode_actions
  .wpml-ls-sub-menu,
.site-header.megamenu .lang_sel_click .wpml-ls-statics-shortcode_actions a {
  border: none;
  color: rgba(94, 94, 90, 0.5);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-header.megamenu
  .lang_sel_click
  .wpml-ls-statics-shortcode_actions
  a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .site-header.megamenu
    #mega-menu-wrap-primary_megamenu
    #mega-menu-primary_megamenu
    > li.mega-menu-item
    > a.mega-menu-link {
    height: auto;
    line-height: 1;
  }
  .site-header.megamenu
    #mega-menu-wrap-primary_megamenu
    #mega-menu-primary_megamenu
    > li.mega-menu-item
    > a.mega-menu-link:hover:after {
    background-color: #a84825;
    bottom: 30px;
    content: "";
    display: block;
    height: 3px;
    left: 25px;
    position: absolute;
    right: 25px;
  }
  .site-header.megamenu
    #mega-menu-wrap-primary_megamenu
    #mega-menu-primary_megamenu
    > li.mega-menu-item
    > a.mega-menu-link
    > span.mega-indicator {
    display: none;
  }
}
.admin-bar .site-header {
  top: 46px;
}
@media (min-width: 768px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
.animated.slideUp {
  animation-name: slideUp;
  animation-duration: 0.3s;
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.animated.slideDown {
  animation-name: slideDown;
  animation-duration: 0.3s;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.title-bar h1 {
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: 3px;
}
.navbar-toggler.collapsed .navbar-toggler-icon--close {
  opacity: 0;
}
.navbar-toggler.collapsed .navbar-toggler-icon--open {
  opacity: 1;
}
.navbar-toggler .navbar-toggler-icon--open {
  opacity: 0;
}
.navbar-toggler .navbar-toggler-icon--close {
  opacity: 1;
}
.navbar-toggler-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
.dropdown-toggle a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
.footer {
  background-color: #2c2a26;
}
.footer-cta {
  background-color: #2c2a26;
}
.footer-cta p {
  color: #fff;
  font-size: 2.8125rem;
  font-weight: 300;
}
.footer-cta strong {
  font-weight: 700;
}
.footer-cta em {
  color: #d6ae43;
  font-style: normal;
}
.footer-cta .cta .btn {
  background-color: #a84825;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.footer-cta .cta .btn:hover {
  text-decoration: none;
}
.footer-cta__bg-image {
  background-position: center;
  background-size: cover;
  left: 0;
  opacity: 0.25;
  top: 0;
}
@media (min-width: 992px) {
  .footer-location-item p {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .footer-location-item h4 {
    font-size: 1.2rem;
  }
}
.disclaimer {
  font-size: 0.8rem;
}
.footer-bottom {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .footer-bottom__top {
    transform: translateY(-2.8125rem);
  }
}
@media (min-width: 992px) {
  .footer-bottom__top {
    transform: translateY(-3.8125rem);
  }
}
.banner-glossary .archive-banner__bg-img {
  mix-blend-mode: unset;
  opacity: 1;
}
.banner-glossary .share-controls {
  display: none;
}
.banner-glossary p {
  font-weight: 300;
}
.banner-glossary strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .banner-glossary h1 {
    font-size: 3.4375rem;
  }
}
.glossary-index__link:hover {
  color: #a84825;
  text-decoration: none;
}
.glossary__header {
  color: #a84825;
  font-weight: 700;
}
.glossary__header .glossary__expand {
  font-size: 1.75rem;
}
.glossary__header .glossary__expand:after {
  content: "\2013";
}
.glossary__header.collapsed {
  border-bottom: 1px solid #d4d0ce;
  color: #686156;
  font-weight: 400;
}
.glossary__header.collapsed .glossary__expand:after {
  content: "+";
}
.glossary__back-top-icon {
  transform: rotate(-90deg);
  width: 0.4rem;
}
.glossary__cross-ref
  .glossary__cross-ref-link:last-child
  .glossary__cross-ref-comma {
  display: none;
}
.glossary-search__result {
  border-top: 5px solid #a84825;
}
.single-footer .logo-signature {
  right: 24px;
  bottom: 25px;
}
.blog-border {
  border-top: 5px solid #a74824;
}
@media (min-width: 768px) {
  .blog-border {
    border-top: 7px solid #a74824;
  }
}
.blog-border--cannalawblog {
  border-color: #4e8137;
}
.blog-border--chinalawblog {
  border-color: #a61c20;
}
.blog-border--psychlawblog {
  border-color: #333f7e;
}
.article-card figure {
  height: 0;
  padding-bottom: 66.9546%;
}
.article-card img {
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
}
.article-card .datetime {
  color: #aba49a;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.article-card h2 {
  font-size: 1.5625rem;
}
.article-card .overlay {
  background-color: #a74824;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.article-card .overlay--cannalawblog {
  background-color: #4e8137;
}
.article-card svg {
  max-width: 12.5rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.article-card__link {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.hb2021-blog.single .post-categories {
  width: 100%;
}
@media (min-width: 576px) {
  .hb2021-blog.single .post-categories {
    width: auto;
  }
}
.hb2021-blog.single .header--blogs,
.hb2021-blog.single .featured-image-container {
  margin: 0 auto;
  max-width: 808px;
}
.hb2021-blog.single .entry-date,
.hb2021-blog.single .author-byline {
  color: #aba49a;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.hb2021-blog.single .author-avatar {
  background-position: center;
  background-size: cover;
  border: 2px solid #a61c20;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.hb2021-blog.single .author-avatar__link {
  display: block;
  vertical-align: middle;
}
.hb2021-blog.single .author-byline {
  vertical-align: middle;
}
.hb2021-blog.single figure {
  height: 0;
  padding-bottom: 66.9546%;
}
.hb2021-blog.single .featured-image {
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
}
.hb2021-blog.single .post-author-card {
  background-color: #f8f7f5;
  padding: 2.5rem 1.875rem;
}
@media (min-width: 992px) {
  .hb2021-blog.single .post-author-card .author-avatar {
    height: 90px;
    width: 90px;
  }
}
.hb2021-blog.single .post-author-card__icon {
  color: #a84825;
  width: 20px;
}
.hb2021-blog.single .related-posts-alt {
  border-left: 12px solid #a74824;
}
.hb2021-blog.single-cannalawblog .related-posts-alt {
  border-color: #4e8137;
}
.hb2021-blog.single-chinalawblog .related-posts-alt {
  border-color: #a61c20;
}
.hb2021-blog.single-psychlawblog .related-posts-alt {
  border-color: #333f7e;
}
.share-controls {
  flex-basis: 100%;
}
.blog-snippet {
  background-size: cover;
  width: 100%;
  height: 15rem;
  transform: translateY(0);
}
.blog-snippet:hover {
  transform: translateY(-5%);
}
.blog-snippet:hover a {
  border-color: #a74824;
}
.blog-snippet:hover i {
  color: #a74824;
  transform: translateX(10px);
}
.blog-snippet:nth-child(3):hover a {
  border-color: #4e8137;
}
.blog-snippet:nth-child(3):hover i {
  color: #4e8137;
}
.blog-snippet:nth-child(4):hover a {
  border-color: #333f7e;
}
.blog-snippet:nth-child(4):hover i {
  color: #333f7e;
}
@media (min-width: 992px) {
  .blog-snippet {
    height: 30rem;
    flex: 1;
    width: auto;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.blog-snippet a {
  border-top: 5px solid transparent;
}
.blog-snippet a:hover {
  text-decoration: none;
}
.blog-snippet i {
  color: #fff;
}
.blog-snippet__content svg {
  height: 35px;
}
.blog-snippet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(rgba(17, 17, 17, 0.5), #111111);
}
.blogs-pagination {
  display: flex;
  justify-content: center;
}
.blogs-pagination .page-numbers {
  color: #aba49a;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 1rem;
}
.blogs-pagination .page-numbers.current {
  color: #a84825;
}
.blogs-pagination a.page-numbers:hover {
  color: #a84825;
  text-decoration: none;
}
.blogs-pagination a.page-numbers.prev:before,
.blogs-pagination a.page-numbers.next:before {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1em;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 0.7em;
}
.blogs-pagination a.page-numbers.prev:hover,
.blogs-pagination a.page-numbers.next:hover {
  text-decoration: none;
}
.blogs-pagination a.page-numbers.prev:before {
  -webkit-mask-image: url(/themes/hb2022/dist/images/chevron-left.svg);
  mask-image: url(/themes/hb2022/dist/images/chevron-left.svg);
}
.blogs-pagination a.page-numbers.next:before {
  -webkit-mask-image: url(/themes/hb2022/dist/images/chevron-right.svg);
  mask-image: url(/themes/hb2022/dist/images/chevron-right.svg);
}
.home-clients h2 {
  font-size: 1.25rem;
  letter-spacing: 5px;
}
@media (min-width: 576px) {
  .home-clients h2 {
    font-size: 1.5rem;
  }
}
.home-clients p {
  max-width: 51.875rem;
  line-height: 2.1;
  margin: 0 auto;
}
.home-clients .cta {
  letter-spacing: 4px;
}
.home-experience h2 {
  letter-spacing: 5px;
  font-size: 6.8rem;
}
.home-experience h3 {
  font-size: 1.5rem;
}
.link-icon {
  height: 1rem;
}
.home-media img {
  max-width: 200px;
}
@media (min-width: 768px) {
  .home-media img {
    max-width: 100%;
  }
}
.about-us-slider {
  max-width: 900px;
  margin: 0 auto;
  width: 75%;
}
.about-us-slider h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .about-us-slider h2 {
    border-bottom: 2px solid #564941;
    font-size: 2.75rem;
  }
}
.about-us-slider h2 strong {
  font-family: "Belgrano", sans-serif;
  display: block;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .about-us-slider h2 strong {
    font-size: 4.5rem;
  }
}
.about-us-slider p {
  font-size: 1.1rem;
}
.about-us-slider .left,
.about-us-slider .right {
  top: 50%;
  margin-top: -100px;
  cursor: pointer;
}
.about-us-slider .left {
  left: -65px;
  height: 200px;
  width: 50px;
  display: block;
  position: relative;
  position: absolute;
}
.about-us-slider .left:before,
.about-us-slider .left:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  content: "";
  border-color: transparent;
  pointer-events: none;
}
.about-us-slider .left:before {
  z-index: 3;
}
.about-us-slider .left:after {
  z-index: 2;
}
.about-us-slider .left:before,
.about-us-slider .left:after {
  border-left-width: 0;
  border-right-width: 50px;
  border-top-width: 100px;
  border-bottom-width: 100px;
}
.about-us-slider .left:after {
  border-right-color: #956d5a;
}
.about-us-slider .left:before {
  left: 2px;
  right: -2px;
  border-right-color: #2a231f;
}
@media (min-width: 768px) {
  .about-us-slider .left {
    left: -75px;
  }
}
.about-us-slider .right {
  right: -65px;
  height: 200px;
  width: 50px;
  display: block;
  position: relative;
}
.about-us-slider .right:before,
.about-us-slider .right:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  content: "";
  border-color: transparent;
  pointer-events: none;
}
.about-us-slider .right:before {
  z-index: 3;
}
.about-us-slider .right:after {
  z-index: 2;
}
.about-us-slider .right:before,
.about-us-slider .right:after {
  border-right-width: 0;
  border-left-width: 50px;
  border-top-width: 100px;
  border-bottom-width: 100px;
}
.about-us-slider .right:after {
  border-left-color: #956d5a;
}
.about-us-slider .right:before {
  right: 2px;
  left: -2px;
  border-left-color: #2a231f;
}
@media (min-width: 768px) {
  .about-us-slider .right {
    right: -75px;
  }
}
@media (min-width: 768px) {
  .flipcards {
    padding: 50px 0;
  }
}
.flipcards .card-wrap {
  position: relative;
  margin: 10px 1px;
  z-index: 1;
  perspective: 800px;
  width: 180px;
  height: 138px;
}
@media (min-width: 768px) {
  .flipcards .card-wrap {
    width: 255px;
    height: 196px;
  }
}
.flipcards .card {
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.4s linear;
  transform-style: preserve-3d;
  background: transparent;
}
.flipcards .card-wrap:hover .card {
  transform: rotateX(180deg);
}
.flipcards .face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  background-size: cover;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}
.flipcards .face.front {
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: center center;
}
.flipcards .face.back {
  transform: rotateX(180deg);
  padding: 16px;
  text-align: center;
  width: 180px;
  height: 138px;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .flipcards .face.back {
    width: 255px;
    height: 196px;
  }
}
.flipcards .face.back .number {
  text-align: center;
  padding-top: 10px;
  font-size: 42px;
  line-height: 48px;
  font-family: "Belgrano", sans-serif;
}
@media (min-width: 768px) {
  .flipcards .face.back .number {
    font-size: 50px;
    padding-top: 48px;
  }
}
.flipcards .face.back .number-label {
  text-align: center;
  color: #4d1f0b;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.team-game h2 {
  font-size: 1rem;
}
.team-people .team-member-photo {
  overflow: hidden;
}
@media (min-width: 576px) {
  .team-people .team-member-photo {
    height: 195px;
  }
}
.team-people .team-member-photo img {
  transition: all 0.2s ease-in-out;
}
.team-people .team-member-photo img:hover {
  transform: scale(1.1);
}
.team-people .team-member-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #999;
  padding: 3px 6px;
}
.team-people .bio-photo-box-adjust {
  padding-left: 0;
  padding-right: 0;
}
.envelope-icon {
  top: -25px;
  right: 50%;
  margin-right: -40px;
}
.envelope-icon svg {
  width: 3.5rem;
}
.bio-details-image {
  float: left;
  margin-right: 0.875rem;
  margin-bottom: 0.875rem;
}
.bio-details-image img {
  width: 7.8125rem;
}
.tm-more-area__collapse-header {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .tm-more-area__collapse-header {
    font-size: 1.75rem;
  }
}
.tm-more-area .more-primary-inner-wrapper {
  font-size: 0.9rem;
}
.tm-footer-contact-info {
  max-width: 31.25rem;
}
.tm-footer-contact-info svg {
  height: 0.875rem;
  width: auto;
}
.office-location-address.text-dark-brown a {
  color: #4d1f0b;
}
.schedule-appointment {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin-top: 50px;
  height: 1750px;
}
@media (min-width: 768px) {
  .contact-details .col-md-6 {
    flex: 0 1 auto;
    max-width: none;
    width: auto;
  }
}
.pin-logo {
  position: relative;
}
.pin-logo:before {
  background-image: url(/themes/hb2022/dist/images/careers-bg-hb.png);
  content: "";
  height: 122px;
  position: absolute;
  right: 0;
  top: 0;
  width: 172px;
  transform: translateX(72%);
}
.careers-reasons h4 {
  letter-spacing: 0.2em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .careers-reasons h4 {
    font-size: 1rem;
  }
}
.directory-search-control {
  max-width: 15.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .directory-search-control {
    max-width: 100%;
  }
}
.directory-search-result {
  max-width: 21.875rem;
}
@media (min-width: 768px) {
  .directory-search-result {
    max-width: 100%;
  }
}
.directory-search-result__title {
  font-size: 1.125rem;
  padding-bottom: 0.4375rem;
  margin-bottom: 0.625rem;
}
.directory-search-result__title span {
  font-size: 0.8rem;
  letter-spacing: 2px;
}
.directory-search-result__building {
  height: 1rem;
}
.directory-search-result__practice-area {
  letter-spacing: 2px;
  font-size: 0.8rem;
}
.directory-search-result__img {
  padding: 1.2em;
}
@media (min-width: 768px) {
  .directory-search-result__img {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .directory-search-result__img img {
    max-width: 14.0625rem;
  }
}
.pa-intro-icon {
  max-width: 6.25rem;
}
@media (min-width: 768px) {
  .pai-main-area .main-column {
    border-right: 1px solid #ddd;
    padding-right: 1.75rem;
  }
}
.sidebar-attorneys .office-location-address {
  display: none !important;
}
.sidebar-attorneys .office-location-phone {
  margin-bottom: 0;
}
.down-arrow {
  max-width: 6.25rem;
}
@media (min-width: 992px) {
  .cannabis .form-side:after {
    content: "";
    height: 748px;
    width: 1px;
    background: #cbcbcb;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.pa-icons-list__item {
  flex-basis: 215px;
}
.pa-icons-list__pa-icon-wrap {
  background-color: #d6ae43;
  border-radius: 50%;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  height: 74px;
  width: 74px;
}
.pa-icons-list__pa-icon-wrap img {
  filter: brightness(10);
}
.pa-icons-list__pa-icon-wrap + a:hover {
  text-decoration: none;
}
.pa-list__item a {
  color: #686156;
  position: relative;
}
.pa-list__item a:before {
  bottom: 0;
  background-color: rgba(104, 97, 86, 0.2);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: height 0.25s linear;
  width: 100%;
}
.pa-list__item a:hover {
  color: #a84825;
  font-weight: 700;
  text-decoration: none;
}
.pa-list__item a:hover:before {
  height: 4px;
}
.interactive-map__world-map svg {
  height: 100%;
  width: 100%;
}
.interactive-map__world-map #Ocean,
.interactive-map__world-map #AQ {
  display: none;
}
.interactive-map__world-map path {
  fill: #d1cfcc;
}
.interactive-map__world-map .has-events path {
  fill: #686255;
}
.interactive-map__world-map .has-events:hover path {
  fill: #a74a25;
}
@media (min-width: 768px) {
  .interactive-map__tooltips {
    display: none;
  }
}
.interactive-map__tooltip ul {
  margin: 0.5rem;
  padding: 0.25rem;
}
@media (max-width: 991.98px) {
  .interactive-map__tooltip {
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .interactive-map__tooltip:last-child {
    border-bottom: none;
  }
}
.practice_areas-template-template-mega-practice-area .popover {
  background-color: rgba(253, 251, 248, 0.9);
  border: none;
  box-shadow: 3px 0 7px 0 rgba(20, 19, 17, 0.2);
  font-size: 1.125rem;
  padding: 10px;
}
.practice_areas-template-template-mega-practice-area .popover p:last-child {
  margin-bottom: 0;
}
.grouped-pas__pa-icon-wrap {
  background-color: #ecebe8;
  border-radius: 50%;
  height: 58px;
  width: 58px;
}
.grouped-pas__pa-icon-wrap img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.grouped-pas__group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.grouped-pas__group:last-child {
  border-bottom: none;
}
.mpa-team__card a:hover {
  text-decoration: none;
}
.mpa-team__card a:hover img {
  outline: 3px solid #a84825;
  outline-offset: -3px;
}
.timeline-slider {
  background-size: cover;
}
.timeline-slider .slick-dots {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 6px solid #a84825;
  position: static;
}
.timeline-slider .slick-dots li {
  height: auto;
  width: auto;
}
.timeline-slider .slick-dots li button {
  color: #fff;
  font-size: 1rem;
  height: auto;
  width: auto;
}
.timeline-slider .slick-dots li button:before {
  content: none;
}
.timeline-slider .slick-dots li button:after {
  background-color: #e4e4e2;
  border: 2px solid #2c2a26;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(2.6875rem);
  width: 1rem;
}
.timeline-slider .slick-dots li.slick-active button {
  font-weight: 700;
  transform: scale(1.5625);
}
.timeline-slider .slick-dots li.slick-active button:after {
  background-color: #d6ae43;
  border-color: #e4e4e2;
  transform: translateX(-50%) translateY(1.75rem);
}
.timeline-slider .slick-next,
.timeline-slider .slick-prev {
  background-size: contain !important;
  height: 40px;
  width: 17px;
  z-index: 1;
}
@media (min-width: 768px) {
  .timeline-slider .slick-next,
  .timeline-slider .slick-prev {
    top: calc(50% + 48px);
  }
}
.timeline-slider .slick-next:before,
.timeline-slider .slick-prev:before {
  content: none;
}
.timeline-slider .slick-next {
  background-image: url(/themes/hb2022/dist/images/timeline-slider-next.png) !important;
  right: 0;
}
.timeline-slider .slick-prev {
  background-image: url(/themes/hb2022/dist/images/timeline-slider-prev.png) !important;
  left: 0;
}
.timeline-slider .slick-slide {
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important;
}
.timeline-slider__slide {
  background-color: #ecebe8;
}
.practice-area-subpage-list a {
  cursor: pointer;
}
.practice-area-subpage-list__menu-wrap.show .dropdown-toggle {
  background-color: #fff;
  color: #a84825 !important;
}
.practice-area-subpage-list__toggle {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.practice-area-subpage-list__toggle:after {
  border-top-color: #e7bc49;
  margin-left: 0.2555em;
}
.practice-area-subpage-list .dropdown-menu {
  border-left: 0;
  border-top: 0;
  margin-top: 0;
}
.practice-area-subpage-list .dropdown-menu a:hover {
  color: #e7bc49 !important;
  font-weight: 700;
  text-decoration: none;
}
.editable-pa-menu li {
  list-style-type: none;
}
.editable-pa-menu a {
  color: #5c5c56;
  font-weight: 600;
  text-decoration: none;
}
.editable-pa-menu a:hover {
  color: #343431;
  text-decoration: underline;
}
.editable-pa-menu ul {
  margin: 0;
  padding: 0;
}
.editable-pa-menu ul li {
  padding-left: 0.9rem;
}
.single-hbpodcast {
  background-color: #eee;
}
.podcast-entry .download-icon {
  width: 12px;
}
.podcast-entry .social-icons {
  width: 100%;
}
.podcast-entry .social-icons svg {
  height: 1.2rem;
}
@media (min-width: 576px) {
  .podcast-entry .social-icons {
    width: auto;
    margin-left: auto;
  }
}
.listen-btn svg {
  width: 13px;
}
.podcast-card .listen {
  bottom: 10px;
  left: 10px;
}
.podcast-card .listen svg {
  width: 13px;
  margin-right: 6px;
}
.podcast-card__image {
  height: 11.4375rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.podcast-thumb-square .thumb-img {
  background: 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 100%;
}
.author-banner {
  border-bottom: 6px solid #a84825;
}
.author-banner:after {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.author-banner__image {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateX(-50%);
}
.author-banner__container {
  height: 540px;
  z-index: 1;
}
@media (min-width: 992px) {
  .author-banner__title {
    font-size: 3.4375rem;
  }
}
.author-banner__icon {
  height: 26px;
  text-align: center;
  width: 28px;
}
.author-banner__icon svg {
  max-width: 14px;
  max-height: 14px;
}
.author__more-bio {
  vertical-align: middle;
}
.author__more-bio:hover {
  text-decoration: none;
}
.author__more-bio svg {
  width: 21px;
}
.payment-cta a {
  display: inline-block;
  background-color: #a84825;
  padding: 1.2rem;
  color: #fff;
  text-decoration: none;
  font-family: Belgrano, sans-serif;
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: 1.3px;
  margin-left: 62px;
}
@media (min-width: 768px) {
  .contact-form-header {
    text-align: right;
  }
}
.page-template-template-contact .fc-hero {
  height: 310px;
}
.contact-page-form li.gfield {
  padding-right: 0 !important;
}
.contact-page-form .gfield_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.contact-page-form input,
.contact-page-form textarea {
  background-color: #ecebe8;
  border: none;
  font-size: 0.875rem !important;
  letter-spacing: 0.1em !important;
  padding: 1.25rem !important;
}
.contact-page-form input:not([type="checkbox"]) {
  width: 100% !important;
}
.contact-page-form .gfield_checkbox input {
  margin: 0 !important;
}
.contact-page-form .gfield_checkbox label {
  font-size: 1rem !important;
  max-width: 100% !important;
}
.contact-page-form .gform_footer {
  text-align: right;
}
.contact-page-form .gform_footer input[type="submit"] {
  font-weight: bold !important;
  letter-spacing: 0.1em !important;
  margin-right: 0 !important;
  text-transform: uppercase !important;
  width: auto !important;
}
#contact-map {
  max-height: 100vh;
  min-height: 50vh;
  width: 100%;
}
@media (min-width: 768px) {
  #contact-map {
    min-height: 0;
    padding-bottom: 48.6056%;
  }
  #contact-map .gm-style .gm-style-iw {
    font-size: 1rem;
  }
}
#contact-map .gm-style .gm-style-iw-c,
#contact-map .gm-style .gm-style-iw-d {
  padding: 0 !important;
}
#contact-map .gm-style .gm-style-iw-d {
  overflow: auto !important;
}
#contact-map button[title="Close"] {
  background-color: #fff !important;
  border-radius: 50% !important;
}
#contact-map .info-window__header-image {
  background-size: cover;
  height: 100px;
  min-width: 200px;
}
@media (min-width: 768px) {
  #contact-map .info-window__header-image {
    min-width: 300px;
  }
}
#contact-map .info-window__address,
#contact-map .info-window__phone,
#contact-map .info-window__email {
  position: relative;
}
#contact-map .info-window__address:before,
#contact-map .info-window__phone:before,
#contact-map .info-window__email:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  margin-right: 0.75rem;
  position: absolute;
  top: 0;
  width: 15px;
}
#contact-map .info-window__address:before {
  background-image: url(/themes/hb2022/dist/images/icon-marker.png);
}
#contact-map .info-window__email:before {
  background-image: url(/themes/hb2022/dist/images/icon-mail.png);
}
#contact-map .info-window__phone:before {
  background-image: url(/themes/hb2022/dist/images/icon-phone.png);
}
.contact-careers h2 {
  text-transform: lowercase;
  border-bottom: 1px solid #ddd;
  font-size: 1.3rem;
}
.contact-careers h3 {
  font-size: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contact-careers h3 {
    font-size: 3.125rem;
    padding-left: 50px;
  }
}
.contact-careers p {
  font-family: "Belgrano", sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .contact-careers p {
    padding-left: 50px;
  }
}
.contact-careers a {
  font-weight: 700;
}
.payrow {
  text-align: center;
}
@media (min-width: 768px) {
  .payrow {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .payrow {
    display: flex;
  }
}
.payrow h2 {
  color: #a84825;
}
@media (min-width: 768px) {
  .payrow h2 {
    border-right: 1px solid #a84825;
    display: inline-block;
    margin-left: 25px;
    padding: 15px 30px 15px 0;
    width: 253px;
    font-size: 1.5625rem;
  }
}
.payrow h4 {
  max-width: 449px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .payrow h4 {
    margin-left: 33px;
    margin-top: 23px;
  }
}
@media (min-width: 992px) {
  .payrow h4 {
    flex-grow: 1;
  }
}
.payrow a {
  background-color: #a84825;
  color: #fff;
  padding: 24px;
  display: inline-block;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .payrow a {
    width: 250px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .payrow p {
    text-align: right;
  }
}
.payment-extras p {
  margin-bottom: 0;
  margin-left: auto;
}
.payment-extras a {
  background-color: #a84825;
  color: #fff;
  padding: 24px;
  display: inline-block;
}
.locations-section .title-underline {
  border-bottom: 1px solid #9e4122;
  padding-bottom: 10px;
  margin-bottom: 25px;
  line-height: 1;
}
.locations-hero__details {
  background-color: rgba(236, 235, 232, 0.9);
}
.locations-hero__details a {
  font-weight: 700;
}
.locations-hero__details h4 {
  font-size: 2.1875rem;
}
.locations-hero__details .email {
  text-decoration: underline;
}
.locations-hero__address,
.locations-hero__phone,
.locations-hero__email,
.locations-hero__time {
  position: relative;
}
.locations-hero__address:before,
.locations-hero__phone:before,
.locations-hero__email:before,
.locations-hero__time:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  margin-right: 0.75rem;
  position: absolute;
  top: 3px;
  width: 15px;
}
.locations-hero__address:before {
  background-image: url(/themes/hb2022/dist/images/icon-marker.png);
}
.locations-hero__email:before {
  background-image: url(/themes/hb2022/dist/images/icon-mail.png);
}
.locations-hero__phone:before {
  background-image: url(/themes/hb2022/dist/images/icon-phone.png);
}
.locations-hero__time:before {
  background-image: url(/themes/hb2022/dist/images/icon-clock.png);
}
.locations-hero:after {
  background-image: url(/themes/hb2022/dist/images/hb-logo-mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  bottom: 0;
  height: 84px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  width: 113px;
}
.locations-intro__header {
  font-size: 2.1875rem;
  line-height: 1.2;
}
.locations-intro__header em {
  color: #a84825;
  font-style: normal;
}
.locations-main {
  background-color: #ecebe8;
}
.locations-main__practice-areas {
  background-color: #2c2a26;
}
.locations-main__practice-areas li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0;
}
.locations-main__practice-areas li a {
  font-size: 1.25rem;
}
.locations-main > .container:after {
  background-color: #2c2a26;
  bottom: 0;
  content: "";
  left: 100%;
  position: absolute;
  right: -999px;
  top: 0;
}
.location-staff__header {
  font-size: 2.1875rem;
}
.location-staff__item img {
  width: 190px;
}
.location-staff__item p {
  font-size: 1.25rem;
}
.location-news {
  background-color: #ecebe8;
}
.location-news__header {
  font-size: 2.1875rem;
}
.logos-slider .slick-next,
.logos-slider .slick-prev {
  background-size: contain !important;
  height: 32px;
  width: 19px;
  z-index: 1;
}
@media (min-width: 768px) {
  .logos-slider .slick-next,
  .logos-slider .slick-prev {
    top: 50%;
  }
}
.logos-slider .slick-next:before,
.logos-slider .slick-prev:before {
  content: none;
}
.logos-slider .slick-next {
  background-image: url(/themes/hb2022/dist/images/more-sliders-next.png) !important;
  right: 0;
}
@media (min-width: 992px) {
  .logos-slider .slick-next {
    right: -20px;
  }
}
.logos-slider .slick-prev {
  background-image: url(/themes/hb2022/dist/images/more-sliders-prev.png) !important;
  left: 0;
}
@media (min-width: 992px) {
  .logos-slider .slick-prev {
    left: -20px;
  }
}
.logos-slider__slide {
  padding-left: 20px;
  padding-right: 20px;
}
.logos-slider__slide-logo {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
@media (min-width: 768px) {
  .logos-slider__slide-logo {
    padding: 40px;
    width: 25%;
  }
}
.logos-slider__slide-logo img {
  display: inline-block;
}
.testimonials-slider .container {
  max-width: 970px;
}
.testimonials-slider .slick-next,
.testimonials-slider .slick-prev {
  background-size: contain !important;
  height: 32px;
  width: 19px;
  z-index: 1;
}
@media (min-width: 768px) {
  .testimonials-slider .slick-next,
  .testimonials-slider .slick-prev {
    top: 50%;
  }
}
.testimonials-slider .slick-next:before,
.testimonials-slider .slick-prev:before {
  content: none;
}
.testimonials-slider .slick-next {
  background-image: url(/themes/hb2022/dist/images/more-sliders-next.png) !important;
  right: 0;
}
@media (min-width: 992px) {
  .testimonials-slider .slick-next {
    right: -20px;
  }
}
.testimonials-slider .slick-prev {
  background-image: url(/themes/hb2022/dist/images/more-sliders-prev.png) !important;
  left: 0;
}
@media (min-width: 992px) {
  .testimonials-slider .slick-prev {
    left: -20px;
  }
}
.testimonials-slider .slick-dots li button {
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
}
.testimonials-slider .slick-dots li button:before {
  content: none;
}
.testimonials-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.testimonials-slider__rule {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.testimonials-slider__rule:after,
.testimonials-slider__rule:before {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: calc(50% - 59px);
}
.testimonials-slider__rule:after {
  right: 0;
}
.testimonials-slider__rule:before {
  left: 0;
}
.testimonials-slider__decorative-quote {
  background-color: #ecebe8;
  background-image: url(/themes/hb2022/dist/images/quote-outline-icon.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 31px;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: inline-block;
  height: 58px;
  padding: 10px;
  width: 58px;
}
.testimonials-slider__slide-quote {
  margin: 0 auto;
  max-width: 788px;
  padding-left: 20px;
  padding-right: 20px;
}
.testimonials-slider__slide-quote h6 {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.repwork-wrapper {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .header--blogs .entry-title {
    font-size: 2rem;
  }
}
.top-header-contact {
  margin-top: 8px;
  padding-top: 2px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .top-header-contact {
    width: calc(100% - 114px);
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .top-header-contact {
    background-color: #fff;
    position: absolute;
    right: 130px;
    top: 0;
    width: auto;
    z-index: 9;
  }
}
.psychlawblog-sidebar input,
.psychlawblog-sidebar textarea {
  width: 95%;
}
.fc-hero.twenty-twenty-one-size.no-hero-image {
  height: 195px;
}
.fc-hero.twenty-twenty-one-size.no-hero-image:before {
  background-image: linear-gradient(to right, #a84a27, #d7af36);
}
.fc-hero.twenty-twenty-one-size.no-hero-image .hero-content {
  top: 50%;
}
.home-media .cta .btn,
.about-succeed .cta .btn {
  background-color: #a84825;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.home-media .cta .btn:hover,
.about-succeed .cta .btn:hover {
  text-decoration: none;
}
blockquote {
  margin: 1em 40px;
}
