/*!
 * 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)
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Open+Sans+Condensed:wght@300&family=Roboto:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Dancing+Script:wght@400..700&family=Spartan:wght@100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Oswald:wght@200..700&family=Petrona:ital,wght@0,100..900;1,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "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, .ms-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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    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: .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, .ms-h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

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

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

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

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

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

.row, #stickyNav {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::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 {
  appearance: none; }

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: 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: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

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

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

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

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

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

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

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

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

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

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 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: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

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

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .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.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group: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;
  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: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

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

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

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

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

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

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

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

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

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

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: 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(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  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(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    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::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    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 {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    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 {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: 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: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

.nav-fill > .nav-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.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 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.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

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

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

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

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

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

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

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

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

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

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    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.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@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.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

.progress-bar-animated {
  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.25rem; }

.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: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

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

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

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

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

.list-group-flush {
  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: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "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%;
  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: .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: .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: .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: #007bff !important; }

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

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

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

.bg-danger {
  background-color: #dc3545 !important; }

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

.bg-light {
  background-color: #f8f9fa !important; }

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

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: 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.85714%; }

.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, #stickyNav {
  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 {
  user-select: all !important; }

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

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow, .tiles .card-body {
  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, .tiles .card-body:focus, .tiles .card-body:hover {
  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, #stickyNav,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.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, .halign-left {
  text-align: left !important; }

.text-right, .halign-right {
  text-align: right !important; }

.text-center, .halign-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, li.nav-item:hover, li.nav-item:focus, .nav-item a:hover, nav-item a:focus {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

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

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

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

.text-dark {
  color: #343a40 !important; }

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

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

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none, .location-card {
  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; } }

h1, .ms-h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Bold", sans-serif !important; }

.Comfortaa {
  font-family: 'Comfortaa', cursive !important; }

.DancingScript {
  font-family: 'Dancing Script', cursive !important; }

.Petrona {
  font-family: 'Petrona', serif !important; }

.Oswald {
  font-family: 'Oswald', sans-serif !important; }

.PublicSans {
  font-family: 'Public Sans', sans-serif !important; }

.Quicksand {
  font-family: 'Quicksand', sans-serif !important; }

.Spartan {
  font-family: 'Spartan', sans-serif !important; }

.Jost {
  font-family: 'Jost', sans-serif !important; }

.Rubik {
  font-family: 'Rubik', sans-serif !important; }

.JosefinSans {
  font-family: 'Josefin Sans', sans-serif !important; }

.JosefinSlab {
  font-family: 'Josefin Slab', serif !important; }

.theme-ppl .bg-theme1, .theme-ppl .navbar, .theme-ppl .searchbg {
  background-color: #01A3B0 !important; }

.theme-ppl a.bg-theme1:hover, .theme-ppl a.navbar:hover, .theme-ppl a.searchbg:hover, .theme-ppl a.bg-theme1:focus, .theme-ppl a.navbar:focus, .theme-ppl a.searchbg:focus,
.theme-ppl button.bg-theme1:hover,
.theme-ppl button.navbar:hover,
.theme-ppl button.searchbg:hover,
.theme-ppl button.bg-theme1:focus,
.theme-ppl button.navbar:focus,
.theme-ppl button.searchbg:focus {
  background-color: #01747d !important; }

.theme-ppl .bg-gradient-theme1, .theme-ppl .navbar-toggler, .theme-ppl .inpagenavitem:hover, .theme-ppl .inpagenavitem:focus {
  background: #01A3B0 linear-gradient(180deg, #27b1bc, #01A3B0) repeat-x !important; }

.theme-ppl .border-theme1 {
  border-color: #01A3B0 !important; }

.theme-ppl .text-theme1, .theme-ppl .theme-cd #myBtn:hover, .theme-cd .theme-ppl #myBtn:hover, .theme-ppl .theme-pw #myBtn:hover, .theme-pw .theme-ppl #myBtn:hover {
  color: #01A3B0 !important; }

.theme-ppl a.text-theme1:hover, .theme-ppl .theme-cd a#myBtn:hover, .theme-cd .theme-ppl a#myBtn:hover, .theme-ppl .theme-pw a#myBtn:hover, .theme-pw .theme-ppl a#myBtn:hover, .theme-ppl a.text-theme1:focus, .theme-ppl .theme-cd a#myBtn:focus:hover, .theme-cd .theme-ppl a#myBtn:focus:hover, .theme-ppl .theme-pw a#myBtn:focus:hover, .theme-pw .theme-ppl a#myBtn:focus:hover {
  color: #015d64 !important; }

.theme-ppl .btn-theme1 {
  color: #fff;
  background: #01A3B0 linear-gradient(180deg, #27b1bc, #01A3B0) repeat-x;
  border-color: #01A3B0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-ppl .btn-theme1:hover {
    color: #fff;
    background: #01808a linear-gradient(180deg, #27939c, #01808a) repeat-x;
    border-color: #01747d; }
  .theme-ppl .btn-theme1:focus, .theme-ppl .btn-theme1.focus {
    color: #fff;
    background: #01808a linear-gradient(180deg, #27939c, #01808a) repeat-x;
    border-color: #01747d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(39, 177, 188, 0.5); }
  .theme-ppl .btn-theme1.disabled, .theme-ppl .btn-theme1:disabled {
    color: #fff;
    background-color: #01A3B0;
    border-color: #01A3B0;
    background-image: none; }
  .theme-ppl .btn-theme1:not(:disabled):not(.disabled):active, .theme-ppl .btn-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-ppl .btn-theme1.dropdown-toggle {
    color: #fff;
    background-color: #01747d;
    background-image: none;
    border-color: #016871; }
    .theme-ppl .btn-theme1:not(:disabled):not(.disabled):active:focus, .theme-ppl .btn-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-ppl .btn-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(39, 177, 188, 0.5); }

.theme-ppl .btn-outline-theme1 {
  color: #01A3B0;
  border-color: #01A3B0; }
  .theme-ppl .btn-outline-theme1:hover {
    color: #fff;
    background-color: #01A3B0;
    border-color: #01A3B0; }
  .theme-ppl .btn-outline-theme1:focus, .theme-ppl .btn-outline-theme1.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 163, 176, 0.5); }
  .theme-ppl .btn-outline-theme1.disabled, .theme-ppl .btn-outline-theme1:disabled {
    color: #01A3B0;
    background-color: transparent; }
  .theme-ppl .btn-outline-theme1:not(:disabled):not(.disabled):active, .theme-ppl .btn-outline-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-ppl .btn-outline-theme1.dropdown-toggle {
    color: #fff;
    background-color: #01A3B0;
    border-color: #01A3B0; }
    .theme-ppl .btn-outline-theme1:not(:disabled):not(.disabled):active:focus, .theme-ppl .btn-outline-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-ppl .btn-outline-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(1, 163, 176, 0.5); }

.theme-ppl .badge-theme1 {
  color: #fff;
  background-color: #01A3B0; }
  a.theme-ppl .badge-theme1:hover, a.theme-ppl .badge-theme1:focus {
    color: #fff;
    background-color: #01747d; }
  a.theme-ppl .badge-theme1:focus, a.theme-ppl .badge-theme1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 163, 176, 0.5); }

.theme-ppl .bg-theme2 {
  background-color: #94bb20 !important; }

.theme-ppl a.bg-theme2:hover, .theme-ppl a.bg-theme2:focus,
.theme-ppl button.bg-theme2:hover,
.theme-ppl button.bg-theme2:focus {
  background-color: #728f19 !important; }

.theme-ppl .bg-gradient-theme2 {
  background: #94bb20 linear-gradient(180deg, #a4c541, #94bb20) repeat-x !important; }

.theme-ppl .border-theme2 {
  border-color: #94bb20 !important; }

.theme-ppl .text-theme2, .theme-ppl #myBtn:hover, .theme-ppl .theme-cd #myBtn, .theme-cd .theme-ppl #myBtn, .theme-ppl .theme-mach #myBtn, .theme-mach .theme-ppl #myBtn {
  color: #94bb20 !important; }

.theme-ppl a.text-theme2:hover, .theme-ppl a#myBtn:hover, .theme-ppl a.text-theme2:focus, .theme-ppl a#myBtn:focus:hover, .theme-ppl .theme-cd a#myBtn:focus, .theme-cd .theme-ppl a#myBtn:focus, .theme-ppl .theme-mach a#myBtn:focus, .theme-mach .theme-ppl a#myBtn:focus {
  color: #607a15 !important; }

.theme-ppl .btn-theme2 {
  color: #212529;
  background: #94bb20 linear-gradient(180deg, #a4c541, #94bb20) repeat-x;
  border-color: #94bb20;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-ppl .btn-theme2:hover {
    color: #fff;
    background: #7a9a1a linear-gradient(180deg, #8ea93d, #7a9a1a) repeat-x;
    border-color: #728f19; }
  .theme-ppl .btn-theme2:focus, .theme-ppl .btn-theme2.focus {
    color: #fff;
    background: #7a9a1a linear-gradient(180deg, #8ea93d, #7a9a1a) repeat-x;
    border-color: #728f19;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(131, 165, 33, 0.5); }
  .theme-ppl .btn-theme2.disabled, .theme-ppl .btn-theme2:disabled {
    color: #212529;
    background-color: #94bb20;
    border-color: #94bb20;
    background-image: none; }
  .theme-ppl .btn-theme2:not(:disabled):not(.disabled):active, .theme-ppl .btn-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-ppl .btn-theme2.dropdown-toggle {
    color: #fff;
    background-color: #728f19;
    background-image: none;
    border-color: #698517; }
    .theme-ppl .btn-theme2:not(:disabled):not(.disabled):active:focus, .theme-ppl .btn-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-ppl .btn-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(131, 165, 33, 0.5); }

.theme-ppl .btn-outline-theme2 {
  color: #94bb20;
  border-color: #94bb20; }
  .theme-ppl .btn-outline-theme2:hover {
    color: #212529;
    background-color: #94bb20;
    border-color: #94bb20; }
  .theme-ppl .btn-outline-theme2:focus, .theme-ppl .btn-outline-theme2.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }
  .theme-ppl .btn-outline-theme2.disabled, .theme-ppl .btn-outline-theme2:disabled {
    color: #94bb20;
    background-color: transparent; }
  .theme-ppl .btn-outline-theme2:not(:disabled):not(.disabled):active, .theme-ppl .btn-outline-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-ppl .btn-outline-theme2.dropdown-toggle {
    color: #212529;
    background-color: #94bb20;
    border-color: #94bb20; }
    .theme-ppl .btn-outline-theme2:not(:disabled):not(.disabled):active:focus, .theme-ppl .btn-outline-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-ppl .btn-outline-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }

.theme-ppl .badge-theme2 {
  color: #212529;
  background-color: #94bb20; }
  a.theme-ppl .badge-theme2:hover, a.theme-ppl .badge-theme2:focus {
    color: #212529;
    background-color: #728f19; }
  a.theme-ppl .badge-theme2:focus, a.theme-ppl .badge-theme2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }

.theme-ppl .bg-theme3, .theme-ppl .theme-cd .navbar, .theme-cd .theme-ppl .navbar, .theme-ppl .theme-cd .searchbg, .theme-cd .theme-ppl .searchbg {
  background-color: #E25300 !important; }

.theme-ppl a.bg-theme3:hover, .theme-ppl .theme-cd a.navbar:hover, .theme-cd .theme-ppl a.navbar:hover, .theme-ppl .theme-cd a.searchbg:hover, .theme-cd .theme-ppl a.searchbg:hover, .theme-ppl a.bg-theme3:focus, .theme-ppl .theme-cd a.navbar:focus, .theme-cd .theme-ppl a.navbar:focus, .theme-ppl .theme-cd a.searchbg:focus, .theme-cd .theme-ppl a.searchbg:focus,
.theme-ppl button.bg-theme3:hover,
.theme-ppl .theme-cd button.navbar:hover,
.theme-cd .theme-ppl button.navbar:hover,
.theme-ppl .theme-cd button.searchbg:hover,
.theme-cd .theme-ppl button.searchbg:hover,
.theme-ppl button.bg-theme3:focus,
.theme-ppl .theme-cd button.navbar:focus,
.theme-cd .theme-ppl button.navbar:focus,
.theme-ppl .theme-cd button.searchbg:focus,
.theme-cd .theme-ppl button.searchbg:focus {
  background-color: #af4000 !important; }

.theme-ppl .bg-gradient-theme3 {
  background: #E25300 linear-gradient(180deg, #e66d26, #E25300) repeat-x !important; }

.theme-ppl .border-theme3 {
  border-color: #E25300 !important; }

.theme-ppl .text-theme3, .theme-ppl #myBtn, .theme-ppl .theme-mach #myBtn:hover, .theme-mach .theme-ppl #myBtn:hover {
  color: #E25300 !important; }

.theme-ppl a.text-theme3:hover, .theme-ppl a#myBtn:hover, .theme-ppl a.text-theme3:focus, .theme-ppl a#myBtn:focus {
  color: #963700 !important; }

.theme-ppl .btn-theme3 {
  color: #fff;
  background: #E25300 linear-gradient(180deg, #e66d26, #E25300) repeat-x;
  border-color: #E25300;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-ppl .btn-theme3:hover {
    color: #fff;
    background: #bc4500 linear-gradient(180deg, #c66126, #bc4500) repeat-x;
    border-color: #af4000; }
  .theme-ppl .btn-theme3:focus, .theme-ppl .btn-theme3.focus {
    color: #fff;
    background: #bc4500 linear-gradient(180deg, #c66126, #bc4500) repeat-x;
    border-color: #af4000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(230, 109, 38, 0.5); }
  .theme-ppl .btn-theme3.disabled, .theme-ppl .btn-theme3:disabled {
    color: #fff;
    background-color: #E25300;
    border-color: #E25300;
    background-image: none; }
  .theme-ppl .btn-theme3:not(:disabled):not(.disabled):active, .theme-ppl .btn-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-ppl .btn-theme3.dropdown-toggle {
    color: #fff;
    background-color: #af4000;
    background-image: none;
    border-color: #a23c00; }
    .theme-ppl .btn-theme3:not(:disabled):not(.disabled):active:focus, .theme-ppl .btn-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-ppl .btn-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 109, 38, 0.5); }

.theme-ppl .btn-outline-theme3 {
  color: #E25300;
  border-color: #E25300; }
  .theme-ppl .btn-outline-theme3:hover {
    color: #fff;
    background-color: #E25300;
    border-color: #E25300; }
  .theme-ppl .btn-outline-theme3:focus, .theme-ppl .btn-outline-theme3.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 83, 0, 0.5); }
  .theme-ppl .btn-outline-theme3.disabled, .theme-ppl .btn-outline-theme3:disabled {
    color: #E25300;
    background-color: transparent; }
  .theme-ppl .btn-outline-theme3:not(:disabled):not(.disabled):active, .theme-ppl .btn-outline-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-ppl .btn-outline-theme3.dropdown-toggle {
    color: #fff;
    background-color: #E25300;
    border-color: #E25300; }
    .theme-ppl .btn-outline-theme3:not(:disabled):not(.disabled):active:focus, .theme-ppl .btn-outline-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-ppl .btn-outline-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(226, 83, 0, 0.5); }

.theme-ppl .badge-theme3 {
  color: #fff;
  background-color: #E25300; }
  a.theme-ppl .badge-theme3:hover, a.theme-ppl .badge-theme3:focus {
    color: #fff;
    background-color: #af4000; }
  a.theme-ppl .badge-theme3:focus, a.theme-ppl .badge-theme3.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(226, 83, 0, 0.5); }

.theme-ppl .bg-theme4, .theme-ppl .theme-smcl .navbar, .theme-smcl .theme-ppl .navbar, .theme-ppl .theme-hive .navbar, .theme-hive .theme-ppl .navbar, .theme-ppl .theme-smcl .searchbg, .theme-smcl .theme-ppl .searchbg, .theme-ppl .theme-hive .searchbg, .theme-hive .theme-ppl .searchbg {
  background-color: #660B80 !important; }

.theme-ppl a.bg-theme4:hover, .theme-ppl .theme-smcl a.navbar:hover, .theme-smcl .theme-ppl a.navbar:hover, .theme-ppl .theme-hive a.navbar:hover, .theme-hive .theme-ppl a.navbar:hover, .theme-ppl .theme-smcl a.searchbg:hover, .theme-smcl .theme-ppl a.searchbg:hover, .theme-ppl .theme-hive a.searchbg:hover, .theme-hive .theme-ppl a.searchbg:hover, .theme-ppl a.bg-theme4:focus, .theme-ppl .theme-smcl a.navbar:focus, .theme-smcl .theme-ppl a.navbar:focus, .theme-ppl .theme-hive a.navbar:focus, .theme-hive .theme-ppl a.navbar:focus, .theme-ppl .theme-smcl a.searchbg:focus, .theme-smcl .theme-ppl a.searchbg:focus, .theme-ppl .theme-hive a.searchbg:focus, .theme-hive .theme-ppl a.searchbg:focus,
.theme-ppl button.bg-theme4:hover,
.theme-ppl .theme-smcl button.navbar:hover,
.theme-smcl .theme-ppl button.navbar:hover,
.theme-ppl .theme-hive button.navbar:hover,
.theme-hive .theme-ppl button.navbar:hover,
.theme-ppl .theme-smcl button.searchbg:hover,
.theme-smcl .theme-ppl button.searchbg:hover,
.theme-ppl .theme-hive button.searchbg:hover,
.theme-hive .theme-ppl button.searchbg:hover,
.theme-ppl button.bg-theme4:focus,
.theme-ppl .theme-smcl button.navbar:focus,
.theme-smcl .theme-ppl button.navbar:focus,
.theme-ppl .theme-hive button.navbar:focus,
.theme-hive .theme-ppl button.navbar:focus,
.theme-ppl .theme-smcl button.searchbg:focus,
.theme-smcl .theme-ppl button.searchbg:focus,
.theme-ppl .theme-hive button.searchbg:focus,
.theme-hive .theme-ppl button.searchbg:focus {
  background-color: #410751 !important; }

.theme-ppl .bg-gradient-theme4 {
  background: #660B80 linear-gradient(180deg, #7d3093, #660B80) repeat-x !important; }

.theme-ppl .border-theme4 {
  border-color: #660B80 !important; }

.theme-ppl .text-theme4, .theme-ppl .theme-hive #myBtn:hover, .theme-hive .theme-ppl #myBtn:hover, .theme-ppl .theme-startup #myBtn:hover, .theme-startup .theme-ppl #myBtn:hover {
  color: #660B80 !important; }

.theme-ppl a.text-theme4:hover, .theme-ppl .theme-hive a#myBtn:hover, .theme-hive .theme-ppl a#myBtn:hover, .theme-ppl .theme-startup a#myBtn:hover, .theme-startup .theme-ppl a#myBtn:hover, .theme-ppl a.text-theme4:focus, .theme-ppl .theme-hive a#myBtn:focus:hover, .theme-hive .theme-ppl a#myBtn:focus:hover, .theme-ppl .theme-startup a#myBtn:focus:hover, .theme-startup .theme-ppl a#myBtn:focus:hover {
  color: #2e053a !important; }

.theme-ppl .btn-theme4 {
  color: #fff;
  background: #660B80 linear-gradient(180deg, #7d3093, #660B80) repeat-x;
  border-color: #660B80;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-ppl .btn-theme4:hover {
    color: #fff;
    background: #4a085d linear-gradient(180deg, #652d75, #4a085d) repeat-x;
    border-color: #410751; }
  .theme-ppl .btn-theme4:focus, .theme-ppl .btn-theme4.focus {
    color: #fff;
    background: #4a085d linear-gradient(180deg, #652d75, #4a085d) repeat-x;
    border-color: #410751;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(125, 48, 147, 0.5); }
  .theme-ppl .btn-theme4.disabled, .theme-ppl .btn-theme4:disabled {
    color: #fff;
    background-color: #660B80;
    border-color: #660B80;
    background-image: none; }
  .theme-ppl .btn-theme4:not(:disabled):not(.disabled):active, .theme-ppl .btn-theme4:not(:disabled):not(.disabled).active,
  .show > .theme-ppl .btn-theme4.dropdown-toggle {
    color: #fff;
    background-color: #410751;
    background-image: none;
    border-color: #370645; }
    .theme-ppl .btn-theme4:not(:disabled):not(.disabled):active:focus, .theme-ppl .btn-theme4:not(:disabled):not(.disabled).active:focus,
    .show > .theme-ppl .btn-theme4.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(125, 48, 147, 0.5); }

.theme-ppl .btn-outline-theme4 {
  color: #660B80;
  border-color: #660B80; }
  .theme-ppl .btn-outline-theme4:hover {
    color: #fff;
    background-color: #660B80;
    border-color: #660B80; }
  .theme-ppl .btn-outline-theme4:focus, .theme-ppl .btn-outline-theme4.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 11, 128, 0.5); }
  .theme-ppl .btn-outline-theme4.disabled, .theme-ppl .btn-outline-theme4:disabled {
    color: #660B80;
    background-color: transparent; }
  .theme-ppl .btn-outline-theme4:not(:disabled):not(.disabled):active, .theme-ppl .btn-outline-theme4:not(:disabled):not(.disabled).active,
  .show > .theme-ppl .btn-outline-theme4.dropdown-toggle {
    color: #fff;
    background-color: #660B80;
    border-color: #660B80; }
    .theme-ppl .btn-outline-theme4:not(:disabled):not(.disabled):active:focus, .theme-ppl .btn-outline-theme4:not(:disabled):not(.disabled).active:focus,
    .show > .theme-ppl .btn-outline-theme4.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(102, 11, 128, 0.5); }

.theme-ppl .badge-theme4 {
  color: #fff;
  background-color: #660B80; }
  a.theme-ppl .badge-theme4:hover, a.theme-ppl .badge-theme4:focus {
    color: #fff;
    background-color: #410751; }
  a.theme-ppl .badge-theme4:focus, a.theme-ppl .badge-theme4.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 11, 128, 0.5); }

.theme-ppl .bg-theme4-dark {
  background-color: black !important; }

.theme-ppl a.bg-theme4-dark:hover, .theme-ppl a.bg-theme4-dark:focus,
.theme-ppl button.bg-theme4-dark:hover,
.theme-ppl button.bg-theme4-dark:focus {
  background-color: black !important; }

.theme-ppl .bg-gradient-theme4-dark {
  background: black linear-gradient(180deg, #262626, black) repeat-x !important; }

.theme-ppl .border-theme4-dark {
  border-color: black !important; }

.theme-ppl .text-theme4-dark {
  color: black !important; }

.theme-ppl a.text-theme4-dark:hover, .theme-ppl a.text-theme4-dark:focus {
  color: black !important; }

.theme-ppl .btn-theme4-dark {
  color: #fff;
  background: black linear-gradient(180deg, #262626, black) repeat-x;
  border-color: black;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-ppl .btn-theme4-dark:hover {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black; }
  .theme-ppl .btn-theme4-dark:focus, .theme-ppl .btn-theme4-dark.focus {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .theme-ppl .btn-theme4-dark.disabled, .theme-ppl .btn-theme4-dark:disabled {
    color: #fff;
    background-color: black;
    border-color: black;
    background-image: none; }
  .theme-ppl .btn-theme4-dark:not(:disabled):not(.disabled):active, .theme-ppl .btn-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-ppl .btn-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    background-image: none;
    border-color: black; }
    .theme-ppl .btn-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-ppl .btn-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-ppl .btn-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.theme-ppl .btn-outline-theme4-dark {
  color: black;
  border-color: black; }
  .theme-ppl .btn-outline-theme4-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .theme-ppl .btn-outline-theme4-dark:focus, .theme-ppl .btn-outline-theme4-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .theme-ppl .btn-outline-theme4-dark.disabled, .theme-ppl .btn-outline-theme4-dark:disabled {
    color: black;
    background-color: transparent; }
  .theme-ppl .btn-outline-theme4-dark:not(:disabled):not(.disabled):active, .theme-ppl .btn-outline-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-ppl .btn-outline-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .theme-ppl .btn-outline-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-ppl .btn-outline-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-ppl .btn-outline-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.theme-ppl .badge-theme4-dark {
  color: #fff;
  background-color: black; }
  a.theme-ppl .badge-theme4-dark:hover, a.theme-ppl .badge-theme4-dark:focus {
    color: #fff;
    background-color: black; }
  a.theme-ppl .badge-theme4-dark:focus, a.theme-ppl .badge-theme4-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.theme-ppl .bg-theme5 {
  background-color: #A282B1 !important; }

.theme-ppl a.bg-theme5:hover, .theme-ppl a.bg-theme5:focus,
.theme-ppl button.bg-theme5:hover,
.theme-ppl button.bg-theme5:focus {
  background-color: #8b639d !important; }

.theme-ppl .bg-gradient-theme5, .theme-ppl li.nav-item:hover, .theme-ppl li.nav-item:focus {
  background: #A282B1 linear-gradient(180deg, #b095bd, #A282B1) repeat-x !important; }

.theme-ppl .border-theme5 {
  border-color: #A282B1 !important; }

.theme-ppl .text-theme5, .theme-ppl .theme-pw #myBtn, .theme-pw .theme-ppl #myBtn {
  color: #A282B1 !important; }

.theme-ppl a.text-theme5:hover, .theme-ppl .theme-pw a#myBtn:hover, .theme-pw .theme-ppl a#myBtn:hover, .theme-ppl a.text-theme5:focus, .theme-ppl .theme-pw a#myBtn:focus, .theme-pw .theme-ppl a#myBtn:focus {
  color: #7d598e !important; }

.theme-ppl .btn-theme5 {
  color: #fff;
  background: #A282B1 linear-gradient(180deg, #b095bd, #A282B1) repeat-x;
  border-color: #A282B1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-ppl .btn-theme5:hover {
    color: #fff;
    background: #906aa2 linear-gradient(180deg, #a181b0, #906aa2) repeat-x;
    border-color: #8b639d; }
  .theme-ppl .btn-theme5:focus, .theme-ppl .btn-theme5.focus {
    color: #fff;
    background: #906aa2 linear-gradient(180deg, #a181b0, #906aa2) repeat-x;
    border-color: #8b639d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(176, 149, 189, 0.5); }
  .theme-ppl .btn-theme5.disabled, .theme-ppl .btn-theme5:disabled {
    color: #fff;
    background-color: #A282B1;
    border-color: #A282B1;
    background-image: none; }
  .theme-ppl .btn-theme5:not(:disabled):not(.disabled):active, .theme-ppl .btn-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-ppl .btn-theme5.dropdown-toggle {
    color: #fff;
    background-color: #8b639d;
    background-image: none;
    border-color: #845d96; }
    .theme-ppl .btn-theme5:not(:disabled):not(.disabled):active:focus, .theme-ppl .btn-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-ppl .btn-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(176, 149, 189, 0.5); }

.theme-ppl .btn-outline-theme5 {
  color: #A282B1;
  border-color: #A282B1; }
  .theme-ppl .btn-outline-theme5:hover {
    color: #fff;
    background-color: #A282B1;
    border-color: #A282B1; }
  .theme-ppl .btn-outline-theme5:focus, .theme-ppl .btn-outline-theme5.focus {
    box-shadow: 0 0 0 0.2rem rgba(162, 130, 177, 0.5); }
  .theme-ppl .btn-outline-theme5.disabled, .theme-ppl .btn-outline-theme5:disabled {
    color: #A282B1;
    background-color: transparent; }
  .theme-ppl .btn-outline-theme5:not(:disabled):not(.disabled):active, .theme-ppl .btn-outline-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-ppl .btn-outline-theme5.dropdown-toggle {
    color: #fff;
    background-color: #A282B1;
    border-color: #A282B1; }
    .theme-ppl .btn-outline-theme5:not(:disabled):not(.disabled):active:focus, .theme-ppl .btn-outline-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-ppl .btn-outline-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(162, 130, 177, 0.5); }

.theme-ppl .badge-theme5 {
  color: #fff;
  background-color: #A282B1; }
  a.theme-ppl .badge-theme5:hover, a.theme-ppl .badge-theme5:focus {
    color: #fff;
    background-color: #8b639d; }
  a.theme-ppl .badge-theme5:focus, a.theme-ppl .badge-theme5.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(162, 130, 177, 0.5); }

.theme-pw .bg-theme1, .theme-pw .navbar, .theme-pw .searchbg {
  background-color: #EB6126 !important; }

.theme-pw a.bg-theme1:hover, .theme-pw a.navbar:hover, .theme-pw a.searchbg:hover, .theme-pw a.bg-theme1:focus, .theme-pw a.navbar:focus, .theme-pw a.searchbg:focus,
.theme-pw button.bg-theme1:hover,
.theme-pw button.navbar:hover,
.theme-pw button.searchbg:hover,
.theme-pw button.bg-theme1:focus,
.theme-pw button.navbar:focus,
.theme-pw button.searchbg:focus {
  background-color: #cb4a13 !important; }

.theme-pw .bg-gradient-theme1, .theme-pw .navbar-toggler, .theme-pw .inpagenavitem:hover, .theme-pw .inpagenavitem:focus {
  background: #EB6126 linear-gradient(180deg, #ee7947, #EB6126) repeat-x !important; }

.theme-pw .border-theme1 {
  border-color: #EB6126 !important; }

.theme-pw .text-theme1, .theme-pw #myBtn:hover {
  color: #EB6126 !important; }

.theme-pw a.text-theme1:hover, .theme-pw a#myBtn:hover, .theme-pw a.text-theme1:focus, .theme-pw a#myBtn:focus:hover {
  color: #b44211 !important; }

.theme-pw .btn-theme1 {
  color: #fff;
  background: #EB6126 linear-gradient(180deg, #ee7947, #EB6126) repeat-x;
  border-color: #EB6126;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-pw .btn-theme1:hover {
    color: #fff;
    background: #d74e14 linear-gradient(180deg, #dd6937, #d74e14) repeat-x;
    border-color: #cb4a13; }
  .theme-pw .btn-theme1:focus, .theme-pw .btn-theme1.focus {
    color: #fff;
    background: #d74e14 linear-gradient(180deg, #dd6937, #d74e14) repeat-x;
    border-color: #cb4a13;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(238, 121, 71, 0.5); }
  .theme-pw .btn-theme1.disabled, .theme-pw .btn-theme1:disabled {
    color: #fff;
    background-color: #EB6126;
    border-color: #EB6126;
    background-image: none; }
  .theme-pw .btn-theme1:not(:disabled):not(.disabled):active, .theme-pw .btn-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-pw .btn-theme1.dropdown-toggle {
    color: #fff;
    background-color: #cb4a13;
    background-image: none;
    border-color: #c04612; }
    .theme-pw .btn-theme1:not(:disabled):not(.disabled):active:focus, .theme-pw .btn-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-pw .btn-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(238, 121, 71, 0.5); }

.theme-pw .btn-outline-theme1 {
  color: #EB6126;
  border-color: #EB6126; }
  .theme-pw .btn-outline-theme1:hover {
    color: #fff;
    background-color: #EB6126;
    border-color: #EB6126; }
  .theme-pw .btn-outline-theme1:focus, .theme-pw .btn-outline-theme1.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 97, 38, 0.5); }
  .theme-pw .btn-outline-theme1.disabled, .theme-pw .btn-outline-theme1:disabled {
    color: #EB6126;
    background-color: transparent; }
  .theme-pw .btn-outline-theme1:not(:disabled):not(.disabled):active, .theme-pw .btn-outline-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-pw .btn-outline-theme1.dropdown-toggle {
    color: #fff;
    background-color: #EB6126;
    border-color: #EB6126; }
    .theme-pw .btn-outline-theme1:not(:disabled):not(.disabled):active:focus, .theme-pw .btn-outline-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-pw .btn-outline-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(235, 97, 38, 0.5); }

.theme-pw .badge-theme1 {
  color: #fff;
  background-color: #EB6126; }
  a.theme-pw .badge-theme1:hover, a.theme-pw .badge-theme1:focus {
    color: #fff;
    background-color: #cb4a13; }
  a.theme-pw .badge-theme1:focus, a.theme-pw .badge-theme1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(235, 97, 38, 0.5); }

.theme-pw .bg-theme2 {
  background-color: #282828 !important; }

.theme-pw a.bg-theme2:hover, .theme-pw a.bg-theme2:focus,
.theme-pw button.bg-theme2:hover,
.theme-pw button.bg-theme2:focus {
  background-color: #0f0f0f !important; }

.theme-pw .bg-gradient-theme2 {
  background: #282828 linear-gradient(180deg, #484848, #282828) repeat-x !important; }

.theme-pw .border-theme2 {
  border-color: #282828 !important; }

.theme-pw .text-theme2, .theme-pw .theme-ppl #myBtn:hover, .theme-ppl .theme-pw #myBtn:hover, .theme-pw .theme-cd #myBtn, .theme-cd .theme-pw #myBtn, .theme-pw .theme-smcl #myBtn:hover, .theme-smcl .theme-pw #myBtn:hover, .theme-pw .theme-mach #myBtn, .theme-mach .theme-pw #myBtn {
  color: #282828 !important; }

.theme-pw a.text-theme2:hover, .theme-pw .theme-ppl a#myBtn:hover, .theme-ppl .theme-pw a#myBtn:hover, .theme-pw .theme-cd a#myBtn:hover, .theme-cd .theme-pw a#myBtn:hover, .theme-pw .theme-smcl a#myBtn:hover, .theme-smcl .theme-pw a#myBtn:hover, .theme-pw .theme-mach a#myBtn:hover, .theme-mach .theme-pw a#myBtn:hover, .theme-pw a.text-theme2:focus, .theme-pw .theme-ppl a#myBtn:focus:hover, .theme-ppl .theme-pw a#myBtn:focus:hover, .theme-pw .theme-cd a#myBtn:focus, .theme-cd .theme-pw a#myBtn:focus, .theme-pw .theme-smcl a#myBtn:focus:hover, .theme-smcl .theme-pw a#myBtn:focus:hover, .theme-pw .theme-mach a#myBtn:focus, .theme-mach .theme-pw a#myBtn:focus {
  color: #020202 !important; }

.theme-pw .btn-theme2 {
  color: #fff;
  background: #282828 linear-gradient(180deg, #484848, #282828) repeat-x;
  border-color: #282828;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-pw .btn-theme2:hover {
    color: #fff;
    background: #151515 linear-gradient(180deg, #383838, #151515) repeat-x;
    border-color: #0f0f0f; }
  .theme-pw .btn-theme2:focus, .theme-pw .btn-theme2.focus {
    color: #fff;
    background: #151515 linear-gradient(180deg, #383838, #151515) repeat-x;
    border-color: #0f0f0f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 72, 72, 0.5); }
  .theme-pw .btn-theme2.disabled, .theme-pw .btn-theme2:disabled {
    color: #fff;
    background-color: #282828;
    border-color: #282828;
    background-image: none; }
  .theme-pw .btn-theme2:not(:disabled):not(.disabled):active, .theme-pw .btn-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-pw .btn-theme2.dropdown-toggle {
    color: #fff;
    background-color: #0f0f0f;
    background-image: none;
    border-color: #080808; }
    .theme-pw .btn-theme2:not(:disabled):not(.disabled):active:focus, .theme-pw .btn-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-pw .btn-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 72, 72, 0.5); }

.theme-pw .btn-outline-theme2 {
  color: #282828;
  border-color: #282828; }
  .theme-pw .btn-outline-theme2:hover {
    color: #fff;
    background-color: #282828;
    border-color: #282828; }
  .theme-pw .btn-outline-theme2:focus, .theme-pw .btn-outline-theme2.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5); }
  .theme-pw .btn-outline-theme2.disabled, .theme-pw .btn-outline-theme2:disabled {
    color: #282828;
    background-color: transparent; }
  .theme-pw .btn-outline-theme2:not(:disabled):not(.disabled):active, .theme-pw .btn-outline-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-pw .btn-outline-theme2.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #282828; }
    .theme-pw .btn-outline-theme2:not(:disabled):not(.disabled):active:focus, .theme-pw .btn-outline-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-pw .btn-outline-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 40, 40, 0.5); }

.theme-pw .badge-theme2 {
  color: #fff;
  background-color: #282828; }
  a.theme-pw .badge-theme2:hover, a.theme-pw .badge-theme2:focus {
    color: #fff;
    background-color: #0f0f0f; }
  a.theme-pw .badge-theme2:focus, a.theme-pw .badge-theme2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5); }

.theme-pw .bg-theme3, .theme-pw .theme-cd .navbar, .theme-cd .theme-pw .navbar, .theme-pw .theme-cd .searchbg, .theme-cd .theme-pw .searchbg {
  background-color: #595959 !important; }

.theme-pw a.bg-theme3:hover, .theme-pw .theme-cd a.navbar:hover, .theme-cd .theme-pw a.navbar:hover, .theme-pw .theme-cd a.searchbg:hover, .theme-cd .theme-pw a.searchbg:hover, .theme-pw a.bg-theme3:focus, .theme-pw .theme-cd a.navbar:focus, .theme-cd .theme-pw a.navbar:focus, .theme-pw .theme-cd a.searchbg:focus, .theme-cd .theme-pw a.searchbg:focus,
.theme-pw button.bg-theme3:hover,
.theme-pw .theme-cd button.navbar:hover,
.theme-cd .theme-pw button.navbar:hover,
.theme-pw .theme-cd button.searchbg:hover,
.theme-cd .theme-pw button.searchbg:hover,
.theme-pw button.bg-theme3:focus,
.theme-pw .theme-cd button.navbar:focus,
.theme-cd .theme-pw button.navbar:focus,
.theme-pw .theme-cd button.searchbg:focus,
.theme-cd .theme-pw button.searchbg:focus {
  background-color: #404040 !important; }

.theme-pw .bg-gradient-theme3 {
  background: #595959 linear-gradient(180deg, #727272, #595959) repeat-x !important; }

.theme-pw .border-theme3 {
  border-color: #595959 !important; }

.theme-pw .text-theme3, .theme-pw .theme-ppl #myBtn, .theme-ppl .theme-pw #myBtn, .theme-pw .theme-smcl #myBtn, .theme-smcl .theme-pw #myBtn, .theme-pw .theme-hive #myBtn, .theme-hive .theme-pw #myBtn, .theme-pw .theme-startup #myBtn, .theme-startup .theme-pw #myBtn, .theme-pw .theme-mach #myBtn:hover, .theme-mach .theme-pw #myBtn:hover {
  color: #595959 !important; }

.theme-pw a.text-theme3:hover, .theme-pw .theme-ppl a#myBtn:hover, .theme-ppl .theme-pw a#myBtn:hover, .theme-pw .theme-smcl a#myBtn:hover, .theme-smcl .theme-pw a#myBtn:hover, .theme-pw .theme-hive a#myBtn:hover, .theme-hive .theme-pw a#myBtn:hover, .theme-pw .theme-startup a#myBtn:hover, .theme-startup .theme-pw a#myBtn:hover, .theme-pw .theme-mach a#myBtn:hover, .theme-mach .theme-pw a#myBtn:hover, .theme-pw a.text-theme3:focus, .theme-pw .theme-ppl a#myBtn:focus, .theme-ppl .theme-pw a#myBtn:focus, .theme-pw .theme-smcl a#myBtn:focus, .theme-smcl .theme-pw a#myBtn:focus, .theme-pw .theme-hive a#myBtn:focus, .theme-hive .theme-pw a#myBtn:focus, .theme-pw .theme-startup a#myBtn:focus, .theme-startup .theme-pw a#myBtn:focus, .theme-pw .theme-mach a#myBtn:focus:hover, .theme-mach .theme-pw a#myBtn:focus:hover {
  color: #333333 !important; }

.theme-pw .btn-theme3 {
  color: #fff;
  background: #595959 linear-gradient(180deg, #727272, #595959) repeat-x;
  border-color: #595959;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-pw .btn-theme3:hover {
    color: #fff;
    background: #464646 linear-gradient(180deg, #626262, #464646) repeat-x;
    border-color: #404040; }
  .theme-pw .btn-theme3:focus, .theme-pw .btn-theme3.focus {
    color: #fff;
    background: #464646 linear-gradient(180deg, #626262, #464646) repeat-x;
    border-color: #404040;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(114, 114, 114, 0.5); }
  .theme-pw .btn-theme3.disabled, .theme-pw .btn-theme3:disabled {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
    background-image: none; }
  .theme-pw .btn-theme3:not(:disabled):not(.disabled):active, .theme-pw .btn-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-pw .btn-theme3.dropdown-toggle {
    color: #fff;
    background-color: #404040;
    background-image: none;
    border-color: #393939; }
    .theme-pw .btn-theme3:not(:disabled):not(.disabled):active:focus, .theme-pw .btn-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-pw .btn-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(114, 114, 114, 0.5); }

.theme-pw .btn-outline-theme3 {
  color: #595959;
  border-color: #595959; }
  .theme-pw .btn-outline-theme3:hover {
    color: #fff;
    background-color: #595959;
    border-color: #595959; }
  .theme-pw .btn-outline-theme3:focus, .theme-pw .btn-outline-theme3.focus {
    box-shadow: 0 0 0 0.2rem rgba(89, 89, 89, 0.5); }
  .theme-pw .btn-outline-theme3.disabled, .theme-pw .btn-outline-theme3:disabled {
    color: #595959;
    background-color: transparent; }
  .theme-pw .btn-outline-theme3:not(:disabled):not(.disabled):active, .theme-pw .btn-outline-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-pw .btn-outline-theme3.dropdown-toggle {
    color: #fff;
    background-color: #595959;
    border-color: #595959; }
    .theme-pw .btn-outline-theme3:not(:disabled):not(.disabled):active:focus, .theme-pw .btn-outline-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-pw .btn-outline-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(89, 89, 89, 0.5); }

.theme-pw .badge-theme3 {
  color: #fff;
  background-color: #595959; }
  a.theme-pw .badge-theme3:hover, a.theme-pw .badge-theme3:focus {
    color: #fff;
    background-color: #404040; }
  a.theme-pw .badge-theme3:focus, a.theme-pw .badge-theme3.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(89, 89, 89, 0.5); }

.theme-pw .bg-theme4, .theme-pw .theme-smcl .navbar, .theme-smcl .theme-pw .navbar, .theme-pw .theme-hive .navbar, .theme-hive .theme-pw .navbar, .theme-pw .theme-smcl .searchbg, .theme-smcl .theme-pw .searchbg, .theme-pw .theme-hive .searchbg, .theme-hive .theme-pw .searchbg {
  background-color: #01A3B0 !important; }

.theme-pw a.bg-theme4:hover, .theme-pw .theme-smcl a.navbar:hover, .theme-smcl .theme-pw a.navbar:hover, .theme-pw .theme-hive a.navbar:hover, .theme-hive .theme-pw a.navbar:hover, .theme-pw .theme-smcl a.searchbg:hover, .theme-smcl .theme-pw a.searchbg:hover, .theme-pw .theme-hive a.searchbg:hover, .theme-hive .theme-pw a.searchbg:hover, .theme-pw a.bg-theme4:focus, .theme-pw .theme-smcl a.navbar:focus, .theme-smcl .theme-pw a.navbar:focus, .theme-pw .theme-hive a.navbar:focus, .theme-hive .theme-pw a.navbar:focus, .theme-pw .theme-smcl a.searchbg:focus, .theme-smcl .theme-pw a.searchbg:focus, .theme-pw .theme-hive a.searchbg:focus, .theme-hive .theme-pw a.searchbg:focus,
.theme-pw button.bg-theme4:hover,
.theme-pw .theme-smcl button.navbar:hover,
.theme-smcl .theme-pw button.navbar:hover,
.theme-pw .theme-hive button.navbar:hover,
.theme-hive .theme-pw button.navbar:hover,
.theme-pw .theme-smcl button.searchbg:hover,
.theme-smcl .theme-pw button.searchbg:hover,
.theme-pw .theme-hive button.searchbg:hover,
.theme-hive .theme-pw button.searchbg:hover,
.theme-pw button.bg-theme4:focus,
.theme-pw .theme-smcl button.navbar:focus,
.theme-smcl .theme-pw button.navbar:focus,
.theme-pw .theme-hive button.navbar:focus,
.theme-hive .theme-pw button.navbar:focus,
.theme-pw .theme-smcl button.searchbg:focus,
.theme-smcl .theme-pw button.searchbg:focus,
.theme-pw .theme-hive button.searchbg:focus,
.theme-hive .theme-pw button.searchbg:focus {
  background-color: #01747d !important; }

.theme-pw .bg-gradient-theme4 {
  background: #01A3B0 linear-gradient(180deg, #27b1bc, #01A3B0) repeat-x !important; }

.theme-pw .border-theme4 {
  border-color: #01A3B0 !important; }

.theme-pw .text-theme4, .theme-pw .theme-hive #myBtn:hover, .theme-hive .theme-pw #myBtn:hover, .theme-pw .theme-startup #myBtn:hover, .theme-startup .theme-pw #myBtn:hover {
  color: #01A3B0 !important; }

.theme-pw a.text-theme4:hover, .theme-pw .theme-hive a#myBtn:hover, .theme-hive .theme-pw a#myBtn:hover, .theme-pw .theme-startup a#myBtn:hover, .theme-startup .theme-pw a#myBtn:hover, .theme-pw a.text-theme4:focus, .theme-pw .theme-hive a#myBtn:focus:hover, .theme-hive .theme-pw a#myBtn:focus:hover, .theme-pw .theme-startup a#myBtn:focus:hover, .theme-startup .theme-pw a#myBtn:focus:hover {
  color: #015d64 !important; }

.theme-pw .btn-theme4 {
  color: #fff;
  background: #01A3B0 linear-gradient(180deg, #27b1bc, #01A3B0) repeat-x;
  border-color: #01A3B0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-pw .btn-theme4:hover {
    color: #fff;
    background: #01808a linear-gradient(180deg, #27939c, #01808a) repeat-x;
    border-color: #01747d; }
  .theme-pw .btn-theme4:focus, .theme-pw .btn-theme4.focus {
    color: #fff;
    background: #01808a linear-gradient(180deg, #27939c, #01808a) repeat-x;
    border-color: #01747d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(39, 177, 188, 0.5); }
  .theme-pw .btn-theme4.disabled, .theme-pw .btn-theme4:disabled {
    color: #fff;
    background-color: #01A3B0;
    border-color: #01A3B0;
    background-image: none; }
  .theme-pw .btn-theme4:not(:disabled):not(.disabled):active, .theme-pw .btn-theme4:not(:disabled):not(.disabled).active,
  .show > .theme-pw .btn-theme4.dropdown-toggle {
    color: #fff;
    background-color: #01747d;
    background-image: none;
    border-color: #016871; }
    .theme-pw .btn-theme4:not(:disabled):not(.disabled):active:focus, .theme-pw .btn-theme4:not(:disabled):not(.disabled).active:focus,
    .show > .theme-pw .btn-theme4.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(39, 177, 188, 0.5); }

.theme-pw .btn-outline-theme4 {
  color: #01A3B0;
  border-color: #01A3B0; }
  .theme-pw .btn-outline-theme4:hover {
    color: #fff;
    background-color: #01A3B0;
    border-color: #01A3B0; }
  .theme-pw .btn-outline-theme4:focus, .theme-pw .btn-outline-theme4.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 163, 176, 0.5); }
  .theme-pw .btn-outline-theme4.disabled, .theme-pw .btn-outline-theme4:disabled {
    color: #01A3B0;
    background-color: transparent; }
  .theme-pw .btn-outline-theme4:not(:disabled):not(.disabled):active, .theme-pw .btn-outline-theme4:not(:disabled):not(.disabled).active,
  .show > .theme-pw .btn-outline-theme4.dropdown-toggle {
    color: #fff;
    background-color: #01A3B0;
    border-color: #01A3B0; }
    .theme-pw .btn-outline-theme4:not(:disabled):not(.disabled):active:focus, .theme-pw .btn-outline-theme4:not(:disabled):not(.disabled).active:focus,
    .show > .theme-pw .btn-outline-theme4.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(1, 163, 176, 0.5); }

.theme-pw .badge-theme4 {
  color: #fff;
  background-color: #01A3B0; }
  a.theme-pw .badge-theme4:hover, a.theme-pw .badge-theme4:focus {
    color: #fff;
    background-color: #01747d; }
  a.theme-pw .badge-theme4:focus, a.theme-pw .badge-theme4.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 163, 176, 0.5); }

.theme-pw .bg-theme4-dark {
  background-color: black !important; }

.theme-pw a.bg-theme4-dark:hover, .theme-pw a.bg-theme4-dark:focus,
.theme-pw button.bg-theme4-dark:hover,
.theme-pw button.bg-theme4-dark:focus {
  background-color: black !important; }

.theme-pw .bg-gradient-theme4-dark {
  background: black linear-gradient(180deg, #262626, black) repeat-x !important; }

.theme-pw .border-theme4-dark {
  border-color: black !important; }

.theme-pw .text-theme4-dark {
  color: black !important; }

.theme-pw a.text-theme4-dark:hover, .theme-pw a.text-theme4-dark:focus {
  color: black !important; }

.theme-pw .btn-theme4-dark {
  color: #fff;
  background: black linear-gradient(180deg, #262626, black) repeat-x;
  border-color: black;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-pw .btn-theme4-dark:hover {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black; }
  .theme-pw .btn-theme4-dark:focus, .theme-pw .btn-theme4-dark.focus {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .theme-pw .btn-theme4-dark.disabled, .theme-pw .btn-theme4-dark:disabled {
    color: #fff;
    background-color: black;
    border-color: black;
    background-image: none; }
  .theme-pw .btn-theme4-dark:not(:disabled):not(.disabled):active, .theme-pw .btn-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-pw .btn-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    background-image: none;
    border-color: black; }
    .theme-pw .btn-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-pw .btn-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-pw .btn-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.theme-pw .btn-outline-theme4-dark {
  color: black;
  border-color: black; }
  .theme-pw .btn-outline-theme4-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .theme-pw .btn-outline-theme4-dark:focus, .theme-pw .btn-outline-theme4-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .theme-pw .btn-outline-theme4-dark.disabled, .theme-pw .btn-outline-theme4-dark:disabled {
    color: black;
    background-color: transparent; }
  .theme-pw .btn-outline-theme4-dark:not(:disabled):not(.disabled):active, .theme-pw .btn-outline-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-pw .btn-outline-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .theme-pw .btn-outline-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-pw .btn-outline-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-pw .btn-outline-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.theme-pw .badge-theme4-dark {
  color: #fff;
  background-color: black; }
  a.theme-pw .badge-theme4-dark:hover, a.theme-pw .badge-theme4-dark:focus {
    color: #fff;
    background-color: black; }
  a.theme-pw .badge-theme4-dark:focus, a.theme-pw .badge-theme4-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.theme-pw .bg-theme5 {
  background-color: #94BB20 !important; }

.theme-pw a.bg-theme5:hover, .theme-pw a.bg-theme5:focus,
.theme-pw button.bg-theme5:hover,
.theme-pw button.bg-theme5:focus {
  background-color: #728f19 !important; }

.theme-pw .bg-gradient-theme5, .theme-pw li.nav-item:hover, .theme-pw li.nav-item:focus {
  background: #94BB20 linear-gradient(180deg, #a4c541, #94BB20) repeat-x !important; }

.theme-pw .border-theme5 {
  border-color: #94BB20 !important; }

.theme-pw .text-theme5, .theme-pw #myBtn {
  color: #94BB20 !important; }

.theme-pw a.text-theme5:hover, .theme-pw a#myBtn:hover, .theme-pw a.text-theme5:focus, .theme-pw a#myBtn:focus {
  color: #607a15 !important; }

.theme-pw .btn-theme5 {
  color: #212529;
  background: #94BB20 linear-gradient(180deg, #a4c541, #94BB20) repeat-x;
  border-color: #94BB20;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-pw .btn-theme5:hover {
    color: #fff;
    background: #7a9a1a linear-gradient(180deg, #8ea93d, #7a9a1a) repeat-x;
    border-color: #728f19; }
  .theme-pw .btn-theme5:focus, .theme-pw .btn-theme5.focus {
    color: #fff;
    background: #7a9a1a linear-gradient(180deg, #8ea93d, #7a9a1a) repeat-x;
    border-color: #728f19;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(131, 165, 33, 0.5); }
  .theme-pw .btn-theme5.disabled, .theme-pw .btn-theme5:disabled {
    color: #212529;
    background-color: #94BB20;
    border-color: #94BB20;
    background-image: none; }
  .theme-pw .btn-theme5:not(:disabled):not(.disabled):active, .theme-pw .btn-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-pw .btn-theme5.dropdown-toggle {
    color: #fff;
    background-color: #728f19;
    background-image: none;
    border-color: #698517; }
    .theme-pw .btn-theme5:not(:disabled):not(.disabled):active:focus, .theme-pw .btn-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-pw .btn-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(131, 165, 33, 0.5); }

.theme-pw .btn-outline-theme5 {
  color: #94BB20;
  border-color: #94BB20; }
  .theme-pw .btn-outline-theme5:hover {
    color: #212529;
    background-color: #94BB20;
    border-color: #94BB20; }
  .theme-pw .btn-outline-theme5:focus, .theme-pw .btn-outline-theme5.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }
  .theme-pw .btn-outline-theme5.disabled, .theme-pw .btn-outline-theme5:disabled {
    color: #94BB20;
    background-color: transparent; }
  .theme-pw .btn-outline-theme5:not(:disabled):not(.disabled):active, .theme-pw .btn-outline-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-pw .btn-outline-theme5.dropdown-toggle {
    color: #212529;
    background-color: #94BB20;
    border-color: #94BB20; }
    .theme-pw .btn-outline-theme5:not(:disabled):not(.disabled):active:focus, .theme-pw .btn-outline-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-pw .btn-outline-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }

.theme-pw .badge-theme5 {
  color: #212529;
  background-color: #94BB20; }
  a.theme-pw .badge-theme5:hover, a.theme-pw .badge-theme5:focus {
    color: #212529;
    background-color: #728f19; }
  a.theme-pw .badge-theme5:focus, a.theme-pw .badge-theme5.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }

.theme-hive .bg-theme1, .theme-hive .theme-ppl .navbar, .theme-ppl .theme-hive .navbar, .theme-hive .theme-ppl .searchbg, .theme-ppl .theme-hive .searchbg, .theme-hive .theme-pw .navbar, .theme-pw .theme-hive .navbar, .theme-hive .theme-pw .searchbg, .theme-pw .theme-hive .searchbg, .theme-hive .theme-mach .navbar, .theme-mach .theme-hive .navbar, .theme-hive .theme-mach .searchbg, .theme-mach .theme-hive .searchbg, .theme-hive .theme-startup .navbar, .theme-startup .theme-hive .navbar, .theme-hive .theme-startup .searchbg, .theme-startup .theme-hive .searchbg {
  background-color: #657E95 !important; }

.theme-hive a.bg-theme1:hover, .theme-hive .theme-ppl a.navbar:hover, .theme-ppl .theme-hive a.navbar:hover, .theme-hive .theme-ppl a.searchbg:hover, .theme-ppl .theme-hive a.searchbg:hover, .theme-hive .theme-pw a.navbar:hover, .theme-pw .theme-hive a.navbar:hover, .theme-hive .theme-pw a.searchbg:hover, .theme-pw .theme-hive a.searchbg:hover, .theme-hive .theme-mach a.navbar:hover, .theme-mach .theme-hive a.navbar:hover, .theme-hive .theme-mach a.searchbg:hover, .theme-mach .theme-hive a.searchbg:hover, .theme-hive .theme-startup a.navbar:hover, .theme-startup .theme-hive a.navbar:hover, .theme-hive .theme-startup a.searchbg:hover, .theme-startup .theme-hive a.searchbg:hover, .theme-hive a.bg-theme1:focus, .theme-hive .theme-ppl a.navbar:focus, .theme-ppl .theme-hive a.navbar:focus, .theme-hive .theme-ppl a.searchbg:focus, .theme-ppl .theme-hive a.searchbg:focus, .theme-hive .theme-pw a.navbar:focus, .theme-pw .theme-hive a.navbar:focus, .theme-hive .theme-pw a.searchbg:focus, .theme-pw .theme-hive a.searchbg:focus, .theme-hive .theme-mach a.navbar:focus, .theme-mach .theme-hive a.navbar:focus, .theme-hive .theme-mach a.searchbg:focus, .theme-mach .theme-hive a.searchbg:focus, .theme-hive .theme-startup a.navbar:focus, .theme-startup .theme-hive a.navbar:focus, .theme-hive .theme-startup a.searchbg:focus, .theme-startup .theme-hive a.searchbg:focus,
.theme-hive button.bg-theme1:hover,
.theme-hive .theme-ppl button.navbar:hover,
.theme-ppl .theme-hive button.navbar:hover,
.theme-hive .theme-ppl button.searchbg:hover,
.theme-ppl .theme-hive button.searchbg:hover,
.theme-hive .theme-pw button.navbar:hover,
.theme-pw .theme-hive button.navbar:hover,
.theme-hive .theme-pw button.searchbg:hover,
.theme-pw .theme-hive button.searchbg:hover,
.theme-hive .theme-mach button.navbar:hover,
.theme-mach .theme-hive button.navbar:hover,
.theme-hive .theme-mach button.searchbg:hover,
.theme-mach .theme-hive button.searchbg:hover,
.theme-hive .theme-startup button.navbar:hover,
.theme-startup .theme-hive button.navbar:hover,
.theme-hive .theme-startup button.searchbg:hover,
.theme-startup .theme-hive button.searchbg:hover,
.theme-hive button.bg-theme1:focus,
.theme-hive .theme-ppl button.navbar:focus,
.theme-ppl .theme-hive button.navbar:focus,
.theme-hive .theme-ppl button.searchbg:focus,
.theme-ppl .theme-hive button.searchbg:focus,
.theme-hive .theme-pw button.navbar:focus,
.theme-pw .theme-hive button.navbar:focus,
.theme-hive .theme-pw button.searchbg:focus,
.theme-pw .theme-hive button.searchbg:focus,
.theme-hive .theme-mach button.navbar:focus,
.theme-mach .theme-hive button.navbar:focus,
.theme-hive .theme-mach button.searchbg:focus,
.theme-mach .theme-hive button.searchbg:focus,
.theme-hive .theme-startup button.navbar:focus,
.theme-startup .theme-hive button.navbar:focus,
.theme-hive .theme-startup button.searchbg:focus,
.theme-startup .theme-hive button.searchbg:focus {
  background-color: #506477 !important; }

.theme-hive .bg-gradient-theme1, .theme-hive .navbar-toggler, .theme-hive .inpagenavitem:hover, .theme-hive .inpagenavitem:focus {
  background: #657E95 linear-gradient(180deg, #7c91a5, #657E95) repeat-x !important; }

.theme-hive .border-theme1 {
  border-color: #657E95 !important; }

.theme-hive .text-theme1, .theme-hive .theme-cd #myBtn:hover, .theme-cd .theme-hive #myBtn:hover, .theme-hive .theme-pw #myBtn:hover, .theme-pw .theme-hive #myBtn:hover {
  color: #657E95 !important; }

.theme-hive a.text-theme1:hover, .theme-hive .theme-cd a#myBtn:hover, .theme-cd .theme-hive a#myBtn:hover, .theme-hive .theme-pw a#myBtn:hover, .theme-pw .theme-hive a#myBtn:hover, .theme-hive a.text-theme1:focus, .theme-hive .theme-cd a#myBtn:focus:hover, .theme-cd .theme-hive a#myBtn:focus:hover, .theme-hive .theme-pw a#myBtn:focus:hover, .theme-pw .theme-hive a#myBtn:focus:hover {
  color: #465767 !important; }

.theme-hive .btn-theme1 {
  color: #fff;
  background: #657E95 linear-gradient(180deg, #7c91a5, #657E95) repeat-x;
  border-color: #657E95;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-hive .btn-theme1:hover {
    color: #fff;
    background: #566b7e linear-gradient(180deg, #6f8192, #566b7e) repeat-x;
    border-color: #506477; }
  .theme-hive .btn-theme1:focus, .theme-hive .btn-theme1.focus {
    color: #fff;
    background: #566b7e linear-gradient(180deg, #6f8192, #566b7e) repeat-x;
    border-color: #506477;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(124, 145, 165, 0.5); }
  .theme-hive .btn-theme1.disabled, .theme-hive .btn-theme1:disabled {
    color: #fff;
    background-color: #657E95;
    border-color: #657E95;
    background-image: none; }
  .theme-hive .btn-theme1:not(:disabled):not(.disabled):active, .theme-hive .btn-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-hive .btn-theme1.dropdown-toggle {
    color: #fff;
    background-color: #506477;
    background-image: none;
    border-color: #4b5e6f; }
    .theme-hive .btn-theme1:not(:disabled):not(.disabled):active:focus, .theme-hive .btn-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-hive .btn-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(124, 145, 165, 0.5); }

.theme-hive .btn-outline-theme1 {
  color: #657E95;
  border-color: #657E95; }
  .theme-hive .btn-outline-theme1:hover {
    color: #fff;
    background-color: #657E95;
    border-color: #657E95; }
  .theme-hive .btn-outline-theme1:focus, .theme-hive .btn-outline-theme1.focus {
    box-shadow: 0 0 0 0.2rem rgba(101, 126, 149, 0.5); }
  .theme-hive .btn-outline-theme1.disabled, .theme-hive .btn-outline-theme1:disabled {
    color: #657E95;
    background-color: transparent; }
  .theme-hive .btn-outline-theme1:not(:disabled):not(.disabled):active, .theme-hive .btn-outline-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-hive .btn-outline-theme1.dropdown-toggle {
    color: #fff;
    background-color: #657E95;
    border-color: #657E95; }
    .theme-hive .btn-outline-theme1:not(:disabled):not(.disabled):active:focus, .theme-hive .btn-outline-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-hive .btn-outline-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(101, 126, 149, 0.5); }

.theme-hive .badge-theme1 {
  color: #fff;
  background-color: #657E95; }
  a.theme-hive .badge-theme1:hover, a.theme-hive .badge-theme1:focus {
    color: #fff;
    background-color: #506477; }
  a.theme-hive .badge-theme1:focus, a.theme-hive .badge-theme1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(101, 126, 149, 0.5); }

.theme-hive .bg-theme2 {
  background-color: #2E5084 !important; }

.theme-hive a.bg-theme2:hover, .theme-hive a.bg-theme2:focus,
.theme-hive button.bg-theme2:hover,
.theme-hive button.bg-theme2:focus {
  background-color: #21395e !important; }

.theme-hive .bg-gradient-theme2 {
  background: #2E5084 linear-gradient(180deg, #4d6a96, #2E5084) repeat-x !important; }

.theme-hive .border-theme2 {
  border-color: #2E5084 !important; }

.theme-hive .text-theme2, .theme-hive .theme-ppl #myBtn:hover, .theme-ppl .theme-hive #myBtn:hover, .theme-hive .theme-cd #myBtn, .theme-cd .theme-hive #myBtn, .theme-hive .theme-smcl #myBtn:hover, .theme-smcl .theme-hive #myBtn:hover, .theme-hive .theme-mach #myBtn, .theme-mach .theme-hive #myBtn {
  color: #2E5084 !important; }

.theme-hive a.text-theme2:hover, .theme-hive .theme-ppl a#myBtn:hover, .theme-ppl .theme-hive a#myBtn:hover, .theme-hive .theme-cd a#myBtn:hover, .theme-cd .theme-hive a#myBtn:hover, .theme-hive .theme-smcl a#myBtn:hover, .theme-smcl .theme-hive a#myBtn:hover, .theme-hive .theme-mach a#myBtn:hover, .theme-mach .theme-hive a#myBtn:hover, .theme-hive a.text-theme2:focus, .theme-hive .theme-ppl a#myBtn:focus:hover, .theme-ppl .theme-hive a#myBtn:focus:hover, .theme-hive .theme-cd a#myBtn:focus, .theme-cd .theme-hive a#myBtn:focus, .theme-hive .theme-smcl a#myBtn:focus:hover, .theme-smcl .theme-hive a#myBtn:focus:hover, .theme-hive .theme-mach a#myBtn:focus, .theme-mach .theme-hive a#myBtn:focus {
  color: #1a2e4b !important; }

.theme-hive .btn-theme2 {
  color: #fff;
  background: #2E5084 linear-gradient(180deg, #4d6a96, #2E5084) repeat-x;
  border-color: #2E5084;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-hive .btn-theme2:hover {
    color: #fff;
    background: #243f68 linear-gradient(180deg, #455c7e, #243f68) repeat-x;
    border-color: #21395e; }
  .theme-hive .btn-theme2:focus, .theme-hive .btn-theme2.focus {
    color: #fff;
    background: #243f68 linear-gradient(180deg, #455c7e, #243f68) repeat-x;
    border-color: #21395e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(77, 106, 150, 0.5); }
  .theme-hive .btn-theme2.disabled, .theme-hive .btn-theme2:disabled {
    color: #fff;
    background-color: #2E5084;
    border-color: #2E5084;
    background-image: none; }
  .theme-hive .btn-theme2:not(:disabled):not(.disabled):active, .theme-hive .btn-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-hive .btn-theme2.dropdown-toggle {
    color: #fff;
    background-color: #21395e;
    background-image: none;
    border-color: #1e3355; }
    .theme-hive .btn-theme2:not(:disabled):not(.disabled):active:focus, .theme-hive .btn-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-hive .btn-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(77, 106, 150, 0.5); }

.theme-hive .btn-outline-theme2 {
  color: #2E5084;
  border-color: #2E5084; }
  .theme-hive .btn-outline-theme2:hover {
    color: #fff;
    background-color: #2E5084;
    border-color: #2E5084; }
  .theme-hive .btn-outline-theme2:focus, .theme-hive .btn-outline-theme2.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 80, 132, 0.5); }
  .theme-hive .btn-outline-theme2.disabled, .theme-hive .btn-outline-theme2:disabled {
    color: #2E5084;
    background-color: transparent; }
  .theme-hive .btn-outline-theme2:not(:disabled):not(.disabled):active, .theme-hive .btn-outline-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-hive .btn-outline-theme2.dropdown-toggle {
    color: #fff;
    background-color: #2E5084;
    border-color: #2E5084; }
    .theme-hive .btn-outline-theme2:not(:disabled):not(.disabled):active:focus, .theme-hive .btn-outline-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-hive .btn-outline-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(46, 80, 132, 0.5); }

.theme-hive .badge-theme2 {
  color: #fff;
  background-color: #2E5084; }
  a.theme-hive .badge-theme2:hover, a.theme-hive .badge-theme2:focus {
    color: #fff;
    background-color: #21395e; }
  a.theme-hive .badge-theme2:focus, a.theme-hive .badge-theme2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(46, 80, 132, 0.5); }

.theme-hive .bg-theme3, .theme-hive .theme-cd .navbar, .theme-cd .theme-hive .navbar, .theme-hive .theme-cd .searchbg, .theme-cd .theme-hive .searchbg {
  background-color: #DEE21C !important; }

.theme-hive a.bg-theme3:hover, .theme-hive .theme-cd a.navbar:hover, .theme-cd .theme-hive a.navbar:hover, .theme-hive .theme-cd a.searchbg:hover, .theme-cd .theme-hive a.searchbg:hover, .theme-hive a.bg-theme3:focus, .theme-hive .theme-cd a.navbar:focus, .theme-cd .theme-hive a.navbar:focus, .theme-hive .theme-cd a.searchbg:focus, .theme-cd .theme-hive a.searchbg:focus,
.theme-hive button.bg-theme3:hover,
.theme-hive .theme-cd button.navbar:hover,
.theme-cd .theme-hive button.navbar:hover,
.theme-hive .theme-cd button.searchbg:hover,
.theme-cd .theme-hive button.searchbg:hover,
.theme-hive button.bg-theme3:focus,
.theme-hive .theme-cd button.navbar:focus,
.theme-cd .theme-hive button.navbar:focus,
.theme-hive .theme-cd button.searchbg:focus,
.theme-cd .theme-hive button.searchbg:focus {
  background-color: #b1b516 !important; }

.theme-hive .bg-gradient-theme3 {
  background: #DEE21C linear-gradient(180deg, #e3e63e, #DEE21C) repeat-x !important; }

.theme-hive .border-theme3 {
  border-color: #DEE21C !important; }

.theme-hive .text-theme3, .theme-hive #myBtn, .theme-hive .theme-mach #myBtn:hover, .theme-mach .theme-hive #myBtn:hover {
  color: #DEE21C !important; }

.theme-hive a.text-theme3:hover, .theme-hive a#myBtn:hover, .theme-hive a.text-theme3:focus, .theme-hive a#myBtn:focus {
  color: #9b9e14 !important; }

.theme-hive .btn-theme3 {
  color: #212529;
  background: #DEE21C linear-gradient(180deg, #e3e63e, #DEE21C) repeat-x;
  border-color: #DEE21C;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-hive .btn-theme3:hover {
    color: #212529;
    background: #bdc018 linear-gradient(180deg, #c7c93a, #bdc018) repeat-x;
    border-color: #b1b516; }
  .theme-hive .btn-theme3:focus, .theme-hive .btn-theme3.focus {
    color: #212529;
    background: #bdc018 linear-gradient(180deg, #c7c93a, #bdc018) repeat-x;
    border-color: #b1b516;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(194, 198, 30, 0.5); }
  .theme-hive .btn-theme3.disabled, .theme-hive .btn-theme3:disabled {
    color: #212529;
    background-color: #DEE21C;
    border-color: #DEE21C;
    background-image: none; }
  .theme-hive .btn-theme3:not(:disabled):not(.disabled):active, .theme-hive .btn-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-hive .btn-theme3.dropdown-toggle {
    color: #212529;
    background-color: #b1b516;
    background-image: none;
    border-color: #a6a915; }
    .theme-hive .btn-theme3:not(:disabled):not(.disabled):active:focus, .theme-hive .btn-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-hive .btn-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(194, 198, 30, 0.5); }

.theme-hive .btn-outline-theme3 {
  color: #DEE21C;
  border-color: #DEE21C; }
  .theme-hive .btn-outline-theme3:hover {
    color: #212529;
    background-color: #DEE21C;
    border-color: #DEE21C; }
  .theme-hive .btn-outline-theme3:focus, .theme-hive .btn-outline-theme3.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 226, 28, 0.5); }
  .theme-hive .btn-outline-theme3.disabled, .theme-hive .btn-outline-theme3:disabled {
    color: #DEE21C;
    background-color: transparent; }
  .theme-hive .btn-outline-theme3:not(:disabled):not(.disabled):active, .theme-hive .btn-outline-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-hive .btn-outline-theme3.dropdown-toggle {
    color: #212529;
    background-color: #DEE21C;
    border-color: #DEE21C; }
    .theme-hive .btn-outline-theme3:not(:disabled):not(.disabled):active:focus, .theme-hive .btn-outline-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-hive .btn-outline-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 226, 28, 0.5); }

.theme-hive .badge-theme3 {
  color: #212529;
  background-color: #DEE21C; }
  a.theme-hive .badge-theme3:hover, a.theme-hive .badge-theme3:focus {
    color: #212529;
    background-color: #b1b516; }
  a.theme-hive .badge-theme3:focus, a.theme-hive .badge-theme3.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(222, 226, 28, 0.5); }

.theme-hive .bg-theme4, .theme-hive .navbar, .theme-hive .searchbg {
  background-color: #F24405 !important; }

.theme-hive a.bg-theme4:hover, .theme-hive a.navbar:hover, .theme-hive a.searchbg:hover, .theme-hive a.bg-theme4:focus, .theme-hive a.navbar:focus, .theme-hive a.searchbg:focus,
.theme-hive button.bg-theme4:hover,
.theme-hive button.navbar:hover,
.theme-hive button.searchbg:hover,
.theme-hive button.bg-theme4:focus,
.theme-hive button.navbar:focus,
.theme-hive button.searchbg:focus {
  background-color: #c03604 !important; }

.theme-hive .bg-gradient-theme4 {
  background: #F24405 linear-gradient(180deg, #f4602b, #F24405) repeat-x !important; }

.theme-hive .border-theme4 {
  border-color: #F24405 !important; }

.theme-hive .text-theme4, .theme-hive #myBtn:hover {
  color: #F24405 !important; }

.theme-hive a.text-theme4:hover, .theme-hive a#myBtn:hover, .theme-hive a.text-theme4:focus, .theme-hive a#myBtn:focus:hover {
  color: #a72f03 !important; }

.theme-hive .btn-theme4 {
  color: #fff;
  background: #F24405 linear-gradient(180deg, #f4602b, #F24405) repeat-x;
  border-color: #F24405;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-hive .btn-theme4:hover {
    color: #fff;
    background: #cd3904 linear-gradient(180deg, #d4572a, #cd3904) repeat-x;
    border-color: #c03604; }
  .theme-hive .btn-theme4:focus, .theme-hive .btn-theme4.focus {
    color: #fff;
    background: #cd3904 linear-gradient(180deg, #d4572a, #cd3904) repeat-x;
    border-color: #c03604;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(244, 96, 43, 0.5); }
  .theme-hive .btn-theme4.disabled, .theme-hive .btn-theme4:disabled {
    color: #fff;
    background-color: #F24405;
    border-color: #F24405;
    background-image: none; }
  .theme-hive .btn-theme4:not(:disabled):not(.disabled):active, .theme-hive .btn-theme4:not(:disabled):not(.disabled).active,
  .show > .theme-hive .btn-theme4.dropdown-toggle {
    color: #fff;
    background-color: #c03604;
    background-image: none;
    border-color: #b43204; }
    .theme-hive .btn-theme4:not(:disabled):not(.disabled):active:focus, .theme-hive .btn-theme4:not(:disabled):not(.disabled).active:focus,
    .show > .theme-hive .btn-theme4.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 96, 43, 0.5); }

.theme-hive .btn-outline-theme4 {
  color: #F24405;
  border-color: #F24405; }
  .theme-hive .btn-outline-theme4:hover {
    color: #fff;
    background-color: #F24405;
    border-color: #F24405; }
  .theme-hive .btn-outline-theme4:focus, .theme-hive .btn-outline-theme4.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 68, 5, 0.5); }
  .theme-hive .btn-outline-theme4.disabled, .theme-hive .btn-outline-theme4:disabled {
    color: #F24405;
    background-color: transparent; }
  .theme-hive .btn-outline-theme4:not(:disabled):not(.disabled):active, .theme-hive .btn-outline-theme4:not(:disabled):not(.disabled).active,
  .show > .theme-hive .btn-outline-theme4.dropdown-toggle {
    color: #fff;
    background-color: #F24405;
    border-color: #F24405; }
    .theme-hive .btn-outline-theme4:not(:disabled):not(.disabled):active:focus, .theme-hive .btn-outline-theme4:not(:disabled):not(.disabled).active:focus,
    .show > .theme-hive .btn-outline-theme4.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(242, 68, 5, 0.5); }

.theme-hive .badge-theme4 {
  color: #fff;
  background-color: #F24405; }
  a.theme-hive .badge-theme4:hover, a.theme-hive .badge-theme4:focus {
    color: #fff;
    background-color: #c03604; }
  a.theme-hive .badge-theme4:focus, a.theme-hive .badge-theme4.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 68, 5, 0.5); }

.theme-hive .bg-theme4-dark {
  background-color: black !important; }

.theme-hive a.bg-theme4-dark:hover, .theme-hive a.bg-theme4-dark:focus,
.theme-hive button.bg-theme4-dark:hover,
.theme-hive button.bg-theme4-dark:focus {
  background-color: black !important; }

.theme-hive .bg-gradient-theme4-dark {
  background: black linear-gradient(180deg, #262626, black) repeat-x !important; }

.theme-hive .border-theme4-dark {
  border-color: black !important; }

.theme-hive .text-theme4-dark {
  color: black !important; }

.theme-hive a.text-theme4-dark:hover, .theme-hive a.text-theme4-dark:focus {
  color: black !important; }

.theme-hive .btn-theme4-dark {
  color: #fff;
  background: black linear-gradient(180deg, #262626, black) repeat-x;
  border-color: black;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-hive .btn-theme4-dark:hover {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black; }
  .theme-hive .btn-theme4-dark:focus, .theme-hive .btn-theme4-dark.focus {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .theme-hive .btn-theme4-dark.disabled, .theme-hive .btn-theme4-dark:disabled {
    color: #fff;
    background-color: black;
    border-color: black;
    background-image: none; }
  .theme-hive .btn-theme4-dark:not(:disabled):not(.disabled):active, .theme-hive .btn-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-hive .btn-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    background-image: none;
    border-color: black; }
    .theme-hive .btn-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-hive .btn-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-hive .btn-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.theme-hive .btn-outline-theme4-dark {
  color: black;
  border-color: black; }
  .theme-hive .btn-outline-theme4-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .theme-hive .btn-outline-theme4-dark:focus, .theme-hive .btn-outline-theme4-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .theme-hive .btn-outline-theme4-dark.disabled, .theme-hive .btn-outline-theme4-dark:disabled {
    color: black;
    background-color: transparent; }
  .theme-hive .btn-outline-theme4-dark:not(:disabled):not(.disabled):active, .theme-hive .btn-outline-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-hive .btn-outline-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .theme-hive .btn-outline-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-hive .btn-outline-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-hive .btn-outline-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.theme-hive .badge-theme4-dark {
  color: #fff;
  background-color: black; }
  a.theme-hive .badge-theme4-dark:hover, a.theme-hive .badge-theme4-dark:focus {
    color: #fff;
    background-color: black; }
  a.theme-hive .badge-theme4-dark:focus, a.theme-hive .badge-theme4-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.theme-hive .bg-theme5 {
  background-color: #589b4a !important; }

.theme-hive a.bg-theme5:hover, .theme-hive a.bg-theme5:focus,
.theme-hive button.bg-theme5:hover,
.theme-hive button.bg-theme5:focus {
  background-color: #44783a !important; }

.theme-hive .bg-gradient-theme5, .theme-hive li.nav-item:hover, .theme-hive li.nav-item:focus {
  background: #589b4a linear-gradient(180deg, #71aa65, #589b4a) repeat-x !important; }

.theme-hive .border-theme5 {
  border-color: #589b4a !important; }

.theme-hive .text-theme5, .theme-hive .theme-pw #myBtn, .theme-pw .theme-hive #myBtn {
  color: #589b4a !important; }

.theme-hive a.text-theme5:hover, .theme-hive .theme-pw a#myBtn:hover, .theme-pw .theme-hive a#myBtn:hover, .theme-hive a.text-theme5:focus, .theme-hive .theme-pw a#myBtn:focus, .theme-pw .theme-hive a#myBtn:focus {
  color: #3b6731 !important; }

.theme-hive .btn-theme5 {
  color: #fff;
  background: #589b4a linear-gradient(180deg, #71aa65, #589b4a) repeat-x;
  border-color: #589b4a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-hive .btn-theme5:hover {
    color: #fff;
    background: #49813e linear-gradient(180deg, #65945b, #49813e) repeat-x;
    border-color: #44783a; }
  .theme-hive .btn-theme5:focus, .theme-hive .btn-theme5.focus {
    color: #fff;
    background: #49813e linear-gradient(180deg, #65945b, #49813e) repeat-x;
    border-color: #44783a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(113, 170, 101, 0.5); }
  .theme-hive .btn-theme5.disabled, .theme-hive .btn-theme5:disabled {
    color: #fff;
    background-color: #589b4a;
    border-color: #589b4a;
    background-image: none; }
  .theme-hive .btn-theme5:not(:disabled):not(.disabled):active, .theme-hive .btn-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-hive .btn-theme5.dropdown-toggle {
    color: #fff;
    background-color: #44783a;
    background-image: none;
    border-color: #407035; }
    .theme-hive .btn-theme5:not(:disabled):not(.disabled):active:focus, .theme-hive .btn-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-hive .btn-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(113, 170, 101, 0.5); }

.theme-hive .btn-outline-theme5 {
  color: #589b4a;
  border-color: #589b4a; }
  .theme-hive .btn-outline-theme5:hover {
    color: #fff;
    background-color: #589b4a;
    border-color: #589b4a; }
  .theme-hive .btn-outline-theme5:focus, .theme-hive .btn-outline-theme5.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 155, 74, 0.5); }
  .theme-hive .btn-outline-theme5.disabled, .theme-hive .btn-outline-theme5:disabled {
    color: #589b4a;
    background-color: transparent; }
  .theme-hive .btn-outline-theme5:not(:disabled):not(.disabled):active, .theme-hive .btn-outline-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-hive .btn-outline-theme5.dropdown-toggle {
    color: #fff;
    background-color: #589b4a;
    border-color: #589b4a; }
    .theme-hive .btn-outline-theme5:not(:disabled):not(.disabled):active:focus, .theme-hive .btn-outline-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-hive .btn-outline-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(88, 155, 74, 0.5); }

.theme-hive .badge-theme5 {
  color: #fff;
  background-color: #589b4a; }
  a.theme-hive .badge-theme5:hover, a.theme-hive .badge-theme5:focus {
    color: #fff;
    background-color: #44783a; }
  a.theme-hive .badge-theme5:focus, a.theme-hive .badge-theme5.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(88, 155, 74, 0.5); }

.theme-cd .bg-theme1, .theme-cd .theme-ppl .navbar, .theme-ppl .theme-cd .navbar, .theme-cd .theme-ppl .searchbg, .theme-ppl .theme-cd .searchbg, .theme-cd .theme-pw .navbar, .theme-pw .theme-cd .navbar, .theme-cd .theme-pw .searchbg, .theme-pw .theme-cd .searchbg, .theme-cd .theme-mach .navbar, .theme-mach .theme-cd .navbar, .theme-cd .theme-mach .searchbg, .theme-mach .theme-cd .searchbg, .theme-cd .theme-startup .navbar, .theme-startup .theme-cd .navbar, .theme-cd .theme-startup .searchbg, .theme-startup .theme-cd .searchbg {
  background-color: #B3B936 !important; }

.theme-cd a.bg-theme1:hover, .theme-cd .theme-ppl a.navbar:hover, .theme-ppl .theme-cd a.navbar:hover, .theme-cd .theme-ppl a.searchbg:hover, .theme-ppl .theme-cd a.searchbg:hover, .theme-cd .theme-pw a.navbar:hover, .theme-pw .theme-cd a.navbar:hover, .theme-cd .theme-pw a.searchbg:hover, .theme-pw .theme-cd a.searchbg:hover, .theme-cd .theme-mach a.navbar:hover, .theme-mach .theme-cd a.navbar:hover, .theme-cd .theme-mach a.searchbg:hover, .theme-mach .theme-cd a.searchbg:hover, .theme-cd .theme-startup a.navbar:hover, .theme-startup .theme-cd a.navbar:hover, .theme-cd .theme-startup a.searchbg:hover, .theme-startup .theme-cd a.searchbg:hover, .theme-cd a.bg-theme1:focus, .theme-cd .theme-ppl a.navbar:focus, .theme-ppl .theme-cd a.navbar:focus, .theme-cd .theme-ppl a.searchbg:focus, .theme-ppl .theme-cd a.searchbg:focus, .theme-cd .theme-pw a.navbar:focus, .theme-pw .theme-cd a.navbar:focus, .theme-cd .theme-pw a.searchbg:focus, .theme-pw .theme-cd a.searchbg:focus, .theme-cd .theme-mach a.navbar:focus, .theme-mach .theme-cd a.navbar:focus, .theme-cd .theme-mach a.searchbg:focus, .theme-mach .theme-cd a.searchbg:focus, .theme-cd .theme-startup a.navbar:focus, .theme-startup .theme-cd a.navbar:focus, .theme-cd .theme-startup a.searchbg:focus, .theme-startup .theme-cd a.searchbg:focus,
.theme-cd button.bg-theme1:hover,
.theme-cd .theme-ppl button.navbar:hover,
.theme-ppl .theme-cd button.navbar:hover,
.theme-cd .theme-ppl button.searchbg:hover,
.theme-ppl .theme-cd button.searchbg:hover,
.theme-cd .theme-pw button.navbar:hover,
.theme-pw .theme-cd button.navbar:hover,
.theme-cd .theme-pw button.searchbg:hover,
.theme-pw .theme-cd button.searchbg:hover,
.theme-cd .theme-mach button.navbar:hover,
.theme-mach .theme-cd button.navbar:hover,
.theme-cd .theme-mach button.searchbg:hover,
.theme-mach .theme-cd button.searchbg:hover,
.theme-cd .theme-startup button.navbar:hover,
.theme-startup .theme-cd button.navbar:hover,
.theme-cd .theme-startup button.searchbg:hover,
.theme-startup .theme-cd button.searchbg:hover,
.theme-cd button.bg-theme1:focus,
.theme-cd .theme-ppl button.navbar:focus,
.theme-ppl .theme-cd button.navbar:focus,
.theme-cd .theme-ppl button.searchbg:focus,
.theme-ppl .theme-cd button.searchbg:focus,
.theme-cd .theme-pw button.navbar:focus,
.theme-pw .theme-cd button.navbar:focus,
.theme-cd .theme-pw button.searchbg:focus,
.theme-pw .theme-cd button.searchbg:focus,
.theme-cd .theme-mach button.navbar:focus,
.theme-mach .theme-cd button.navbar:focus,
.theme-cd .theme-mach button.searchbg:focus,
.theme-mach .theme-cd button.searchbg:focus,
.theme-cd .theme-startup button.navbar:focus,
.theme-startup .theme-cd button.navbar:focus,
.theme-cd .theme-startup button.searchbg:focus,
.theme-startup .theme-cd button.searchbg:focus {
  background-color: #8d922a !important; }

.theme-cd .bg-gradient-theme1, .theme-cd .navbar-toggler, .theme-cd .inpagenavitem:hover, .theme-cd .inpagenavitem:focus {
  background: #B3B936 linear-gradient(180deg, #bec454, #B3B936) repeat-x !important; }

.theme-cd .border-theme1 {
  border-color: #B3B936 !important; }

.theme-cd .text-theme1, .theme-cd #myBtn:hover {
  color: #B3B936 !important; }

.theme-cd a.text-theme1:hover, .theme-cd a#myBtn:hover, .theme-cd a.text-theme1:focus, .theme-cd a#myBtn:focus:hover {
  color: #7a7e25 !important; }

.theme-cd .btn-theme1 {
  color: #212529;
  background: #B3B936 linear-gradient(180deg, #bec454, #B3B936) repeat-x;
  border-color: #B3B936;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-cd .btn-theme1:hover {
    color: #fff;
    background: #969b2d linear-gradient(180deg, #a6aa4d, #969b2d) repeat-x;
    border-color: #8d922a; }
  .theme-cd .btn-theme1:focus, .theme-cd .btn-theme1.focus {
    color: #fff;
    background: #969b2d linear-gradient(180deg, #a6aa4d, #969b2d) repeat-x;
    border-color: #8d922a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(157, 163, 52, 0.5); }
  .theme-cd .btn-theme1.disabled, .theme-cd .btn-theme1:disabled {
    color: #212529;
    background-color: #B3B936;
    border-color: #B3B936;
    background-image: none; }
  .theme-cd .btn-theme1:not(:disabled):not(.disabled):active, .theme-cd .btn-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-cd .btn-theme1.dropdown-toggle {
    color: #fff;
    background-color: #8d922a;
    background-image: none;
    border-color: #838828; }
    .theme-cd .btn-theme1:not(:disabled):not(.disabled):active:focus, .theme-cd .btn-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-cd .btn-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(157, 163, 52, 0.5); }

.theme-cd .btn-outline-theme1 {
  color: #B3B936;
  border-color: #B3B936; }
  .theme-cd .btn-outline-theme1:hover {
    color: #212529;
    background-color: #B3B936;
    border-color: #B3B936; }
  .theme-cd .btn-outline-theme1:focus, .theme-cd .btn-outline-theme1.focus {
    box-shadow: 0 0 0 0.2rem rgba(179, 185, 54, 0.5); }
  .theme-cd .btn-outline-theme1.disabled, .theme-cd .btn-outline-theme1:disabled {
    color: #B3B936;
    background-color: transparent; }
  .theme-cd .btn-outline-theme1:not(:disabled):not(.disabled):active, .theme-cd .btn-outline-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-cd .btn-outline-theme1.dropdown-toggle {
    color: #212529;
    background-color: #B3B936;
    border-color: #B3B936; }
    .theme-cd .btn-outline-theme1:not(:disabled):not(.disabled):active:focus, .theme-cd .btn-outline-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-cd .btn-outline-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(179, 185, 54, 0.5); }

.theme-cd .badge-theme1 {
  color: #212529;
  background-color: #B3B936; }
  a.theme-cd .badge-theme1:hover, a.theme-cd .badge-theme1:focus {
    color: #212529;
    background-color: #8d922a; }
  a.theme-cd .badge-theme1:focus, a.theme-cd .badge-theme1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(179, 185, 54, 0.5); }

.theme-cd .bg-theme2 {
  background-color: #CD3529 !important; }

.theme-cd a.bg-theme2:hover, .theme-cd a.bg-theme2:focus,
.theme-cd button.bg-theme2:hover,
.theme-cd button.bg-theme2:focus {
  background-color: #a32a21 !important; }

.theme-cd .bg-gradient-theme2 {
  background: #CD3529 linear-gradient(180deg, #d55349, #CD3529) repeat-x !important; }

.theme-cd .border-theme2 {
  border-color: #CD3529 !important; }

.theme-cd .text-theme2, .theme-cd .theme-ppl #myBtn:hover, .theme-ppl .theme-cd #myBtn:hover, .theme-cd #myBtn, .theme-cd .theme-smcl #myBtn:hover, .theme-smcl .theme-cd #myBtn:hover {
  color: #CD3529 !important; }

.theme-cd a.text-theme2:hover, .theme-cd a#myBtn:hover, .theme-cd a.text-theme2:focus, .theme-cd a#myBtn:focus {
  color: #8d251c !important; }

.theme-cd .btn-theme2 {
  color: #fff;
  background: #CD3529 linear-gradient(180deg, #d55349, #CD3529) repeat-x;
  border-color: #CD3529;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-cd .btn-theme2:hover {
    color: #fff;
    background: #ad2d23 linear-gradient(180deg, #b94c44, #ad2d23) repeat-x;
    border-color: #a32a21; }
  .theme-cd .btn-theme2:focus, .theme-cd .btn-theme2.focus {
    color: #fff;
    background: #ad2d23 linear-gradient(180deg, #b94c44, #ad2d23) repeat-x;
    border-color: #a32a21;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(213, 83, 73, 0.5); }
  .theme-cd .btn-theme2.disabled, .theme-cd .btn-theme2:disabled {
    color: #fff;
    background-color: #CD3529;
    border-color: #CD3529;
    background-image: none; }
  .theme-cd .btn-theme2:not(:disabled):not(.disabled):active, .theme-cd .btn-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-cd .btn-theme2.dropdown-toggle {
    color: #fff;
    background-color: #a32a21;
    background-image: none;
    border-color: #98271e; }
    .theme-cd .btn-theme2:not(:disabled):not(.disabled):active:focus, .theme-cd .btn-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-cd .btn-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(213, 83, 73, 0.5); }

.theme-cd .btn-outline-theme2 {
  color: #CD3529;
  border-color: #CD3529; }
  .theme-cd .btn-outline-theme2:hover {
    color: #fff;
    background-color: #CD3529;
    border-color: #CD3529; }
  .theme-cd .btn-outline-theme2:focus, .theme-cd .btn-outline-theme2.focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 53, 41, 0.5); }
  .theme-cd .btn-outline-theme2.disabled, .theme-cd .btn-outline-theme2:disabled {
    color: #CD3529;
    background-color: transparent; }
  .theme-cd .btn-outline-theme2:not(:disabled):not(.disabled):active, .theme-cd .btn-outline-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-cd .btn-outline-theme2.dropdown-toggle {
    color: #fff;
    background-color: #CD3529;
    border-color: #CD3529; }
    .theme-cd .btn-outline-theme2:not(:disabled):not(.disabled):active:focus, .theme-cd .btn-outline-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-cd .btn-outline-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(205, 53, 41, 0.5); }

.theme-cd .badge-theme2 {
  color: #fff;
  background-color: #CD3529; }
  a.theme-cd .badge-theme2:hover, a.theme-cd .badge-theme2:focus {
    color: #fff;
    background-color: #a32a21; }
  a.theme-cd .badge-theme2:focus, a.theme-cd .badge-theme2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(205, 53, 41, 0.5); }

.theme-cd .bg-theme3, .theme-cd .navbar, .theme-cd .searchbg {
  background-color: #808080 !important; }

.theme-cd a.bg-theme3:hover, .theme-cd a.navbar:hover, .theme-cd a.searchbg:hover, .theme-cd a.bg-theme3:focus, .theme-cd a.navbar:focus, .theme-cd a.searchbg:focus,
.theme-cd button.bg-theme3:hover,
.theme-cd button.navbar:hover,
.theme-cd button.searchbg:hover,
.theme-cd button.bg-theme3:focus,
.theme-cd button.navbar:focus,
.theme-cd button.searchbg:focus {
  background-color: #676767 !important; }

.theme-cd .bg-gradient-theme3 {
  background: #808080 linear-gradient(180deg, #939393, #808080) repeat-x !important; }

.theme-cd .border-theme3 {
  border-color: #808080 !important; }

.theme-cd .text-theme3, .theme-cd .theme-ppl #myBtn, .theme-ppl .theme-cd #myBtn, .theme-cd .theme-smcl #myBtn, .theme-smcl .theme-cd #myBtn, .theme-cd .theme-hive #myBtn, .theme-hive .theme-cd #myBtn, .theme-cd .theme-startup #myBtn, .theme-startup .theme-cd #myBtn, .theme-cd .theme-mach #myBtn:hover, .theme-mach .theme-cd #myBtn:hover {
  color: #808080 !important; }

.theme-cd a.text-theme3:hover, .theme-cd .theme-ppl a#myBtn:hover, .theme-ppl .theme-cd a#myBtn:hover, .theme-cd .theme-smcl a#myBtn:hover, .theme-smcl .theme-cd a#myBtn:hover, .theme-cd .theme-hive a#myBtn:hover, .theme-hive .theme-cd a#myBtn:hover, .theme-cd .theme-startup a#myBtn:hover, .theme-startup .theme-cd a#myBtn:hover, .theme-cd .theme-mach a#myBtn:hover, .theme-mach .theme-cd a#myBtn:hover, .theme-cd a.text-theme3:focus, .theme-cd .theme-ppl a#myBtn:focus, .theme-ppl .theme-cd a#myBtn:focus, .theme-cd .theme-smcl a#myBtn:focus, .theme-smcl .theme-cd a#myBtn:focus, .theme-cd .theme-hive a#myBtn:focus, .theme-hive .theme-cd a#myBtn:focus, .theme-cd .theme-startup a#myBtn:focus, .theme-startup .theme-cd a#myBtn:focus, .theme-cd .theme-mach a#myBtn:focus:hover, .theme-mach .theme-cd a#myBtn:focus:hover {
  color: #5a5a5a !important; }

.theme-cd .btn-theme3 {
  color: #fff;
  background: #808080 linear-gradient(180deg, #939393, #808080) repeat-x;
  border-color: #808080;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-cd .btn-theme3:hover {
    color: #fff;
    background: #6d6d6d linear-gradient(180deg, #838383, #6d6d6d) repeat-x;
    border-color: #676767; }
  .theme-cd .btn-theme3:focus, .theme-cd .btn-theme3.focus {
    color: #fff;
    background: #6d6d6d linear-gradient(180deg, #838383, #6d6d6d) repeat-x;
    border-color: #676767;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(147, 147, 147, 0.5); }
  .theme-cd .btn-theme3.disabled, .theme-cd .btn-theme3:disabled {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
    background-image: none; }
  .theme-cd .btn-theme3:not(:disabled):not(.disabled):active, .theme-cd .btn-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-cd .btn-theme3.dropdown-toggle {
    color: #fff;
    background-color: #676767;
    background-image: none;
    border-color: #606060; }
    .theme-cd .btn-theme3:not(:disabled):not(.disabled):active:focus, .theme-cd .btn-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-cd .btn-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(147, 147, 147, 0.5); }

.theme-cd .btn-outline-theme3 {
  color: #808080;
  border-color: #808080; }
  .theme-cd .btn-outline-theme3:hover {
    color: #fff;
    background-color: #808080;
    border-color: #808080; }
  .theme-cd .btn-outline-theme3:focus, .theme-cd .btn-outline-theme3.focus {
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5); }
  .theme-cd .btn-outline-theme3.disabled, .theme-cd .btn-outline-theme3:disabled {
    color: #808080;
    background-color: transparent; }
  .theme-cd .btn-outline-theme3:not(:disabled):not(.disabled):active, .theme-cd .btn-outline-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-cd .btn-outline-theme3.dropdown-toggle {
    color: #fff;
    background-color: #808080;
    border-color: #808080; }
    .theme-cd .btn-outline-theme3:not(:disabled):not(.disabled):active:focus, .theme-cd .btn-outline-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-cd .btn-outline-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(128, 128, 128, 0.5); }

.theme-cd .badge-theme3 {
  color: #fff;
  background-color: #808080; }
  a.theme-cd .badge-theme3:hover, a.theme-cd .badge-theme3:focus {
    color: #fff;
    background-color: #676767; }
  a.theme-cd .badge-theme3:focus, a.theme-cd .badge-theme3.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5); }

.theme-cd .bg-theme4-dark {
  background-color: black !important; }

.theme-cd a.bg-theme4-dark:hover, .theme-cd a.bg-theme4-dark:focus,
.theme-cd button.bg-theme4-dark:hover,
.theme-cd button.bg-theme4-dark:focus {
  background-color: black !important; }

.theme-cd .bg-gradient-theme4-dark {
  background: black linear-gradient(180deg, #262626, black) repeat-x !important; }

.theme-cd .border-theme4-dark {
  border-color: black !important; }

.theme-cd .text-theme4-dark {
  color: black !important; }

.theme-cd a.text-theme4-dark:hover, .theme-cd a.text-theme4-dark:focus {
  color: black !important; }

.theme-cd .btn-theme4-dark {
  color: #fff;
  background: black linear-gradient(180deg, #262626, black) repeat-x;
  border-color: black;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-cd .btn-theme4-dark:hover {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black; }
  .theme-cd .btn-theme4-dark:focus, .theme-cd .btn-theme4-dark.focus {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .theme-cd .btn-theme4-dark.disabled, .theme-cd .btn-theme4-dark:disabled {
    color: #fff;
    background-color: black;
    border-color: black;
    background-image: none; }
  .theme-cd .btn-theme4-dark:not(:disabled):not(.disabled):active, .theme-cd .btn-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-cd .btn-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    background-image: none;
    border-color: black; }
    .theme-cd .btn-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-cd .btn-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-cd .btn-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.theme-cd .btn-outline-theme4-dark {
  color: black;
  border-color: black; }
  .theme-cd .btn-outline-theme4-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .theme-cd .btn-outline-theme4-dark:focus, .theme-cd .btn-outline-theme4-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .theme-cd .btn-outline-theme4-dark.disabled, .theme-cd .btn-outline-theme4-dark:disabled {
    color: black;
    background-color: transparent; }
  .theme-cd .btn-outline-theme4-dark:not(:disabled):not(.disabled):active, .theme-cd .btn-outline-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-cd .btn-outline-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .theme-cd .btn-outline-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-cd .btn-outline-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-cd .btn-outline-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.theme-cd .badge-theme4-dark {
  color: #fff;
  background-color: black; }
  a.theme-cd .badge-theme4-dark:hover, a.theme-cd .badge-theme4-dark:focus {
    color: #fff;
    background-color: black; }
  a.theme-cd .badge-theme4-dark:focus, a.theme-cd .badge-theme4-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.theme-cd .bg-theme5 {
  background-color: #730062 !important; }

.theme-cd a.bg-theme5:hover, .theme-cd a.bg-theme5:focus,
.theme-cd button.bg-theme5:hover,
.theme-cd button.bg-theme5:focus {
  background-color: #400037 !important; }

.theme-cd .bg-gradient-theme5, .theme-cd li.nav-item:hover, .theme-cd li.nav-item:focus {
  background: #730062 linear-gradient(180deg, #88267a, #730062) repeat-x !important; }

.theme-cd .border-theme5 {
  border-color: #730062 !important; }

.theme-cd .text-theme5, .theme-cd .theme-pw #myBtn, .theme-pw .theme-cd #myBtn {
  color: #730062 !important; }

.theme-cd a.text-theme5:hover, .theme-cd .theme-pw a#myBtn:hover, .theme-pw .theme-cd a#myBtn:hover, .theme-cd a.text-theme5:focus, .theme-cd .theme-pw a#myBtn:focus, .theme-pw .theme-cd a#myBtn:focus {
  color: #270021 !important; }

.theme-cd .btn-theme5 {
  color: #fff;
  background: #730062 linear-gradient(180deg, #88267a, #730062) repeat-x;
  border-color: #730062;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-cd .btn-theme5:hover {
    color: #fff;
    background: #4d0041 linear-gradient(180deg, #67265e, #4d0041) repeat-x;
    border-color: #400037; }
  .theme-cd .btn-theme5:focus, .theme-cd .btn-theme5.focus {
    color: #fff;
    background: #4d0041 linear-gradient(180deg, #67265e, #4d0041) repeat-x;
    border-color: #400037;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(136, 38, 122, 0.5); }
  .theme-cd .btn-theme5.disabled, .theme-cd .btn-theme5:disabled {
    color: #fff;
    background-color: #730062;
    border-color: #730062;
    background-image: none; }
  .theme-cd .btn-theme5:not(:disabled):not(.disabled):active, .theme-cd .btn-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-cd .btn-theme5.dropdown-toggle {
    color: #fff;
    background-color: #400037;
    background-image: none;
    border-color: #33002c; }
    .theme-cd .btn-theme5:not(:disabled):not(.disabled):active:focus, .theme-cd .btn-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-cd .btn-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(136, 38, 122, 0.5); }

.theme-cd .btn-outline-theme5 {
  color: #730062;
  border-color: #730062; }
  .theme-cd .btn-outline-theme5:hover {
    color: #fff;
    background-color: #730062;
    border-color: #730062; }
  .theme-cd .btn-outline-theme5:focus, .theme-cd .btn-outline-theme5.focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 0, 98, 0.5); }
  .theme-cd .btn-outline-theme5.disabled, .theme-cd .btn-outline-theme5:disabled {
    color: #730062;
    background-color: transparent; }
  .theme-cd .btn-outline-theme5:not(:disabled):not(.disabled):active, .theme-cd .btn-outline-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-cd .btn-outline-theme5.dropdown-toggle {
    color: #fff;
    background-color: #730062;
    border-color: #730062; }
    .theme-cd .btn-outline-theme5:not(:disabled):not(.disabled):active:focus, .theme-cd .btn-outline-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-cd .btn-outline-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(115, 0, 98, 0.5); }

.theme-cd .badge-theme5 {
  color: #fff;
  background-color: #730062; }
  a.theme-cd .badge-theme5:hover, a.theme-cd .badge-theme5:focus {
    color: #fff;
    background-color: #400037; }
  a.theme-cd .badge-theme5:focus, a.theme-cd .badge-theme5.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(115, 0, 98, 0.5); }

.theme-smcl .bg-theme1, .theme-smcl .theme-ppl .navbar, .theme-ppl .theme-smcl .navbar, .theme-smcl .theme-ppl .searchbg, .theme-ppl .theme-smcl .searchbg, .theme-smcl .theme-pw .navbar, .theme-pw .theme-smcl .navbar, .theme-smcl .theme-pw .searchbg, .theme-pw .theme-smcl .searchbg, .theme-smcl .theme-mach .navbar, .theme-mach .theme-smcl .navbar, .theme-smcl .theme-mach .searchbg, .theme-mach .theme-smcl .searchbg, .theme-smcl .theme-startup .navbar, .theme-startup .theme-smcl .navbar, .theme-smcl .theme-startup .searchbg, .theme-startup .theme-smcl .searchbg {
  background-color: #484A4A !important; }

.theme-smcl a.bg-theme1:hover, .theme-smcl .theme-ppl a.navbar:hover, .theme-ppl .theme-smcl a.navbar:hover, .theme-smcl .theme-ppl a.searchbg:hover, .theme-ppl .theme-smcl a.searchbg:hover, .theme-smcl .theme-pw a.navbar:hover, .theme-pw .theme-smcl a.navbar:hover, .theme-smcl .theme-pw a.searchbg:hover, .theme-pw .theme-smcl a.searchbg:hover, .theme-smcl .theme-mach a.navbar:hover, .theme-mach .theme-smcl a.navbar:hover, .theme-smcl .theme-mach a.searchbg:hover, .theme-mach .theme-smcl a.searchbg:hover, .theme-smcl .theme-startup a.navbar:hover, .theme-startup .theme-smcl a.navbar:hover, .theme-smcl .theme-startup a.searchbg:hover, .theme-startup .theme-smcl a.searchbg:hover, .theme-smcl a.bg-theme1:focus, .theme-smcl .theme-ppl a.navbar:focus, .theme-ppl .theme-smcl a.navbar:focus, .theme-smcl .theme-ppl a.searchbg:focus, .theme-ppl .theme-smcl a.searchbg:focus, .theme-smcl .theme-pw a.navbar:focus, .theme-pw .theme-smcl a.navbar:focus, .theme-smcl .theme-pw a.searchbg:focus, .theme-pw .theme-smcl a.searchbg:focus, .theme-smcl .theme-mach a.navbar:focus, .theme-mach .theme-smcl a.navbar:focus, .theme-smcl .theme-mach a.searchbg:focus, .theme-mach .theme-smcl a.searchbg:focus, .theme-smcl .theme-startup a.navbar:focus, .theme-startup .theme-smcl a.navbar:focus, .theme-smcl .theme-startup a.searchbg:focus, .theme-startup .theme-smcl a.searchbg:focus,
.theme-smcl button.bg-theme1:hover,
.theme-smcl .theme-ppl button.navbar:hover,
.theme-ppl .theme-smcl button.navbar:hover,
.theme-smcl .theme-ppl button.searchbg:hover,
.theme-ppl .theme-smcl button.searchbg:hover,
.theme-smcl .theme-pw button.navbar:hover,
.theme-pw .theme-smcl button.navbar:hover,
.theme-smcl .theme-pw button.searchbg:hover,
.theme-pw .theme-smcl button.searchbg:hover,
.theme-smcl .theme-mach button.navbar:hover,
.theme-mach .theme-smcl button.navbar:hover,
.theme-smcl .theme-mach button.searchbg:hover,
.theme-mach .theme-smcl button.searchbg:hover,
.theme-smcl .theme-startup button.navbar:hover,
.theme-startup .theme-smcl button.navbar:hover,
.theme-smcl .theme-startup button.searchbg:hover,
.theme-startup .theme-smcl button.searchbg:hover,
.theme-smcl button.bg-theme1:focus,
.theme-smcl .theme-ppl button.navbar:focus,
.theme-ppl .theme-smcl button.navbar:focus,
.theme-smcl .theme-ppl button.searchbg:focus,
.theme-ppl .theme-smcl button.searchbg:focus,
.theme-smcl .theme-pw button.navbar:focus,
.theme-pw .theme-smcl button.navbar:focus,
.theme-smcl .theme-pw button.searchbg:focus,
.theme-pw .theme-smcl button.searchbg:focus,
.theme-smcl .theme-mach button.navbar:focus,
.theme-mach .theme-smcl button.navbar:focus,
.theme-smcl .theme-mach button.searchbg:focus,
.theme-mach .theme-smcl button.searchbg:focus,
.theme-smcl .theme-startup button.navbar:focus,
.theme-startup .theme-smcl button.navbar:focus,
.theme-smcl .theme-startup button.searchbg:focus,
.theme-startup .theme-smcl button.searchbg:focus {
  background-color: #2f3030 !important; }

.theme-smcl .bg-gradient-theme1, .theme-smcl .navbar-toggler, .theme-smcl .inpagenavitem:hover, .theme-smcl .inpagenavitem:focus {
  background: #484A4A linear-gradient(180deg, #636565, #484A4A) repeat-x !important; }

.theme-smcl .border-theme1 {
  border-color: #484A4A !important; }

.theme-smcl .text-theme1, .theme-smcl .theme-cd #myBtn:hover, .theme-cd .theme-smcl #myBtn:hover, .theme-smcl .theme-pw #myBtn:hover, .theme-pw .theme-smcl #myBtn:hover {
  color: #484A4A !important; }

.theme-smcl a.text-theme1:hover, .theme-smcl .theme-cd a#myBtn:hover, .theme-cd .theme-smcl a#myBtn:hover, .theme-smcl .theme-pw a#myBtn:hover, .theme-pw .theme-smcl a#myBtn:hover, .theme-smcl a.text-theme1:focus, .theme-smcl .theme-cd a#myBtn:focus:hover, .theme-cd .theme-smcl a#myBtn:focus:hover, .theme-smcl .theme-pw a#myBtn:focus:hover, .theme-pw .theme-smcl a#myBtn:focus:hover {
  color: #222323 !important; }

.theme-smcl .btn-theme1 {
  color: #fff;
  background: #484A4A linear-gradient(180deg, #636565, #484A4A) repeat-x;
  border-color: #484A4A;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-smcl .btn-theme1:hover {
    color: #fff;
    background: #353737 linear-gradient(180deg, #535555, #353737) repeat-x;
    border-color: #2f3030; }
  .theme-smcl .btn-theme1:focus, .theme-smcl .btn-theme1.focus {
    color: #fff;
    background: #353737 linear-gradient(180deg, #535555, #353737) repeat-x;
    border-color: #2f3030;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(99, 101, 101, 0.5); }
  .theme-smcl .btn-theme1.disabled, .theme-smcl .btn-theme1:disabled {
    color: #fff;
    background-color: #484A4A;
    border-color: #484A4A;
    background-image: none; }
  .theme-smcl .btn-theme1:not(:disabled):not(.disabled):active, .theme-smcl .btn-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-smcl .btn-theme1.dropdown-toggle {
    color: #fff;
    background-color: #2f3030;
    background-image: none;
    border-color: #292a2a; }
    .theme-smcl .btn-theme1:not(:disabled):not(.disabled):active:focus, .theme-smcl .btn-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-smcl .btn-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(99, 101, 101, 0.5); }

.theme-smcl .btn-outline-theme1 {
  color: #484A4A;
  border-color: #484A4A; }
  .theme-smcl .btn-outline-theme1:hover {
    color: #fff;
    background-color: #484A4A;
    border-color: #484A4A; }
  .theme-smcl .btn-outline-theme1:focus, .theme-smcl .btn-outline-theme1.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 74, 74, 0.5); }
  .theme-smcl .btn-outline-theme1.disabled, .theme-smcl .btn-outline-theme1:disabled {
    color: #484A4A;
    background-color: transparent; }
  .theme-smcl .btn-outline-theme1:not(:disabled):not(.disabled):active, .theme-smcl .btn-outline-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-smcl .btn-outline-theme1.dropdown-toggle {
    color: #fff;
    background-color: #484A4A;
    border-color: #484A4A; }
    .theme-smcl .btn-outline-theme1:not(:disabled):not(.disabled):active:focus, .theme-smcl .btn-outline-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-smcl .btn-outline-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 74, 74, 0.5); }

.theme-smcl .badge-theme1 {
  color: #fff;
  background-color: #484A4A; }
  a.theme-smcl .badge-theme1:hover, a.theme-smcl .badge-theme1:focus {
    color: #fff;
    background-color: #2f3030; }
  a.theme-smcl .badge-theme1:focus, a.theme-smcl .badge-theme1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 74, 74, 0.5); }

.theme-smcl .bg-theme2 {
  background-color: #7EA978 !important; }

.theme-smcl a.bg-theme2:hover, .theme-smcl a.bg-theme2:focus,
.theme-smcl button.bg-theme2:hover,
.theme-smcl button.bg-theme2:focus {
  background-color: #63915d !important; }

.theme-smcl .bg-gradient-theme2 {
  background: #7EA978 linear-gradient(180deg, #91b68c, #7EA978) repeat-x !important; }

.theme-smcl .border-theme2 {
  border-color: #7EA978 !important; }

.theme-smcl .text-theme2, .theme-smcl .theme-cd #myBtn, .theme-cd .theme-smcl #myBtn, .theme-smcl #myBtn:hover, .theme-smcl .theme-mach #myBtn, .theme-mach .theme-smcl #myBtn {
  color: #7EA978 !important; }

.theme-smcl a.text-theme2:hover, .theme-smcl a#myBtn:hover, .theme-smcl a.text-theme2:focus, .theme-smcl .theme-cd a#myBtn:focus, .theme-cd .theme-smcl a#myBtn:focus, .theme-smcl a#myBtn:focus:hover, .theme-smcl .theme-mach a#myBtn:focus, .theme-mach .theme-smcl a#myBtn:focus {
  color: #588253 !important; }

.theme-smcl .btn-theme2 {
  color: #212529;
  background: #7EA978 linear-gradient(180deg, #91b68c, #7EA978) repeat-x;
  border-color: #7EA978;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-smcl .btn-theme2:hover {
    color: #fff;
    background: #689962 linear-gradient(180deg, #7fa879, #689962) repeat-x;
    border-color: #63915d; }
  .theme-smcl .btn-theme2:focus, .theme-smcl .btn-theme2.focus {
    color: #fff;
    background: #689962 linear-gradient(180deg, #7fa879, #689962) repeat-x;
    border-color: #63915d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(112, 149, 108, 0.5); }
  .theme-smcl .btn-theme2.disabled, .theme-smcl .btn-theme2:disabled {
    color: #212529;
    background-color: #7EA978;
    border-color: #7EA978;
    background-image: none; }
  .theme-smcl .btn-theme2:not(:disabled):not(.disabled):active, .theme-smcl .btn-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-smcl .btn-theme2.dropdown-toggle {
    color: #fff;
    background-color: #63915d;
    background-image: none;
    border-color: #5e8a58; }
    .theme-smcl .btn-theme2:not(:disabled):not(.disabled):active:focus, .theme-smcl .btn-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-smcl .btn-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(112, 149, 108, 0.5); }

.theme-smcl .btn-outline-theme2 {
  color: #7EA978;
  border-color: #7EA978; }
  .theme-smcl .btn-outline-theme2:hover {
    color: #212529;
    background-color: #7EA978;
    border-color: #7EA978; }
  .theme-smcl .btn-outline-theme2:focus, .theme-smcl .btn-outline-theme2.focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 169, 120, 0.5); }
  .theme-smcl .btn-outline-theme2.disabled, .theme-smcl .btn-outline-theme2:disabled {
    color: #7EA978;
    background-color: transparent; }
  .theme-smcl .btn-outline-theme2:not(:disabled):not(.disabled):active, .theme-smcl .btn-outline-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-smcl .btn-outline-theme2.dropdown-toggle {
    color: #212529;
    background-color: #7EA978;
    border-color: #7EA978; }
    .theme-smcl .btn-outline-theme2:not(:disabled):not(.disabled):active:focus, .theme-smcl .btn-outline-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-smcl .btn-outline-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(126, 169, 120, 0.5); }

.theme-smcl .badge-theme2 {
  color: #212529;
  background-color: #7EA978; }
  a.theme-smcl .badge-theme2:hover, a.theme-smcl .badge-theme2:focus {
    color: #212529;
    background-color: #63915d; }
  a.theme-smcl .badge-theme2:focus, a.theme-smcl .badge-theme2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(126, 169, 120, 0.5); }

.theme-smcl .bg-theme3, .theme-smcl .theme-cd .navbar, .theme-cd .theme-smcl .navbar, .theme-smcl .theme-cd .searchbg, .theme-cd .theme-smcl .searchbg {
  background-color: #1E748F !important; }

.theme-smcl a.bg-theme3:hover, .theme-smcl .theme-cd a.navbar:hover, .theme-cd .theme-smcl a.navbar:hover, .theme-smcl .theme-cd a.searchbg:hover, .theme-cd .theme-smcl a.searchbg:hover, .theme-smcl a.bg-theme3:focus, .theme-smcl .theme-cd a.navbar:focus, .theme-cd .theme-smcl a.navbar:focus, .theme-smcl .theme-cd a.searchbg:focus, .theme-cd .theme-smcl a.searchbg:focus,
.theme-smcl button.bg-theme3:hover,
.theme-smcl .theme-cd button.navbar:hover,
.theme-cd .theme-smcl button.navbar:hover,
.theme-smcl .theme-cd button.searchbg:hover,
.theme-cd .theme-smcl button.searchbg:hover,
.theme-smcl button.bg-theme3:focus,
.theme-smcl .theme-cd button.navbar:focus,
.theme-cd .theme-smcl button.navbar:focus,
.theme-smcl .theme-cd button.searchbg:focus,
.theme-cd .theme-smcl button.searchbg:focus {
  background-color: #155265 !important; }

.theme-smcl .bg-gradient-theme3 {
  background: #1E748F linear-gradient(180deg, #4089a0, #1E748F) repeat-x !important; }

.theme-smcl .border-theme3 {
  border-color: #1E748F !important; }

.theme-smcl .text-theme3, .theme-smcl #myBtn, .theme-smcl .theme-mach #myBtn:hover, .theme-mach .theme-smcl #myBtn:hover {
  color: #1E748F !important; }

.theme-smcl a.text-theme3:hover, .theme-smcl a#myBtn:hover, .theme-smcl a.text-theme3:focus, .theme-smcl a#myBtn:focus {
  color: #114150 !important; }

.theme-smcl .btn-theme3 {
  color: #fff;
  background: #1E748F linear-gradient(180deg, #4089a0, #1E748F) repeat-x;
  border-color: #1E748F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-smcl .btn-theme3:hover {
    color: #fff;
    background: #175a6f linear-gradient(180deg, #3a7385, #175a6f) repeat-x;
    border-color: #155265; }
  .theme-smcl .btn-theme3:focus, .theme-smcl .btn-theme3.focus {
    color: #fff;
    background: #175a6f linear-gradient(180deg, #3a7385, #175a6f) repeat-x;
    border-color: #155265;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(64, 137, 160, 0.5); }
  .theme-smcl .btn-theme3.disabled, .theme-smcl .btn-theme3:disabled {
    color: #fff;
    background-color: #1E748F;
    border-color: #1E748F;
    background-image: none; }
  .theme-smcl .btn-theme3:not(:disabled):not(.disabled):active, .theme-smcl .btn-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-smcl .btn-theme3.dropdown-toggle {
    color: #fff;
    background-color: #155265;
    background-image: none;
    border-color: #13495a; }
    .theme-smcl .btn-theme3:not(:disabled):not(.disabled):active:focus, .theme-smcl .btn-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-smcl .btn-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(64, 137, 160, 0.5); }

.theme-smcl .btn-outline-theme3 {
  color: #1E748F;
  border-color: #1E748F; }
  .theme-smcl .btn-outline-theme3:hover {
    color: #fff;
    background-color: #1E748F;
    border-color: #1E748F; }
  .theme-smcl .btn-outline-theme3:focus, .theme-smcl .btn-outline-theme3.focus {
    box-shadow: 0 0 0 0.2rem rgba(30, 116, 143, 0.5); }
  .theme-smcl .btn-outline-theme3.disabled, .theme-smcl .btn-outline-theme3:disabled {
    color: #1E748F;
    background-color: transparent; }
  .theme-smcl .btn-outline-theme3:not(:disabled):not(.disabled):active, .theme-smcl .btn-outline-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-smcl .btn-outline-theme3.dropdown-toggle {
    color: #fff;
    background-color: #1E748F;
    border-color: #1E748F; }
    .theme-smcl .btn-outline-theme3:not(:disabled):not(.disabled):active:focus, .theme-smcl .btn-outline-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-smcl .btn-outline-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(30, 116, 143, 0.5); }

.theme-smcl .badge-theme3 {
  color: #fff;
  background-color: #1E748F; }
  a.theme-smcl .badge-theme3:hover, a.theme-smcl .badge-theme3:focus {
    color: #fff;
    background-color: #155265; }
  a.theme-smcl .badge-theme3:focus, a.theme-smcl .badge-theme3.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(30, 116, 143, 0.5); }

.theme-smcl .bg-theme4, .theme-smcl .navbar, .theme-smcl .searchbg {
  background-color: #D1945E !important; }

.theme-smcl a.bg-theme4:hover, .theme-smcl a.navbar:hover, .theme-smcl a.searchbg:hover, .theme-smcl a.bg-theme4:focus, .theme-smcl a.navbar:focus, .theme-smcl a.searchbg:focus,
.theme-smcl button.bg-theme4:hover,
.theme-smcl button.navbar:hover,
.theme-smcl button.searchbg:hover,
.theme-smcl button.bg-theme4:focus,
.theme-smcl button.navbar:focus,
.theme-smcl button.searchbg:focus {
  background-color: #c47a38 !important; }

.theme-smcl .bg-gradient-theme4 {
  background: #D1945E linear-gradient(180deg, #d8a476, #D1945E) repeat-x !important; }

.theme-smcl .border-theme4 {
  border-color: #D1945E !important; }

.theme-smcl .text-theme4, .theme-smcl .theme-hive #myBtn:hover, .theme-hive .theme-smcl #myBtn:hover, .theme-smcl .theme-startup #myBtn:hover, .theme-startup .theme-smcl #myBtn:hover {
  color: #D1945E !important; }

.theme-smcl a.text-theme4:hover, .theme-smcl .theme-hive a#myBtn:hover, .theme-hive .theme-smcl a#myBtn:hover, .theme-smcl .theme-startup a#myBtn:hover, .theme-startup .theme-smcl a#myBtn:hover, .theme-smcl a.text-theme4:focus, .theme-smcl .theme-hive a#myBtn:focus:hover, .theme-hive .theme-smcl a#myBtn:focus:hover, .theme-smcl .theme-startup a#myBtn:focus:hover, .theme-startup .theme-smcl a#myBtn:focus:hover {
  color: #b06d32 !important; }

.theme-smcl .btn-theme4 {
  color: #212529;
  background: #D1945E linear-gradient(180deg, #d8a476, #D1945E) repeat-x;
  border-color: #D1945E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-smcl .btn-theme4:hover {
    color: #fff;
    background: #c98040 linear-gradient(180deg, #d1935d, #c98040) repeat-x;
    border-color: #c47a38; }
  .theme-smcl .btn-theme4:focus, .theme-smcl .btn-theme4.focus {
    color: #fff;
    background: #c98040 linear-gradient(180deg, #d1935d, #c98040) repeat-x;
    border-color: #c47a38;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(183, 131, 86, 0.5); }
  .theme-smcl .btn-theme4.disabled, .theme-smcl .btn-theme4:disabled {
    color: #212529;
    background-color: #D1945E;
    border-color: #D1945E;
    background-image: none; }
  .theme-smcl .btn-theme4:not(:disabled):not(.disabled):active, .theme-smcl .btn-theme4:not(:disabled):not(.disabled).active,
  .show > .theme-smcl .btn-theme4.dropdown-toggle {
    color: #fff;
    background-color: #c47a38;
    background-image: none;
    border-color: #ba7435; }
    .theme-smcl .btn-theme4:not(:disabled):not(.disabled):active:focus, .theme-smcl .btn-theme4:not(:disabled):not(.disabled).active:focus,
    .show > .theme-smcl .btn-theme4.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(183, 131, 86, 0.5); }

.theme-smcl .btn-outline-theme4 {
  color: #D1945E;
  border-color: #D1945E; }
  .theme-smcl .btn-outline-theme4:hover {
    color: #212529;
    background-color: #D1945E;
    border-color: #D1945E; }
  .theme-smcl .btn-outline-theme4:focus, .theme-smcl .btn-outline-theme4.focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 148, 94, 0.5); }
  .theme-smcl .btn-outline-theme4.disabled, .theme-smcl .btn-outline-theme4:disabled {
    color: #D1945E;
    background-color: transparent; }
  .theme-smcl .btn-outline-theme4:not(:disabled):not(.disabled):active, .theme-smcl .btn-outline-theme4:not(:disabled):not(.disabled).active,
  .show > .theme-smcl .btn-outline-theme4.dropdown-toggle {
    color: #212529;
    background-color: #D1945E;
    border-color: #D1945E; }
    .theme-smcl .btn-outline-theme4:not(:disabled):not(.disabled):active:focus, .theme-smcl .btn-outline-theme4:not(:disabled):not(.disabled).active:focus,
    .show > .theme-smcl .btn-outline-theme4.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(209, 148, 94, 0.5); }

.theme-smcl .badge-theme4 {
  color: #212529;
  background-color: #D1945E; }
  a.theme-smcl .badge-theme4:hover, a.theme-smcl .badge-theme4:focus {
    color: #212529;
    background-color: #c47a38; }
  a.theme-smcl .badge-theme4:focus, a.theme-smcl .badge-theme4.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(209, 148, 94, 0.5); }

.theme-smcl .bg-theme4-dark {
  background-color: #25170b !important; }

.theme-smcl a.bg-theme4-dark:hover, .theme-smcl a.bg-theme4-dark:focus,
.theme-smcl button.bg-theme4-dark:hover,
.theme-smcl button.bg-theme4-dark:focus {
  background-color: black !important; }

.theme-smcl .bg-gradient-theme4-dark {
  background: #25170b linear-gradient(180deg, #463a2f, #25170b) repeat-x !important; }

.theme-smcl .border-theme4-dark {
  border-color: #25170b !important; }

.theme-smcl .text-theme4-dark {
  color: #25170b !important; }

.theme-smcl a.text-theme4-dark:hover, .theme-smcl a.text-theme4-dark:focus {
  color: black !important; }

.theme-smcl .btn-theme4-dark {
  color: #fff;
  background: #25170b linear-gradient(180deg, #463a2f, #25170b) repeat-x;
  border-color: #25170b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-smcl .btn-theme4-dark:hover {
    color: #fff;
    background: #080502 linear-gradient(180deg, #2d2a28, #080502) repeat-x;
    border-color: black; }
  .theme-smcl .btn-theme4-dark:focus, .theme-smcl .btn-theme4-dark.focus {
    color: #fff;
    background: #080502 linear-gradient(180deg, #2d2a28, #080502) repeat-x;
    border-color: black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(70, 58, 47, 0.5); }
  .theme-smcl .btn-theme4-dark.disabled, .theme-smcl .btn-theme4-dark:disabled {
    color: #fff;
    background-color: #25170b;
    border-color: #25170b;
    background-image: none; }
  .theme-smcl .btn-theme4-dark:not(:disabled):not(.disabled):active, .theme-smcl .btn-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-smcl .btn-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    background-image: none;
    border-color: black; }
    .theme-smcl .btn-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-smcl .btn-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-smcl .btn-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(70, 58, 47, 0.5); }

.theme-smcl .btn-outline-theme4-dark {
  color: #25170b;
  border-color: #25170b; }
  .theme-smcl .btn-outline-theme4-dark:hover {
    color: #fff;
    background-color: #25170b;
    border-color: #25170b; }
  .theme-smcl .btn-outline-theme4-dark:focus, .theme-smcl .btn-outline-theme4-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 23, 11, 0.5); }
  .theme-smcl .btn-outline-theme4-dark.disabled, .theme-smcl .btn-outline-theme4-dark:disabled {
    color: #25170b;
    background-color: transparent; }
  .theme-smcl .btn-outline-theme4-dark:not(:disabled):not(.disabled):active, .theme-smcl .btn-outline-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-smcl .btn-outline-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: #25170b;
    border-color: #25170b; }
    .theme-smcl .btn-outline-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-smcl .btn-outline-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-smcl .btn-outline-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(37, 23, 11, 0.5); }

.theme-smcl .badge-theme4-dark {
  color: #fff;
  background-color: #25170b; }
  a.theme-smcl .badge-theme4-dark:hover, a.theme-smcl .badge-theme4-dark:focus {
    color: #fff;
    background-color: black; }
  a.theme-smcl .badge-theme4-dark:focus, a.theme-smcl .badge-theme4-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(37, 23, 11, 0.5); }

.theme-smcl .bg-theme5 {
  background-color: #8A2C17 !important; }

.theme-smcl a.bg-theme5:hover, .theme-smcl a.bg-theme5:focus,
.theme-smcl button.bg-theme5:hover,
.theme-smcl button.bg-theme5:focus {
  background-color: #5e1e10 !important; }

.theme-smcl .bg-gradient-theme5, .theme-smcl li.nav-item:hover, .theme-smcl li.nav-item:focus {
  background: #8A2C17 linear-gradient(180deg, #9c4c3a, #8A2C17) repeat-x !important; }

.theme-smcl .border-theme5 {
  border-color: #8A2C17 !important; }

.theme-smcl .text-theme5, .theme-smcl .theme-pw #myBtn, .theme-pw .theme-smcl #myBtn {
  color: #8A2C17 !important; }

.theme-smcl a.text-theme5:hover, .theme-smcl .theme-pw a#myBtn:hover, .theme-pw .theme-smcl a#myBtn:hover, .theme-smcl a.text-theme5:focus, .theme-smcl .theme-pw a#myBtn:focus, .theme-pw .theme-smcl a#myBtn:focus {
  color: #48170c !important; }

.theme-smcl .btn-theme5 {
  color: #fff;
  background: #8A2C17 linear-gradient(180deg, #9c4c3a, #8A2C17) repeat-x;
  border-color: #8A2C17;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-smcl .btn-theme5:hover {
    color: #fff;
    background: #692212 linear-gradient(180deg, #804335, #692212) repeat-x;
    border-color: #5e1e10; }
  .theme-smcl .btn-theme5:focus, .theme-smcl .btn-theme5.focus {
    color: #fff;
    background: #692212 linear-gradient(180deg, #804335, #692212) repeat-x;
    border-color: #5e1e10;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(156, 76, 58, 0.5); }
  .theme-smcl .btn-theme5.disabled, .theme-smcl .btn-theme5:disabled {
    color: #fff;
    background-color: #8A2C17;
    border-color: #8A2C17;
    background-image: none; }
  .theme-smcl .btn-theme5:not(:disabled):not(.disabled):active, .theme-smcl .btn-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-smcl .btn-theme5.dropdown-toggle {
    color: #fff;
    background-color: #5e1e10;
    background-image: none;
    border-color: #531b0e; }
    .theme-smcl .btn-theme5:not(:disabled):not(.disabled):active:focus, .theme-smcl .btn-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-smcl .btn-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(156, 76, 58, 0.5); }

.theme-smcl .btn-outline-theme5 {
  color: #8A2C17;
  border-color: #8A2C17; }
  .theme-smcl .btn-outline-theme5:hover {
    color: #fff;
    background-color: #8A2C17;
    border-color: #8A2C17; }
  .theme-smcl .btn-outline-theme5:focus, .theme-smcl .btn-outline-theme5.focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 44, 23, 0.5); }
  .theme-smcl .btn-outline-theme5.disabled, .theme-smcl .btn-outline-theme5:disabled {
    color: #8A2C17;
    background-color: transparent; }
  .theme-smcl .btn-outline-theme5:not(:disabled):not(.disabled):active, .theme-smcl .btn-outline-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-smcl .btn-outline-theme5.dropdown-toggle {
    color: #fff;
    background-color: #8A2C17;
    border-color: #8A2C17; }
    .theme-smcl .btn-outline-theme5:not(:disabled):not(.disabled):active:focus, .theme-smcl .btn-outline-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-smcl .btn-outline-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(138, 44, 23, 0.5); }

.theme-smcl .badge-theme5 {
  color: #fff;
  background-color: #8A2C17; }
  a.theme-smcl .badge-theme5:hover, a.theme-smcl .badge-theme5:focus {
    color: #fff;
    background-color: #5e1e10; }
  a.theme-smcl .badge-theme5:focus, a.theme-smcl .badge-theme5.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(138, 44, 23, 0.5); }

.theme-mach .bg-theme1, .theme-mach .navbar, .theme-mach .searchbg {
  background-color: #C6004C !important; }

.theme-mach a.bg-theme1:hover, .theme-mach a.navbar:hover, .theme-mach a.searchbg:hover, .theme-mach a.bg-theme1:focus, .theme-mach a.navbar:focus, .theme-mach a.searchbg:focus,
.theme-mach button.bg-theme1:hover,
.theme-mach button.navbar:hover,
.theme-mach button.searchbg:hover,
.theme-mach button.bg-theme1:focus,
.theme-mach button.navbar:focus,
.theme-mach button.searchbg:focus {
  background-color: #930038 !important; }

.theme-mach .bg-gradient-theme1, .theme-mach .navbar-toggler, .theme-mach .inpagenavitem:hover, .theme-mach .inpagenavitem:focus {
  background: #C6004C linear-gradient(180deg, #cf2667, #C6004C) repeat-x !important; }

.theme-mach .border-theme1 {
  border-color: #C6004C !important; }

.theme-mach .text-theme1, .theme-mach .theme-cd #myBtn:hover, .theme-cd .theme-mach #myBtn:hover, .theme-mach .theme-pw #myBtn:hover, .theme-pw .theme-mach #myBtn:hover {
  color: #C6004C !important; }

.theme-mach a.text-theme1:hover, .theme-mach .theme-cd a#myBtn:hover, .theme-cd .theme-mach a#myBtn:hover, .theme-mach .theme-pw a#myBtn:hover, .theme-pw .theme-mach a#myBtn:hover, .theme-mach a.text-theme1:focus, .theme-mach .theme-cd a#myBtn:focus:hover, .theme-cd .theme-mach a#myBtn:focus:hover, .theme-mach .theme-pw a#myBtn:focus:hover, .theme-pw .theme-mach a#myBtn:focus:hover {
  color: #7a002f !important; }

.theme-mach .btn-theme1 {
  color: #fff;
  background: #C6004C linear-gradient(180deg, #cf2667, #C6004C) repeat-x;
  border-color: #C6004C;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-mach .btn-theme1:hover {
    color: #fff;
    background: #a0003d linear-gradient(180deg, #ae265a, #a0003d) repeat-x;
    border-color: #930038; }
  .theme-mach .btn-theme1:focus, .theme-mach .btn-theme1.focus {
    color: #fff;
    background: #a0003d linear-gradient(180deg, #ae265a, #a0003d) repeat-x;
    border-color: #930038;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(207, 38, 103, 0.5); }
  .theme-mach .btn-theme1.disabled, .theme-mach .btn-theme1:disabled {
    color: #fff;
    background-color: #C6004C;
    border-color: #C6004C;
    background-image: none; }
  .theme-mach .btn-theme1:not(:disabled):not(.disabled):active, .theme-mach .btn-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-mach .btn-theme1.dropdown-toggle {
    color: #fff;
    background-color: #930038;
    background-image: none;
    border-color: #860034; }
    .theme-mach .btn-theme1:not(:disabled):not(.disabled):active:focus, .theme-mach .btn-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-mach .btn-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(207, 38, 103, 0.5); }

.theme-mach .btn-outline-theme1 {
  color: #C6004C;
  border-color: #C6004C; }
  .theme-mach .btn-outline-theme1:hover {
    color: #fff;
    background-color: #C6004C;
    border-color: #C6004C; }
  .theme-mach .btn-outline-theme1:focus, .theme-mach .btn-outline-theme1.focus {
    box-shadow: 0 0 0 0.2rem rgba(198, 0, 76, 0.5); }
  .theme-mach .btn-outline-theme1.disabled, .theme-mach .btn-outline-theme1:disabled {
    color: #C6004C;
    background-color: transparent; }
  .theme-mach .btn-outline-theme1:not(:disabled):not(.disabled):active, .theme-mach .btn-outline-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-mach .btn-outline-theme1.dropdown-toggle {
    color: #fff;
    background-color: #C6004C;
    border-color: #C6004C; }
    .theme-mach .btn-outline-theme1:not(:disabled):not(.disabled):active:focus, .theme-mach .btn-outline-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-mach .btn-outline-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(198, 0, 76, 0.5); }

.theme-mach .badge-theme1 {
  color: #fff;
  background-color: #C6004C; }
  a.theme-mach .badge-theme1:hover, a.theme-mach .badge-theme1:focus {
    color: #fff;
    background-color: #930038; }
  a.theme-mach .badge-theme1:focus, a.theme-mach .badge-theme1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(198, 0, 76, 0.5); }

.theme-mach .bg-theme2 {
  background-color: #75c9d3 !important; }

.theme-mach a.bg-theme2:hover, .theme-mach a.bg-theme2:focus,
.theme-mach button.bg-theme2:hover,
.theme-mach button.bg-theme2:focus {
  background-color: #4ebac7 !important; }

.theme-mach .bg-gradient-theme2 {
  background: #75c9d3 linear-gradient(180deg, #8ad1da, #75c9d3) repeat-x !important; }

.theme-mach .border-theme2 {
  border-color: #75c9d3 !important; }

.theme-mach .text-theme2, .theme-mach .theme-ppl #myBtn:hover, .theme-ppl .theme-mach #myBtn:hover, .theme-mach .theme-smcl #myBtn:hover, .theme-smcl .theme-mach #myBtn:hover, .theme-mach #myBtn {
  color: #75c9d3 !important; }

.theme-mach a.text-theme2:hover, .theme-mach a#myBtn:hover, .theme-mach a.text-theme2:focus, .theme-mach a#myBtn:focus {
  color: #3db1bf !important; }

.theme-mach .btn-theme2 {
  color: #212529;
  background: #75c9d3 linear-gradient(180deg, #8ad1da, #75c9d3) repeat-x;
  border-color: #75c9d3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-mach .btn-theme2:hover {
    color: #212529;
    background: #58beca linear-gradient(180deg, #71c7d2, #58beca) repeat-x;
    border-color: #4ebac7; }
  .theme-mach .btn-theme2:focus, .theme-mach .btn-theme2.focus {
    color: #212529;
    background: #58beca linear-gradient(180deg, #71c7d2, #58beca) repeat-x;
    border-color: #4ebac7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(104, 176, 186, 0.5); }
  .theme-mach .btn-theme2.disabled, .theme-mach .btn-theme2:disabled {
    color: #212529;
    background-color: #75c9d3;
    border-color: #75c9d3;
    background-image: none; }
  .theme-mach .btn-theme2:not(:disabled):not(.disabled):active, .theme-mach .btn-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-mach .btn-theme2.dropdown-toggle {
    color: #212529;
    background-color: #4ebac7;
    background-image: none;
    border-color: #45b6c4; }
    .theme-mach .btn-theme2:not(:disabled):not(.disabled):active:focus, .theme-mach .btn-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-mach .btn-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(104, 176, 186, 0.5); }

.theme-mach .btn-outline-theme2 {
  color: #75c9d3;
  border-color: #75c9d3; }
  .theme-mach .btn-outline-theme2:hover {
    color: #212529;
    background-color: #75c9d3;
    border-color: #75c9d3; }
  .theme-mach .btn-outline-theme2:focus, .theme-mach .btn-outline-theme2.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 201, 211, 0.5); }
  .theme-mach .btn-outline-theme2.disabled, .theme-mach .btn-outline-theme2:disabled {
    color: #75c9d3;
    background-color: transparent; }
  .theme-mach .btn-outline-theme2:not(:disabled):not(.disabled):active, .theme-mach .btn-outline-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-mach .btn-outline-theme2.dropdown-toggle {
    color: #212529;
    background-color: #75c9d3;
    border-color: #75c9d3; }
    .theme-mach .btn-outline-theme2:not(:disabled):not(.disabled):active:focus, .theme-mach .btn-outline-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-mach .btn-outline-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(117, 201, 211, 0.5); }

.theme-mach .badge-theme2 {
  color: #212529;
  background-color: #75c9d3; }
  a.theme-mach .badge-theme2:hover, a.theme-mach .badge-theme2:focus {
    color: #212529;
    background-color: #4ebac7; }
  a.theme-mach .badge-theme2:focus, a.theme-mach .badge-theme2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(117, 201, 211, 0.5); }

.theme-mach .bg-theme3, .theme-mach .theme-cd .navbar, .theme-cd .theme-mach .navbar, .theme-mach .theme-cd .searchbg, .theme-cd .theme-mach .searchbg {
  background-color: #e25300 !important; }

.theme-mach a.bg-theme3:hover, .theme-mach .theme-cd a.navbar:hover, .theme-cd .theme-mach a.navbar:hover, .theme-mach .theme-cd a.searchbg:hover, .theme-cd .theme-mach a.searchbg:hover, .theme-mach a.bg-theme3:focus, .theme-mach .theme-cd a.navbar:focus, .theme-cd .theme-mach a.navbar:focus, .theme-mach .theme-cd a.searchbg:focus, .theme-cd .theme-mach a.searchbg:focus,
.theme-mach button.bg-theme3:hover,
.theme-mach .theme-cd button.navbar:hover,
.theme-cd .theme-mach button.navbar:hover,
.theme-mach .theme-cd button.searchbg:hover,
.theme-cd .theme-mach button.searchbg:hover,
.theme-mach button.bg-theme3:focus,
.theme-mach .theme-cd button.navbar:focus,
.theme-cd .theme-mach button.navbar:focus,
.theme-mach .theme-cd button.searchbg:focus,
.theme-cd .theme-mach button.searchbg:focus {
  background-color: #af4000 !important; }

.theme-mach .bg-gradient-theme3 {
  background: #e25300 linear-gradient(180deg, #e66d26, #e25300) repeat-x !important; }

.theme-mach .border-theme3 {
  border-color: #e25300 !important; }

.theme-mach .text-theme3, .theme-mach .theme-ppl #myBtn, .theme-ppl .theme-mach #myBtn, .theme-mach .theme-smcl #myBtn, .theme-smcl .theme-mach #myBtn, .theme-mach .theme-hive #myBtn, .theme-hive .theme-mach #myBtn, .theme-mach .theme-startup #myBtn, .theme-startup .theme-mach #myBtn, .theme-mach #myBtn:hover {
  color: #e25300 !important; }

.theme-mach a.text-theme3:hover, .theme-mach a#myBtn:hover, .theme-mach a.text-theme3:focus, .theme-mach .theme-ppl a#myBtn:focus, .theme-ppl .theme-mach a#myBtn:focus, .theme-mach .theme-smcl a#myBtn:focus, .theme-smcl .theme-mach a#myBtn:focus, .theme-mach .theme-hive a#myBtn:focus, .theme-hive .theme-mach a#myBtn:focus, .theme-mach .theme-startup a#myBtn:focus, .theme-startup .theme-mach a#myBtn:focus, .theme-mach a#myBtn:focus:hover {
  color: #963700 !important; }

.theme-mach .btn-theme3 {
  color: #fff;
  background: #e25300 linear-gradient(180deg, #e66d26, #e25300) repeat-x;
  border-color: #e25300;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-mach .btn-theme3:hover {
    color: #fff;
    background: #bc4500 linear-gradient(180deg, #c66126, #bc4500) repeat-x;
    border-color: #af4000; }
  .theme-mach .btn-theme3:focus, .theme-mach .btn-theme3.focus {
    color: #fff;
    background: #bc4500 linear-gradient(180deg, #c66126, #bc4500) repeat-x;
    border-color: #af4000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(230, 109, 38, 0.5); }
  .theme-mach .btn-theme3.disabled, .theme-mach .btn-theme3:disabled {
    color: #fff;
    background-color: #e25300;
    border-color: #e25300;
    background-image: none; }
  .theme-mach .btn-theme3:not(:disabled):not(.disabled):active, .theme-mach .btn-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-mach .btn-theme3.dropdown-toggle {
    color: #fff;
    background-color: #af4000;
    background-image: none;
    border-color: #a23c00; }
    .theme-mach .btn-theme3:not(:disabled):not(.disabled):active:focus, .theme-mach .btn-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-mach .btn-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 109, 38, 0.5); }

.theme-mach .btn-outline-theme3 {
  color: #e25300;
  border-color: #e25300; }
  .theme-mach .btn-outline-theme3:hover {
    color: #fff;
    background-color: #e25300;
    border-color: #e25300; }
  .theme-mach .btn-outline-theme3:focus, .theme-mach .btn-outline-theme3.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 83, 0, 0.5); }
  .theme-mach .btn-outline-theme3.disabled, .theme-mach .btn-outline-theme3:disabled {
    color: #e25300;
    background-color: transparent; }
  .theme-mach .btn-outline-theme3:not(:disabled):not(.disabled):active, .theme-mach .btn-outline-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-mach .btn-outline-theme3.dropdown-toggle {
    color: #fff;
    background-color: #e25300;
    border-color: #e25300; }
    .theme-mach .btn-outline-theme3:not(:disabled):not(.disabled):active:focus, .theme-mach .btn-outline-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-mach .btn-outline-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(226, 83, 0, 0.5); }

.theme-mach .badge-theme3 {
  color: #fff;
  background-color: #e25300; }
  a.theme-mach .badge-theme3:hover, a.theme-mach .badge-theme3:focus {
    color: #fff;
    background-color: #af4000; }
  a.theme-mach .badge-theme3:focus, a.theme-mach .badge-theme3.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(226, 83, 0, 0.5); }

.theme-mach .bg-theme4, .theme-mach .theme-smcl .navbar, .theme-smcl .theme-mach .navbar, .theme-mach .theme-hive .navbar, .theme-hive .theme-mach .navbar, .theme-mach .theme-smcl .searchbg, .theme-smcl .theme-mach .searchbg, .theme-mach .theme-hive .searchbg, .theme-hive .theme-mach .searchbg {
  background-color: #A0A0A0 !important; }

.theme-mach a.bg-theme4:hover, .theme-mach .theme-smcl a.navbar:hover, .theme-smcl .theme-mach a.navbar:hover, .theme-mach .theme-hive a.navbar:hover, .theme-hive .theme-mach a.navbar:hover, .theme-mach .theme-smcl a.searchbg:hover, .theme-smcl .theme-mach a.searchbg:hover, .theme-mach .theme-hive a.searchbg:hover, .theme-hive .theme-mach a.searchbg:hover, .theme-mach a.bg-theme4:focus, .theme-mach .theme-smcl a.navbar:focus, .theme-smcl .theme-mach a.navbar:focus, .theme-mach .theme-hive a.navbar:focus, .theme-hive .theme-mach a.navbar:focus, .theme-mach .theme-smcl a.searchbg:focus, .theme-smcl .theme-mach a.searchbg:focus, .theme-mach .theme-hive a.searchbg:focus, .theme-hive .theme-mach a.searchbg:focus,
.theme-mach button.bg-theme4:hover,
.theme-mach .theme-smcl button.navbar:hover,
.theme-smcl .theme-mach button.navbar:hover,
.theme-mach .theme-hive button.navbar:hover,
.theme-hive .theme-mach button.navbar:hover,
.theme-mach .theme-smcl button.searchbg:hover,
.theme-smcl .theme-mach button.searchbg:hover,
.theme-mach .theme-hive button.searchbg:hover,
.theme-hive .theme-mach button.searchbg:hover,
.theme-mach button.bg-theme4:focus,
.theme-mach .theme-smcl button.navbar:focus,
.theme-smcl .theme-mach button.navbar:focus,
.theme-mach .theme-hive button.navbar:focus,
.theme-hive .theme-mach button.navbar:focus,
.theme-mach .theme-smcl button.searchbg:focus,
.theme-smcl .theme-mach button.searchbg:focus,
.theme-mach .theme-hive button.searchbg:focus,
.theme-hive .theme-mach button.searchbg:focus {
  background-color: #878787 !important; }

.theme-mach .bg-gradient-theme4 {
  background: #A0A0A0 linear-gradient(180deg, #aeaeae, #A0A0A0) repeat-x !important; }

.theme-mach .border-theme4 {
  border-color: #A0A0A0 !important; }

.theme-mach .text-theme4, .theme-mach .theme-hive #myBtn:hover, .theme-hive .theme-mach #myBtn:hover, .theme-mach .theme-startup #myBtn:hover, .theme-startup .theme-mach #myBtn:hover {
  color: #A0A0A0 !important; }

.theme-mach a.text-theme4:hover, .theme-mach .theme-hive a#myBtn:hover, .theme-hive .theme-mach a#myBtn:hover, .theme-mach .theme-startup a#myBtn:hover, .theme-startup .theme-mach a#myBtn:hover, .theme-mach a.text-theme4:focus, .theme-mach .theme-hive a#myBtn:focus:hover, .theme-hive .theme-mach a#myBtn:focus:hover, .theme-mach .theme-startup a#myBtn:focus:hover, .theme-startup .theme-mach a#myBtn:focus:hover {
  color: #7a7a7a !important; }

.theme-mach .btn-theme4 {
  color: #212529;
  background: #A0A0A0 linear-gradient(180deg, #aeaeae, #A0A0A0) repeat-x;
  border-color: #A0A0A0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-mach .btn-theme4:hover {
    color: #fff;
    background: #8d8d8d linear-gradient(180deg, #9e9e9e, #8d8d8d) repeat-x;
    border-color: #878787; }
  .theme-mach .btn-theme4:focus, .theme-mach .btn-theme4.focus {
    color: #fff;
    background: #8d8d8d linear-gradient(180deg, #9e9e9e, #8d8d8d) repeat-x;
    border-color: #878787;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(141, 142, 142, 0.5); }
  .theme-mach .btn-theme4.disabled, .theme-mach .btn-theme4:disabled {
    color: #212529;
    background-color: #A0A0A0;
    border-color: #A0A0A0;
    background-image: none; }
  .theme-mach .btn-theme4:not(:disabled):not(.disabled):active, .theme-mach .btn-theme4:not(:disabled):not(.disabled).active,
  .show > .theme-mach .btn-theme4.dropdown-toggle {
    color: #fff;
    background-color: #878787;
    background-image: none;
    border-color: gray; }
    .theme-mach .btn-theme4:not(:disabled):not(.disabled):active:focus, .theme-mach .btn-theme4:not(:disabled):not(.disabled).active:focus,
    .show > .theme-mach .btn-theme4.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(141, 142, 142, 0.5); }

.theme-mach .btn-outline-theme4 {
  color: #A0A0A0;
  border-color: #A0A0A0; }
  .theme-mach .btn-outline-theme4:hover {
    color: #212529;
    background-color: #A0A0A0;
    border-color: #A0A0A0; }
  .theme-mach .btn-outline-theme4:focus, .theme-mach .btn-outline-theme4.focus {
    box-shadow: 0 0 0 0.2rem rgba(160, 160, 160, 0.5); }
  .theme-mach .btn-outline-theme4.disabled, .theme-mach .btn-outline-theme4:disabled {
    color: #A0A0A0;
    background-color: transparent; }
  .theme-mach .btn-outline-theme4:not(:disabled):not(.disabled):active, .theme-mach .btn-outline-theme4:not(:disabled):not(.disabled).active,
  .show > .theme-mach .btn-outline-theme4.dropdown-toggle {
    color: #212529;
    background-color: #A0A0A0;
    border-color: #A0A0A0; }
    .theme-mach .btn-outline-theme4:not(:disabled):not(.disabled):active:focus, .theme-mach .btn-outline-theme4:not(:disabled):not(.disabled).active:focus,
    .show > .theme-mach .btn-outline-theme4.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(160, 160, 160, 0.5); }

.theme-mach .badge-theme4 {
  color: #212529;
  background-color: #A0A0A0; }
  a.theme-mach .badge-theme4:hover, a.theme-mach .badge-theme4:focus {
    color: #212529;
    background-color: #878787; }
  a.theme-mach .badge-theme4:focus, a.theme-mach .badge-theme4.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(160, 160, 160, 0.5); }

.theme-mach .bg-theme4-dark {
  background-color: #212121 !important; }

.theme-mach a.bg-theme4-dark:hover, .theme-mach a.bg-theme4-dark:focus,
.theme-mach button.bg-theme4-dark:hover,
.theme-mach button.bg-theme4-dark:focus {
  background-color: #070707 !important; }

.theme-mach .bg-gradient-theme4-dark {
  background: #212121 linear-gradient(180deg, #424242, #212121) repeat-x !important; }

.theme-mach .border-theme4-dark {
  border-color: #212121 !important; }

.theme-mach .text-theme4-dark {
  color: #212121 !important; }

.theme-mach a.text-theme4-dark:hover, .theme-mach a.text-theme4-dark:focus {
  color: black !important; }

.theme-mach .btn-theme4-dark {
  color: #fff;
  background: #212121 linear-gradient(180deg, #424242, #212121) repeat-x;
  border-color: #212121;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-mach .btn-theme4-dark:hover {
    color: #fff;
    background: #0d0d0d linear-gradient(180deg, #323232, #0d0d0d) repeat-x;
    border-color: #070707; }
  .theme-mach .btn-theme4-dark:focus, .theme-mach .btn-theme4-dark.focus {
    color: #fff;
    background: #0d0d0d linear-gradient(180deg, #323232, #0d0d0d) repeat-x;
    border-color: #070707;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }
  .theme-mach .btn-theme4-dark.disabled, .theme-mach .btn-theme4-dark:disabled {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
    background-image: none; }
  .theme-mach .btn-theme4-dark:not(:disabled):not(.disabled):active, .theme-mach .btn-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-mach .btn-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: #070707;
    background-image: none;
    border-color: #010101; }
    .theme-mach .btn-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-mach .btn-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-mach .btn-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }

.theme-mach .btn-outline-theme4-dark {
  color: #212121;
  border-color: #212121; }
  .theme-mach .btn-outline-theme4-dark:hover {
    color: #fff;
    background-color: #212121;
    border-color: #212121; }
  .theme-mach .btn-outline-theme4-dark:focus, .theme-mach .btn-outline-theme4-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5); }
  .theme-mach .btn-outline-theme4-dark.disabled, .theme-mach .btn-outline-theme4-dark:disabled {
    color: #212121;
    background-color: transparent; }
  .theme-mach .btn-outline-theme4-dark:not(:disabled):not(.disabled):active, .theme-mach .btn-outline-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-mach .btn-outline-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: #212121;
    border-color: #212121; }
    .theme-mach .btn-outline-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-mach .btn-outline-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-mach .btn-outline-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(33, 33, 33, 0.5); }

.theme-mach .badge-theme4-dark {
  color: #fff;
  background-color: #212121; }
  a.theme-mach .badge-theme4-dark:hover, a.theme-mach .badge-theme4-dark:focus {
    color: #fff;
    background-color: #070707; }
  a.theme-mach .badge-theme4-dark:focus, a.theme-mach .badge-theme4-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5); }

.theme-mach .bg-theme5 {
  background-color: #CDCDCD !important; }

.theme-mach a.bg-theme5:hover, .theme-mach a.bg-theme5:focus,
.theme-mach button.bg-theme5:hover,
.theme-mach button.bg-theme5:focus {
  background-color: #b4b4b4 !important; }

.theme-mach .bg-gradient-theme5, .theme-mach li.nav-item:hover, .theme-mach li.nav-item:focus {
  background: #CDCDCD linear-gradient(180deg, #d5d5d5, #CDCDCD) repeat-x !important; }

.theme-mach .border-theme5 {
  border-color: #CDCDCD !important; }

.theme-mach .text-theme5, .theme-mach .theme-pw #myBtn, .theme-pw .theme-mach #myBtn {
  color: #CDCDCD !important; }

.theme-mach a.text-theme5:hover, .theme-mach .theme-pw a#myBtn:hover, .theme-pw .theme-mach a#myBtn:hover, .theme-mach a.text-theme5:focus, .theme-mach .theme-pw a#myBtn:focus, .theme-pw .theme-mach a#myBtn:focus {
  color: #a7a7a7 !important; }

.theme-mach .btn-theme5 {
  color: #212529;
  background: #CDCDCD linear-gradient(180deg, #d5d5d5, #CDCDCD) repeat-x;
  border-color: #CDCDCD;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-mach .btn-theme5:hover {
    color: #212529;
    background: #bababa linear-gradient(180deg, #c4c4c4, #bababa) repeat-x;
    border-color: #b4b4b4; }
  .theme-mach .btn-theme5:focus, .theme-mach .btn-theme5.focus {
    color: #212529;
    background: #bababa linear-gradient(180deg, #c4c4c4, #bababa) repeat-x;
    border-color: #b4b4b4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(179, 180, 180, 0.5); }
  .theme-mach .btn-theme5.disabled, .theme-mach .btn-theme5:disabled {
    color: #212529;
    background-color: #CDCDCD;
    border-color: #CDCDCD;
    background-image: none; }
  .theme-mach .btn-theme5:not(:disabled):not(.disabled):active, .theme-mach .btn-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-mach .btn-theme5.dropdown-toggle {
    color: #212529;
    background-color: #b4b4b4;
    background-image: none;
    border-color: #adadad; }
    .theme-mach .btn-theme5:not(:disabled):not(.disabled):active:focus, .theme-mach .btn-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-mach .btn-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(179, 180, 180, 0.5); }

.theme-mach .btn-outline-theme5 {
  color: #CDCDCD;
  border-color: #CDCDCD; }
  .theme-mach .btn-outline-theme5:hover {
    color: #212529;
    background-color: #CDCDCD;
    border-color: #CDCDCD; }
  .theme-mach .btn-outline-theme5:focus, .theme-mach .btn-outline-theme5.focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.5); }
  .theme-mach .btn-outline-theme5.disabled, .theme-mach .btn-outline-theme5:disabled {
    color: #CDCDCD;
    background-color: transparent; }
  .theme-mach .btn-outline-theme5:not(:disabled):not(.disabled):active, .theme-mach .btn-outline-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-mach .btn-outline-theme5.dropdown-toggle {
    color: #212529;
    background-color: #CDCDCD;
    border-color: #CDCDCD; }
    .theme-mach .btn-outline-theme5:not(:disabled):not(.disabled):active:focus, .theme-mach .btn-outline-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-mach .btn-outline-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(205, 205, 205, 0.5); }

.theme-mach .badge-theme5 {
  color: #212529;
  background-color: #CDCDCD; }
  a.theme-mach .badge-theme5:hover, a.theme-mach .badge-theme5:focus {
    color: #212529;
    background-color: #b4b4b4; }
  a.theme-mach .badge-theme5:focus, a.theme-mach .badge-theme5.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.5); }

.theme-startup .bg-theme1, .theme-startup .navbar, .theme-startup .searchbg {
  background-color: #999999 !important; }

.theme-startup a.bg-theme1:hover, .theme-startup a.navbar:hover, .theme-startup a.searchbg:hover, .theme-startup a.bg-theme1:focus, .theme-startup a.navbar:focus, .theme-startup a.searchbg:focus,
.theme-startup button.bg-theme1:hover,
.theme-startup button.navbar:hover,
.theme-startup button.searchbg:hover,
.theme-startup button.bg-theme1:focus,
.theme-startup button.navbar:focus,
.theme-startup button.searchbg:focus {
  background-color: gray !important; }

.theme-startup .bg-gradient-theme1, .theme-startup .navbar-toggler, .theme-startup .inpagenavitem:hover, .theme-startup .inpagenavitem:focus {
  background: #999999 linear-gradient(180deg, #a8a8a8, #999999) repeat-x !important; }

.theme-startup .border-theme1 {
  border-color: #999999 !important; }

.theme-startup .text-theme1, .theme-startup .theme-cd #myBtn:hover, .theme-cd .theme-startup #myBtn:hover, .theme-startup .theme-pw #myBtn:hover, .theme-pw .theme-startup #myBtn:hover {
  color: #999999 !important; }

.theme-startup a.text-theme1:hover, .theme-startup .theme-cd a#myBtn:hover, .theme-cd .theme-startup a#myBtn:hover, .theme-startup .theme-pw a#myBtn:hover, .theme-pw .theme-startup a#myBtn:hover, .theme-startup a.text-theme1:focus, .theme-startup .theme-cd a#myBtn:focus:hover, .theme-cd .theme-startup a#myBtn:focus:hover, .theme-startup .theme-pw a#myBtn:focus:hover, .theme-pw .theme-startup a#myBtn:focus:hover {
  color: #737373 !important; }

.theme-startup .btn-theme1 {
  color: #212529;
  background: #999999 linear-gradient(180deg, #a8a8a8, #999999) repeat-x;
  border-color: #999999;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-startup .btn-theme1:hover {
    color: #fff;
    background: #868686 linear-gradient(180deg, #989898, #868686) repeat-x;
    border-color: gray; }
  .theme-startup .btn-theme1:focus, .theme-startup .btn-theme1.focus {
    color: #fff;
    background: #868686 linear-gradient(180deg, #989898, #868686) repeat-x;
    border-color: gray;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(135, 136, 136, 0.5); }
  .theme-startup .btn-theme1.disabled, .theme-startup .btn-theme1:disabled {
    color: #212529;
    background-color: #999999;
    border-color: #999999;
    background-image: none; }
  .theme-startup .btn-theme1:not(:disabled):not(.disabled):active, .theme-startup .btn-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-startup .btn-theme1.dropdown-toggle {
    color: #fff;
    background-color: gray;
    background-image: none;
    border-color: #797979; }
    .theme-startup .btn-theme1:not(:disabled):not(.disabled):active:focus, .theme-startup .btn-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-startup .btn-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(135, 136, 136, 0.5); }

.theme-startup .btn-outline-theme1 {
  color: #999999;
  border-color: #999999; }
  .theme-startup .btn-outline-theme1:hover {
    color: #212529;
    background-color: #999999;
    border-color: #999999; }
  .theme-startup .btn-outline-theme1:focus, .theme-startup .btn-outline-theme1.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5); }
  .theme-startup .btn-outline-theme1.disabled, .theme-startup .btn-outline-theme1:disabled {
    color: #999999;
    background-color: transparent; }
  .theme-startup .btn-outline-theme1:not(:disabled):not(.disabled):active, .theme-startup .btn-outline-theme1:not(:disabled):not(.disabled).active,
  .show > .theme-startup .btn-outline-theme1.dropdown-toggle {
    color: #212529;
    background-color: #999999;
    border-color: #999999; }
    .theme-startup .btn-outline-theme1:not(:disabled):not(.disabled):active:focus, .theme-startup .btn-outline-theme1:not(:disabled):not(.disabled).active:focus,
    .show > .theme-startup .btn-outline-theme1.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(153, 153, 153, 0.5); }

.theme-startup .badge-theme1 {
  color: #212529;
  background-color: #999999; }
  a.theme-startup .badge-theme1:hover, a.theme-startup .badge-theme1:focus {
    color: #212529;
    background-color: gray; }
  a.theme-startup .badge-theme1:focus, a.theme-startup .badge-theme1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5); }

.theme-startup .bg-theme2 {
  background-color: #2E5084 !important; }

.theme-startup a.bg-theme2:hover, .theme-startup a.bg-theme2:focus,
.theme-startup button.bg-theme2:hover,
.theme-startup button.bg-theme2:focus {
  background-color: #21395e !important; }

.theme-startup .bg-gradient-theme2 {
  background: #2E5084 linear-gradient(180deg, #4d6a96, #2E5084) repeat-x !important; }

.theme-startup .border-theme2 {
  border-color: #2E5084 !important; }

.theme-startup .text-theme2, .theme-startup .theme-ppl #myBtn:hover, .theme-ppl .theme-startup #myBtn:hover, .theme-startup .theme-cd #myBtn, .theme-cd .theme-startup #myBtn, .theme-startup .theme-smcl #myBtn:hover, .theme-smcl .theme-startup #myBtn:hover, .theme-startup .theme-mach #myBtn, .theme-mach .theme-startup #myBtn {
  color: #2E5084 !important; }

.theme-startup a.text-theme2:hover, .theme-startup .theme-ppl a#myBtn:hover, .theme-ppl .theme-startup a#myBtn:hover, .theme-startup .theme-cd a#myBtn:hover, .theme-cd .theme-startup a#myBtn:hover, .theme-startup .theme-smcl a#myBtn:hover, .theme-smcl .theme-startup a#myBtn:hover, .theme-startup .theme-mach a#myBtn:hover, .theme-mach .theme-startup a#myBtn:hover, .theme-startup a.text-theme2:focus, .theme-startup .theme-ppl a#myBtn:focus:hover, .theme-ppl .theme-startup a#myBtn:focus:hover, .theme-startup .theme-cd a#myBtn:focus, .theme-cd .theme-startup a#myBtn:focus, .theme-startup .theme-smcl a#myBtn:focus:hover, .theme-smcl .theme-startup a#myBtn:focus:hover, .theme-startup .theme-mach a#myBtn:focus, .theme-mach .theme-startup a#myBtn:focus {
  color: #1a2e4b !important; }

.theme-startup .btn-theme2 {
  color: #fff;
  background: #2E5084 linear-gradient(180deg, #4d6a96, #2E5084) repeat-x;
  border-color: #2E5084;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-startup .btn-theme2:hover {
    color: #fff;
    background: #243f68 linear-gradient(180deg, #455c7e, #243f68) repeat-x;
    border-color: #21395e; }
  .theme-startup .btn-theme2:focus, .theme-startup .btn-theme2.focus {
    color: #fff;
    background: #243f68 linear-gradient(180deg, #455c7e, #243f68) repeat-x;
    border-color: #21395e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(77, 106, 150, 0.5); }
  .theme-startup .btn-theme2.disabled, .theme-startup .btn-theme2:disabled {
    color: #fff;
    background-color: #2E5084;
    border-color: #2E5084;
    background-image: none; }
  .theme-startup .btn-theme2:not(:disabled):not(.disabled):active, .theme-startup .btn-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-startup .btn-theme2.dropdown-toggle {
    color: #fff;
    background-color: #21395e;
    background-image: none;
    border-color: #1e3355; }
    .theme-startup .btn-theme2:not(:disabled):not(.disabled):active:focus, .theme-startup .btn-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-startup .btn-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(77, 106, 150, 0.5); }

.theme-startup .btn-outline-theme2 {
  color: #2E5084;
  border-color: #2E5084; }
  .theme-startup .btn-outline-theme2:hover {
    color: #fff;
    background-color: #2E5084;
    border-color: #2E5084; }
  .theme-startup .btn-outline-theme2:focus, .theme-startup .btn-outline-theme2.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 80, 132, 0.5); }
  .theme-startup .btn-outline-theme2.disabled, .theme-startup .btn-outline-theme2:disabled {
    color: #2E5084;
    background-color: transparent; }
  .theme-startup .btn-outline-theme2:not(:disabled):not(.disabled):active, .theme-startup .btn-outline-theme2:not(:disabled):not(.disabled).active,
  .show > .theme-startup .btn-outline-theme2.dropdown-toggle {
    color: #fff;
    background-color: #2E5084;
    border-color: #2E5084; }
    .theme-startup .btn-outline-theme2:not(:disabled):not(.disabled):active:focus, .theme-startup .btn-outline-theme2:not(:disabled):not(.disabled).active:focus,
    .show > .theme-startup .btn-outline-theme2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(46, 80, 132, 0.5); }

.theme-startup .badge-theme2 {
  color: #fff;
  background-color: #2E5084; }
  a.theme-startup .badge-theme2:hover, a.theme-startup .badge-theme2:focus {
    color: #fff;
    background-color: #21395e; }
  a.theme-startup .badge-theme2:focus, a.theme-startup .badge-theme2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(46, 80, 132, 0.5); }

.theme-startup .bg-theme3, .theme-startup .theme-cd .navbar, .theme-cd .theme-startup .navbar, .theme-startup .theme-cd .searchbg, .theme-cd .theme-startup .searchbg {
  background-color: #730062 !important; }

.theme-startup a.bg-theme3:hover, .theme-startup .theme-cd a.navbar:hover, .theme-cd .theme-startup a.navbar:hover, .theme-startup .theme-cd a.searchbg:hover, .theme-cd .theme-startup a.searchbg:hover, .theme-startup a.bg-theme3:focus, .theme-startup .theme-cd a.navbar:focus, .theme-cd .theme-startup a.navbar:focus, .theme-startup .theme-cd a.searchbg:focus, .theme-cd .theme-startup a.searchbg:focus,
.theme-startup button.bg-theme3:hover,
.theme-startup .theme-cd button.navbar:hover,
.theme-cd .theme-startup button.navbar:hover,
.theme-startup .theme-cd button.searchbg:hover,
.theme-cd .theme-startup button.searchbg:hover,
.theme-startup button.bg-theme3:focus,
.theme-startup .theme-cd button.navbar:focus,
.theme-cd .theme-startup button.navbar:focus,
.theme-startup .theme-cd button.searchbg:focus,
.theme-cd .theme-startup button.searchbg:focus {
  background-color: #400037 !important; }

.theme-startup .bg-gradient-theme3 {
  background: #730062 linear-gradient(180deg, #88267a, #730062) repeat-x !important; }

.theme-startup .border-theme3 {
  border-color: #730062 !important; }

.theme-startup .text-theme3, .theme-startup #myBtn, .theme-startup .theme-mach #myBtn:hover, .theme-mach .theme-startup #myBtn:hover {
  color: #730062 !important; }

.theme-startup a.text-theme3:hover, .theme-startup a#myBtn:hover, .theme-startup a.text-theme3:focus, .theme-startup a#myBtn:focus {
  color: #270021 !important; }

.theme-startup .btn-theme3 {
  color: #fff;
  background: #730062 linear-gradient(180deg, #88267a, #730062) repeat-x;
  border-color: #730062;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-startup .btn-theme3:hover {
    color: #fff;
    background: #4d0041 linear-gradient(180deg, #67265e, #4d0041) repeat-x;
    border-color: #400037; }
  .theme-startup .btn-theme3:focus, .theme-startup .btn-theme3.focus {
    color: #fff;
    background: #4d0041 linear-gradient(180deg, #67265e, #4d0041) repeat-x;
    border-color: #400037;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(136, 38, 122, 0.5); }
  .theme-startup .btn-theme3.disabled, .theme-startup .btn-theme3:disabled {
    color: #fff;
    background-color: #730062;
    border-color: #730062;
    background-image: none; }
  .theme-startup .btn-theme3:not(:disabled):not(.disabled):active, .theme-startup .btn-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-startup .btn-theme3.dropdown-toggle {
    color: #fff;
    background-color: #400037;
    background-image: none;
    border-color: #33002c; }
    .theme-startup .btn-theme3:not(:disabled):not(.disabled):active:focus, .theme-startup .btn-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-startup .btn-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(136, 38, 122, 0.5); }

.theme-startup .btn-outline-theme3 {
  color: #730062;
  border-color: #730062; }
  .theme-startup .btn-outline-theme3:hover {
    color: #fff;
    background-color: #730062;
    border-color: #730062; }
  .theme-startup .btn-outline-theme3:focus, .theme-startup .btn-outline-theme3.focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 0, 98, 0.5); }
  .theme-startup .btn-outline-theme3.disabled, .theme-startup .btn-outline-theme3:disabled {
    color: #730062;
    background-color: transparent; }
  .theme-startup .btn-outline-theme3:not(:disabled):not(.disabled):active, .theme-startup .btn-outline-theme3:not(:disabled):not(.disabled).active,
  .show > .theme-startup .btn-outline-theme3.dropdown-toggle {
    color: #fff;
    background-color: #730062;
    border-color: #730062; }
    .theme-startup .btn-outline-theme3:not(:disabled):not(.disabled):active:focus, .theme-startup .btn-outline-theme3:not(:disabled):not(.disabled).active:focus,
    .show > .theme-startup .btn-outline-theme3.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(115, 0, 98, 0.5); }

.theme-startup .badge-theme3 {
  color: #fff;
  background-color: #730062; }
  a.theme-startup .badge-theme3:hover, a.theme-startup .badge-theme3:focus {
    color: #fff;
    background-color: #400037; }
  a.theme-startup .badge-theme3:focus, a.theme-startup .badge-theme3.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(115, 0, 98, 0.5); }

.theme-startup .bg-theme4, .theme-startup .theme-smcl .navbar, .theme-smcl .theme-startup .navbar, .theme-startup .theme-hive .navbar, .theme-hive .theme-startup .navbar, .theme-startup .theme-smcl .searchbg, .theme-smcl .theme-startup .searchbg, .theme-startup .theme-hive .searchbg, .theme-hive .theme-startup .searchbg {
  background-color: #F24405 !important; }

.theme-startup a.bg-theme4:hover, .theme-startup .theme-smcl a.navbar:hover, .theme-smcl .theme-startup a.navbar:hover, .theme-startup .theme-hive a.navbar:hover, .theme-hive .theme-startup a.navbar:hover, .theme-startup .theme-smcl a.searchbg:hover, .theme-smcl .theme-startup a.searchbg:hover, .theme-startup .theme-hive a.searchbg:hover, .theme-hive .theme-startup a.searchbg:hover, .theme-startup a.bg-theme4:focus, .theme-startup .theme-smcl a.navbar:focus, .theme-smcl .theme-startup a.navbar:focus, .theme-startup .theme-hive a.navbar:focus, .theme-hive .theme-startup a.navbar:focus, .theme-startup .theme-smcl a.searchbg:focus, .theme-smcl .theme-startup a.searchbg:focus, .theme-startup .theme-hive a.searchbg:focus, .theme-hive .theme-startup a.searchbg:focus,
.theme-startup button.bg-theme4:hover,
.theme-startup .theme-smcl button.navbar:hover,
.theme-smcl .theme-startup button.navbar:hover,
.theme-startup .theme-hive button.navbar:hover,
.theme-hive .theme-startup button.navbar:hover,
.theme-startup .theme-smcl button.searchbg:hover,
.theme-smcl .theme-startup button.searchbg:hover,
.theme-startup .theme-hive button.searchbg:hover,
.theme-hive .theme-startup button.searchbg:hover,
.theme-startup button.bg-theme4:focus,
.theme-startup .theme-smcl button.navbar:focus,
.theme-smcl .theme-startup button.navbar:focus,
.theme-startup .theme-hive button.navbar:focus,
.theme-hive .theme-startup button.navbar:focus,
.theme-startup .theme-smcl button.searchbg:focus,
.theme-smcl .theme-startup button.searchbg:focus,
.theme-startup .theme-hive button.searchbg:focus,
.theme-hive .theme-startup button.searchbg:focus {
  background-color: #c03604 !important; }

.theme-startup .bg-gradient-theme4 {
  background: #F24405 linear-gradient(180deg, #f4602b, #F24405) repeat-x !important; }

.theme-startup .border-theme4 {
  border-color: #F24405 !important; }

.theme-startup .text-theme4, .theme-startup #myBtn:hover {
  color: #F24405 !important; }

.theme-startup a.text-theme4:hover, .theme-startup a#myBtn:hover, .theme-startup a.text-theme4:focus, .theme-startup a#myBtn:focus:hover {
  color: #a72f03 !important; }

.theme-startup .btn-theme4 {
  color: #fff;
  background: #F24405 linear-gradient(180deg, #f4602b, #F24405) repeat-x;
  border-color: #F24405;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-startup .btn-theme4:hover {
    color: #fff;
    background: #cd3904 linear-gradient(180deg, #d4572a, #cd3904) repeat-x;
    border-color: #c03604; }
  .theme-startup .btn-theme4:focus, .theme-startup .btn-theme4.focus {
    color: #fff;
    background: #cd3904 linear-gradient(180deg, #d4572a, #cd3904) repeat-x;
    border-color: #c03604;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(244, 96, 43, 0.5); }
  .theme-startup .btn-theme4.disabled, .theme-startup .btn-theme4:disabled {
    color: #fff;
    background-color: #F24405;
    border-color: #F24405;
    background-image: none; }
  .theme-startup .btn-theme4:not(:disabled):not(.disabled):active, .theme-startup .btn-theme4:not(:disabled):not(.disabled).active,
  .show > .theme-startup .btn-theme4.dropdown-toggle {
    color: #fff;
    background-color: #c03604;
    background-image: none;
    border-color: #b43204; }
    .theme-startup .btn-theme4:not(:disabled):not(.disabled):active:focus, .theme-startup .btn-theme4:not(:disabled):not(.disabled).active:focus,
    .show > .theme-startup .btn-theme4.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 96, 43, 0.5); }

.theme-startup .btn-outline-theme4 {
  color: #F24405;
  border-color: #F24405; }
  .theme-startup .btn-outline-theme4:hover {
    color: #fff;
    background-color: #F24405;
    border-color: #F24405; }
  .theme-startup .btn-outline-theme4:focus, .theme-startup .btn-outline-theme4.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 68, 5, 0.5); }
  .theme-startup .btn-outline-theme4.disabled, .theme-startup .btn-outline-theme4:disabled {
    color: #F24405;
    background-color: transparent; }
  .theme-startup .btn-outline-theme4:not(:disabled):not(.disabled):active, .theme-startup .btn-outline-theme4:not(:disabled):not(.disabled).active,
  .show > .theme-startup .btn-outline-theme4.dropdown-toggle {
    color: #fff;
    background-color: #F24405;
    border-color: #F24405; }
    .theme-startup .btn-outline-theme4:not(:disabled):not(.disabled):active:focus, .theme-startup .btn-outline-theme4:not(:disabled):not(.disabled).active:focus,
    .show > .theme-startup .btn-outline-theme4.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(242, 68, 5, 0.5); }

.theme-startup .badge-theme4 {
  color: #fff;
  background-color: #F24405; }
  a.theme-startup .badge-theme4:hover, a.theme-startup .badge-theme4:focus {
    color: #fff;
    background-color: #c03604; }
  a.theme-startup .badge-theme4:focus, a.theme-startup .badge-theme4.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 68, 5, 0.5); }

.theme-startup .bg-theme4-dark {
  background-color: black !important; }

.theme-startup a.bg-theme4-dark:hover, .theme-startup a.bg-theme4-dark:focus,
.theme-startup button.bg-theme4-dark:hover,
.theme-startup button.bg-theme4-dark:focus {
  background-color: black !important; }

.theme-startup .bg-gradient-theme4-dark {
  background: black linear-gradient(180deg, #262626, black) repeat-x !important; }

.theme-startup .border-theme4-dark {
  border-color: black !important; }

.theme-startup .text-theme4-dark {
  color: black !important; }

.theme-startup a.text-theme4-dark:hover, .theme-startup a.text-theme4-dark:focus {
  color: black !important; }

.theme-startup .btn-theme4-dark {
  color: #fff;
  background: black linear-gradient(180deg, #262626, black) repeat-x;
  border-color: black;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-startup .btn-theme4-dark:hover {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black; }
  .theme-startup .btn-theme4-dark:focus, .theme-startup .btn-theme4-dark.focus {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .theme-startup .btn-theme4-dark.disabled, .theme-startup .btn-theme4-dark:disabled {
    color: #fff;
    background-color: black;
    border-color: black;
    background-image: none; }
  .theme-startup .btn-theme4-dark:not(:disabled):not(.disabled):active, .theme-startup .btn-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-startup .btn-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    background-image: none;
    border-color: black; }
    .theme-startup .btn-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-startup .btn-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-startup .btn-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.theme-startup .btn-outline-theme4-dark {
  color: black;
  border-color: black; }
  .theme-startup .btn-outline-theme4-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .theme-startup .btn-outline-theme4-dark:focus, .theme-startup .btn-outline-theme4-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .theme-startup .btn-outline-theme4-dark.disabled, .theme-startup .btn-outline-theme4-dark:disabled {
    color: black;
    background-color: transparent; }
  .theme-startup .btn-outline-theme4-dark:not(:disabled):not(.disabled):active, .theme-startup .btn-outline-theme4-dark:not(:disabled):not(.disabled).active,
  .show > .theme-startup .btn-outline-theme4-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .theme-startup .btn-outline-theme4-dark:not(:disabled):not(.disabled):active:focus, .theme-startup .btn-outline-theme4-dark:not(:disabled):not(.disabled).active:focus,
    .show > .theme-startup .btn-outline-theme4-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.theme-startup .badge-theme4-dark {
  color: #fff;
  background-color: black; }
  a.theme-startup .badge-theme4-dark:hover, a.theme-startup .badge-theme4-dark:focus {
    color: #fff;
    background-color: black; }
  a.theme-startup .badge-theme4-dark:focus, a.theme-startup .badge-theme4-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.theme-startup .bg-theme5 {
  background-color: #94bb20 !important; }

.theme-startup a.bg-theme5:hover, .theme-startup a.bg-theme5:focus,
.theme-startup button.bg-theme5:hover,
.theme-startup button.bg-theme5:focus {
  background-color: #728f19 !important; }

.theme-startup .bg-gradient-theme5, .theme-startup li.nav-item:hover, .theme-startup li.nav-item:focus {
  background: #94bb20 linear-gradient(180deg, #a4c541, #94bb20) repeat-x !important; }

.theme-startup .border-theme5 {
  border-color: #94bb20 !important; }

.theme-startup .text-theme5, .theme-startup .theme-pw #myBtn, .theme-pw .theme-startup #myBtn {
  color: #94bb20 !important; }

.theme-startup a.text-theme5:hover, .theme-startup .theme-pw a#myBtn:hover, .theme-pw .theme-startup a#myBtn:hover, .theme-startup a.text-theme5:focus, .theme-startup .theme-pw a#myBtn:focus, .theme-pw .theme-startup a#myBtn:focus {
  color: #607a15 !important; }

.theme-startup .btn-theme5 {
  color: #212529;
  background: #94bb20 linear-gradient(180deg, #a4c541, #94bb20) repeat-x;
  border-color: #94bb20;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .theme-startup .btn-theme5:hover {
    color: #fff;
    background: #7a9a1a linear-gradient(180deg, #8ea93d, #7a9a1a) repeat-x;
    border-color: #728f19; }
  .theme-startup .btn-theme5:focus, .theme-startup .btn-theme5.focus {
    color: #fff;
    background: #7a9a1a linear-gradient(180deg, #8ea93d, #7a9a1a) repeat-x;
    border-color: #728f19;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(131, 165, 33, 0.5); }
  .theme-startup .btn-theme5.disabled, .theme-startup .btn-theme5:disabled {
    color: #212529;
    background-color: #94bb20;
    border-color: #94bb20;
    background-image: none; }
  .theme-startup .btn-theme5:not(:disabled):not(.disabled):active, .theme-startup .btn-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-startup .btn-theme5.dropdown-toggle {
    color: #fff;
    background-color: #728f19;
    background-image: none;
    border-color: #698517; }
    .theme-startup .btn-theme5:not(:disabled):not(.disabled):active:focus, .theme-startup .btn-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-startup .btn-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(131, 165, 33, 0.5); }

.theme-startup .btn-outline-theme5 {
  color: #94bb20;
  border-color: #94bb20; }
  .theme-startup .btn-outline-theme5:hover {
    color: #212529;
    background-color: #94bb20;
    border-color: #94bb20; }
  .theme-startup .btn-outline-theme5:focus, .theme-startup .btn-outline-theme5.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }
  .theme-startup .btn-outline-theme5.disabled, .theme-startup .btn-outline-theme5:disabled {
    color: #94bb20;
    background-color: transparent; }
  .theme-startup .btn-outline-theme5:not(:disabled):not(.disabled):active, .theme-startup .btn-outline-theme5:not(:disabled):not(.disabled).active,
  .show > .theme-startup .btn-outline-theme5.dropdown-toggle {
    color: #212529;
    background-color: #94bb20;
    border-color: #94bb20; }
    .theme-startup .btn-outline-theme5:not(:disabled):not(.disabled):active:focus, .theme-startup .btn-outline-theme5:not(:disabled):not(.disabled).active:focus,
    .show > .theme-startup .btn-outline-theme5.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }

.theme-startup .badge-theme5 {
  color: #212529;
  background-color: #94bb20; }
  a.theme-startup .badge-theme5:hover, a.theme-startup .badge-theme5:focus {
    color: #212529;
    background-color: #728f19; }
  a.theme-startup .badge-theme5:focus, a.theme-startup .badge-theme5.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1; }

.display-7 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-8 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.0; }

.display-tile-xl {
  font-size: 3rem;
  line-height: 1; }

.display-tile-lg {
  font-size: 2.25rem;
  line-height: 1; }

.display-tile-md {
  font-size: 1.67rem;
  line-height: 1; }

.display-tile-sm {
  font-size: 1rem;
  line-height: 1; }

button {
  min-width: 0em; }

/*#DeltaPlaceHolderMain div.row {
    display: block;
}*/
.jumbotron.jumboslider {
  padding: 7% !important; }

.shadow, .tiles .card-body {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.footer {
  background: #333333;
  color: white; }
  .footer .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer .footericon {
    width: 100%;
    height: auto; }
  .footer .svg-inline--fa {
    vertical-align: middle; }

.ms-srch-resultscount {
  color: #666666; }

a.text-white:hover.social.fb, .nav-item a:hover.social.fb, nav-item a:hover.social.fb:focus, a.text-white:focus.social.fb, .nav-item a:focus.social.fb:hover, nav-item a:focus.social.fb {
  color: #4267b2 !important; }

a.text-white:hover.social.tw, .nav-item a:hover.social.tw, nav-item a:hover.social.tw:focus, a.text-white:focus.social.tw, .nav-item a:focus.social.tw:hover, nav-item a:focus.social.tw {
  color: #1da1f2 !important; }

a.text-white:hover.social.ig, .nav-item a:hover.social.ig, nav-item a:hover.social.ig:focus, a.text-white:focus.social.ig, .nav-item a:focus.social.ig:hover, nav-item a:focus.social.ig {
  color: #F00075 !important; }

a.text-white:hover.social.yt, .nav-item a:hover.social.yt, nav-item a:hover.social.yt:focus, a.text-white:focus.social.yt, .nav-item a:focus.social.yt:hover, nav-item a:focus.social.yt {
  color: #ff0000 !important; }

a.text-white:hover.social.threads, .nav-item a:hover.social.threads, nav-item a:hover.social.threads:focus, a.text-white:focus.social.threads, .nav-item a:focus.social.threads:hover, nav-item a:focus.social.threads {
  color: #EB6126 !important; }

#contentBox {
  margin: 0;
  min-width: 1px !important; }

.showcase {
  background: #E8E8E8;
  border-top: 1px solid #cccccc; }

.showcase .showcase-text {
  padding: 3rem; }

.showcase .showcase-img {
  background-size: cover;
  background-position: center !important;
  display: block;
  min-height: 10em; }

#BootstrapCardListIE {
  display: inherit; }

div.ms-webpart-cell-vertical-inline-table {
  display: block !important; }

.ms-webpart-chrome {
  display: block !important; }

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: .1em;
  /* Place the button at the bottom of the page */
  right: .5em;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  color: #FFFFFF;
  cursor: pointer;
  /* Add a mouse pointer on hover */
  font-size: 3.5em;
  /* Increase font size */ }

#myBtn:hover {
  color: #FFFFFF;
  text-decoration: none; }

#accordion li:not(.list-group-item-action) {
  display: none; }

.theme-ppl .headerdiv {
  background-image: url("https://www.phoenixpubliclibrary.org/siteassets/bg/tiles_1920.png");
  background-position: bottom;
  background-size: cover; }

@media (max-width: 599.98px) {
  .theme-ppl .headerdiv {
    background-image: url("https://www.phoenixpubliclibrary.org/siteassets/bg/tiles_600.png"); } }

@media (min-width: 600px) {
  .theme-ppl .headerdiv {
    background-image: url("https://www.phoenixpubliclibrary.org/siteassets/bg/tiles_940.png"); } }

@media (min-width: 1200px) {
  .theme-ppl .headerdiv {
    background-image: url("https://www.phoenixpubliclibrary.org/siteassets/bg/tiles_1920.png"); } }

.theme-smcl .headerdiv {
  background-image: url("https://www.phoenixpubliclibrary.org/siteassets/jpg/smclbanner.jpg");
  background-repeat: repeat-x; }

.theme-cd .headerdiv, .theme-hive .headerdiv, .theme-startup .headerdiv {
  background-color: #ffffff; }

.theme-pw .headerdiv {
  background-color: #ffffff; }

.theme-mach .headerdiv {
  background-color: #ffffff; }

.navbar {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.pplimg, .pwimg, .cdimg, .pacimg, .spanishimg, .machimg {
  width: 100%;
  height: auto; }

.adminimg {
  width: 50%;
  height: auto; }

#brandlogo {
  width: 300px; }

.hiveimg {
  width: 100%;
  height: auto;
  max-height: 5rem; }

.theme-smcl #brandlogoimg {
  height: 60px;
  width: auto; }

.footericon {
  height: 90px;
  width: auto; }

@media (min-width: 768px) {
  .navbar-toggler {
    display: none; } }

@media (min-width: 768px) {
  .navbar ul:first-child {
    border-left: 1px solid #cccccc; }
  li.nav-item {
    border-right: 1px solid #cccccc; } }

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

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

#inPageNav {
  background-color: #e6e6e6;
  border-bottom: 1px solid #CCCCCC; }

#stickyNav {
  font-size: smaller; }

#topLink {
  border-left: 1px solid #CCCCCC; }

.inpagenavitem {
  border-right: 1px solid #CCCCCC; }

.nav-link {
  color: #000000;
  text-decoration: none;
  line-height: 2rem; }

.nav-link:hover, .navlink:focus {
  color: #000000;
  text-decoration: none; }

a.nav-link.text-white:hover, .nav-item a.nav-link:hover, nav-item a.nav-link:hover:focus, a.nav-link.text-white:focus, .nav-item a.nav-link:focus:hover, nav-item a.nav-link:focus, .theme-ppl .inpagenavitem:hover .nav-link, .theme-ppl .inpagenavitem:focus .nav-link,
.theme-pw .inpagenavitem:hover .nav-link, .theme-pw .inpagenavitem:focus .nav-link, .theme-smcl .inpagenavitem:hover .nav-link, .theme-smcl .inpagenavitem:focus .nav-link, .theme-mach .inpagenavitem:focus .nav-link {
  color: white !important; }

.navbar-nav > li.nav-item.px-2:hover {
  background: #1a1a1a !important; }

#brandbuttons a {
  margin-bottom: 10px; }

#brandbuttons a img {
  max-height: 40px;
  min-height: 40px; }

.tiles .card {
  border: 1px solid gray;
  min-height: 10rem; }

.tiles .card-body {
  border-radius: .25rem;
  word-break: break-word; }

.tiles .card:focus, .tiles .card:hover {
  border: 1px solid black; }

.overlay-none {
  background: rgba(0, 0, 0, 0); }

.overlay-dark-top-transparent {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0.75) 100%); }

.overlay-dark-bottom-transparent {
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0.75) 100%); }

.overlay-light-top-transparent {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 65%, rgba(255, 255, 255, 0.75) 100%); }

.overlay-light-bottom-transparent {
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 65%, rgba(255, 255, 255, 0.75) 100%); }

.overlay-darker {
  background: rgba(0, 0, 0, 0.75); }

.overlay-dark {
  background: rgba(0, 0, 0, 0.5); }

.overlay-light {
  background: rgba(255, 255, 255, 0.5); }

.overlay-lighter {
  background: rgba(255, 255, 255, 0.75); }

.overlay-none:focus, .overlay-none:hover {
  background: rgba(0, 0, 0, 0.1); }

.overlay-dark:focus, .overlay-dark:hover {
  background: rgba(0, 0, 0, 0.6); }

.overlay-darker:focus, .overlay-darker:hover {
  background: rgba(0, 0, 0, 0.85); }

.overlay-light:focus, .overlay-light:hover {
  background: rgba(255, 255, 255, 0.6); }

.overlay-lighter:focus, .overlay-lighter:hover {
  background: rgba(255, 255, 255, 0.85); }

.breadcrumb > span {
  padding-right: .5rem; }

.breadcrumb {
  font-size: .8rem; }

.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0; }

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

.location-card:hover, .location-card:focus {
  background-color: #EAECEF;
  border: solid 1px #000000; }

.module .collapse, .module .collapsing {
  height: 3rem;
  /* [NUM_OF_LINES] x [LINE_HEIGHT] */ }

.module .collapse {
  position: relative;
  /* For ...'s content absolute positioning */
  display: block !important;
  overflow: hidden; }

/* .module .collapse:before {
content: ' ...';
position: absolute;
right: 0;
bottom: 0;
}*/
.module .collapse.show {
  height: auto;
  /* You need to reset the height when not collapsed */ }

.module .collapse.show:before {
  display: none;
  /* Of course you don't want to display ... */ }

.module > a.collapsed:after {
  content: '+ Show More'; }

.module > a:not(.collapsed):after {
  content: '- Show Less'; }

img.figure-img {
  max-height: 8rem; }

figcaption.figure-caption {
  font-size: 75%; }

.prborder {
  border-width: 2px !important;
  border-style: dashed !important; }

.nobreakcols {
  column-break: avoid;
  break-inside: avoid-column;
  display: table;
  width: 100%; }

.statichead {
  display: none !important; }

.staticheadsp {
  background-color: #01A3B0;
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 1.3em;
  color: white;
  margin-top: 10px;
  padding: 7px;
  padding-left: 30px;
  border-top: 1px solid #b1bcdb; }

p a:link {
  font-weight: bold;
  text-decoration: underline; }

#loadOverlay {
  display: none; }

/*!
 * 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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --pacific: #01A3B0;
  --asparagus: #94bb20;
  --daredevil: #E25300;
  --sultana: #660B80;
  --plum: #A282B1;
  --shilo: #e69ea2;
  --flame: #EB6126;
  --onyx: #282828;
  --iron: #595959;
  --riviera: #01A3B0;
  --avocado: #94BB20;
  --bluebell: #657E95;
  --blueberry: #2E5084;
  --beesknees: #DEE21C;
  --golfcourse: #589b4a;
  --hiveberry: #730062;
  --fusion: #B3B936;
  --fireworks: #CD3529;
  --graphite: #808080;
  --bondiblue: #0082be;
  --magenta: #730062;
  --rockbottom: #484A4A;
  --sage: #7EA978;
  --greatfalls: #1E748F;
  --autumn: #D1945E;
  --tea: #8A2C17;
  --razzmatazz: #C6004C;
  --turquoise: #75c9d3;
  --machorange: #e25300;
  --chateau: #A0A0A0;
  --ghost: #CDCDCD;
  --quicksilver: #999999;
  --white: #FFFFFF;
  --black: #000000;
  --fbblue: #4267b2;
  --twitterblue: #1da1f2;
  --ytred: #ff0000;
  --ig: #F00075;
  --cbcolor: rgba(0, 0, 0, 0.125);
  --brand: #000000;
  --red: #ED0A3F;
  --orange: #FF8833;
  --yellow: #FBE870;
  --green: #3AA655;
  --blue: #0066FF;
  --purple: #652DC1;
  --brown: #805533;
  --pink: #E75480;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  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, .ms-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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    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: .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, .ms-h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  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;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

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-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

.row, #stickyNav {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-pacific,
.table-pacific > th,
.table-pacific > td {
  background-color: #b8e5e9; }

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

.table-hover .table-pacific:hover {
  background-color: #a5dee3; }
  .table-hover .table-pacific:hover > td,
  .table-hover .table-pacific:hover > th {
    background-color: #a5dee3; }

.table-asparagus,
.table-asparagus > th,
.table-asparagus > td {
  background-color: #e1ecc1; }

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

.table-hover .table-asparagus:hover {
  background-color: #d8e6ad; }
  .table-hover .table-asparagus:hover > td,
  .table-hover .table-asparagus:hover > th {
    background-color: #d8e6ad; }

.table-daredevil,
.table-daredevil > th,
.table-daredevil > td {
  background-color: #f7cfb8; }

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

.table-hover .table-daredevil:hover {
  background-color: #f4c0a1; }
  .table-hover .table-daredevil:hover > td,
  .table-hover .table-daredevil:hover > th {
    background-color: #f4c0a1; }

.table-sultana,
.table-sultana > th,
.table-sultana > td {
  background-color: #d4bbdb; }

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

.table-hover .table-sultana:hover {
  background-color: #c9aad2; }
  .table-hover .table-sultana:hover > td,
  .table-hover .table-sultana:hover > th {
    background-color: #c9aad2; }

.table-plum,
.table-plum > th,
.table-plum > td {
  background-color: #e5dce9; }

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

.table-hover .table-plum:hover {
  background-color: #d9ccdf; }
  .table-hover .table-plum:hover > td,
  .table-hover .table-plum:hover > th {
    background-color: #d9ccdf; }

.table-shilo,
.table-shilo > th,
.table-shilo > td {
  background-color: #f8e4e5; }

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

.table-hover .table-shilo:hover {
  background-color: #f3d0d2; }
  .table-hover .table-shilo:hover > td,
  .table-hover .table-shilo:hover > th {
    background-color: #f3d0d2; }

.table-flame,
.table-flame > th,
.table-flame > td {
  background-color: #f9d3c2; }

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

.table-hover .table-flame:hover {
  background-color: #f7c2ab; }
  .table-hover .table-flame:hover > td,
  .table-hover .table-flame:hover > th {
    background-color: #f7c2ab; }

.table-onyx,
.table-onyx > th,
.table-onyx > td {
  background-color: #c3c3c3; }

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

.table-hover .table-onyx:hover {
  background-color: #b6b6b6; }
  .table-hover .table-onyx:hover > td,
  .table-hover .table-onyx:hover > th {
    background-color: #b6b6b6; }

.table-iron,
.table-iron > th,
.table-iron > td {
  background-color: #d1d1d1; }

.table-iron th,
.table-iron td,
.table-iron thead th,
.table-iron tbody + tbody {
  border-color: darkgray; }

.table-hover .table-iron:hover {
  background-color: #c4c4c4; }
  .table-hover .table-iron:hover > td,
  .table-hover .table-iron:hover > th {
    background-color: #c4c4c4; }

.table-riviera,
.table-riviera > th,
.table-riviera > td {
  background-color: #b8e5e9; }

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

.table-hover .table-riviera:hover {
  background-color: #a5dee3; }
  .table-hover .table-riviera:hover > td,
  .table-hover .table-riviera:hover > th {
    background-color: #a5dee3; }

.table-avocado,
.table-avocado > th,
.table-avocado > td {
  background-color: #e1ecc1; }

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

.table-hover .table-avocado:hover {
  background-color: #d8e6ad; }
  .table-hover .table-avocado:hover > td,
  .table-hover .table-avocado:hover > th {
    background-color: #d8e6ad; }

.table-bluebell,
.table-bluebell > th,
.table-bluebell > td {
  background-color: #d4dbe1; }

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

.table-hover .table-bluebell:hover {
  background-color: #c5ced7; }
  .table-hover .table-bluebell:hover > td,
  .table-hover .table-bluebell:hover > th {
    background-color: #c5ced7; }

.table-blueberry,
.table-blueberry > th,
.table-blueberry > td {
  background-color: #c4cedd; }

.table-blueberry th,
.table-blueberry td,
.table-blueberry thead th,
.table-blueberry tbody + tbody {
  border-color: #92a4bf; }

.table-hover .table-blueberry:hover {
  background-color: #b4c1d4; }
  .table-hover .table-blueberry:hover > td,
  .table-hover .table-blueberry:hover > th {
    background-color: #b4c1d4; }

.table-beesknees,
.table-beesknees > th,
.table-beesknees > td {
  background-color: #f6f7bf; }

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

.table-hover .table-beesknees:hover {
  background-color: #f3f4a8; }
  .table-hover .table-beesknees:hover > td,
  .table-hover .table-beesknees:hover > th {
    background-color: #f3f4a8; }

.table-golfcourse,
.table-golfcourse > th,
.table-golfcourse > td {
  background-color: #d0e3cc; }

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

.table-hover .table-golfcourse:hover {
  background-color: #c1dabc; }
  .table-hover .table-golfcourse:hover > td,
  .table-hover .table-golfcourse:hover > th {
    background-color: #c1dabc; }

.table-hiveberry,
.table-hiveberry > th,
.table-hiveberry > td {
  background-color: #d8b8d3; }

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

.table-hover .table-hiveberry:hover {
  background-color: #cfa8c9; }
  .table-hover .table-hiveberry:hover > td,
  .table-hover .table-hiveberry:hover > th {
    background-color: #cfa8c9; }

.table-fusion,
.table-fusion > th,
.table-fusion > td {
  background-color: #eaebc7; }

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

.table-hover .table-fusion:hover {
  background-color: #e3e4b4; }
  .table-hover .table-fusion:hover > td,
  .table-hover .table-fusion:hover > th {
    background-color: #e3e4b4; }

.table-fireworks,
.table-fireworks > th,
.table-fireworks > td {
  background-color: #f1c6c3; }

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

.table-hover .table-fireworks:hover {
  background-color: #ecb2ae; }
  .table-hover .table-fireworks:hover > td,
  .table-hover .table-fireworks:hover > th {
    background-color: #ecb2ae; }

.table-graphite,
.table-graphite > th,
.table-graphite > td {
  background-color: #dbdbdb; }

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

.table-hover .table-graphite:hover {
  background-color: #cecece; }
  .table-hover .table-graphite:hover > td,
  .table-hover .table-graphite:hover > th {
    background-color: #cecece; }

.table-bondiblue,
.table-bondiblue > th,
.table-bondiblue > td {
  background-color: #b8dced; }

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

.table-hover .table-bondiblue:hover {
  background-color: #a4d2e8; }
  .table-hover .table-bondiblue:hover > td,
  .table-hover .table-bondiblue:hover > th {
    background-color: #a4d2e8; }

.table-magenta,
.table-magenta > th,
.table-magenta > td {
  background-color: #d8b8d3; }

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

.table-hover .table-magenta:hover {
  background-color: #cfa8c9; }
  .table-hover .table-magenta:hover > td,
  .table-hover .table-magenta:hover > th {
    background-color: #cfa8c9; }

.table-rockbottom,
.table-rockbottom > th,
.table-rockbottom > td {
  background-color: #cccccc; }

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

.table-hover .table-rockbottom:hover {
  background-color: #bfbfbf; }
  .table-hover .table-rockbottom:hover > td,
  .table-hover .table-rockbottom:hover > th {
    background-color: #bfbfbf; }

.table-sage,
.table-sage > th,
.table-sage > td {
  background-color: #dbe7d9; }

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

.table-hover .table-sage:hover {
  background-color: #ccddc9; }
  .table-hover .table-sage:hover > td,
  .table-hover .table-sage:hover > th {
    background-color: #ccddc9; }

.table-greatfalls,
.table-greatfalls > th,
.table-greatfalls > td {
  background-color: #c0d8e0; }

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

.table-hover .table-greatfalls:hover {
  background-color: #afcdd8; }
  .table-hover .table-greatfalls:hover > td,
  .table-hover .table-greatfalls:hover > th {
    background-color: #afcdd8; }

.table-autumn,
.table-autumn > th,
.table-autumn > td {
  background-color: #f2e1d2; }

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

.table-hover .table-autumn:hover {
  background-color: #ecd4be; }
  .table-hover .table-autumn:hover > td,
  .table-hover .table-autumn:hover > th {
    background-color: #ecd4be; }

.table-tea,
.table-tea > th,
.table-tea > td {
  background-color: #dec4be; }

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

.table-hover .table-tea:hover {
  background-color: #d5b5ad; }
  .table-hover .table-tea:hover > td,
  .table-hover .table-tea:hover > th {
    background-color: #d5b5ad; }

.table-razzmatazz,
.table-razzmatazz > th,
.table-razzmatazz > td {
  background-color: #efb8cd; }

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

.table-hover .table-razzmatazz:hover {
  background-color: #eaa3be; }
  .table-hover .table-razzmatazz:hover > td,
  .table-hover .table-razzmatazz:hover > th {
    background-color: #eaa3be; }

.table-turquoise,
.table-turquoise > th,
.table-turquoise > td {
  background-color: #d8f0f3; }

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

.table-hover .table-turquoise:hover {
  background-color: #c5e9ed; }
  .table-hover .table-turquoise:hover > td,
  .table-hover .table-turquoise:hover > th {
    background-color: #c5e9ed; }

.table-machorange,
.table-machorange > th,
.table-machorange > td {
  background-color: #f7cfb8; }

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

.table-hover .table-machorange:hover {
  background-color: #f4c0a1; }
  .table-hover .table-machorange:hover > td,
  .table-hover .table-machorange:hover > th {
    background-color: #f4c0a1; }

.table-chateau,
.table-chateau > th,
.table-chateau > td {
  background-color: #e4e4e4; }

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

.table-hover .table-chateau:hover {
  background-color: #d7d7d7; }
  .table-hover .table-chateau:hover > td,
  .table-hover .table-chateau:hover > th {
    background-color: #d7d7d7; }

.table-ghost,
.table-ghost > th,
.table-ghost > td {
  background-color: #f1f1f1; }

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

.table-hover .table-ghost:hover {
  background-color: #e4e4e4; }
  .table-hover .table-ghost:hover > td,
  .table-hover .table-ghost:hover > th {
    background-color: #e4e4e4; }

.table-quicksilver,
.table-quicksilver > th,
.table-quicksilver > td {
  background-color: #e2e2e2; }

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

.table-hover .table-quicksilver:hover {
  background-color: #d5d5d5; }
  .table-hover .table-quicksilver:hover > td,
  .table-hover .table-quicksilver:hover > th {
    background-color: #d5d5d5; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

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

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-fbblue,
.table-fbblue > th,
.table-fbblue > td {
  background-color: #cad4e9; }

.table-fbblue th,
.table-fbblue td,
.table-fbblue thead th,
.table-fbblue tbody + tbody {
  border-color: #9db0d7; }

.table-hover .table-fbblue:hover {
  background-color: #b8c5e2; }
  .table-hover .table-fbblue:hover > td,
  .table-hover .table-fbblue:hover > th {
    background-color: #b8c5e2; }

.table-twitterblue,
.table-twitterblue > th,
.table-twitterblue > td {
  background-color: #c0e5fb; }

.table-twitterblue th,
.table-twitterblue td,
.table-twitterblue thead th,
.table-twitterblue tbody + tbody {
  border-color: #89cef8; }

.table-hover .table-twitterblue:hover {
  background-color: #a8dbf9; }
  .table-hover .table-twitterblue:hover > td,
  .table-hover .table-twitterblue:hover > th {
    background-color: #a8dbf9; }

.table-ytred,
.table-ytred > th,
.table-ytred > td {
  background-color: #ffb8b8; }

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

.table-hover .table-ytred:hover {
  background-color: #ff9f9f; }
  .table-hover .table-ytred:hover > td,
  .table-hover .table-ytred:hover > th {
    background-color: #ff9f9f; }

.table-ig,
.table-ig > th,
.table-ig > td {
  background-color: #fbb8d8; }

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

.table-hover .table-ig:hover {
  background-color: #faa0cb; }
  .table-hover .table-ig:hover > td,
  .table-hover .table-ig:hover > th {
    background-color: #faa0cb; }

.table-cbcolor,
.table-cbcolor > th,
.table-cbcolor > td {
  background-color: rgba(249, 249, 249, 0.755); }

.table-cbcolor th,
.table-cbcolor td,
.table-cbcolor thead th,
.table-cbcolor tbody + tbody {
  border-color: rgba(238, 238, 238, 0.545); }

.table-hover .table-cbcolor:hover {
  background-color: rgba(236, 236, 236, 0.755); }
  .table-hover .table-cbcolor:hover > td,
  .table-hover .table-cbcolor:hover > th {
    background-color: rgba(236, 236, 236, 0.755); }

.table-brand,
.table-brand > th,
.table-brand > td {
  background-color: #b8b8b8; }

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

.table-hover .table-brand:hover {
  background-color: #ababab; }
  .table-hover .table-brand:hover > td,
  .table-hover .table-brand:hover > th {
    background-color: #ababab; }

.table-red,
.table-red > th,
.table-red > td {
  background-color: #fabac9; }

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

.table-hover .table-red:hover {
  background-color: #f8a2b6; }
  .table-hover .table-red:hover > td,
  .table-hover .table-red:hover > th {
    background-color: #f8a2b6; }

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #ffdec6; }

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

.table-hover .table-orange:hover {
  background-color: #ffcfad; }
  .table-hover .table-orange:hover > td,
  .table-hover .table-orange:hover > th {
    background-color: #ffcfad; }

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fef9d7; }

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

.table-hover .table-yellow:hover {
  background-color: #fdf5be; }
  .table-hover .table-yellow:hover > td,
  .table-hover .table-yellow:hover > th {
    background-color: #fdf5be; }

.table-green,
.table-green > th,
.table-green > td {
  background-color: #c8e6cf; }

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #99d1a7; }

.table-hover .table-green:hover {
  background-color: #b6dec0; }
  .table-hover .table-green:hover > td,
  .table-hover .table-green:hover > th {
    background-color: #b6dec0; }

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #b8d4ff; }

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

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

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d4c4ee; }

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

.table-hover .table-purple:hover {
  background-color: #c6b0e8; }
  .table-hover .table-purple:hover > td,
  .table-hover .table-purple:hover > th {
    background-color: #c6b0e8; }

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: #dbcfc6; }

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

.table-hover .table-brown:hover {
  background-color: #d1c2b6; }
  .table-hover .table-brown:hover > td,
  .table-hover .table-brown:hover > th {
    background-color: #d1c2b6; }

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #f8cfdb; }

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

.table-hover .table-pink:hover {
  background-color: #f5b9ca; }
  .table-hover .table-pink:hover > td,
  .table-hover .table-pink:hover > th {
    background-color: #f5b9ca; }

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .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 {
  appearance: none; }

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: 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: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

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

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

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

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

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background: #34ce57 linear-gradient(180deg, #52d670, #34ce57) repeat-x; }

.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: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

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

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

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

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

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

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

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background: #e4606d linear-gradient(180deg, #e87883, #e4606d) repeat-x; }

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
      .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

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

.btn-primary {
  color: #fff;
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
  border-color: #007bff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #fff;
    background: #0069d9 linear-gradient(180deg, #267fde, #0069d9) repeat-x;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background: #0069d9 linear-gradient(180deg, #267fde, #0069d9) repeat-x;
    border-color: #0062cc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    background-image: none; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    background-image: none;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #fff;
    background: #5a6268 linear-gradient(180deg, #73797f, #5a6268) repeat-x;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background: #5a6268 linear-gradient(180deg, #73797f, #5a6268) repeat-x;
    border-color: #545b62;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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;
    background-image: none; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    background-image: none;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #fff;
    background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x;
    border-color: #1e7e34;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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;
    background-image: none; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    background-image: none;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #fff;
    background: #138496 linear-gradient(180deg, #3697a6, #138496) repeat-x;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background: #138496 linear-gradient(180deg, #3697a6, #138496) repeat-x;
    border-color: #117a8b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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;
    background-image: none; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    background-image: none;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #212529;
    background: #e0a800 linear-gradient(180deg, #e4b526, #e0a800) repeat-x;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background: #e0a800 linear-gradient(180deg, #e4b526, #e0a800) repeat-x;
    border-color: #d39e00;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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;
    background-image: none; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    background-image: none;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #fff;
    background: #c82333 linear-gradient(180deg, #d04451, #c82333) repeat-x;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background: #c82333 linear-gradient(180deg, #d04451, #c82333) repeat-x;
    border-color: #bd2130;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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;
    background-image: none; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    background-image: none;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light:hover {
    color: #212529;
    background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
    border-color: #dae0e5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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;
    background-image: none; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    background-image: none;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dark:hover {
    color: #fff;
    background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
    border-color: #1d2124;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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;
    background-image: none; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    background-image: none;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-pacific {
  color: #fff;
  background: #01A3B0 linear-gradient(180deg, #27b1bc, #01A3B0) repeat-x;
  border-color: #01A3B0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pacific:hover {
    color: #fff;
    background: #01808a linear-gradient(180deg, #27939c, #01808a) repeat-x;
    border-color: #01747d; }
  .btn-pacific:focus, .btn-pacific.focus {
    color: #fff;
    background: #01808a linear-gradient(180deg, #27939c, #01808a) repeat-x;
    border-color: #01747d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(39, 177, 188, 0.5); }
  .btn-pacific.disabled, .btn-pacific:disabled {
    color: #fff;
    background-color: #01A3B0;
    border-color: #01A3B0;
    background-image: none; }
  .btn-pacific:not(:disabled):not(.disabled):active, .btn-pacific:not(:disabled):not(.disabled).active,
  .show > .btn-pacific.dropdown-toggle {
    color: #fff;
    background-color: #01747d;
    background-image: none;
    border-color: #016871; }
    .btn-pacific:not(:disabled):not(.disabled):active:focus, .btn-pacific:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pacific.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(39, 177, 188, 0.5); }

.btn-asparagus {
  color: #212529;
  background: #94bb20 linear-gradient(180deg, #a4c541, #94bb20) repeat-x;
  border-color: #94bb20;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-asparagus:hover {
    color: #fff;
    background: #7a9a1a linear-gradient(180deg, #8ea93d, #7a9a1a) repeat-x;
    border-color: #728f19; }
  .btn-asparagus:focus, .btn-asparagus.focus {
    color: #fff;
    background: #7a9a1a linear-gradient(180deg, #8ea93d, #7a9a1a) repeat-x;
    border-color: #728f19;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(131, 165, 33, 0.5); }
  .btn-asparagus.disabled, .btn-asparagus:disabled {
    color: #212529;
    background-color: #94bb20;
    border-color: #94bb20;
    background-image: none; }
  .btn-asparagus:not(:disabled):not(.disabled):active, .btn-asparagus:not(:disabled):not(.disabled).active,
  .show > .btn-asparagus.dropdown-toggle {
    color: #fff;
    background-color: #728f19;
    background-image: none;
    border-color: #698517; }
    .btn-asparagus:not(:disabled):not(.disabled):active:focus, .btn-asparagus:not(:disabled):not(.disabled).active:focus,
    .show > .btn-asparagus.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(131, 165, 33, 0.5); }

.btn-daredevil {
  color: #fff;
  background: #E25300 linear-gradient(180deg, #e66d26, #E25300) repeat-x;
  border-color: #E25300;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-daredevil:hover {
    color: #fff;
    background: #bc4500 linear-gradient(180deg, #c66126, #bc4500) repeat-x;
    border-color: #af4000; }
  .btn-daredevil:focus, .btn-daredevil.focus {
    color: #fff;
    background: #bc4500 linear-gradient(180deg, #c66126, #bc4500) repeat-x;
    border-color: #af4000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(230, 109, 38, 0.5); }
  .btn-daredevil.disabled, .btn-daredevil:disabled {
    color: #fff;
    background-color: #E25300;
    border-color: #E25300;
    background-image: none; }
  .btn-daredevil:not(:disabled):not(.disabled):active, .btn-daredevil:not(:disabled):not(.disabled).active,
  .show > .btn-daredevil.dropdown-toggle {
    color: #fff;
    background-color: #af4000;
    background-image: none;
    border-color: #a23c00; }
    .btn-daredevil:not(:disabled):not(.disabled):active:focus, .btn-daredevil:not(:disabled):not(.disabled).active:focus,
    .show > .btn-daredevil.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 109, 38, 0.5); }

.btn-sultana {
  color: #fff;
  background: #660B80 linear-gradient(180deg, #7d3093, #660B80) repeat-x;
  border-color: #660B80;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-sultana:hover {
    color: #fff;
    background: #4a085d linear-gradient(180deg, #652d75, #4a085d) repeat-x;
    border-color: #410751; }
  .btn-sultana:focus, .btn-sultana.focus {
    color: #fff;
    background: #4a085d linear-gradient(180deg, #652d75, #4a085d) repeat-x;
    border-color: #410751;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(125, 48, 147, 0.5); }
  .btn-sultana.disabled, .btn-sultana:disabled {
    color: #fff;
    background-color: #660B80;
    border-color: #660B80;
    background-image: none; }
  .btn-sultana:not(:disabled):not(.disabled):active, .btn-sultana:not(:disabled):not(.disabled).active,
  .show > .btn-sultana.dropdown-toggle {
    color: #fff;
    background-color: #410751;
    background-image: none;
    border-color: #370645; }
    .btn-sultana:not(:disabled):not(.disabled):active:focus, .btn-sultana:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sultana.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(125, 48, 147, 0.5); }

.btn-plum {
  color: #fff;
  background: #A282B1 linear-gradient(180deg, #b095bd, #A282B1) repeat-x;
  border-color: #A282B1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-plum:hover {
    color: #fff;
    background: #906aa2 linear-gradient(180deg, #a181b0, #906aa2) repeat-x;
    border-color: #8b639d; }
  .btn-plum:focus, .btn-plum.focus {
    color: #fff;
    background: #906aa2 linear-gradient(180deg, #a181b0, #906aa2) repeat-x;
    border-color: #8b639d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(176, 149, 189, 0.5); }
  .btn-plum.disabled, .btn-plum:disabled {
    color: #fff;
    background-color: #A282B1;
    border-color: #A282B1;
    background-image: none; }
  .btn-plum:not(:disabled):not(.disabled):active, .btn-plum:not(:disabled):not(.disabled).active,
  .show > .btn-plum.dropdown-toggle {
    color: #fff;
    background-color: #8b639d;
    background-image: none;
    border-color: #845d96; }
    .btn-plum:not(:disabled):not(.disabled):active:focus, .btn-plum:not(:disabled):not(.disabled).active:focus,
    .show > .btn-plum.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(176, 149, 189, 0.5); }

.btn-shilo {
  color: #212529;
  background: #e69ea2 linear-gradient(180deg, #eaadb0, #e69ea2) repeat-x;
  border-color: #e69ea2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-shilo:hover {
    color: #212529;
    background: #de8085 linear-gradient(180deg, #e39397, #de8085) repeat-x;
    border-color: #dc757b; }
  .btn-shilo:focus, .btn-shilo.focus {
    color: #212529;
    background: #de8085 linear-gradient(180deg, #e39397, #de8085) repeat-x;
    border-color: #dc757b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(200, 140, 144, 0.5); }
  .btn-shilo.disabled, .btn-shilo:disabled {
    color: #212529;
    background-color: #e69ea2;
    border-color: #e69ea2;
    background-image: none; }
  .btn-shilo:not(:disabled):not(.disabled):active, .btn-shilo:not(:disabled):not(.disabled).active,
  .show > .btn-shilo.dropdown-toggle {
    color: #fff;
    background-color: #dc757b;
    background-image: none;
    border-color: #d96b71; }
    .btn-shilo:not(:disabled):not(.disabled):active:focus, .btn-shilo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-shilo.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(200, 140, 144, 0.5); }

.btn-flame {
  color: #fff;
  background: #EB6126 linear-gradient(180deg, #ee7947, #EB6126) repeat-x;
  border-color: #EB6126;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-flame:hover {
    color: #fff;
    background: #d74e14 linear-gradient(180deg, #dd6937, #d74e14) repeat-x;
    border-color: #cb4a13; }
  .btn-flame:focus, .btn-flame.focus {
    color: #fff;
    background: #d74e14 linear-gradient(180deg, #dd6937, #d74e14) repeat-x;
    border-color: #cb4a13;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(238, 121, 71, 0.5); }
  .btn-flame.disabled, .btn-flame:disabled {
    color: #fff;
    background-color: #EB6126;
    border-color: #EB6126;
    background-image: none; }
  .btn-flame:not(:disabled):not(.disabled):active, .btn-flame:not(:disabled):not(.disabled).active,
  .show > .btn-flame.dropdown-toggle {
    color: #fff;
    background-color: #cb4a13;
    background-image: none;
    border-color: #c04612; }
    .btn-flame:not(:disabled):not(.disabled):active:focus, .btn-flame:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flame.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(238, 121, 71, 0.5); }

.btn-onyx {
  color: #fff;
  background: #282828 linear-gradient(180deg, #484848, #282828) repeat-x;
  border-color: #282828;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-onyx:hover {
    color: #fff;
    background: #151515 linear-gradient(180deg, #383838, #151515) repeat-x;
    border-color: #0f0f0f; }
  .btn-onyx:focus, .btn-onyx.focus {
    color: #fff;
    background: #151515 linear-gradient(180deg, #383838, #151515) repeat-x;
    border-color: #0f0f0f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 72, 72, 0.5); }
  .btn-onyx.disabled, .btn-onyx:disabled {
    color: #fff;
    background-color: #282828;
    border-color: #282828;
    background-image: none; }
  .btn-onyx:not(:disabled):not(.disabled):active, .btn-onyx:not(:disabled):not(.disabled).active,
  .show > .btn-onyx.dropdown-toggle {
    color: #fff;
    background-color: #0f0f0f;
    background-image: none;
    border-color: #080808; }
    .btn-onyx:not(:disabled):not(.disabled):active:focus, .btn-onyx:not(:disabled):not(.disabled).active:focus,
    .show > .btn-onyx.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 72, 72, 0.5); }

.btn-iron {
  color: #fff;
  background: #595959 linear-gradient(180deg, #727272, #595959) repeat-x;
  border-color: #595959;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-iron:hover {
    color: #fff;
    background: #464646 linear-gradient(180deg, #626262, #464646) repeat-x;
    border-color: #404040; }
  .btn-iron:focus, .btn-iron.focus {
    color: #fff;
    background: #464646 linear-gradient(180deg, #626262, #464646) repeat-x;
    border-color: #404040;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(114, 114, 114, 0.5); }
  .btn-iron.disabled, .btn-iron:disabled {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
    background-image: none; }
  .btn-iron:not(:disabled):not(.disabled):active, .btn-iron:not(:disabled):not(.disabled).active,
  .show > .btn-iron.dropdown-toggle {
    color: #fff;
    background-color: #404040;
    background-image: none;
    border-color: #393939; }
    .btn-iron:not(:disabled):not(.disabled):active:focus, .btn-iron:not(:disabled):not(.disabled).active:focus,
    .show > .btn-iron.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(114, 114, 114, 0.5); }

.btn-riviera {
  color: #fff;
  background: #01A3B0 linear-gradient(180deg, #27b1bc, #01A3B0) repeat-x;
  border-color: #01A3B0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-riviera:hover {
    color: #fff;
    background: #01808a linear-gradient(180deg, #27939c, #01808a) repeat-x;
    border-color: #01747d; }
  .btn-riviera:focus, .btn-riviera.focus {
    color: #fff;
    background: #01808a linear-gradient(180deg, #27939c, #01808a) repeat-x;
    border-color: #01747d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(39, 177, 188, 0.5); }
  .btn-riviera.disabled, .btn-riviera:disabled {
    color: #fff;
    background-color: #01A3B0;
    border-color: #01A3B0;
    background-image: none; }
  .btn-riviera:not(:disabled):not(.disabled):active, .btn-riviera:not(:disabled):not(.disabled).active,
  .show > .btn-riviera.dropdown-toggle {
    color: #fff;
    background-color: #01747d;
    background-image: none;
    border-color: #016871; }
    .btn-riviera:not(:disabled):not(.disabled):active:focus, .btn-riviera:not(:disabled):not(.disabled).active:focus,
    .show > .btn-riviera.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(39, 177, 188, 0.5); }

.btn-avocado {
  color: #212529;
  background: #94BB20 linear-gradient(180deg, #a4c541, #94BB20) repeat-x;
  border-color: #94BB20;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-avocado:hover {
    color: #fff;
    background: #7a9a1a linear-gradient(180deg, #8ea93d, #7a9a1a) repeat-x;
    border-color: #728f19; }
  .btn-avocado:focus, .btn-avocado.focus {
    color: #fff;
    background: #7a9a1a linear-gradient(180deg, #8ea93d, #7a9a1a) repeat-x;
    border-color: #728f19;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(131, 165, 33, 0.5); }
  .btn-avocado.disabled, .btn-avocado:disabled {
    color: #212529;
    background-color: #94BB20;
    border-color: #94BB20;
    background-image: none; }
  .btn-avocado:not(:disabled):not(.disabled):active, .btn-avocado:not(:disabled):not(.disabled).active,
  .show > .btn-avocado.dropdown-toggle {
    color: #fff;
    background-color: #728f19;
    background-image: none;
    border-color: #698517; }
    .btn-avocado:not(:disabled):not(.disabled):active:focus, .btn-avocado:not(:disabled):not(.disabled).active:focus,
    .show > .btn-avocado.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(131, 165, 33, 0.5); }

.btn-bluebell {
  color: #fff;
  background: #657E95 linear-gradient(180deg, #7c91a5, #657E95) repeat-x;
  border-color: #657E95;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-bluebell:hover {
    color: #fff;
    background: #566b7e linear-gradient(180deg, #6f8192, #566b7e) repeat-x;
    border-color: #506477; }
  .btn-bluebell:focus, .btn-bluebell.focus {
    color: #fff;
    background: #566b7e linear-gradient(180deg, #6f8192, #566b7e) repeat-x;
    border-color: #506477;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(124, 145, 165, 0.5); }
  .btn-bluebell.disabled, .btn-bluebell:disabled {
    color: #fff;
    background-color: #657E95;
    border-color: #657E95;
    background-image: none; }
  .btn-bluebell:not(:disabled):not(.disabled):active, .btn-bluebell:not(:disabled):not(.disabled).active,
  .show > .btn-bluebell.dropdown-toggle {
    color: #fff;
    background-color: #506477;
    background-image: none;
    border-color: #4b5e6f; }
    .btn-bluebell:not(:disabled):not(.disabled):active:focus, .btn-bluebell:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bluebell.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(124, 145, 165, 0.5); }

.btn-blueberry {
  color: #fff;
  background: #2E5084 linear-gradient(180deg, #4d6a96, #2E5084) repeat-x;
  border-color: #2E5084;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blueberry:hover {
    color: #fff;
    background: #243f68 linear-gradient(180deg, #455c7e, #243f68) repeat-x;
    border-color: #21395e; }
  .btn-blueberry:focus, .btn-blueberry.focus {
    color: #fff;
    background: #243f68 linear-gradient(180deg, #455c7e, #243f68) repeat-x;
    border-color: #21395e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(77, 106, 150, 0.5); }
  .btn-blueberry.disabled, .btn-blueberry:disabled {
    color: #fff;
    background-color: #2E5084;
    border-color: #2E5084;
    background-image: none; }
  .btn-blueberry:not(:disabled):not(.disabled):active, .btn-blueberry:not(:disabled):not(.disabled).active,
  .show > .btn-blueberry.dropdown-toggle {
    color: #fff;
    background-color: #21395e;
    background-image: none;
    border-color: #1e3355; }
    .btn-blueberry:not(:disabled):not(.disabled):active:focus, .btn-blueberry:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blueberry.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(77, 106, 150, 0.5); }

.btn-beesknees {
  color: #212529;
  background: #DEE21C linear-gradient(180deg, #e3e63e, #DEE21C) repeat-x;
  border-color: #DEE21C;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-beesknees:hover {
    color: #212529;
    background: #bdc018 linear-gradient(180deg, #c7c93a, #bdc018) repeat-x;
    border-color: #b1b516; }
  .btn-beesknees:focus, .btn-beesknees.focus {
    color: #212529;
    background: #bdc018 linear-gradient(180deg, #c7c93a, #bdc018) repeat-x;
    border-color: #b1b516;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(194, 198, 30, 0.5); }
  .btn-beesknees.disabled, .btn-beesknees:disabled {
    color: #212529;
    background-color: #DEE21C;
    border-color: #DEE21C;
    background-image: none; }
  .btn-beesknees:not(:disabled):not(.disabled):active, .btn-beesknees:not(:disabled):not(.disabled).active,
  .show > .btn-beesknees.dropdown-toggle {
    color: #212529;
    background-color: #b1b516;
    background-image: none;
    border-color: #a6a915; }
    .btn-beesknees:not(:disabled):not(.disabled):active:focus, .btn-beesknees:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beesknees.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(194, 198, 30, 0.5); }

.btn-golfcourse {
  color: #fff;
  background: #589b4a linear-gradient(180deg, #71aa65, #589b4a) repeat-x;
  border-color: #589b4a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-golfcourse:hover {
    color: #fff;
    background: #49813e linear-gradient(180deg, #65945b, #49813e) repeat-x;
    border-color: #44783a; }
  .btn-golfcourse:focus, .btn-golfcourse.focus {
    color: #fff;
    background: #49813e linear-gradient(180deg, #65945b, #49813e) repeat-x;
    border-color: #44783a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(113, 170, 101, 0.5); }
  .btn-golfcourse.disabled, .btn-golfcourse:disabled {
    color: #fff;
    background-color: #589b4a;
    border-color: #589b4a;
    background-image: none; }
  .btn-golfcourse:not(:disabled):not(.disabled):active, .btn-golfcourse:not(:disabled):not(.disabled).active,
  .show > .btn-golfcourse.dropdown-toggle {
    color: #fff;
    background-color: #44783a;
    background-image: none;
    border-color: #407035; }
    .btn-golfcourse:not(:disabled):not(.disabled):active:focus, .btn-golfcourse:not(:disabled):not(.disabled).active:focus,
    .show > .btn-golfcourse.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(113, 170, 101, 0.5); }

.btn-hiveberry {
  color: #fff;
  background: #730062 linear-gradient(180deg, #88267a, #730062) repeat-x;
  border-color: #730062;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-hiveberry:hover {
    color: #fff;
    background: #4d0041 linear-gradient(180deg, #67265e, #4d0041) repeat-x;
    border-color: #400037; }
  .btn-hiveberry:focus, .btn-hiveberry.focus {
    color: #fff;
    background: #4d0041 linear-gradient(180deg, #67265e, #4d0041) repeat-x;
    border-color: #400037;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(136, 38, 122, 0.5); }
  .btn-hiveberry.disabled, .btn-hiveberry:disabled {
    color: #fff;
    background-color: #730062;
    border-color: #730062;
    background-image: none; }
  .btn-hiveberry:not(:disabled):not(.disabled):active, .btn-hiveberry:not(:disabled):not(.disabled).active,
  .show > .btn-hiveberry.dropdown-toggle {
    color: #fff;
    background-color: #400037;
    background-image: none;
    border-color: #33002c; }
    .btn-hiveberry:not(:disabled):not(.disabled):active:focus, .btn-hiveberry:not(:disabled):not(.disabled).active:focus,
    .show > .btn-hiveberry.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(136, 38, 122, 0.5); }

.btn-fusion {
  color: #212529;
  background: #B3B936 linear-gradient(180deg, #bec454, #B3B936) repeat-x;
  border-color: #B3B936;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-fusion:hover {
    color: #fff;
    background: #969b2d linear-gradient(180deg, #a6aa4d, #969b2d) repeat-x;
    border-color: #8d922a; }
  .btn-fusion:focus, .btn-fusion.focus {
    color: #fff;
    background: #969b2d linear-gradient(180deg, #a6aa4d, #969b2d) repeat-x;
    border-color: #8d922a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(157, 163, 52, 0.5); }
  .btn-fusion.disabled, .btn-fusion:disabled {
    color: #212529;
    background-color: #B3B936;
    border-color: #B3B936;
    background-image: none; }
  .btn-fusion:not(:disabled):not(.disabled):active, .btn-fusion:not(:disabled):not(.disabled).active,
  .show > .btn-fusion.dropdown-toggle {
    color: #fff;
    background-color: #8d922a;
    background-image: none;
    border-color: #838828; }
    .btn-fusion:not(:disabled):not(.disabled):active:focus, .btn-fusion:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fusion.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(157, 163, 52, 0.5); }

.btn-fireworks {
  color: #fff;
  background: #CD3529 linear-gradient(180deg, #d55349, #CD3529) repeat-x;
  border-color: #CD3529;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-fireworks:hover {
    color: #fff;
    background: #ad2d23 linear-gradient(180deg, #b94c44, #ad2d23) repeat-x;
    border-color: #a32a21; }
  .btn-fireworks:focus, .btn-fireworks.focus {
    color: #fff;
    background: #ad2d23 linear-gradient(180deg, #b94c44, #ad2d23) repeat-x;
    border-color: #a32a21;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(213, 83, 73, 0.5); }
  .btn-fireworks.disabled, .btn-fireworks:disabled {
    color: #fff;
    background-color: #CD3529;
    border-color: #CD3529;
    background-image: none; }
  .btn-fireworks:not(:disabled):not(.disabled):active, .btn-fireworks:not(:disabled):not(.disabled).active,
  .show > .btn-fireworks.dropdown-toggle {
    color: #fff;
    background-color: #a32a21;
    background-image: none;
    border-color: #98271e; }
    .btn-fireworks:not(:disabled):not(.disabled):active:focus, .btn-fireworks:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fireworks.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(213, 83, 73, 0.5); }

.btn-graphite {
  color: #fff;
  background: #808080 linear-gradient(180deg, #939393, #808080) repeat-x;
  border-color: #808080;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-graphite:hover {
    color: #fff;
    background: #6d6d6d linear-gradient(180deg, #838383, #6d6d6d) repeat-x;
    border-color: #676767; }
  .btn-graphite:focus, .btn-graphite.focus {
    color: #fff;
    background: #6d6d6d linear-gradient(180deg, #838383, #6d6d6d) repeat-x;
    border-color: #676767;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(147, 147, 147, 0.5); }
  .btn-graphite.disabled, .btn-graphite:disabled {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
    background-image: none; }
  .btn-graphite:not(:disabled):not(.disabled):active, .btn-graphite:not(:disabled):not(.disabled).active,
  .show > .btn-graphite.dropdown-toggle {
    color: #fff;
    background-color: #676767;
    background-image: none;
    border-color: #606060; }
    .btn-graphite:not(:disabled):not(.disabled):active:focus, .btn-graphite:not(:disabled):not(.disabled).active:focus,
    .show > .btn-graphite.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(147, 147, 147, 0.5); }

.btn-bondiblue {
  color: #fff;
  background: #0082be linear-gradient(180deg, #2695c8, #0082be) repeat-x;
  border-color: #0082be;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-bondiblue:hover {
    color: #fff;
    background: #006898 linear-gradient(180deg, #267fa7, #006898) repeat-x;
    border-color: #005f8b; }
  .btn-bondiblue:focus, .btn-bondiblue.focus {
    color: #fff;
    background: #006898 linear-gradient(180deg, #267fa7, #006898) repeat-x;
    border-color: #005f8b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 149, 200, 0.5); }
  .btn-bondiblue.disabled, .btn-bondiblue:disabled {
    color: #fff;
    background-color: #0082be;
    border-color: #0082be;
    background-image: none; }
  .btn-bondiblue:not(:disabled):not(.disabled):active, .btn-bondiblue:not(:disabled):not(.disabled).active,
  .show > .btn-bondiblue.dropdown-toggle {
    color: #fff;
    background-color: #005f8b;
    background-image: none;
    border-color: #00567e; }
    .btn-bondiblue:not(:disabled):not(.disabled):active:focus, .btn-bondiblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bondiblue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 149, 200, 0.5); }

.btn-magenta {
  color: #fff;
  background: #730062 linear-gradient(180deg, #88267a, #730062) repeat-x;
  border-color: #730062;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-magenta:hover {
    color: #fff;
    background: #4d0041 linear-gradient(180deg, #67265e, #4d0041) repeat-x;
    border-color: #400037; }
  .btn-magenta:focus, .btn-magenta.focus {
    color: #fff;
    background: #4d0041 linear-gradient(180deg, #67265e, #4d0041) repeat-x;
    border-color: #400037;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(136, 38, 122, 0.5); }
  .btn-magenta.disabled, .btn-magenta:disabled {
    color: #fff;
    background-color: #730062;
    border-color: #730062;
    background-image: none; }
  .btn-magenta:not(:disabled):not(.disabled):active, .btn-magenta:not(:disabled):not(.disabled).active,
  .show > .btn-magenta.dropdown-toggle {
    color: #fff;
    background-color: #400037;
    background-image: none;
    border-color: #33002c; }
    .btn-magenta:not(:disabled):not(.disabled):active:focus, .btn-magenta:not(:disabled):not(.disabled).active:focus,
    .show > .btn-magenta.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(136, 38, 122, 0.5); }

.btn-rockbottom {
  color: #fff;
  background: #484A4A linear-gradient(180deg, #636565, #484A4A) repeat-x;
  border-color: #484A4A;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-rockbottom:hover {
    color: #fff;
    background: #353737 linear-gradient(180deg, #535555, #353737) repeat-x;
    border-color: #2f3030; }
  .btn-rockbottom:focus, .btn-rockbottom.focus {
    color: #fff;
    background: #353737 linear-gradient(180deg, #535555, #353737) repeat-x;
    border-color: #2f3030;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(99, 101, 101, 0.5); }
  .btn-rockbottom.disabled, .btn-rockbottom:disabled {
    color: #fff;
    background-color: #484A4A;
    border-color: #484A4A;
    background-image: none; }
  .btn-rockbottom:not(:disabled):not(.disabled):active, .btn-rockbottom:not(:disabled):not(.disabled).active,
  .show > .btn-rockbottom.dropdown-toggle {
    color: #fff;
    background-color: #2f3030;
    background-image: none;
    border-color: #292a2a; }
    .btn-rockbottom:not(:disabled):not(.disabled):active:focus, .btn-rockbottom:not(:disabled):not(.disabled).active:focus,
    .show > .btn-rockbottom.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(99, 101, 101, 0.5); }

.btn-sage {
  color: #212529;
  background: #7EA978 linear-gradient(180deg, #91b68c, #7EA978) repeat-x;
  border-color: #7EA978;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-sage:hover {
    color: #fff;
    background: #689962 linear-gradient(180deg, #7fa879, #689962) repeat-x;
    border-color: #63915d; }
  .btn-sage:focus, .btn-sage.focus {
    color: #fff;
    background: #689962 linear-gradient(180deg, #7fa879, #689962) repeat-x;
    border-color: #63915d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(112, 149, 108, 0.5); }
  .btn-sage.disabled, .btn-sage:disabled {
    color: #212529;
    background-color: #7EA978;
    border-color: #7EA978;
    background-image: none; }
  .btn-sage:not(:disabled):not(.disabled):active, .btn-sage:not(:disabled):not(.disabled).active,
  .show > .btn-sage.dropdown-toggle {
    color: #fff;
    background-color: #63915d;
    background-image: none;
    border-color: #5e8a58; }
    .btn-sage:not(:disabled):not(.disabled):active:focus, .btn-sage:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sage.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(112, 149, 108, 0.5); }

.btn-greatfalls {
  color: #fff;
  background: #1E748F linear-gradient(180deg, #4089a0, #1E748F) repeat-x;
  border-color: #1E748F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-greatfalls:hover {
    color: #fff;
    background: #175a6f linear-gradient(180deg, #3a7385, #175a6f) repeat-x;
    border-color: #155265; }
  .btn-greatfalls:focus, .btn-greatfalls.focus {
    color: #fff;
    background: #175a6f linear-gradient(180deg, #3a7385, #175a6f) repeat-x;
    border-color: #155265;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(64, 137, 160, 0.5); }
  .btn-greatfalls.disabled, .btn-greatfalls:disabled {
    color: #fff;
    background-color: #1E748F;
    border-color: #1E748F;
    background-image: none; }
  .btn-greatfalls:not(:disabled):not(.disabled):active, .btn-greatfalls:not(:disabled):not(.disabled).active,
  .show > .btn-greatfalls.dropdown-toggle {
    color: #fff;
    background-color: #155265;
    background-image: none;
    border-color: #13495a; }
    .btn-greatfalls:not(:disabled):not(.disabled):active:focus, .btn-greatfalls:not(:disabled):not(.disabled).active:focus,
    .show > .btn-greatfalls.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(64, 137, 160, 0.5); }

.btn-autumn {
  color: #212529;
  background: #D1945E linear-gradient(180deg, #d8a476, #D1945E) repeat-x;
  border-color: #D1945E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-autumn:hover {
    color: #fff;
    background: #c98040 linear-gradient(180deg, #d1935d, #c98040) repeat-x;
    border-color: #c47a38; }
  .btn-autumn:focus, .btn-autumn.focus {
    color: #fff;
    background: #c98040 linear-gradient(180deg, #d1935d, #c98040) repeat-x;
    border-color: #c47a38;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(183, 131, 86, 0.5); }
  .btn-autumn.disabled, .btn-autumn:disabled {
    color: #212529;
    background-color: #D1945E;
    border-color: #D1945E;
    background-image: none; }
  .btn-autumn:not(:disabled):not(.disabled):active, .btn-autumn:not(:disabled):not(.disabled).active,
  .show > .btn-autumn.dropdown-toggle {
    color: #fff;
    background-color: #c47a38;
    background-image: none;
    border-color: #ba7435; }
    .btn-autumn:not(:disabled):not(.disabled):active:focus, .btn-autumn:not(:disabled):not(.disabled).active:focus,
    .show > .btn-autumn.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(183, 131, 86, 0.5); }

.btn-tea {
  color: #fff;
  background: #8A2C17 linear-gradient(180deg, #9c4c3a, #8A2C17) repeat-x;
  border-color: #8A2C17;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-tea:hover {
    color: #fff;
    background: #692212 linear-gradient(180deg, #804335, #692212) repeat-x;
    border-color: #5e1e10; }
  .btn-tea:focus, .btn-tea.focus {
    color: #fff;
    background: #692212 linear-gradient(180deg, #804335, #692212) repeat-x;
    border-color: #5e1e10;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(156, 76, 58, 0.5); }
  .btn-tea.disabled, .btn-tea:disabled {
    color: #fff;
    background-color: #8A2C17;
    border-color: #8A2C17;
    background-image: none; }
  .btn-tea:not(:disabled):not(.disabled):active, .btn-tea:not(:disabled):not(.disabled).active,
  .show > .btn-tea.dropdown-toggle {
    color: #fff;
    background-color: #5e1e10;
    background-image: none;
    border-color: #531b0e; }
    .btn-tea:not(:disabled):not(.disabled):active:focus, .btn-tea:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tea.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(156, 76, 58, 0.5); }

.btn-razzmatazz {
  color: #fff;
  background: #C6004C linear-gradient(180deg, #cf2667, #C6004C) repeat-x;
  border-color: #C6004C;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-razzmatazz:hover {
    color: #fff;
    background: #a0003d linear-gradient(180deg, #ae265a, #a0003d) repeat-x;
    border-color: #930038; }
  .btn-razzmatazz:focus, .btn-razzmatazz.focus {
    color: #fff;
    background: #a0003d linear-gradient(180deg, #ae265a, #a0003d) repeat-x;
    border-color: #930038;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(207, 38, 103, 0.5); }
  .btn-razzmatazz.disabled, .btn-razzmatazz:disabled {
    color: #fff;
    background-color: #C6004C;
    border-color: #C6004C;
    background-image: none; }
  .btn-razzmatazz:not(:disabled):not(.disabled):active, .btn-razzmatazz:not(:disabled):not(.disabled).active,
  .show > .btn-razzmatazz.dropdown-toggle {
    color: #fff;
    background-color: #930038;
    background-image: none;
    border-color: #860034; }
    .btn-razzmatazz:not(:disabled):not(.disabled):active:focus, .btn-razzmatazz:not(:disabled):not(.disabled).active:focus,
    .show > .btn-razzmatazz.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(207, 38, 103, 0.5); }

.btn-turquoise {
  color: #212529;
  background: #75c9d3 linear-gradient(180deg, #8ad1da, #75c9d3) repeat-x;
  border-color: #75c9d3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-turquoise:hover {
    color: #212529;
    background: #58beca linear-gradient(180deg, #71c7d2, #58beca) repeat-x;
    border-color: #4ebac7; }
  .btn-turquoise:focus, .btn-turquoise.focus {
    color: #212529;
    background: #58beca linear-gradient(180deg, #71c7d2, #58beca) repeat-x;
    border-color: #4ebac7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(104, 176, 186, 0.5); }
  .btn-turquoise.disabled, .btn-turquoise:disabled {
    color: #212529;
    background-color: #75c9d3;
    border-color: #75c9d3;
    background-image: none; }
  .btn-turquoise:not(:disabled):not(.disabled):active, .btn-turquoise:not(:disabled):not(.disabled).active,
  .show > .btn-turquoise.dropdown-toggle {
    color: #212529;
    background-color: #4ebac7;
    background-image: none;
    border-color: #45b6c4; }
    .btn-turquoise:not(:disabled):not(.disabled):active:focus, .btn-turquoise:not(:disabled):not(.disabled).active:focus,
    .show > .btn-turquoise.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(104, 176, 186, 0.5); }

.btn-machorange {
  color: #fff;
  background: #e25300 linear-gradient(180deg, #e66d26, #e25300) repeat-x;
  border-color: #e25300;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-machorange:hover {
    color: #fff;
    background: #bc4500 linear-gradient(180deg, #c66126, #bc4500) repeat-x;
    border-color: #af4000; }
  .btn-machorange:focus, .btn-machorange.focus {
    color: #fff;
    background: #bc4500 linear-gradient(180deg, #c66126, #bc4500) repeat-x;
    border-color: #af4000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(230, 109, 38, 0.5); }
  .btn-machorange.disabled, .btn-machorange:disabled {
    color: #fff;
    background-color: #e25300;
    border-color: #e25300;
    background-image: none; }
  .btn-machorange:not(:disabled):not(.disabled):active, .btn-machorange:not(:disabled):not(.disabled).active,
  .show > .btn-machorange.dropdown-toggle {
    color: #fff;
    background-color: #af4000;
    background-image: none;
    border-color: #a23c00; }
    .btn-machorange:not(:disabled):not(.disabled):active:focus, .btn-machorange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-machorange.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 109, 38, 0.5); }

.btn-chateau {
  color: #212529;
  background: #A0A0A0 linear-gradient(180deg, #aeaeae, #A0A0A0) repeat-x;
  border-color: #A0A0A0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-chateau:hover {
    color: #fff;
    background: #8d8d8d linear-gradient(180deg, #9e9e9e, #8d8d8d) repeat-x;
    border-color: #878787; }
  .btn-chateau:focus, .btn-chateau.focus {
    color: #fff;
    background: #8d8d8d linear-gradient(180deg, #9e9e9e, #8d8d8d) repeat-x;
    border-color: #878787;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(141, 142, 142, 0.5); }
  .btn-chateau.disabled, .btn-chateau:disabled {
    color: #212529;
    background-color: #A0A0A0;
    border-color: #A0A0A0;
    background-image: none; }
  .btn-chateau:not(:disabled):not(.disabled):active, .btn-chateau:not(:disabled):not(.disabled).active,
  .show > .btn-chateau.dropdown-toggle {
    color: #fff;
    background-color: #878787;
    background-image: none;
    border-color: gray; }
    .btn-chateau:not(:disabled):not(.disabled):active:focus, .btn-chateau:not(:disabled):not(.disabled).active:focus,
    .show > .btn-chateau.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(141, 142, 142, 0.5); }

.btn-ghost {
  color: #212529;
  background: #CDCDCD linear-gradient(180deg, #d5d5d5, #CDCDCD) repeat-x;
  border-color: #CDCDCD;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-ghost:hover {
    color: #212529;
    background: #bababa linear-gradient(180deg, #c4c4c4, #bababa) repeat-x;
    border-color: #b4b4b4; }
  .btn-ghost:focus, .btn-ghost.focus {
    color: #212529;
    background: #bababa linear-gradient(180deg, #c4c4c4, #bababa) repeat-x;
    border-color: #b4b4b4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(179, 180, 180, 0.5); }
  .btn-ghost.disabled, .btn-ghost:disabled {
    color: #212529;
    background-color: #CDCDCD;
    border-color: #CDCDCD;
    background-image: none; }
  .btn-ghost:not(:disabled):not(.disabled):active, .btn-ghost:not(:disabled):not(.disabled).active,
  .show > .btn-ghost.dropdown-toggle {
    color: #212529;
    background-color: #b4b4b4;
    background-image: none;
    border-color: #adadad; }
    .btn-ghost:not(:disabled):not(.disabled):active:focus, .btn-ghost:not(:disabled):not(.disabled).active:focus,
    .show > .btn-ghost.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(179, 180, 180, 0.5); }

.btn-quicksilver {
  color: #212529;
  background: #999999 linear-gradient(180deg, #a8a8a8, #999999) repeat-x;
  border-color: #999999;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-quicksilver:hover {
    color: #fff;
    background: #868686 linear-gradient(180deg, #989898, #868686) repeat-x;
    border-color: gray; }
  .btn-quicksilver:focus, .btn-quicksilver.focus {
    color: #fff;
    background: #868686 linear-gradient(180deg, #989898, #868686) repeat-x;
    border-color: gray;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(135, 136, 136, 0.5); }
  .btn-quicksilver.disabled, .btn-quicksilver:disabled {
    color: #212529;
    background-color: #999999;
    border-color: #999999;
    background-image: none; }
  .btn-quicksilver:not(:disabled):not(.disabled):active, .btn-quicksilver:not(:disabled):not(.disabled).active,
  .show > .btn-quicksilver.dropdown-toggle {
    color: #fff;
    background-color: gray;
    background-image: none;
    border-color: #797979; }
    .btn-quicksilver:not(:disabled):not(.disabled):active:focus, .btn-quicksilver:not(:disabled):not(.disabled).active:focus,
    .show > .btn-quicksilver.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(135, 136, 136, 0.5); }

.btn-white {
  color: #212529;
  background: #FFFFFF linear-gradient(180deg, white, #FFFFFF) repeat-x;
  border-color: #FFFFFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-white:hover {
    color: #212529;
    background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    color: #212529;
    background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    background-image: none; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    background-image: none;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-black {
  color: #fff;
  background: #000000 linear-gradient(180deg, #262626, #000000) repeat-x;
  border-color: #000000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-black:hover {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    background-image: none; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    background-image: none;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-fbblue {
  color: #fff;
  background: #4267b2 linear-gradient(180deg, #5e7ebe, #4267b2) repeat-x;
  border-color: #4267b2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-fbblue:hover {
    color: #fff;
    background: #385796 linear-gradient(180deg, #5670a6, #385796) repeat-x;
    border-color: #34518d; }
  .btn-fbblue:focus, .btn-fbblue.focus {
    color: #fff;
    background: #385796 linear-gradient(180deg, #5670a6, #385796) repeat-x;
    border-color: #34518d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(94, 126, 190, 0.5); }
  .btn-fbblue.disabled, .btn-fbblue:disabled {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2;
    background-image: none; }
  .btn-fbblue:not(:disabled):not(.disabled):active, .btn-fbblue:not(:disabled):not(.disabled).active,
  .show > .btn-fbblue.dropdown-toggle {
    color: #fff;
    background-color: #34518d;
    background-image: none;
    border-color: #314c83; }
    .btn-fbblue:not(:disabled):not(.disabled):active:focus, .btn-fbblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fbblue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(94, 126, 190, 0.5); }

.btn-twitterblue {
  color: #fff;
  background: #1da1f2 linear-gradient(180deg, #3faff4, #1da1f2) repeat-x;
  border-color: #1da1f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-twitterblue:hover {
    color: #fff;
    background: #0d8ddc linear-gradient(180deg, #319ee1, #0d8ddc) repeat-x;
    border-color: #0c85d0; }
  .btn-twitterblue:focus, .btn-twitterblue.focus {
    color: #fff;
    background: #0d8ddc linear-gradient(180deg, #319ee1, #0d8ddc) repeat-x;
    border-color: #0c85d0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(63, 175, 244, 0.5); }
  .btn-twitterblue.disabled, .btn-twitterblue:disabled {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
    background-image: none; }
  .btn-twitterblue:not(:disabled):not(.disabled):active, .btn-twitterblue:not(:disabled):not(.disabled).active,
  .show > .btn-twitterblue.dropdown-toggle {
    color: #fff;
    background-color: #0c85d0;
    background-image: none;
    border-color: #0b7ec4; }
    .btn-twitterblue:not(:disabled):not(.disabled):active:focus, .btn-twitterblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-twitterblue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 175, 244, 0.5); }

.btn-ytred {
  color: #fff;
  background: #ff0000 linear-gradient(180deg, #ff2626, #ff0000) repeat-x;
  border-color: #ff0000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-ytred:hover {
    color: #fff;
    background: #d90000 linear-gradient(180deg, #de2626, #d90000) repeat-x;
    border-color: #cc0000; }
  .btn-ytred:focus, .btn-ytred.focus {
    color: #fff;
    background: #d90000 linear-gradient(180deg, #de2626, #d90000) repeat-x;
    border-color: #cc0000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }
  .btn-ytred.disabled, .btn-ytred:disabled {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    background-image: none; }
  .btn-ytred:not(:disabled):not(.disabled):active, .btn-ytred:not(:disabled):not(.disabled).active,
  .show > .btn-ytred.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    background-image: none;
    border-color: #bf0000; }
    .btn-ytred:not(:disabled):not(.disabled):active:focus, .btn-ytred:not(:disabled):not(.disabled).active:focus,
    .show > .btn-ytred.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }

.btn-ig {
  color: #fff;
  background: #F00075 linear-gradient(180deg, #f2268a, #F00075) repeat-x;
  border-color: #F00075;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-ig:hover {
    color: #fff;
    background: #ca0062 linear-gradient(180deg, #d2267a, #ca0062) repeat-x;
    border-color: #bd005c; }
  .btn-ig:focus, .btn-ig.focus {
    color: #fff;
    background: #ca0062 linear-gradient(180deg, #d2267a, #ca0062) repeat-x;
    border-color: #bd005c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(242, 38, 138, 0.5); }
  .btn-ig.disabled, .btn-ig:disabled {
    color: #fff;
    background-color: #F00075;
    border-color: #F00075;
    background-image: none; }
  .btn-ig:not(:disabled):not(.disabled):active, .btn-ig:not(:disabled):not(.disabled).active,
  .show > .btn-ig.dropdown-toggle {
    color: #fff;
    background-color: #bd005c;
    background-image: none;
    border-color: #b00056; }
    .btn-ig:not(:disabled):not(.disabled):active:focus, .btn-ig:not(:disabled):not(.disabled).active:focus,
    .show > .btn-ig.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(242, 38, 138, 0.5); }

.btn-cbcolor {
  color: #fff;
  background: rgba(0, 0, 0, 0.125) linear-gradient(180deg, rgba(185, 185, 185, 0.25625), rgba(0, 0, 0, 0.125)) repeat-x;
  border-color: rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-cbcolor:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.125) linear-gradient(180deg, rgba(185, 185, 185, 0.25625), rgba(0, 0, 0, 0.125)) repeat-x;
    border-color: rgba(0, 0, 0, 0.125); }
  .btn-cbcolor:focus, .btn-cbcolor.focus {
    color: #fff;
    background: rgba(0, 0, 0, 0.125) linear-gradient(180deg, rgba(185, 185, 185, 0.25625), rgba(0, 0, 0, 0.125)) repeat-x;
    border-color: rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(185, 185, 185, 0.5); }
  .btn-cbcolor.disabled, .btn-cbcolor:disabled {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.125);
    border-color: rgba(0, 0, 0, 0.125);
    background-image: none; }
  .btn-cbcolor:not(:disabled):not(.disabled):active, .btn-cbcolor:not(:disabled):not(.disabled).active,
  .show > .btn-cbcolor.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.125);
    background-image: none;
    border-color: rgba(0, 0, 0, 0.125); }
    .btn-cbcolor:not(:disabled):not(.disabled):active:focus, .btn-cbcolor:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cbcolor.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(185, 185, 185, 0.5); }

.btn-brand {
  color: #fff;
  background: #000000 linear-gradient(180deg, #262626, #000000) repeat-x;
  border-color: #000000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-brand:hover {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black; }
  .btn-brand:focus, .btn-brand.focus {
    color: #fff;
    background: black linear-gradient(180deg, #262626, black) repeat-x;
    border-color: black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-brand.disabled, .btn-brand:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    background-image: none; }
  .btn-brand:not(:disabled):not(.disabled):active, .btn-brand:not(:disabled):not(.disabled).active,
  .show > .btn-brand.dropdown-toggle {
    color: #fff;
    background-color: black;
    background-image: none;
    border-color: black; }
    .btn-brand:not(:disabled):not(.disabled):active:focus, .btn-brand:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brand.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-red {
  color: #fff;
  background: #ED0A3F linear-gradient(180deg, #f02f5c, #ED0A3F) repeat-x;
  border-color: #ED0A3F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-red:hover {
    color: #fff;
    background: #c80835 linear-gradient(180deg, #d12d54, #c80835) repeat-x;
    border-color: #bc0832; }
  .btn-red:focus, .btn-red.focus {
    color: #fff;
    background: #c80835 linear-gradient(180deg, #d12d54, #c80835) repeat-x;
    border-color: #bc0832;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(240, 47, 92, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #ED0A3F;
    border-color: #ED0A3F;
    background-image: none; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #bc0832;
    background-image: none;
    border-color: #b0072f; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(240, 47, 92, 0.5); }

.btn-orange {
  color: #212529;
  background: #FF8833 linear-gradient(180deg, #ff9a52, #FF8833) repeat-x;
  border-color: #FF8833;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-orange:hover {
    color: #fff;
    background: #ff720d linear-gradient(180deg, #ff8731, #ff720d) repeat-x;
    border-color: #ff6a00; }
  .btn-orange:focus, .btn-orange.focus {
    color: #fff;
    background: #ff720d linear-gradient(180deg, #ff8731, #ff720d) repeat-x;
    border-color: #ff6a00;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 121, 50, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #212529;
    background-color: #FF8833;
    border-color: #FF8833;
    background-image: none; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #ff6a00;
    background-image: none;
    border-color: #f26500; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 121, 50, 0.5); }

.btn-yellow {
  color: #212529;
  background: #FBE870 linear-gradient(180deg, #fceb85, #FBE870) repeat-x;
  border-color: #FBE870;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-yellow:hover {
    color: #212529;
    background: #fae24b linear-gradient(180deg, #fbe666, #fae24b) repeat-x;
    border-color: #fae03e; }
  .btn-yellow:focus, .btn-yellow.focus {
    color: #212529;
    background: #fae24b linear-gradient(180deg, #fbe666, #fae24b) repeat-x;
    border-color: #fae03e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(218, 203, 101, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled {
    color: #212529;
    background-color: #FBE870;
    border-color: #FBE870;
    background-image: none; }
  .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle {
    color: #212529;
    background-color: #fae03e;
    background-image: none;
    border-color: #f9de32; }
    .btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(218, 203, 101, 0.5); }

.btn-green {
  color: #fff;
  background: #3AA655 linear-gradient(180deg, #58b36f, #3AA655) repeat-x;
  border-color: #3AA655;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-green:hover {
    color: #fff;
    background: #308a46 linear-gradient(180deg, #4f9b62, #308a46) repeat-x;
    border-color: #2d8042; }
  .btn-green:focus, .btn-green.focus {
    color: #fff;
    background: #308a46 linear-gradient(180deg, #4f9b62, #308a46) repeat-x;
    border-color: #2d8042;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(88, 179, 111, 0.5); }
  .btn-green.disabled, .btn-green:disabled {
    color: #fff;
    background-color: #3AA655;
    border-color: #3AA655;
    background-image: none; }
  .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #2d8042;
    background-image: none;
    border-color: #29773d; }
    .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(88, 179, 111, 0.5); }

.btn-blue {
  color: #fff;
  background: #0066FF linear-gradient(180deg, #267dff, #0066FF) repeat-x;
  border-color: #0066FF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue:hover {
    color: #fff;
    background: #0057d9 linear-gradient(180deg, #2670de, #0057d9) repeat-x;
    border-color: #0052cc; }
  .btn-blue:focus, .btn-blue.focus {
    color: #fff;
    background: #0057d9 linear-gradient(180deg, #2670de, #0057d9) repeat-x;
    border-color: #0052cc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 125, 255, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #0066FF;
    border-color: #0066FF;
    background-image: none; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #0052cc;
    background-image: none;
    border-color: #004dbf; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38, 125, 255, 0.5); }

.btn-purple {
  color: #fff;
  background: #652DC1 linear-gradient(180deg, #7c4dca, #652DC1) repeat-x;
  border-color: #652DC1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-purple:hover {
    color: #fff;
    background: #5526a2 linear-gradient(180deg, #6e46b0, #5526a2) repeat-x;
    border-color: #4f2398; }
  .btn-purple:focus, .btn-purple.focus {
    color: #fff;
    background: #5526a2 linear-gradient(180deg, #6e46b0, #5526a2) repeat-x;
    border-color: #4f2398;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(124, 77, 202, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #652DC1;
    border-color: #652DC1;
    background-image: none; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #4f2398;
    background-image: none;
    border-color: #4a218d; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(124, 77, 202, 0.5); }

.btn-brown {
  color: #fff;
  background: #805533 linear-gradient(180deg, #936f52, #805533) repeat-x;
  border-color: #805533;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-brown:hover {
    color: #fff;
    background: #654328 linear-gradient(180deg, #7c5f48, #654328) repeat-x;
    border-color: #5c3d24; }
  .btn-brown:focus, .btn-brown.focus {
    color: #fff;
    background: #654328 linear-gradient(180deg, #7c5f48, #654328) repeat-x;
    border-color: #5c3d24;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(147, 111, 82, 0.5); }
  .btn-brown.disabled, .btn-brown:disabled {
    color: #fff;
    background-color: #805533;
    border-color: #805533;
    background-image: none; }
  .btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active,
  .show > .btn-brown.dropdown-toggle {
    color: #fff;
    background-color: #5c3d24;
    background-image: none;
    border-color: #523721; }
    .btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brown.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(147, 111, 82, 0.5); }

.btn-pink {
  color: #fff;
  background: #E75480 linear-gradient(180deg, #eb6e93, #E75480) repeat-x;
  border-color: #E75480;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-pink:hover {
    color: #fff;
    background: #e23267 linear-gradient(180deg, #e7517e, #e23267) repeat-x;
    border-color: #e1275f; }
  .btn-pink:focus, .btn-pink.focus {
    color: #fff;
    background: #e23267 linear-gradient(180deg, #e7517e, #e23267) repeat-x;
    border-color: #e1275f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(235, 110, 147, 0.5); }
  .btn-pink.disabled, .btn-pink:disabled {
    color: #fff;
    background-color: #E75480;
    border-color: #E75480;
    background-image: none; }
  .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #e1275f;
    background-image: none;
    border-color: #dc1f58; }
    .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(235, 110, 147, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-pacific {
  color: #01A3B0;
  border-color: #01A3B0; }
  .btn-outline-pacific:hover {
    color: #fff;
    background-color: #01A3B0;
    border-color: #01A3B0; }
  .btn-outline-pacific:focus, .btn-outline-pacific.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 163, 176, 0.5); }
  .btn-outline-pacific.disabled, .btn-outline-pacific:disabled {
    color: #01A3B0;
    background-color: transparent; }
  .btn-outline-pacific:not(:disabled):not(.disabled):active, .btn-outline-pacific:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pacific.dropdown-toggle {
    color: #fff;
    background-color: #01A3B0;
    border-color: #01A3B0; }
    .btn-outline-pacific:not(:disabled):not(.disabled):active:focus, .btn-outline-pacific:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pacific.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(1, 163, 176, 0.5); }

.btn-outline-asparagus {
  color: #94bb20;
  border-color: #94bb20; }
  .btn-outline-asparagus:hover {
    color: #212529;
    background-color: #94bb20;
    border-color: #94bb20; }
  .btn-outline-asparagus:focus, .btn-outline-asparagus.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }
  .btn-outline-asparagus.disabled, .btn-outline-asparagus:disabled {
    color: #94bb20;
    background-color: transparent; }
  .btn-outline-asparagus:not(:disabled):not(.disabled):active, .btn-outline-asparagus:not(:disabled):not(.disabled).active,
  .show > .btn-outline-asparagus.dropdown-toggle {
    color: #212529;
    background-color: #94bb20;
    border-color: #94bb20; }
    .btn-outline-asparagus:not(:disabled):not(.disabled):active:focus, .btn-outline-asparagus:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-asparagus.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }

.btn-outline-daredevil {
  color: #E25300;
  border-color: #E25300; }
  .btn-outline-daredevil:hover {
    color: #fff;
    background-color: #E25300;
    border-color: #E25300; }
  .btn-outline-daredevil:focus, .btn-outline-daredevil.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 83, 0, 0.5); }
  .btn-outline-daredevil.disabled, .btn-outline-daredevil:disabled {
    color: #E25300;
    background-color: transparent; }
  .btn-outline-daredevil:not(:disabled):not(.disabled):active, .btn-outline-daredevil:not(:disabled):not(.disabled).active,
  .show > .btn-outline-daredevil.dropdown-toggle {
    color: #fff;
    background-color: #E25300;
    border-color: #E25300; }
    .btn-outline-daredevil:not(:disabled):not(.disabled):active:focus, .btn-outline-daredevil:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-daredevil.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(226, 83, 0, 0.5); }

.btn-outline-sultana {
  color: #660B80;
  border-color: #660B80; }
  .btn-outline-sultana:hover {
    color: #fff;
    background-color: #660B80;
    border-color: #660B80; }
  .btn-outline-sultana:focus, .btn-outline-sultana.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 11, 128, 0.5); }
  .btn-outline-sultana.disabled, .btn-outline-sultana:disabled {
    color: #660B80;
    background-color: transparent; }
  .btn-outline-sultana:not(:disabled):not(.disabled):active, .btn-outline-sultana:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sultana.dropdown-toggle {
    color: #fff;
    background-color: #660B80;
    border-color: #660B80; }
    .btn-outline-sultana:not(:disabled):not(.disabled):active:focus, .btn-outline-sultana:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sultana.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(102, 11, 128, 0.5); }

.btn-outline-plum {
  color: #A282B1;
  border-color: #A282B1; }
  .btn-outline-plum:hover {
    color: #fff;
    background-color: #A282B1;
    border-color: #A282B1; }
  .btn-outline-plum:focus, .btn-outline-plum.focus {
    box-shadow: 0 0 0 0.2rem rgba(162, 130, 177, 0.5); }
  .btn-outline-plum.disabled, .btn-outline-plum:disabled {
    color: #A282B1;
    background-color: transparent; }
  .btn-outline-plum:not(:disabled):not(.disabled):active, .btn-outline-plum:not(:disabled):not(.disabled).active,
  .show > .btn-outline-plum.dropdown-toggle {
    color: #fff;
    background-color: #A282B1;
    border-color: #A282B1; }
    .btn-outline-plum:not(:disabled):not(.disabled):active:focus, .btn-outline-plum:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-plum.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(162, 130, 177, 0.5); }

.btn-outline-shilo {
  color: #e69ea2;
  border-color: #e69ea2; }
  .btn-outline-shilo:hover {
    color: #212529;
    background-color: #e69ea2;
    border-color: #e69ea2; }
  .btn-outline-shilo:focus, .btn-outline-shilo.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 158, 162, 0.5); }
  .btn-outline-shilo.disabled, .btn-outline-shilo:disabled {
    color: #e69ea2;
    background-color: transparent; }
  .btn-outline-shilo:not(:disabled):not(.disabled):active, .btn-outline-shilo:not(:disabled):not(.disabled).active,
  .show > .btn-outline-shilo.dropdown-toggle {
    color: #212529;
    background-color: #e69ea2;
    border-color: #e69ea2; }
    .btn-outline-shilo:not(:disabled):not(.disabled):active:focus, .btn-outline-shilo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-shilo.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 158, 162, 0.5); }

.btn-outline-flame {
  color: #EB6126;
  border-color: #EB6126; }
  .btn-outline-flame:hover {
    color: #fff;
    background-color: #EB6126;
    border-color: #EB6126; }
  .btn-outline-flame:focus, .btn-outline-flame.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 97, 38, 0.5); }
  .btn-outline-flame.disabled, .btn-outline-flame:disabled {
    color: #EB6126;
    background-color: transparent; }
  .btn-outline-flame:not(:disabled):not(.disabled):active, .btn-outline-flame:not(:disabled):not(.disabled).active,
  .show > .btn-outline-flame.dropdown-toggle {
    color: #fff;
    background-color: #EB6126;
    border-color: #EB6126; }
    .btn-outline-flame:not(:disabled):not(.disabled):active:focus, .btn-outline-flame:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-flame.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(235, 97, 38, 0.5); }

.btn-outline-onyx {
  color: #282828;
  border-color: #282828; }
  .btn-outline-onyx:hover {
    color: #fff;
    background-color: #282828;
    border-color: #282828; }
  .btn-outline-onyx:focus, .btn-outline-onyx.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5); }
  .btn-outline-onyx.disabled, .btn-outline-onyx:disabled {
    color: #282828;
    background-color: transparent; }
  .btn-outline-onyx:not(:disabled):not(.disabled):active, .btn-outline-onyx:not(:disabled):not(.disabled).active,
  .show > .btn-outline-onyx.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #282828; }
    .btn-outline-onyx:not(:disabled):not(.disabled):active:focus, .btn-outline-onyx:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-onyx.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 40, 40, 0.5); }

.btn-outline-iron {
  color: #595959;
  border-color: #595959; }
  .btn-outline-iron:hover {
    color: #fff;
    background-color: #595959;
    border-color: #595959; }
  .btn-outline-iron:focus, .btn-outline-iron.focus {
    box-shadow: 0 0 0 0.2rem rgba(89, 89, 89, 0.5); }
  .btn-outline-iron.disabled, .btn-outline-iron:disabled {
    color: #595959;
    background-color: transparent; }
  .btn-outline-iron:not(:disabled):not(.disabled):active, .btn-outline-iron:not(:disabled):not(.disabled).active,
  .show > .btn-outline-iron.dropdown-toggle {
    color: #fff;
    background-color: #595959;
    border-color: #595959; }
    .btn-outline-iron:not(:disabled):not(.disabled):active:focus, .btn-outline-iron:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-iron.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(89, 89, 89, 0.5); }

.btn-outline-riviera {
  color: #01A3B0;
  border-color: #01A3B0; }
  .btn-outline-riviera:hover {
    color: #fff;
    background-color: #01A3B0;
    border-color: #01A3B0; }
  .btn-outline-riviera:focus, .btn-outline-riviera.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 163, 176, 0.5); }
  .btn-outline-riviera.disabled, .btn-outline-riviera:disabled {
    color: #01A3B0;
    background-color: transparent; }
  .btn-outline-riviera:not(:disabled):not(.disabled):active, .btn-outline-riviera:not(:disabled):not(.disabled).active,
  .show > .btn-outline-riviera.dropdown-toggle {
    color: #fff;
    background-color: #01A3B0;
    border-color: #01A3B0; }
    .btn-outline-riviera:not(:disabled):not(.disabled):active:focus, .btn-outline-riviera:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-riviera.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(1, 163, 176, 0.5); }

.btn-outline-avocado {
  color: #94BB20;
  border-color: #94BB20; }
  .btn-outline-avocado:hover {
    color: #212529;
    background-color: #94BB20;
    border-color: #94BB20; }
  .btn-outline-avocado:focus, .btn-outline-avocado.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }
  .btn-outline-avocado.disabled, .btn-outline-avocado:disabled {
    color: #94BB20;
    background-color: transparent; }
  .btn-outline-avocado:not(:disabled):not(.disabled):active, .btn-outline-avocado:not(:disabled):not(.disabled).active,
  .show > .btn-outline-avocado.dropdown-toggle {
    color: #212529;
    background-color: #94BB20;
    border-color: #94BB20; }
    .btn-outline-avocado:not(:disabled):not(.disabled):active:focus, .btn-outline-avocado:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-avocado.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }

.btn-outline-bluebell {
  color: #657E95;
  border-color: #657E95; }
  .btn-outline-bluebell:hover {
    color: #fff;
    background-color: #657E95;
    border-color: #657E95; }
  .btn-outline-bluebell:focus, .btn-outline-bluebell.focus {
    box-shadow: 0 0 0 0.2rem rgba(101, 126, 149, 0.5); }
  .btn-outline-bluebell.disabled, .btn-outline-bluebell:disabled {
    color: #657E95;
    background-color: transparent; }
  .btn-outline-bluebell:not(:disabled):not(.disabled):active, .btn-outline-bluebell:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bluebell.dropdown-toggle {
    color: #fff;
    background-color: #657E95;
    border-color: #657E95; }
    .btn-outline-bluebell:not(:disabled):not(.disabled):active:focus, .btn-outline-bluebell:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bluebell.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(101, 126, 149, 0.5); }

.btn-outline-blueberry {
  color: #2E5084;
  border-color: #2E5084; }
  .btn-outline-blueberry:hover {
    color: #fff;
    background-color: #2E5084;
    border-color: #2E5084; }
  .btn-outline-blueberry:focus, .btn-outline-blueberry.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 80, 132, 0.5); }
  .btn-outline-blueberry.disabled, .btn-outline-blueberry:disabled {
    color: #2E5084;
    background-color: transparent; }
  .btn-outline-blueberry:not(:disabled):not(.disabled):active, .btn-outline-blueberry:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blueberry.dropdown-toggle {
    color: #fff;
    background-color: #2E5084;
    border-color: #2E5084; }
    .btn-outline-blueberry:not(:disabled):not(.disabled):active:focus, .btn-outline-blueberry:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blueberry.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(46, 80, 132, 0.5); }

.btn-outline-beesknees {
  color: #DEE21C;
  border-color: #DEE21C; }
  .btn-outline-beesknees:hover {
    color: #212529;
    background-color: #DEE21C;
    border-color: #DEE21C; }
  .btn-outline-beesknees:focus, .btn-outline-beesknees.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 226, 28, 0.5); }
  .btn-outline-beesknees.disabled, .btn-outline-beesknees:disabled {
    color: #DEE21C;
    background-color: transparent; }
  .btn-outline-beesknees:not(:disabled):not(.disabled):active, .btn-outline-beesknees:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beesknees.dropdown-toggle {
    color: #212529;
    background-color: #DEE21C;
    border-color: #DEE21C; }
    .btn-outline-beesknees:not(:disabled):not(.disabled):active:focus, .btn-outline-beesknees:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beesknees.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 226, 28, 0.5); }

.btn-outline-golfcourse {
  color: #589b4a;
  border-color: #589b4a; }
  .btn-outline-golfcourse:hover {
    color: #fff;
    background-color: #589b4a;
    border-color: #589b4a; }
  .btn-outline-golfcourse:focus, .btn-outline-golfcourse.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 155, 74, 0.5); }
  .btn-outline-golfcourse.disabled, .btn-outline-golfcourse:disabled {
    color: #589b4a;
    background-color: transparent; }
  .btn-outline-golfcourse:not(:disabled):not(.disabled):active, .btn-outline-golfcourse:not(:disabled):not(.disabled).active,
  .show > .btn-outline-golfcourse.dropdown-toggle {
    color: #fff;
    background-color: #589b4a;
    border-color: #589b4a; }
    .btn-outline-golfcourse:not(:disabled):not(.disabled):active:focus, .btn-outline-golfcourse:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-golfcourse.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(88, 155, 74, 0.5); }

.btn-outline-hiveberry {
  color: #730062;
  border-color: #730062; }
  .btn-outline-hiveberry:hover {
    color: #fff;
    background-color: #730062;
    border-color: #730062; }
  .btn-outline-hiveberry:focus, .btn-outline-hiveberry.focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 0, 98, 0.5); }
  .btn-outline-hiveberry.disabled, .btn-outline-hiveberry:disabled {
    color: #730062;
    background-color: transparent; }
  .btn-outline-hiveberry:not(:disabled):not(.disabled):active, .btn-outline-hiveberry:not(:disabled):not(.disabled).active,
  .show > .btn-outline-hiveberry.dropdown-toggle {
    color: #fff;
    background-color: #730062;
    border-color: #730062; }
    .btn-outline-hiveberry:not(:disabled):not(.disabled):active:focus, .btn-outline-hiveberry:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-hiveberry.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(115, 0, 98, 0.5); }

.btn-outline-fusion {
  color: #B3B936;
  border-color: #B3B936; }
  .btn-outline-fusion:hover {
    color: #212529;
    background-color: #B3B936;
    border-color: #B3B936; }
  .btn-outline-fusion:focus, .btn-outline-fusion.focus {
    box-shadow: 0 0 0 0.2rem rgba(179, 185, 54, 0.5); }
  .btn-outline-fusion.disabled, .btn-outline-fusion:disabled {
    color: #B3B936;
    background-color: transparent; }
  .btn-outline-fusion:not(:disabled):not(.disabled):active, .btn-outline-fusion:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fusion.dropdown-toggle {
    color: #212529;
    background-color: #B3B936;
    border-color: #B3B936; }
    .btn-outline-fusion:not(:disabled):not(.disabled):active:focus, .btn-outline-fusion:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fusion.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(179, 185, 54, 0.5); }

.btn-outline-fireworks {
  color: #CD3529;
  border-color: #CD3529; }
  .btn-outline-fireworks:hover {
    color: #fff;
    background-color: #CD3529;
    border-color: #CD3529; }
  .btn-outline-fireworks:focus, .btn-outline-fireworks.focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 53, 41, 0.5); }
  .btn-outline-fireworks.disabled, .btn-outline-fireworks:disabled {
    color: #CD3529;
    background-color: transparent; }
  .btn-outline-fireworks:not(:disabled):not(.disabled):active, .btn-outline-fireworks:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fireworks.dropdown-toggle {
    color: #fff;
    background-color: #CD3529;
    border-color: #CD3529; }
    .btn-outline-fireworks:not(:disabled):not(.disabled):active:focus, .btn-outline-fireworks:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fireworks.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(205, 53, 41, 0.5); }

.btn-outline-graphite {
  color: #808080;
  border-color: #808080; }
  .btn-outline-graphite:hover {
    color: #fff;
    background-color: #808080;
    border-color: #808080; }
  .btn-outline-graphite:focus, .btn-outline-graphite.focus {
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5); }
  .btn-outline-graphite.disabled, .btn-outline-graphite:disabled {
    color: #808080;
    background-color: transparent; }
  .btn-outline-graphite:not(:disabled):not(.disabled):active, .btn-outline-graphite:not(:disabled):not(.disabled).active,
  .show > .btn-outline-graphite.dropdown-toggle {
    color: #fff;
    background-color: #808080;
    border-color: #808080; }
    .btn-outline-graphite:not(:disabled):not(.disabled):active:focus, .btn-outline-graphite:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-graphite.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(128, 128, 128, 0.5); }

.btn-outline-bondiblue {
  color: #0082be;
  border-color: #0082be; }
  .btn-outline-bondiblue:hover {
    color: #fff;
    background-color: #0082be;
    border-color: #0082be; }
  .btn-outline-bondiblue:focus, .btn-outline-bondiblue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 130, 190, 0.5); }
  .btn-outline-bondiblue.disabled, .btn-outline-bondiblue:disabled {
    color: #0082be;
    background-color: transparent; }
  .btn-outline-bondiblue:not(:disabled):not(.disabled):active, .btn-outline-bondiblue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bondiblue.dropdown-toggle {
    color: #fff;
    background-color: #0082be;
    border-color: #0082be; }
    .btn-outline-bondiblue:not(:disabled):not(.disabled):active:focus, .btn-outline-bondiblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bondiblue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 130, 190, 0.5); }

.btn-outline-magenta {
  color: #730062;
  border-color: #730062; }
  .btn-outline-magenta:hover {
    color: #fff;
    background-color: #730062;
    border-color: #730062; }
  .btn-outline-magenta:focus, .btn-outline-magenta.focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 0, 98, 0.5); }
  .btn-outline-magenta.disabled, .btn-outline-magenta:disabled {
    color: #730062;
    background-color: transparent; }
  .btn-outline-magenta:not(:disabled):not(.disabled):active, .btn-outline-magenta:not(:disabled):not(.disabled).active,
  .show > .btn-outline-magenta.dropdown-toggle {
    color: #fff;
    background-color: #730062;
    border-color: #730062; }
    .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-magenta.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(115, 0, 98, 0.5); }

.btn-outline-rockbottom {
  color: #484A4A;
  border-color: #484A4A; }
  .btn-outline-rockbottom:hover {
    color: #fff;
    background-color: #484A4A;
    border-color: #484A4A; }
  .btn-outline-rockbottom:focus, .btn-outline-rockbottom.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 74, 74, 0.5); }
  .btn-outline-rockbottom.disabled, .btn-outline-rockbottom:disabled {
    color: #484A4A;
    background-color: transparent; }
  .btn-outline-rockbottom:not(:disabled):not(.disabled):active, .btn-outline-rockbottom:not(:disabled):not(.disabled).active,
  .show > .btn-outline-rockbottom.dropdown-toggle {
    color: #fff;
    background-color: #484A4A;
    border-color: #484A4A; }
    .btn-outline-rockbottom:not(:disabled):not(.disabled):active:focus, .btn-outline-rockbottom:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-rockbottom.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 74, 74, 0.5); }

.btn-outline-sage {
  color: #7EA978;
  border-color: #7EA978; }
  .btn-outline-sage:hover {
    color: #212529;
    background-color: #7EA978;
    border-color: #7EA978; }
  .btn-outline-sage:focus, .btn-outline-sage.focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 169, 120, 0.5); }
  .btn-outline-sage.disabled, .btn-outline-sage:disabled {
    color: #7EA978;
    background-color: transparent; }
  .btn-outline-sage:not(:disabled):not(.disabled):active, .btn-outline-sage:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sage.dropdown-toggle {
    color: #212529;
    background-color: #7EA978;
    border-color: #7EA978; }
    .btn-outline-sage:not(:disabled):not(.disabled):active:focus, .btn-outline-sage:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sage.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(126, 169, 120, 0.5); }

.btn-outline-greatfalls {
  color: #1E748F;
  border-color: #1E748F; }
  .btn-outline-greatfalls:hover {
    color: #fff;
    background-color: #1E748F;
    border-color: #1E748F; }
  .btn-outline-greatfalls:focus, .btn-outline-greatfalls.focus {
    box-shadow: 0 0 0 0.2rem rgba(30, 116, 143, 0.5); }
  .btn-outline-greatfalls.disabled, .btn-outline-greatfalls:disabled {
    color: #1E748F;
    background-color: transparent; }
  .btn-outline-greatfalls:not(:disabled):not(.disabled):active, .btn-outline-greatfalls:not(:disabled):not(.disabled).active,
  .show > .btn-outline-greatfalls.dropdown-toggle {
    color: #fff;
    background-color: #1E748F;
    border-color: #1E748F; }
    .btn-outline-greatfalls:not(:disabled):not(.disabled):active:focus, .btn-outline-greatfalls:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-greatfalls.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(30, 116, 143, 0.5); }

.btn-outline-autumn {
  color: #D1945E;
  border-color: #D1945E; }
  .btn-outline-autumn:hover {
    color: #212529;
    background-color: #D1945E;
    border-color: #D1945E; }
  .btn-outline-autumn:focus, .btn-outline-autumn.focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 148, 94, 0.5); }
  .btn-outline-autumn.disabled, .btn-outline-autumn:disabled {
    color: #D1945E;
    background-color: transparent; }
  .btn-outline-autumn:not(:disabled):not(.disabled):active, .btn-outline-autumn:not(:disabled):not(.disabled).active,
  .show > .btn-outline-autumn.dropdown-toggle {
    color: #212529;
    background-color: #D1945E;
    border-color: #D1945E; }
    .btn-outline-autumn:not(:disabled):not(.disabled):active:focus, .btn-outline-autumn:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-autumn.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(209, 148, 94, 0.5); }

.btn-outline-tea {
  color: #8A2C17;
  border-color: #8A2C17; }
  .btn-outline-tea:hover {
    color: #fff;
    background-color: #8A2C17;
    border-color: #8A2C17; }
  .btn-outline-tea:focus, .btn-outline-tea.focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 44, 23, 0.5); }
  .btn-outline-tea.disabled, .btn-outline-tea:disabled {
    color: #8A2C17;
    background-color: transparent; }
  .btn-outline-tea:not(:disabled):not(.disabled):active, .btn-outline-tea:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tea.dropdown-toggle {
    color: #fff;
    background-color: #8A2C17;
    border-color: #8A2C17; }
    .btn-outline-tea:not(:disabled):not(.disabled):active:focus, .btn-outline-tea:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tea.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(138, 44, 23, 0.5); }

.btn-outline-razzmatazz {
  color: #C6004C;
  border-color: #C6004C; }
  .btn-outline-razzmatazz:hover {
    color: #fff;
    background-color: #C6004C;
    border-color: #C6004C; }
  .btn-outline-razzmatazz:focus, .btn-outline-razzmatazz.focus {
    box-shadow: 0 0 0 0.2rem rgba(198, 0, 76, 0.5); }
  .btn-outline-razzmatazz.disabled, .btn-outline-razzmatazz:disabled {
    color: #C6004C;
    background-color: transparent; }
  .btn-outline-razzmatazz:not(:disabled):not(.disabled):active, .btn-outline-razzmatazz:not(:disabled):not(.disabled).active,
  .show > .btn-outline-razzmatazz.dropdown-toggle {
    color: #fff;
    background-color: #C6004C;
    border-color: #C6004C; }
    .btn-outline-razzmatazz:not(:disabled):not(.disabled):active:focus, .btn-outline-razzmatazz:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-razzmatazz.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(198, 0, 76, 0.5); }

.btn-outline-turquoise {
  color: #75c9d3;
  border-color: #75c9d3; }
  .btn-outline-turquoise:hover {
    color: #212529;
    background-color: #75c9d3;
    border-color: #75c9d3; }
  .btn-outline-turquoise:focus, .btn-outline-turquoise.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 201, 211, 0.5); }
  .btn-outline-turquoise.disabled, .btn-outline-turquoise:disabled {
    color: #75c9d3;
    background-color: transparent; }
  .btn-outline-turquoise:not(:disabled):not(.disabled):active, .btn-outline-turquoise:not(:disabled):not(.disabled).active,
  .show > .btn-outline-turquoise.dropdown-toggle {
    color: #212529;
    background-color: #75c9d3;
    border-color: #75c9d3; }
    .btn-outline-turquoise:not(:disabled):not(.disabled):active:focus, .btn-outline-turquoise:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-turquoise.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(117, 201, 211, 0.5); }

.btn-outline-machorange {
  color: #e25300;
  border-color: #e25300; }
  .btn-outline-machorange:hover {
    color: #fff;
    background-color: #e25300;
    border-color: #e25300; }
  .btn-outline-machorange:focus, .btn-outline-machorange.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 83, 0, 0.5); }
  .btn-outline-machorange.disabled, .btn-outline-machorange:disabled {
    color: #e25300;
    background-color: transparent; }
  .btn-outline-machorange:not(:disabled):not(.disabled):active, .btn-outline-machorange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-machorange.dropdown-toggle {
    color: #fff;
    background-color: #e25300;
    border-color: #e25300; }
    .btn-outline-machorange:not(:disabled):not(.disabled):active:focus, .btn-outline-machorange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-machorange.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(226, 83, 0, 0.5); }

.btn-outline-chateau {
  color: #A0A0A0;
  border-color: #A0A0A0; }
  .btn-outline-chateau:hover {
    color: #212529;
    background-color: #A0A0A0;
    border-color: #A0A0A0; }
  .btn-outline-chateau:focus, .btn-outline-chateau.focus {
    box-shadow: 0 0 0 0.2rem rgba(160, 160, 160, 0.5); }
  .btn-outline-chateau.disabled, .btn-outline-chateau:disabled {
    color: #A0A0A0;
    background-color: transparent; }
  .btn-outline-chateau:not(:disabled):not(.disabled):active, .btn-outline-chateau:not(:disabled):not(.disabled).active,
  .show > .btn-outline-chateau.dropdown-toggle {
    color: #212529;
    background-color: #A0A0A0;
    border-color: #A0A0A0; }
    .btn-outline-chateau:not(:disabled):not(.disabled):active:focus, .btn-outline-chateau:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-chateau.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(160, 160, 160, 0.5); }

.btn-outline-ghost {
  color: #CDCDCD;
  border-color: #CDCDCD; }
  .btn-outline-ghost:hover {
    color: #212529;
    background-color: #CDCDCD;
    border-color: #CDCDCD; }
  .btn-outline-ghost:focus, .btn-outline-ghost.focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.5); }
  .btn-outline-ghost.disabled, .btn-outline-ghost:disabled {
    color: #CDCDCD;
    background-color: transparent; }
  .btn-outline-ghost:not(:disabled):not(.disabled):active, .btn-outline-ghost:not(:disabled):not(.disabled).active,
  .show > .btn-outline-ghost.dropdown-toggle {
    color: #212529;
    background-color: #CDCDCD;
    border-color: #CDCDCD; }
    .btn-outline-ghost:not(:disabled):not(.disabled):active:focus, .btn-outline-ghost:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-ghost.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(205, 205, 205, 0.5); }

.btn-outline-quicksilver {
  color: #999999;
  border-color: #999999; }
  .btn-outline-quicksilver:hover {
    color: #212529;
    background-color: #999999;
    border-color: #999999; }
  .btn-outline-quicksilver:focus, .btn-outline-quicksilver.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5); }
  .btn-outline-quicksilver.disabled, .btn-outline-quicksilver:disabled {
    color: #999999;
    background-color: transparent; }
  .btn-outline-quicksilver:not(:disabled):not(.disabled):active, .btn-outline-quicksilver:not(:disabled):not(.disabled).active,
  .show > .btn-outline-quicksilver.dropdown-toggle {
    color: #212529;
    background-color: #999999;
    border-color: #999999; }
    .btn-outline-quicksilver:not(:disabled):not(.disabled):active:focus, .btn-outline-quicksilver:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-quicksilver.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(153, 153, 153, 0.5); }

.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .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: #FFFFFF;
    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: #FFFFFF;
    border-color: #FFFFFF; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-black {
  color: #000000;
  border-color: #000000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    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: #000000;
    border-color: #000000; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-fbblue {
  color: #4267b2;
  border-color: #4267b2; }
  .btn-outline-fbblue:hover {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2; }
  .btn-outline-fbblue:focus, .btn-outline-fbblue.focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 103, 178, 0.5); }
  .btn-outline-fbblue.disabled, .btn-outline-fbblue:disabled {
    color: #4267b2;
    background-color: transparent; }
  .btn-outline-fbblue:not(:disabled):not(.disabled):active, .btn-outline-fbblue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fbblue.dropdown-toggle {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2; }
    .btn-outline-fbblue:not(:disabled):not(.disabled):active:focus, .btn-outline-fbblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fbblue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(66, 103, 178, 0.5); }

.btn-outline-twitterblue {
  color: #1da1f2;
  border-color: #1da1f2; }
  .btn-outline-twitterblue:hover {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2; }
  .btn-outline-twitterblue:focus, .btn-outline-twitterblue.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5); }
  .btn-outline-twitterblue.disabled, .btn-outline-twitterblue:disabled {
    color: #1da1f2;
    background-color: transparent; }
  .btn-outline-twitterblue:not(:disabled):not(.disabled):active, .btn-outline-twitterblue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-twitterblue.dropdown-toggle {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2; }
    .btn-outline-twitterblue:not(:disabled):not(.disabled):active:focus, .btn-outline-twitterblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-twitterblue.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(29, 161, 242, 0.5); }

.btn-outline-ytred {
  color: #ff0000;
  border-color: #ff0000; }
  .btn-outline-ytred:hover {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000; }
  .btn-outline-ytred:focus, .btn-outline-ytred.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-outline-ytred.disabled, .btn-outline-ytred:disabled {
    color: #ff0000;
    background-color: transparent; }
  .btn-outline-ytred:not(:disabled):not(.disabled):active, .btn-outline-ytred:not(:disabled):not(.disabled).active,
  .show > .btn-outline-ytred.dropdown-toggle {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000; }
    .btn-outline-ytred:not(:disabled):not(.disabled):active:focus, .btn-outline-ytred:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-ytred.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.btn-outline-ig {
  color: #F00075;
  border-color: #F00075; }
  .btn-outline-ig:hover {
    color: #fff;
    background-color: #F00075;
    border-color: #F00075; }
  .btn-outline-ig:focus, .btn-outline-ig.focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 0, 117, 0.5); }
  .btn-outline-ig.disabled, .btn-outline-ig:disabled {
    color: #F00075;
    background-color: transparent; }
  .btn-outline-ig:not(:disabled):not(.disabled):active, .btn-outline-ig:not(:disabled):not(.disabled).active,
  .show > .btn-outline-ig.dropdown-toggle {
    color: #fff;
    background-color: #F00075;
    border-color: #F00075; }
    .btn-outline-ig:not(:disabled):not(.disabled):active:focus, .btn-outline-ig:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-ig.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(240, 0, 117, 0.5); }

.btn-outline-cbcolor {
  color: rgba(0, 0, 0, 0.125);
  border-color: rgba(0, 0, 0, 0.125); }
  .btn-outline-cbcolor:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.125);
    border-color: rgba(0, 0, 0, 0.125); }
  .btn-outline-cbcolor:focus, .btn-outline-cbcolor.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-cbcolor.disabled, .btn-outline-cbcolor:disabled {
    color: rgba(0, 0, 0, 0.125);
    background-color: transparent; }
  .btn-outline-cbcolor:not(:disabled):not(.disabled):active, .btn-outline-cbcolor:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cbcolor.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.125);
    border-color: rgba(0, 0, 0, 0.125); }
    .btn-outline-cbcolor:not(:disabled):not(.disabled):active:focus, .btn-outline-cbcolor:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cbcolor.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-brand {
  color: #000000;
  border-color: #000000; }
  .btn-outline-brand:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-brand:focus, .btn-outline-brand.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-brand.disabled, .btn-outline-brand:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-brand:not(:disabled):not(.disabled):active, .btn-outline-brand:not(:disabled):not(.disabled).active,
  .show > .btn-outline-brand.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
    .btn-outline-brand:not(:disabled):not(.disabled):active:focus, .btn-outline-brand:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-brand.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-red {
  color: #ED0A3F;
  border-color: #ED0A3F; }
  .btn-outline-red:hover {
    color: #fff;
    background-color: #ED0A3F;
    border-color: #ED0A3F; }
  .btn-outline-red:focus, .btn-outline-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 10, 63, 0.5); }
  .btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #ED0A3F;
    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: #ED0A3F;
    border-color: #ED0A3F; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(237, 10, 63, 0.5); }

.btn-outline-orange {
  color: #FF8833;
  border-color: #FF8833; }
  .btn-outline-orange:hover {
    color: #212529;
    background-color: #FF8833;
    border-color: #FF8833; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 136, 51, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #FF8833;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #212529;
    background-color: #FF8833;
    border-color: #FF8833; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 136, 51, 0.5); }

.btn-outline-yellow {
  color: #FBE870;
  border-color: #FBE870; }
  .btn-outline-yellow:hover {
    color: #212529;
    background-color: #FBE870;
    border-color: #FBE870; }
  .btn-outline-yellow:focus, .btn-outline-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 232, 112, 0.5); }
  .btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #FBE870;
    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: #212529;
    background-color: #FBE870;
    border-color: #FBE870; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(251, 232, 112, 0.5); }

.btn-outline-green {
  color: #3AA655;
  border-color: #3AA655; }
  .btn-outline-green:hover {
    color: #fff;
    background-color: #3AA655;
    border-color: #3AA655; }
  .btn-outline-green:focus, .btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 166, 85, 0.5); }
  .btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #3AA655;
    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: #3AA655;
    border-color: #3AA655; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 166, 85, 0.5); }

.btn-outline-blue {
  color: #0066FF;
  border-color: #0066FF; }
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #0066FF;
    border-color: #0066FF; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 255, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #0066FF;
    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: #0066FF;
    border-color: #0066FF; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 102, 255, 0.5); }

.btn-outline-purple {
  color: #652DC1;
  border-color: #652DC1; }
  .btn-outline-purple:hover {
    color: #fff;
    background-color: #652DC1;
    border-color: #652DC1; }
  .btn-outline-purple:focus, .btn-outline-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(101, 45, 193, 0.5); }
  .btn-outline-purple.disabled, .btn-outline-purple:disabled {
    color: #652DC1;
    background-color: transparent; }
  .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #652DC1;
    border-color: #652DC1; }
    .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-purple.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(101, 45, 193, 0.5); }

.btn-outline-brown {
  color: #805533;
  border-color: #805533; }
  .btn-outline-brown:hover {
    color: #fff;
    background-color: #805533;
    border-color: #805533; }
  .btn-outline-brown:focus, .btn-outline-brown.focus {
    box-shadow: 0 0 0 0.2rem rgba(128, 85, 51, 0.5); }
  .btn-outline-brown.disabled, .btn-outline-brown:disabled {
    color: #805533;
    background-color: transparent; }
  .btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active,
  .show > .btn-outline-brown.dropdown-toggle {
    color: #fff;
    background-color: #805533;
    border-color: #805533; }
    .btn-outline-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-brown:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-brown.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(128, 85, 51, 0.5); }

.btn-outline-pink {
  color: #E75480;
  border-color: #E75480; }
  .btn-outline-pink:hover {
    color: #fff;
    background-color: #E75480;
    border-color: #E75480; }
  .btn-outline-pink:focus, .btn-outline-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 84, 128, 0.5); }
  .btn-outline-pink.disabled, .btn-outline-pink:disabled {
    color: #E75480;
    background-color: transparent; }
  .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #E75480;
    border-color: #E75480; }
    .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(231, 84, 128, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

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

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

.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: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
    background-image: none; }

.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.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group: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;
  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: #007bff;
    background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
    box-shadow:; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
    box-shadow:; }
  .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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .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.25rem; }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
  box-shadow:; }

.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: rgba(0, 123, 255, 0.5) linear-gradient(180deg, rgba(88, 169, 255, 0.575), rgba(0, 123, 255, 0.5)) repeat-x; }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background: rgba(0, 123, 255, 0.5) linear-gradient(180deg, rgba(88, 169, 255, 0.575), rgba(0, 123, 255, 0.5)) repeat-x; }

.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: rgba(0, 123, 255, 0.5) linear-gradient(180deg, rgba(88, 169, 255, 0.575), rgba(0, 123, 255, 0.5)) repeat-x; }

.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: rgba(0, 123, 255, 0.5) linear-gradient(180deg, rgba(88, 169, 255, 0.575), rgba(0, 123, 255, 0.5)) repeat-x; }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  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(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background: #b3d7ff linear-gradient(180deg, #beddff, #b3d7ff) repeat-x; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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 {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background: #b3d7ff linear-gradient(180deg, #beddff, #b3d7ff) repeat-x; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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 {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background: #b3d7ff linear-gradient(180deg, #beddff, #b3d7ff) repeat-x; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .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: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

.nav-fill > .nav-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.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 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.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

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

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

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

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

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

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

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

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

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

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    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.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.badge-pacific {
  color: #fff;
  background-color: #01A3B0; }
  a.badge-pacific:hover, a.badge-pacific:focus {
    color: #fff;
    background-color: #01747d; }
  a.badge-pacific:focus, a.badge-pacific.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 163, 176, 0.5); }

.badge-asparagus {
  color: #212529;
  background-color: #94bb20; }
  a.badge-asparagus:hover, a.badge-asparagus:focus {
    color: #212529;
    background-color: #728f19; }
  a.badge-asparagus:focus, a.badge-asparagus.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }

.badge-daredevil {
  color: #fff;
  background-color: #E25300; }
  a.badge-daredevil:hover, a.badge-daredevil:focus {
    color: #fff;
    background-color: #af4000; }
  a.badge-daredevil:focus, a.badge-daredevil.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(226, 83, 0, 0.5); }

.badge-sultana {
  color: #fff;
  background-color: #660B80; }
  a.badge-sultana:hover, a.badge-sultana:focus {
    color: #fff;
    background-color: #410751; }
  a.badge-sultana:focus, a.badge-sultana.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 11, 128, 0.5); }

.badge-plum {
  color: #fff;
  background-color: #A282B1; }
  a.badge-plum:hover, a.badge-plum:focus {
    color: #fff;
    background-color: #8b639d; }
  a.badge-plum:focus, a.badge-plum.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(162, 130, 177, 0.5); }

.badge-shilo {
  color: #212529;
  background-color: #e69ea2; }
  a.badge-shilo:hover, a.badge-shilo:focus {
    color: #212529;
    background-color: #dc757b; }
  a.badge-shilo:focus, a.badge-shilo.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(230, 158, 162, 0.5); }

.badge-flame {
  color: #fff;
  background-color: #EB6126; }
  a.badge-flame:hover, a.badge-flame:focus {
    color: #fff;
    background-color: #cb4a13; }
  a.badge-flame:focus, a.badge-flame.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(235, 97, 38, 0.5); }

.badge-onyx {
  color: #fff;
  background-color: #282828; }
  a.badge-onyx:hover, a.badge-onyx:focus {
    color: #fff;
    background-color: #0f0f0f; }
  a.badge-onyx:focus, a.badge-onyx.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5); }

.badge-iron {
  color: #fff;
  background-color: #595959; }
  a.badge-iron:hover, a.badge-iron:focus {
    color: #fff;
    background-color: #404040; }
  a.badge-iron:focus, a.badge-iron.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(89, 89, 89, 0.5); }

.badge-riviera {
  color: #fff;
  background-color: #01A3B0; }
  a.badge-riviera:hover, a.badge-riviera:focus {
    color: #fff;
    background-color: #01747d; }
  a.badge-riviera:focus, a.badge-riviera.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 163, 176, 0.5); }

.badge-avocado {
  color: #212529;
  background-color: #94BB20; }
  a.badge-avocado:hover, a.badge-avocado:focus {
    color: #212529;
    background-color: #728f19; }
  a.badge-avocado:focus, a.badge-avocado.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(148, 187, 32, 0.5); }

.badge-bluebell {
  color: #fff;
  background-color: #657E95; }
  a.badge-bluebell:hover, a.badge-bluebell:focus {
    color: #fff;
    background-color: #506477; }
  a.badge-bluebell:focus, a.badge-bluebell.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(101, 126, 149, 0.5); }

.badge-blueberry {
  color: #fff;
  background-color: #2E5084; }
  a.badge-blueberry:hover, a.badge-blueberry:focus {
    color: #fff;
    background-color: #21395e; }
  a.badge-blueberry:focus, a.badge-blueberry.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(46, 80, 132, 0.5); }

.badge-beesknees {
  color: #212529;
  background-color: #DEE21C; }
  a.badge-beesknees:hover, a.badge-beesknees:focus {
    color: #212529;
    background-color: #b1b516; }
  a.badge-beesknees:focus, a.badge-beesknees.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(222, 226, 28, 0.5); }

.badge-golfcourse {
  color: #fff;
  background-color: #589b4a; }
  a.badge-golfcourse:hover, a.badge-golfcourse:focus {
    color: #fff;
    background-color: #44783a; }
  a.badge-golfcourse:focus, a.badge-golfcourse.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(88, 155, 74, 0.5); }

.badge-hiveberry {
  color: #fff;
  background-color: #730062; }
  a.badge-hiveberry:hover, a.badge-hiveberry:focus {
    color: #fff;
    background-color: #400037; }
  a.badge-hiveberry:focus, a.badge-hiveberry.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(115, 0, 98, 0.5); }

.badge-fusion {
  color: #212529;
  background-color: #B3B936; }
  a.badge-fusion:hover, a.badge-fusion:focus {
    color: #212529;
    background-color: #8d922a; }
  a.badge-fusion:focus, a.badge-fusion.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(179, 185, 54, 0.5); }

.badge-fireworks {
  color: #fff;
  background-color: #CD3529; }
  a.badge-fireworks:hover, a.badge-fireworks:focus {
    color: #fff;
    background-color: #a32a21; }
  a.badge-fireworks:focus, a.badge-fireworks.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(205, 53, 41, 0.5); }

.badge-graphite {
  color: #fff;
  background-color: #808080; }
  a.badge-graphite:hover, a.badge-graphite:focus {
    color: #fff;
    background-color: #676767; }
  a.badge-graphite:focus, a.badge-graphite.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5); }

.badge-bondiblue {
  color: #fff;
  background-color: #0082be; }
  a.badge-bondiblue:hover, a.badge-bondiblue:focus {
    color: #fff;
    background-color: #005f8b; }
  a.badge-bondiblue:focus, a.badge-bondiblue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 130, 190, 0.5); }

.badge-magenta {
  color: #fff;
  background-color: #730062; }
  a.badge-magenta:hover, a.badge-magenta:focus {
    color: #fff;
    background-color: #400037; }
  a.badge-magenta:focus, a.badge-magenta.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(115, 0, 98, 0.5); }

.badge-rockbottom {
  color: #fff;
  background-color: #484A4A; }
  a.badge-rockbottom:hover, a.badge-rockbottom:focus {
    color: #fff;
    background-color: #2f3030; }
  a.badge-rockbottom:focus, a.badge-rockbottom.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 74, 74, 0.5); }

.badge-sage {
  color: #212529;
  background-color: #7EA978; }
  a.badge-sage:hover, a.badge-sage:focus {
    color: #212529;
    background-color: #63915d; }
  a.badge-sage:focus, a.badge-sage.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(126, 169, 120, 0.5); }

.badge-greatfalls {
  color: #fff;
  background-color: #1E748F; }
  a.badge-greatfalls:hover, a.badge-greatfalls:focus {
    color: #fff;
    background-color: #155265; }
  a.badge-greatfalls:focus, a.badge-greatfalls.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(30, 116, 143, 0.5); }

.badge-autumn {
  color: #212529;
  background-color: #D1945E; }
  a.badge-autumn:hover, a.badge-autumn:focus {
    color: #212529;
    background-color: #c47a38; }
  a.badge-autumn:focus, a.badge-autumn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(209, 148, 94, 0.5); }

.badge-tea {
  color: #fff;
  background-color: #8A2C17; }
  a.badge-tea:hover, a.badge-tea:focus {
    color: #fff;
    background-color: #5e1e10; }
  a.badge-tea:focus, a.badge-tea.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(138, 44, 23, 0.5); }

.badge-razzmatazz {
  color: #fff;
  background-color: #C6004C; }
  a.badge-razzmatazz:hover, a.badge-razzmatazz:focus {
    color: #fff;
    background-color: #930038; }
  a.badge-razzmatazz:focus, a.badge-razzmatazz.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(198, 0, 76, 0.5); }

.badge-turquoise {
  color: #212529;
  background-color: #75c9d3; }
  a.badge-turquoise:hover, a.badge-turquoise:focus {
    color: #212529;
    background-color: #4ebac7; }
  a.badge-turquoise:focus, a.badge-turquoise.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(117, 201, 211, 0.5); }

.badge-machorange {
  color: #fff;
  background-color: #e25300; }
  a.badge-machorange:hover, a.badge-machorange:focus {
    color: #fff;
    background-color: #af4000; }
  a.badge-machorange:focus, a.badge-machorange.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(226, 83, 0, 0.5); }

.badge-chateau {
  color: #212529;
  background-color: #A0A0A0; }
  a.badge-chateau:hover, a.badge-chateau:focus {
    color: #212529;
    background-color: #878787; }
  a.badge-chateau:focus, a.badge-chateau.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(160, 160, 160, 0.5); }

.badge-ghost {
  color: #212529;
  background-color: #CDCDCD; }
  a.badge-ghost:hover, a.badge-ghost:focus {
    color: #212529;
    background-color: #b4b4b4; }
  a.badge-ghost:focus, a.badge-ghost.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.5); }

.badge-quicksilver {
  color: #212529;
  background-color: #999999; }
  a.badge-quicksilver:hover, a.badge-quicksilver:focus {
    color: #212529;
    background-color: gray; }
  a.badge-quicksilver:focus, a.badge-quicksilver.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5); }

.badge-white {
  color: #212529;
  background-color: #FFFFFF; }
  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-black {
  color: #fff;
  background-color: #000000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-fbblue {
  color: #fff;
  background-color: #4267b2; }
  a.badge-fbblue:hover, a.badge-fbblue:focus {
    color: #fff;
    background-color: #34518d; }
  a.badge-fbblue:focus, a.badge-fbblue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(66, 103, 178, 0.5); }

.badge-twitterblue {
  color: #fff;
  background-color: #1da1f2; }
  a.badge-twitterblue:hover, a.badge-twitterblue:focus {
    color: #fff;
    background-color: #0c85d0; }
  a.badge-twitterblue:focus, a.badge-twitterblue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5); }

.badge-ytred {
  color: #fff;
  background-color: #ff0000; }
  a.badge-ytred:hover, a.badge-ytred:focus {
    color: #fff;
    background-color: #cc0000; }
  a.badge-ytred:focus, a.badge-ytred.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.badge-ig {
  color: #fff;
  background-color: #F00075; }
  a.badge-ig:hover, a.badge-ig:focus {
    color: #fff;
    background-color: #bd005c; }
  a.badge-ig:focus, a.badge-ig.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(240, 0, 117, 0.5); }

.badge-cbcolor {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.125); }
  a.badge-cbcolor:hover, a.badge-cbcolor:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.125); }
  a.badge-cbcolor:focus, a.badge-cbcolor.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-brand {
  color: #fff;
  background-color: #000000; }
  a.badge-brand:hover, a.badge-brand:focus {
    color: #fff;
    background-color: black; }
  a.badge-brand:focus, a.badge-brand.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-red {
  color: #fff;
  background-color: #ED0A3F; }
  a.badge-red:hover, a.badge-red:focus {
    color: #fff;
    background-color: #bc0832; }
  a.badge-red:focus, a.badge-red.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(237, 10, 63, 0.5); }

.badge-orange {
  color: #212529;
  background-color: #FF8833; }
  a.badge-orange:hover, a.badge-orange:focus {
    color: #212529;
    background-color: #ff6a00; }
  a.badge-orange:focus, a.badge-orange.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 136, 51, 0.5); }

.badge-yellow {
  color: #212529;
  background-color: #FBE870; }
  a.badge-yellow:hover, a.badge-yellow:focus {
    color: #212529;
    background-color: #fae03e; }
  a.badge-yellow:focus, a.badge-yellow.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(251, 232, 112, 0.5); }

.badge-green {
  color: #fff;
  background-color: #3AA655; }
  a.badge-green:hover, a.badge-green:focus {
    color: #fff;
    background-color: #2d8042; }
  a.badge-green:focus, a.badge-green.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(58, 166, 85, 0.5); }

.badge-blue {
  color: #fff;
  background-color: #0066FF; }
  a.badge-blue:hover, a.badge-blue:focus {
    color: #fff;
    background-color: #0052cc; }
  a.badge-blue:focus, a.badge-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 255, 0.5); }

.badge-purple {
  color: #fff;
  background-color: #652DC1; }
  a.badge-purple:hover, a.badge-purple:focus {
    color: #fff;
    background-color: #4f2398; }
  a.badge-purple:focus, a.badge-purple.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(101, 45, 193, 0.5); }

.badge-brown {
  color: #fff;
  background-color: #805533; }
  a.badge-brown:hover, a.badge-brown:focus {
    color: #fff;
    background-color: #5c3d24; }
  a.badge-brown:focus, a.badge-brown.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 85, 51, 0.5); }

.badge-pink {
  color: #fff;
  background-color: #E75480; }
  a.badge-pink:hover, a.badge-pink:focus {
    color: #fff;
    background-color: #e1275f; }
  a.badge-pink:focus, a.badge-pink.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(231, 84, 128, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background: #cce5ff linear-gradient(180deg, #d4e9ff, #cce5ff) repeat-x;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background: #e2e3e5 linear-gradient(180deg, #e6e7e9, #e2e3e5) repeat-x;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background: #d4edda linear-gradient(180deg, #daf0e0, #d4edda) repeat-x;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background: #d1ecf1 linear-gradient(180deg, #d8eff3, #d1ecf1) repeat-x;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background: #fff3cd linear-gradient(180deg, #fff5d5, #fff3cd) repeat-x;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background: #f8d7da linear-gradient(180deg, #f9dde0, #f8d7da) repeat-x;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background: #fefefe linear-gradient(180deg, #fefefe, #fefefe) repeat-x;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background: #d6d8d9 linear-gradient(180deg, #dcdedf, #d6d8d9) repeat-x;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-pacific, .theme-ppl .alert-theme1 {
  color: #01555c;
  background: #ccedef linear-gradient(180deg, #d4f0f1, #ccedef) repeat-x;
  border-color: #b8e5e9; }
  .alert-pacific hr, .theme-ppl .alert-theme1 hr {
    border-top-color: #a5dee3; }
  .alert-pacific .alert-link, .theme-ppl .alert-theme1 .alert-link {
    color: #00262a; }

.alert-asparagus {
  color: #4d6111;
  background: #eaf1d2 linear-gradient(180deg, #edf3d9, #eaf1d2) repeat-x;
  border-color: #e1ecc1; }
  .alert-asparagus hr {
    border-top-color: #d8e6ad; }
  .alert-asparagus .alert-link {
    color: #2b3609; }

.alert-daredevil {
  color: #762b00;
  background: #f9ddcc linear-gradient(180deg, #fae2d4, #f9ddcc) repeat-x;
  border-color: #f7cfb8; }
  .alert-daredevil hr {
    border-top-color: #f4c0a1; }
  .alert-daredevil .alert-link {
    color: #431800; }

.alert-sultana {
  color: #350643;
  background: #e0cee6 linear-gradient(180deg, #e5d5ea, #e0cee6) repeat-x;
  border-color: #d4bbdb; }
  .alert-sultana hr {
    border-top-color: #c9aad2; }
  .alert-sultana .alert-link {
    color: #100214; }

.alert-plum {
  color: #54445c;
  background: #ece6ef linear-gradient(180deg, #efeaf1, #ece6ef) repeat-x;
  border-color: #e5dce9; }
  .alert-plum hr {
    border-top-color: #d9ccdf; }
  .alert-plum .alert-link {
    color: #392e3f; }

.alert-shilo {
  color: #785254;
  background: #faecec linear-gradient(180deg, #fbefef, #faecec) repeat-x;
  border-color: #f8e4e5; }
  .alert-shilo hr {
    border-top-color: #f3d0d2; }
  .alert-shilo .alert-link {
    color: #5a3d3f; }

.alert-flame, .theme-pw .alert-theme1 {
  color: #7a3214;
  background: #fbdfd4 linear-gradient(180deg, #fce4da, #fbdfd4) repeat-x;
  border-color: #f9d3c2; }
  .alert-flame hr, .theme-pw .alert-theme1 hr {
    border-top-color: #f7c2ab; }
  .alert-flame .alert-link, .theme-pw .alert-theme1 .alert-link {
    color: #4e200d; }

.alert-onyx {
  color: #151515;
  background: #d4d4d4 linear-gradient(180deg, #dadada, #d4d4d4) repeat-x;
  border-color: #c3c3c3; }
  .alert-onyx hr {
    border-top-color: #b6b6b6; }
  .alert-onyx .alert-link {
    color: black; }

.alert-iron {
  color: #2e2e2e;
  background: #dedede linear-gradient(180deg, #e3e3e3, #dedede) repeat-x;
  border-color: #d1d1d1; }
  .alert-iron hr {
    border-top-color: #c4c4c4; }
  .alert-iron .alert-link {
    color: #151515; }

.alert-riviera {
  color: #01555c;
  background: #ccedef linear-gradient(180deg, #d4f0f1, #ccedef) repeat-x;
  border-color: #b8e5e9; }
  .alert-riviera hr {
    border-top-color: #a5dee3; }
  .alert-riviera .alert-link {
    color: #00262a; }

.alert-avocado {
  color: #4d6111;
  background: #eaf1d2 linear-gradient(180deg, #edf3d9, #eaf1d2) repeat-x;
  border-color: #e1ecc1; }
  .alert-avocado hr {
    border-top-color: #d8e6ad; }
  .alert-avocado .alert-link {
    color: #2b3609; }

.alert-bluebell, .theme-hive .alert-theme1 {
  color: #35424d;
  background: #e0e5ea linear-gradient(180deg, #e5e9ed, #e0e5ea) repeat-x;
  border-color: #d4dbe1; }
  .alert-bluebell hr, .theme-hive .alert-theme1 hr {
    border-top-color: #c5ced7; }
  .alert-bluebell .alert-link, .theme-hive .alert-theme1 .alert-link {
    color: #20282f; }

.alert-blueberry {
  color: #182a45;
  background: #d5dce6 linear-gradient(180deg, #dbe1ea, #d5dce6) repeat-x;
  border-color: #c4cedd; }
  .alert-blueberry hr {
    border-top-color: #b4c1d4; }
  .alert-blueberry .alert-link {
    color: #0b131f; }

.alert-beesknees {
  color: #73760f;
  background: #f8f9d2 linear-gradient(180deg, #f9fad9, #f8f9d2) repeat-x;
  border-color: #f6f7bf; }
  .alert-beesknees hr {
    border-top-color: #f3f4a8; }
  .alert-beesknees .alert-link {
    color: #474909; }

.alert-golfcourse {
  color: #2e5126;
  background: #deebdb linear-gradient(180deg, #e3eee0, #deebdb) repeat-x;
  border-color: #d0e3cc; }
  .alert-golfcourse hr {
    border-top-color: #c1dabc; }
  .alert-golfcourse .alert-link {
    color: #1a2e16; }

.alert-hiveberry {
  color: #3c0033;
  background: #e3cce0 linear-gradient(180deg, #e7d4e5, #e3cce0) repeat-x;
  border-color: #d8b8d3; }
  .alert-hiveberry hr {
    border-top-color: #cfa8c9; }
  .alert-hiveberry .alert-link {
    color: #090008; }

.alert-fusion, .theme-cd .alert-theme1 {
  color: #5d601c;
  background: #f0f1d7 linear-gradient(180deg, #f2f3dd, #f0f1d7) repeat-x;
  border-color: #eaebc7; }
  .alert-fusion hr, .theme-cd .alert-theme1 hr {
    border-top-color: #e3e4b4; }
  .alert-fusion .alert-link, .theme-cd .alert-theme1 .alert-link {
    color: #373910; }

.alert-fireworks {
  color: #6b1c15;
  background: #f5d7d4 linear-gradient(180deg, #f7ddda, #f5d7d4) repeat-x;
  border-color: #f1c6c3; }
  .alert-fireworks hr {
    border-top-color: #ecb2ae; }
  .alert-fireworks .alert-link {
    color: #40110d; }

.alert-graphite {
  color: #434343;
  background: #e6e6e6 linear-gradient(180deg, #eaeaea, #e6e6e6) repeat-x;
  border-color: #dbdbdb; }
  .alert-graphite hr {
    border-top-color: #cecece; }
  .alert-graphite .alert-link {
    color: #2a2a2a; }

.alert-bondiblue {
  color: #004463;
  background: #cce6f2 linear-gradient(180deg, #d4eaf4, #cce6f2) repeat-x;
  border-color: #b8dced; }
  .alert-bondiblue hr {
    border-top-color: #a4d2e8; }
  .alert-bondiblue .alert-link {
    color: #002130; }

.alert-magenta {
  color: #3c0033;
  background: #e3cce0 linear-gradient(180deg, #e7d4e5, #e3cce0) repeat-x;
  border-color: #d8b8d3; }
  .alert-magenta hr {
    border-top-color: #cfa8c9; }
  .alert-magenta .alert-link {
    color: #090008; }

.alert-rockbottom, .theme-smcl .alert-theme1 {
  color: #252626;
  background: #dadbdb linear-gradient(180deg, #e0e0e0, #dadbdb) repeat-x;
  border-color: #cccccc; }
  .alert-rockbottom hr, .theme-smcl .alert-theme1 hr {
    border-top-color: #bfbfbf; }
  .alert-rockbottom .alert-link, .theme-smcl .alert-theme1 .alert-link {
    color: #0c0c0c; }

.alert-sage {
  color: #42583e;
  background: #e5eee4 linear-gradient(180deg, #e9f1e8, #e5eee4) repeat-x;
  border-color: #dbe7d9; }
  .alert-sage hr {
    border-top-color: #ccddc9; }
  .alert-sage .alert-link {
    color: #2c3a29; }

.alert-greatfalls {
  color: #103c4a;
  background: #d2e3e9 linear-gradient(180deg, #d9e7ec, #d2e3e9) repeat-x;
  border-color: #c0d8e0; }
  .alert-greatfalls hr {
    border-top-color: #afcdd8; }
  .alert-greatfalls .alert-link {
    color: #071a20; }

.alert-autumn {
  color: #6d4d31;
  background: #f6eadf linear-gradient(180deg, #f7ede4, #f6eadf) repeat-x;
  border-color: #f2e1d2; }
  .alert-autumn hr {
    border-top-color: #ecd4be; }
  .alert-autumn .alert-link {
    color: #4a3421; }

.alert-tea {
  color: #48170c;
  background: #e8d5d1 linear-gradient(180deg, #ebdbd8, #e8d5d1) repeat-x;
  border-color: #dec4be; }
  .alert-tea hr {
    border-top-color: #d5b5ad; }
  .alert-tea .alert-link {
    color: #1c0905; }

.alert-razzmatazz, .theme-mach .alert-theme1 {
  color: #670028;
  background: #f4ccdb linear-gradient(180deg, #f6d4e0, #f4ccdb) repeat-x;
  border-color: #efb8cd; }
  .alert-razzmatazz hr, .theme-mach .alert-theme1 hr {
    border-top-color: #eaa3be; }
  .alert-razzmatazz .alert-link, .theme-mach .alert-theme1 .alert-link {
    color: #340014; }

.alert-turquoise {
  color: #3d696e;
  background: #e3f4f6 linear-gradient(180deg, #e7f6f7, #e3f4f6) repeat-x;
  border-color: #d8f0f3; }
  .alert-turquoise hr {
    border-top-color: #c5e9ed; }
  .alert-turquoise .alert-link {
    color: #2b4a4d; }

.alert-machorange {
  color: #762b00;
  background: #f9ddcc linear-gradient(180deg, #fae2d4, #f9ddcc) repeat-x;
  border-color: #f7cfb8; }
  .alert-machorange hr {
    border-top-color: #f4c0a1; }
  .alert-machorange .alert-link {
    color: #431800; }

.alert-chateau {
  color: #535353;
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
  border-color: #e4e4e4; }
  .alert-chateau hr {
    border-top-color: #d7d7d7; }
  .alert-chateau .alert-link {
    color: #3a3a3a; }

.alert-ghost {
  color: #6b6b6b;
  background: whitesmoke linear-gradient(180deg, #f7f7f7, whitesmoke) repeat-x;
  border-color: #f1f1f1; }
  .alert-ghost hr {
    border-top-color: #e4e4e4; }
  .alert-ghost .alert-link {
    color: #525252; }

.alert-quicksilver, .theme-startup .alert-theme1 {
  color: #505050;
  background: #ebebeb linear-gradient(180deg, #eeeeee, #ebebeb) repeat-x;
  border-color: #e2e2e2; }
  .alert-quicksilver hr, .theme-startup .alert-theme1 hr {
    border-top-color: #d5d5d5; }
  .alert-quicksilver .alert-link, .theme-startup .alert-theme1 .alert-link {
    color: #373737; }

.alert-white {
  color: #858585;
  background: white linear-gradient(180deg, white, white) repeat-x;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #6c6c6c; }

.alert-black {
  color: black;
  background: #cccccc linear-gradient(180deg, #d4d4d4, #cccccc) repeat-x;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

.alert-fbblue {
  color: #22365d;
  background: #d9e1f0 linear-gradient(180deg, #dfe6f2, #d9e1f0) repeat-x;
  border-color: #cad4e9; }
  .alert-fbblue hr {
    border-top-color: #b8c5e2; }
  .alert-fbblue .alert-link {
    color: #142038; }

.alert-twitterblue {
  color: #0f547e;
  background: #d2ecfc linear-gradient(180deg, #d9effc, #d2ecfc) repeat-x;
  border-color: #c0e5fb; }
  .alert-twitterblue hr {
    border-top-color: #a8dbf9; }
  .alert-twitterblue .alert-link {
    color: #0a3650; }

.alert-ytred {
  color: #850000;
  background: #ffcccc linear-gradient(180deg, #ffd4d4, #ffcccc) repeat-x;
  border-color: #ffb8b8; }
  .alert-ytred hr {
    border-top-color: #ff9f9f; }
  .alert-ytred .alert-link {
    color: #520000; }

.alert-ig {
  color: #7d003d;
  background: #fccce3 linear-gradient(180deg, #fcd4e7, #fccce3) repeat-x;
  border-color: #fbb8d8; }
  .alert-ig hr {
    border-top-color: #faa0cb; }
  .alert-ig .alert-link {
    color: #4a0024; }

.alert-cbcolor {
  color: rgba(0, 0, 0, 0.545);
  background: rgba(251, 251, 251, 0.825) linear-gradient(180deg, rgba(252, 252, 252, 0.85125), rgba(251, 251, 251, 0.825)) repeat-x;
  border-color: rgba(249, 249, 249, 0.755); }
  .alert-cbcolor hr {
    border-top-color: rgba(236, 236, 236, 0.755); }
  .alert-cbcolor .alert-link {
    color: rgba(0, 0, 0, 0.545); }

.alert-brand {
  color: black;
  background: #cccccc linear-gradient(180deg, #d4d4d4, #cccccc) repeat-x;
  border-color: #b8b8b8; }
  .alert-brand hr {
    border-top-color: #ababab; }
  .alert-brand .alert-link {
    color: black; }

.alert-red {
  color: #7b0521;
  background: #fbced9 linear-gradient(180deg, #fcd5df, #fbced9) repeat-x;
  border-color: #fabac9; }
  .alert-red hr {
    border-top-color: #f8a2b6; }
  .alert-red .alert-link {
    color: #4a0314; }

.alert-orange {
  color: #85471b;
  background: #ffe7d6 linear-gradient(180deg, #ffebdc, #ffe7d6) repeat-x;
  border-color: #ffdec6; }
  .alert-orange hr {
    border-top-color: #ffcfad; }
  .alert-orange .alert-link {
    color: #5b3012; }

.alert-yellow {
  color: #83793a;
  background: #fefae2 linear-gradient(180deg, #fefbe6, #fefae2) repeat-x;
  border-color: #fef9d7; }
  .alert-yellow hr {
    border-top-color: #fdf5be; }
  .alert-yellow .alert-link {
    color: #60582a; }

.alert-green {
  color: #1e562c;
  background: #d8eddd linear-gradient(180deg, #def0e2, #d8eddd) repeat-x;
  border-color: #c8e6cf; }
  .alert-green hr {
    border-top-color: #b6dec0; }
  .alert-green .alert-link {
    color: #113019; }

.alert-blue {
  color: #003585;
  background: #cce0ff linear-gradient(180deg, #d4e5ff, #cce0ff) repeat-x;
  border-color: #b8d4ff; }
  .alert-blue hr {
    border-top-color: #9fc5ff; }
  .alert-blue .alert-link {
    color: #002152; }

.alert-purple {
  color: #351764;
  background: #e0d5f3 linear-gradient(180deg, #e5dbf5, #e0d5f3) repeat-x;
  border-color: #d4c4ee; }
  .alert-purple hr {
    border-top-color: #c6b0e8; }
  .alert-purple .alert-link {
    color: #1f0d3b; }

.alert-brown {
  color: #432c1b;
  background: #e6ddd6 linear-gradient(180deg, #eae2dc, #e6ddd6) repeat-x;
  border-color: #dbcfc6; }
  .alert-brown hr {
    border-top-color: #d1c2b6; }
  .alert-brown .alert-link {
    color: #1f140c; }

.alert-pink {
  color: #782c43;
  background: #fadde6 linear-gradient(180deg, #fbe2ea, #fadde6) repeat-x;
  border-color: #f8cfdb; }
  .alert-pink hr {
    border-top-color: #f5b9ca; }
  .alert-pink .alert-link {
    color: #531e2e; }

@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.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

.progress-bar-animated {
  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.25rem; }

.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: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

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

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

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

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

.list-group-flush {
  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: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-pacific {
  color: #01555c;
  background-color: #b8e5e9; }
  .list-group-item-pacific.list-group-item-action:hover, .list-group-item-pacific.list-group-item-action:focus {
    color: #01555c;
    background-color: #a5dee3; }
  .list-group-item-pacific.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #01555c;
    border-color: #01555c; }

.list-group-item-asparagus {
  color: #4d6111;
  background-color: #e1ecc1; }
  .list-group-item-asparagus.list-group-item-action:hover, .list-group-item-asparagus.list-group-item-action:focus {
    color: #4d6111;
    background-color: #d8e6ad; }
  .list-group-item-asparagus.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #4d6111;
    border-color: #4d6111; }

.list-group-item-daredevil {
  color: #762b00;
  background-color: #f7cfb8; }
  .list-group-item-daredevil.list-group-item-action:hover, .list-group-item-daredevil.list-group-item-action:focus {
    color: #762b00;
    background-color: #f4c0a1; }
  .list-group-item-daredevil.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #762b00;
    border-color: #762b00; }

.list-group-item-sultana {
  color: #350643;
  background-color: #d4bbdb; }
  .list-group-item-sultana.list-group-item-action:hover, .list-group-item-sultana.list-group-item-action:focus {
    color: #350643;
    background-color: #c9aad2; }
  .list-group-item-sultana.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #350643;
    border-color: #350643; }

.list-group-item-plum {
  color: #54445c;
  background-color: #e5dce9; }
  .list-group-item-plum.list-group-item-action:hover, .list-group-item-plum.list-group-item-action:focus {
    color: #54445c;
    background-color: #d9ccdf; }
  .list-group-item-plum.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #54445c;
    border-color: #54445c; }

.list-group-item-shilo {
  color: #785254;
  background-color: #f8e4e5; }
  .list-group-item-shilo.list-group-item-action:hover, .list-group-item-shilo.list-group-item-action:focus {
    color: #785254;
    background-color: #f3d0d2; }
  .list-group-item-shilo.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #785254;
    border-color: #785254; }

.list-group-item-flame {
  color: #7a3214;
  background-color: #f9d3c2; }
  .list-group-item-flame.list-group-item-action:hover, .list-group-item-flame.list-group-item-action:focus {
    color: #7a3214;
    background-color: #f7c2ab; }
  .list-group-item-flame.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #7a3214;
    border-color: #7a3214; }

.list-group-item-onyx {
  color: #151515;
  background-color: #c3c3c3; }
  .list-group-item-onyx.list-group-item-action:hover, .list-group-item-onyx.list-group-item-action:focus {
    color: #151515;
    background-color: #b6b6b6; }
  .list-group-item-onyx.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #151515;
    border-color: #151515; }

.list-group-item-iron {
  color: #2e2e2e;
  background-color: #d1d1d1; }
  .list-group-item-iron.list-group-item-action:hover, .list-group-item-iron.list-group-item-action:focus {
    color: #2e2e2e;
    background-color: #c4c4c4; }
  .list-group-item-iron.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #2e2e2e;
    border-color: #2e2e2e; }

.list-group-item-riviera {
  color: #01555c;
  background-color: #b8e5e9; }
  .list-group-item-riviera.list-group-item-action:hover, .list-group-item-riviera.list-group-item-action:focus {
    color: #01555c;
    background-color: #a5dee3; }
  .list-group-item-riviera.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #01555c;
    border-color: #01555c; }

.list-group-item-avocado {
  color: #4d6111;
  background-color: #e1ecc1; }
  .list-group-item-avocado.list-group-item-action:hover, .list-group-item-avocado.list-group-item-action:focus {
    color: #4d6111;
    background-color: #d8e6ad; }
  .list-group-item-avocado.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #4d6111;
    border-color: #4d6111; }

.list-group-item-bluebell {
  color: #35424d;
  background-color: #d4dbe1; }
  .list-group-item-bluebell.list-group-item-action:hover, .list-group-item-bluebell.list-group-item-action:focus {
    color: #35424d;
    background-color: #c5ced7; }
  .list-group-item-bluebell.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #35424d;
    border-color: #35424d; }

.list-group-item-blueberry {
  color: #182a45;
  background-color: #c4cedd; }
  .list-group-item-blueberry.list-group-item-action:hover, .list-group-item-blueberry.list-group-item-action:focus {
    color: #182a45;
    background-color: #b4c1d4; }
  .list-group-item-blueberry.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #182a45;
    border-color: #182a45; }

.list-group-item-beesknees {
  color: #73760f;
  background-color: #f6f7bf; }
  .list-group-item-beesknees.list-group-item-action:hover, .list-group-item-beesknees.list-group-item-action:focus {
    color: #73760f;
    background-color: #f3f4a8; }
  .list-group-item-beesknees.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #73760f;
    border-color: #73760f; }

.list-group-item-golfcourse {
  color: #2e5126;
  background-color: #d0e3cc; }
  .list-group-item-golfcourse.list-group-item-action:hover, .list-group-item-golfcourse.list-group-item-action:focus {
    color: #2e5126;
    background-color: #c1dabc; }
  .list-group-item-golfcourse.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #2e5126;
    border-color: #2e5126; }

.list-group-item-hiveberry {
  color: #3c0033;
  background-color: #d8b8d3; }
  .list-group-item-hiveberry.list-group-item-action:hover, .list-group-item-hiveberry.list-group-item-action:focus {
    color: #3c0033;
    background-color: #cfa8c9; }
  .list-group-item-hiveberry.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #3c0033;
    border-color: #3c0033; }

.list-group-item-fusion {
  color: #5d601c;
  background-color: #eaebc7; }
  .list-group-item-fusion.list-group-item-action:hover, .list-group-item-fusion.list-group-item-action:focus {
    color: #5d601c;
    background-color: #e3e4b4; }
  .list-group-item-fusion.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #5d601c;
    border-color: #5d601c; }

.list-group-item-fireworks {
  color: #6b1c15;
  background-color: #f1c6c3; }
  .list-group-item-fireworks.list-group-item-action:hover, .list-group-item-fireworks.list-group-item-action:focus {
    color: #6b1c15;
    background-color: #ecb2ae; }
  .list-group-item-fireworks.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #6b1c15;
    border-color: #6b1c15; }

.list-group-item-graphite {
  color: #434343;
  background-color: #dbdbdb; }
  .list-group-item-graphite.list-group-item-action:hover, .list-group-item-graphite.list-group-item-action:focus {
    color: #434343;
    background-color: #cecece; }
  .list-group-item-graphite.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #434343;
    border-color: #434343; }

.list-group-item-bondiblue {
  color: #004463;
  background-color: #b8dced; }
  .list-group-item-bondiblue.list-group-item-action:hover, .list-group-item-bondiblue.list-group-item-action:focus {
    color: #004463;
    background-color: #a4d2e8; }
  .list-group-item-bondiblue.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #004463;
    border-color: #004463; }

.list-group-item-magenta {
  color: #3c0033;
  background-color: #d8b8d3; }
  .list-group-item-magenta.list-group-item-action:hover, .list-group-item-magenta.list-group-item-action:focus {
    color: #3c0033;
    background-color: #cfa8c9; }
  .list-group-item-magenta.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #3c0033;
    border-color: #3c0033; }

.list-group-item-rockbottom {
  color: #252626;
  background-color: #cccccc; }
  .list-group-item-rockbottom.list-group-item-action:hover, .list-group-item-rockbottom.list-group-item-action:focus {
    color: #252626;
    background-color: #bfbfbf; }
  .list-group-item-rockbottom.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #252626;
    border-color: #252626; }

.list-group-item-sage {
  color: #42583e;
  background-color: #dbe7d9; }
  .list-group-item-sage.list-group-item-action:hover, .list-group-item-sage.list-group-item-action:focus {
    color: #42583e;
    background-color: #ccddc9; }
  .list-group-item-sage.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #42583e;
    border-color: #42583e; }

.list-group-item-greatfalls {
  color: #103c4a;
  background-color: #c0d8e0; }
  .list-group-item-greatfalls.list-group-item-action:hover, .list-group-item-greatfalls.list-group-item-action:focus {
    color: #103c4a;
    background-color: #afcdd8; }
  .list-group-item-greatfalls.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #103c4a;
    border-color: #103c4a; }

.list-group-item-autumn {
  color: #6d4d31;
  background-color: #f2e1d2; }
  .list-group-item-autumn.list-group-item-action:hover, .list-group-item-autumn.list-group-item-action:focus {
    color: #6d4d31;
    background-color: #ecd4be; }
  .list-group-item-autumn.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #6d4d31;
    border-color: #6d4d31; }

.list-group-item-tea {
  color: #48170c;
  background-color: #dec4be; }
  .list-group-item-tea.list-group-item-action:hover, .list-group-item-tea.list-group-item-action:focus {
    color: #48170c;
    background-color: #d5b5ad; }
  .list-group-item-tea.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #48170c;
    border-color: #48170c; }

.list-group-item-razzmatazz {
  color: #670028;
  background-color: #efb8cd; }
  .list-group-item-razzmatazz.list-group-item-action:hover, .list-group-item-razzmatazz.list-group-item-action:focus {
    color: #670028;
    background-color: #eaa3be; }
  .list-group-item-razzmatazz.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #670028;
    border-color: #670028; }

.list-group-item-turquoise {
  color: #3d696e;
  background-color: #d8f0f3; }
  .list-group-item-turquoise.list-group-item-action:hover, .list-group-item-turquoise.list-group-item-action:focus {
    color: #3d696e;
    background-color: #c5e9ed; }
  .list-group-item-turquoise.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #3d696e;
    border-color: #3d696e; }

.list-group-item-machorange {
  color: #762b00;
  background-color: #f7cfb8; }
  .list-group-item-machorange.list-group-item-action:hover, .list-group-item-machorange.list-group-item-action:focus {
    color: #762b00;
    background-color: #f4c0a1; }
  .list-group-item-machorange.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #762b00;
    border-color: #762b00; }

.list-group-item-chateau {
  color: #535353;
  background-color: #e4e4e4; }
  .list-group-item-chateau.list-group-item-action:hover, .list-group-item-chateau.list-group-item-action:focus {
    color: #535353;
    background-color: #d7d7d7; }
  .list-group-item-chateau.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #535353;
    border-color: #535353; }

.list-group-item-ghost {
  color: #6b6b6b;
  background-color: #f1f1f1; }
  .list-group-item-ghost.list-group-item-action:hover, .list-group-item-ghost.list-group-item-action:focus {
    color: #6b6b6b;
    background-color: #e4e4e4; }
  .list-group-item-ghost.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #6b6b6b;
    border-color: #6b6b6b; }

.list-group-item-quicksilver {
  color: #505050;
  background-color: #e2e2e2; }
  .list-group-item-quicksilver.list-group-item-action:hover, .list-group-item-quicksilver.list-group-item-action:focus {
    color: #505050;
    background-color: #d5d5d5; }
  .list-group-item-quicksilver.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #505050;
    border-color: #505050; }

.list-group-item-white {
  color: #858585;
  background-color: white; }
  .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: #FFFFFF;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }

.list-group-item-fbblue {
  color: #22365d;
  background-color: #cad4e9; }
  .list-group-item-fbblue.list-group-item-action:hover, .list-group-item-fbblue.list-group-item-action:focus {
    color: #22365d;
    background-color: #b8c5e2; }
  .list-group-item-fbblue.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #22365d;
    border-color: #22365d; }

.list-group-item-twitterblue {
  color: #0f547e;
  background-color: #c0e5fb; }
  .list-group-item-twitterblue.list-group-item-action:hover, .list-group-item-twitterblue.list-group-item-action:focus {
    color: #0f547e;
    background-color: #a8dbf9; }
  .list-group-item-twitterblue.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #0f547e;
    border-color: #0f547e; }

.list-group-item-ytred {
  color: #850000;
  background-color: #ffb8b8; }
  .list-group-item-ytred.list-group-item-action:hover, .list-group-item-ytred.list-group-item-action:focus {
    color: #850000;
    background-color: #ff9f9f; }
  .list-group-item-ytred.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #850000;
    border-color: #850000; }

.list-group-item-ig {
  color: #7d003d;
  background-color: #fbb8d8; }
  .list-group-item-ig.list-group-item-action:hover, .list-group-item-ig.list-group-item-action:focus {
    color: #7d003d;
    background-color: #faa0cb; }
  .list-group-item-ig.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #7d003d;
    border-color: #7d003d; }

.list-group-item-cbcolor {
  color: rgba(0, 0, 0, 0.545);
  background-color: rgba(249, 249, 249, 0.755); }
  .list-group-item-cbcolor.list-group-item-action:hover, .list-group-item-cbcolor.list-group-item-action:focus {
    color: rgba(0, 0, 0, 0.545);
    background-color: rgba(236, 236, 236, 0.755); }
  .list-group-item-cbcolor.list-group-item-action.active {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.545);
    border-color: rgba(0, 0, 0, 0.545); }

.list-group-item-brand {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-brand.list-group-item-action:hover, .list-group-item-brand.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-brand.list-group-item-action.active {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }

.list-group-item-red {
  color: #7b0521;
  background-color: #fabac9; }
  .list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
    color: #7b0521;
    background-color: #f8a2b6; }
  .list-group-item-red.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #7b0521;
    border-color: #7b0521; }

.list-group-item-orange {
  color: #85471b;
  background-color: #ffdec6; }
  .list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #85471b;
    background-color: #ffcfad; }
  .list-group-item-orange.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #85471b;
    border-color: #85471b; }

.list-group-item-yellow {
  color: #83793a;
  background-color: #fef9d7; }
  .list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
    color: #83793a;
    background-color: #fdf5be; }
  .list-group-item-yellow.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #83793a;
    border-color: #83793a; }

.list-group-item-green {
  color: #1e562c;
  background-color: #c8e6cf; }
  .list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
    color: #1e562c;
    background-color: #b6dec0; }
  .list-group-item-green.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #1e562c;
    border-color: #1e562c; }

.list-group-item-blue {
  color: #003585;
  background-color: #b8d4ff; }
  .list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #003585;
    background-color: #9fc5ff; }
  .list-group-item-blue.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #003585;
    border-color: #003585; }

.list-group-item-purple {
  color: #351764;
  background-color: #d4c4ee; }
  .list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
    color: #351764;
    background-color: #c6b0e8; }
  .list-group-item-purple.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #351764;
    border-color: #351764; }

.list-group-item-brown {
  color: #432c1b;
  background-color: #dbcfc6; }
  .list-group-item-brown.list-group-item-action:hover, .list-group-item-brown.list-group-item-action:focus {
    color: #432c1b;
    background-color: #d1c2b6; }
  .list-group-item-brown.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #432c1b;
    border-color: #432c1b; }

.list-group-item-pink {
  color: #782c43;
  background-color: #f8cfdb; }
  .list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
    color: #782c43;
    background-color: #f5b9ca; }
  .list-group-item-pink.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #782c43;
    border-color: #782c43; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  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-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
  .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: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 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%;
  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: 7%;
  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;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001)); }

.carousel-control-next {
  right: 0;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001)); }

.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: 7%;
  margin-left: 7%;
  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: .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: .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: .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: #007bff !important; }

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

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

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

.bg-danger {
  background-color: #dc3545 !important; }

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

.bg-light {
  background-color: #f8f9fa !important; }

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

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-pacific {
  background-color: #01A3B0 !important; }

a.bg-pacific:hover, a.bg-pacific:focus,
button.bg-pacific:hover,
button.bg-pacific:focus {
  background-color: #01747d !important; }

.bg-asparagus {
  background-color: #94bb20 !important; }

a.bg-asparagus:hover, a.bg-asparagus:focus,
button.bg-asparagus:hover,
button.bg-asparagus:focus {
  background-color: #728f19 !important; }

.bg-daredevil {
  background-color: #E25300 !important; }

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

.bg-sultana {
  background-color: #660B80 !important; }

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

.bg-plum {
  background-color: #A282B1 !important; }

a.bg-plum:hover, a.bg-plum:focus,
button.bg-plum:hover,
button.bg-plum:focus {
  background-color: #8b639d !important; }

.bg-shilo {
  background-color: #e69ea2 !important; }

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

.bg-flame {
  background-color: #EB6126 !important; }

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

.bg-onyx {
  background-color: #282828 !important; }

a.bg-onyx:hover, a.bg-onyx:focus,
button.bg-onyx:hover,
button.bg-onyx:focus {
  background-color: #0f0f0f !important; }

.bg-iron {
  background-color: #595959 !important; }

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

.bg-riviera {
  background-color: #01A3B0 !important; }

a.bg-riviera:hover, a.bg-riviera:focus,
button.bg-riviera:hover,
button.bg-riviera:focus {
  background-color: #01747d !important; }

.bg-avocado {
  background-color: #94BB20 !important; }

a.bg-avocado:hover, a.bg-avocado:focus,
button.bg-avocado:hover,
button.bg-avocado:focus {
  background-color: #728f19 !important; }

.bg-bluebell {
  background-color: #657E95 !important; }

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

.bg-blueberry {
  background-color: #2E5084 !important; }

a.bg-blueberry:hover, a.bg-blueberry:focus,
button.bg-blueberry:hover,
button.bg-blueberry:focus {
  background-color: #21395e !important; }

.bg-beesknees {
  background-color: #DEE21C !important; }

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

.bg-golfcourse {
  background-color: #589b4a !important; }

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

.bg-hiveberry {
  background-color: #730062 !important; }

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

.bg-fusion {
  background-color: #B3B936 !important; }

a.bg-fusion:hover, a.bg-fusion:focus,
button.bg-fusion:hover,
button.bg-fusion:focus {
  background-color: #8d922a !important; }

.bg-fireworks {
  background-color: #CD3529 !important; }

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

.bg-graphite {
  background-color: #808080 !important; }

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

.bg-bondiblue {
  background-color: #0082be !important; }

a.bg-bondiblue:hover, a.bg-bondiblue:focus,
button.bg-bondiblue:hover,
button.bg-bondiblue:focus {
  background-color: #005f8b !important; }

.bg-magenta {
  background-color: #730062 !important; }

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

.bg-rockbottom {
  background-color: #484A4A !important; }

a.bg-rockbottom:hover, a.bg-rockbottom:focus,
button.bg-rockbottom:hover,
button.bg-rockbottom:focus {
  background-color: #2f3030 !important; }

.bg-sage {
  background-color: #7EA978 !important; }

a.bg-sage:hover, a.bg-sage:focus,
button.bg-sage:hover,
button.bg-sage:focus {
  background-color: #63915d !important; }

.bg-greatfalls {
  background-color: #1E748F !important; }

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

.bg-autumn {
  background-color: #D1945E !important; }

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

.bg-tea {
  background-color: #8A2C17 !important; }

a.bg-tea:hover, a.bg-tea:focus,
button.bg-tea:hover,
button.bg-tea:focus {
  background-color: #5e1e10 !important; }

.bg-razzmatazz {
  background-color: #C6004C !important; }

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

.bg-turquoise {
  background-color: #75c9d3 !important; }

a.bg-turquoise:hover, a.bg-turquoise:focus,
button.bg-turquoise:hover,
button.bg-turquoise:focus {
  background-color: #4ebac7 !important; }

.bg-machorange {
  background-color: #e25300 !important; }

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

.bg-chateau {
  background-color: #A0A0A0 !important; }

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

.bg-ghost {
  background-color: #CDCDCD !important; }

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

.bg-quicksilver {
  background-color: #999999 !important; }

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

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

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

.bg-black {
  background-color: #000000 !important; }

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

.bg-fbblue {
  background-color: #4267b2 !important; }

a.bg-fbblue:hover, a.bg-fbblue:focus,
button.bg-fbblue:hover,
button.bg-fbblue:focus {
  background-color: #34518d !important; }

.bg-twitterblue {
  background-color: #1da1f2 !important; }

a.bg-twitterblue:hover, a.bg-twitterblue:focus,
button.bg-twitterblue:hover,
button.bg-twitterblue:focus {
  background-color: #0c85d0 !important; }

.bg-ytred {
  background-color: #ff0000 !important; }

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

.bg-ig {
  background-color: #F00075 !important; }

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

.bg-cbcolor {
  background-color: rgba(0, 0, 0, 0.125) !important; }

a.bg-cbcolor:hover, a.bg-cbcolor:focus,
button.bg-cbcolor:hover,
button.bg-cbcolor:focus {
  background-color: rgba(0, 0, 0, 0.125) !important; }

.bg-brand {
  background-color: #000000 !important; }

a.bg-brand:hover, a.bg-brand:focus,
button.bg-brand:hover,
button.bg-brand:focus {
  background-color: black !important; }

.bg-red {
  background-color: #ED0A3F !important; }

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

.bg-orange {
  background-color: #FF8833 !important; }

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

.bg-yellow {
  background-color: #FBE870 !important; }

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

.bg-green {
  background-color: #3AA655 !important; }

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #2d8042 !important; }

.bg-blue {
  background-color: #0066FF !important; }

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #0052cc !important; }

.bg-purple {
  background-color: #652DC1 !important; }

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4f2398 !important; }

.bg-brown {
  background-color: #805533 !important; }

a.bg-brown:hover, a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: #5c3d24 !important; }

.bg-pink {
  background-color: #E75480 !important; }

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

.bg-gradient-primary {
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important; }

.bg-gradient-secondary {
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x !important; }

.bg-gradient-success {
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important; }

.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important; }

.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important; }

.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important; }

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important; }

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important; }

.bg-gradient-pacific {
  background: #01A3B0 linear-gradient(180deg, #27b1bc, #01A3B0) repeat-x !important; }

.bg-gradient-asparagus {
  background: #94bb20 linear-gradient(180deg, #a4c541, #94bb20) repeat-x !important; }

.bg-gradient-daredevil {
  background: #E25300 linear-gradient(180deg, #e66d26, #E25300) repeat-x !important; }

.bg-gradient-sultana {
  background: #660B80 linear-gradient(180deg, #7d3093, #660B80) repeat-x !important; }

.bg-gradient-plum {
  background: #A282B1 linear-gradient(180deg, #b095bd, #A282B1) repeat-x !important; }

.bg-gradient-shilo {
  background: #e69ea2 linear-gradient(180deg, #eaadb0, #e69ea2) repeat-x !important; }

.bg-gradient-flame {
  background: #EB6126 linear-gradient(180deg, #ee7947, #EB6126) repeat-x !important; }

.bg-gradient-onyx {
  background: #282828 linear-gradient(180deg, #484848, #282828) repeat-x !important; }

.bg-gradient-iron {
  background: #595959 linear-gradient(180deg, #727272, #595959) repeat-x !important; }

.bg-gradient-riviera {
  background: #01A3B0 linear-gradient(180deg, #27b1bc, #01A3B0) repeat-x !important; }

.bg-gradient-avocado {
  background: #94BB20 linear-gradient(180deg, #a4c541, #94BB20) repeat-x !important; }

.bg-gradient-bluebell {
  background: #657E95 linear-gradient(180deg, #7c91a5, #657E95) repeat-x !important; }

.bg-gradient-blueberry {
  background: #2E5084 linear-gradient(180deg, #4d6a96, #2E5084) repeat-x !important; }

.bg-gradient-beesknees {
  background: #DEE21C linear-gradient(180deg, #e3e63e, #DEE21C) repeat-x !important; }

.bg-gradient-golfcourse {
  background: #589b4a linear-gradient(180deg, #71aa65, #589b4a) repeat-x !important; }

.bg-gradient-hiveberry {
  background: #730062 linear-gradient(180deg, #88267a, #730062) repeat-x !important; }

.bg-gradient-fusion {
  background: #B3B936 linear-gradient(180deg, #bec454, #B3B936) repeat-x !important; }

.bg-gradient-fireworks {
  background: #CD3529 linear-gradient(180deg, #d55349, #CD3529) repeat-x !important; }

.bg-gradient-graphite {
  background: #808080 linear-gradient(180deg, #939393, #808080) repeat-x !important; }

.bg-gradient-bondiblue {
  background: #0082be linear-gradient(180deg, #2695c8, #0082be) repeat-x !important; }

.bg-gradient-magenta {
  background: #730062 linear-gradient(180deg, #88267a, #730062) repeat-x !important; }

.bg-gradient-rockbottom {
  background: #484A4A linear-gradient(180deg, #636565, #484A4A) repeat-x !important; }

.bg-gradient-sage {
  background: #7EA978 linear-gradient(180deg, #91b68c, #7EA978) repeat-x !important; }

.bg-gradient-greatfalls {
  background: #1E748F linear-gradient(180deg, #4089a0, #1E748F) repeat-x !important; }

.bg-gradient-autumn {
  background: #D1945E linear-gradient(180deg, #d8a476, #D1945E) repeat-x !important; }

.bg-gradient-tea {
  background: #8A2C17 linear-gradient(180deg, #9c4c3a, #8A2C17) repeat-x !important; }

.bg-gradient-razzmatazz {
  background: #C6004C linear-gradient(180deg, #cf2667, #C6004C) repeat-x !important; }

.bg-gradient-turquoise {
  background: #75c9d3 linear-gradient(180deg, #8ad1da, #75c9d3) repeat-x !important; }

.bg-gradient-machorange {
  background: #e25300 linear-gradient(180deg, #e66d26, #e25300) repeat-x !important; }

.bg-gradient-chateau {
  background: #A0A0A0 linear-gradient(180deg, #aeaeae, #A0A0A0) repeat-x !important; }

.bg-gradient-ghost {
  background: #CDCDCD linear-gradient(180deg, #d5d5d5, #CDCDCD) repeat-x !important; }

.bg-gradient-quicksilver {
  background: #999999 linear-gradient(180deg, #a8a8a8, #999999) repeat-x !important; }

.bg-gradient-white {
  background: #FFFFFF linear-gradient(180deg, white, #FFFFFF) repeat-x !important; }

.bg-gradient-black {
  background: #000000 linear-gradient(180deg, #262626, #000000) repeat-x !important; }

.bg-gradient-fbblue {
  background: #4267b2 linear-gradient(180deg, #5e7ebe, #4267b2) repeat-x !important; }

.bg-gradient-twitterblue {
  background: #1da1f2 linear-gradient(180deg, #3faff4, #1da1f2) repeat-x !important; }

.bg-gradient-ytred {
  background: #ff0000 linear-gradient(180deg, #ff2626, #ff0000) repeat-x !important; }

.bg-gradient-ig {
  background: #F00075 linear-gradient(180deg, #f2268a, #F00075) repeat-x !important; }

.bg-gradient-cbcolor {
  background: rgba(0, 0, 0, 0.125) linear-gradient(180deg, rgba(185, 185, 185, 0.25625), rgba(0, 0, 0, 0.125)) repeat-x !important; }

.bg-gradient-brand {
  background: #000000 linear-gradient(180deg, #262626, #000000) repeat-x !important; }

.bg-gradient-red {
  background: #ED0A3F linear-gradient(180deg, #f02f5c, #ED0A3F) repeat-x !important; }

.bg-gradient-orange {
  background: #FF8833 linear-gradient(180deg, #ff9a52, #FF8833) repeat-x !important; }

.bg-gradient-yellow {
  background: #FBE870 linear-gradient(180deg, #fceb85, #FBE870) repeat-x !important; }

.bg-gradient-green {
  background: #3AA655 linear-gradient(180deg, #58b36f, #3AA655) repeat-x !important; }

.bg-gradient-blue {
  background: #0066FF linear-gradient(180deg, #267dff, #0066FF) repeat-x !important; }

.bg-gradient-purple {
  background: #652DC1 linear-gradient(180deg, #7c4dca, #652DC1) repeat-x !important; }

.bg-gradient-brown {
  background: #805533 linear-gradient(180deg, #936f52, #805533) repeat-x !important; }

.bg-gradient-pink {
  background: #E75480 linear-gradient(180deg, #eb6e93, #E75480) repeat-x !important; }

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-pacific {
  border-color: #01A3B0 !important; }

.border-asparagus {
  border-color: #94bb20 !important; }

.border-daredevil {
  border-color: #E25300 !important; }

.border-sultana {
  border-color: #660B80 !important; }

.border-plum {
  border-color: #A282B1 !important; }

.border-shilo {
  border-color: #e69ea2 !important; }

.border-flame {
  border-color: #EB6126 !important; }

.border-onyx {
  border-color: #282828 !important; }

.border-iron {
  border-color: #595959 !important; }

.border-riviera {
  border-color: #01A3B0 !important; }

.border-avocado {
  border-color: #94BB20 !important; }

.border-bluebell {
  border-color: #657E95 !important; }

.border-blueberry {
  border-color: #2E5084 !important; }

.border-beesknees {
  border-color: #DEE21C !important; }

.border-golfcourse {
  border-color: #589b4a !important; }

.border-hiveberry {
  border-color: #730062 !important; }

.border-fusion {
  border-color: #B3B936 !important; }

.border-fireworks {
  border-color: #CD3529 !important; }

.border-graphite {
  border-color: #808080 !important; }

.border-bondiblue {
  border-color: #0082be !important; }

.border-magenta {
  border-color: #730062 !important; }

.border-rockbottom {
  border-color: #484A4A !important; }

.border-sage {
  border-color: #7EA978 !important; }

.border-greatfalls {
  border-color: #1E748F !important; }

.border-autumn {
  border-color: #D1945E !important; }

.border-tea {
  border-color: #8A2C17 !important; }

.border-razzmatazz {
  border-color: #C6004C !important; }

.border-turquoise {
  border-color: #75c9d3 !important; }

.border-machorange {
  border-color: #e25300 !important; }

.border-chateau {
  border-color: #A0A0A0 !important; }

.border-ghost {
  border-color: #CDCDCD !important; }

.border-quicksilver {
  border-color: #999999 !important; }

.border-white {
  border-color: #FFFFFF !important; }

.border-black {
  border-color: #000000 !important; }

.border-fbblue {
  border-color: #4267b2 !important; }

.border-twitterblue {
  border-color: #1da1f2 !important; }

.border-ytred {
  border-color: #ff0000 !important; }

.border-ig {
  border-color: #F00075 !important; }

.border-cbcolor {
  border-color: rgba(0, 0, 0, 0.125) !important; }

.border-brand {
  border-color: #000000 !important; }

.border-red {
  border-color: #ED0A3F !important; }

.border-orange {
  border-color: #FF8833 !important; }

.border-yellow {
  border-color: #FBE870 !important; }

.border-green {
  border-color: #3AA655 !important; }

.border-blue {
  border-color: #0066FF !important; }

.border-purple {
  border-color: #652DC1 !important; }

.border-brown {
  border-color: #805533 !important; }

.border-pink {
  border-color: #E75480 !important; }

.border-white {
  border-color: #FFFFFF !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

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

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

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

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

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

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

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

.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, #stickyNav {
  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 {
  user-select: all !important; }

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

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow, .tiles .card-body {
  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, .tiles .card-body:focus, .tiles .card-body:hover {
  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, #stickyNav,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.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, .halign-left {
  text-align: left !important; }

.text-right, .halign-right {
  text-align: right !important; }

.text-center, .halign-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, li.nav-item:hover, li.nav-item:focus, .nav-item a:hover, nav-item a:focus {
  color: #FFFFFF !important; }

.text-primary {
  color: #007bff !important; }

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

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

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

.text-dark {
  color: #343a40 !important; }

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

.text-pacific {
  color: #01A3B0 !important; }

a.text-pacific:hover, a.text-pacific:focus {
  color: #015d64 !important; }

.text-asparagus {
  color: #94bb20 !important; }

a.text-asparagus:hover, a.text-asparagus:focus {
  color: #607a15 !important; }

.text-daredevil {
  color: #E25300 !important; }

a.text-daredevil:hover, a.text-daredevil:focus {
  color: #963700 !important; }

.text-sultana {
  color: #660B80 !important; }

a.text-sultana:hover, a.text-sultana:focus {
  color: #2e053a !important; }

.text-plum {
  color: #A282B1 !important; }

a.text-plum:hover, a.text-plum:focus {
  color: #7d598e !important; }

.text-shilo {
  color: #e69ea2 !important; }

a.text-shilo:hover, a.text-shilo:focus {
  color: #d66168 !important; }

.text-flame {
  color: #EB6126 !important; }

a.text-flame:hover, a.text-flame:focus {
  color: #b44211 !important; }

.text-onyx {
  color: #282828 !important; }

a.text-onyx:hover, a.text-onyx:focus {
  color: #020202 !important; }

.text-iron {
  color: #595959 !important; }

a.text-iron:hover, a.text-iron:focus {
  color: #333333 !important; }

.text-riviera {
  color: #01A3B0 !important; }

a.text-riviera:hover, a.text-riviera:focus {
  color: #015d64 !important; }

.text-avocado {
  color: #94BB20 !important; }

a.text-avocado:hover, a.text-avocado:focus {
  color: #607a15 !important; }

.text-bluebell {
  color: #657E95 !important; }

a.text-bluebell:hover, a.text-bluebell:focus {
  color: #465767 !important; }

.text-blueberry {
  color: #2E5084 !important; }

a.text-blueberry:hover, a.text-blueberry:focus {
  color: #1a2e4b !important; }

.text-beesknees {
  color: #DEE21C !important; }

a.text-beesknees:hover, a.text-beesknees:focus {
  color: #9b9e14 !important; }

.text-golfcourse {
  color: #589b4a !important; }

a.text-golfcourse:hover, a.text-golfcourse:focus {
  color: #3b6731 !important; }

.text-hiveberry {
  color: #730062 !important; }

a.text-hiveberry:hover, a.text-hiveberry:focus {
  color: #270021 !important; }

.text-fusion {
  color: #B3B936 !important; }

a.text-fusion:hover, a.text-fusion:focus {
  color: #7a7e25 !important; }

.text-fireworks {
  color: #CD3529 !important; }

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

.text-graphite {
  color: #808080 !important; }

a.text-graphite:hover, a.text-graphite:focus {
  color: #5a5a5a !important; }

.text-bondiblue {
  color: #0082be !important; }

a.text-bondiblue:hover, a.text-bondiblue:focus {
  color: #004e72 !important; }

.text-magenta {
  color: #730062 !important; }

a.text-magenta:hover, a.text-magenta:focus {
  color: #270021 !important; }

.text-rockbottom {
  color: #484A4A !important; }

a.text-rockbottom:hover, a.text-rockbottom:focus {
  color: #222323 !important; }

.text-sage {
  color: #7EA978 !important; }

a.text-sage:hover, a.text-sage:focus {
  color: #588253 !important; }

.text-greatfalls {
  color: #1E748F !important; }

a.text-greatfalls:hover, a.text-greatfalls:focus {
  color: #114150 !important; }

.text-autumn {
  color: #D1945E !important; }

a.text-autumn:hover, a.text-autumn:focus {
  color: #b06d32 !important; }

.text-tea {
  color: #8A2C17 !important; }

a.text-tea:hover, a.text-tea:focus {
  color: #48170c !important; }

.text-razzmatazz {
  color: #C6004C !important; }

a.text-razzmatazz:hover, a.text-razzmatazz:focus {
  color: #7a002f !important; }

.text-turquoise {
  color: #75c9d3 !important; }

a.text-turquoise:hover, a.text-turquoise:focus {
  color: #3db1bf !important; }

.text-machorange {
  color: #e25300 !important; }

a.text-machorange:hover, a.text-machorange:focus {
  color: #963700 !important; }

.text-chateau {
  color: #A0A0A0 !important; }

a.text-chateau:hover, a.text-chateau:focus {
  color: #7a7a7a !important; }

.text-ghost {
  color: #CDCDCD !important; }

a.text-ghost:hover, a.text-ghost:focus {
  color: #a7a7a7 !important; }

.text-quicksilver {
  color: #999999 !important; }

a.text-quicksilver:hover, a.text-quicksilver:focus {
  color: #737373 !important; }

.text-white, li.nav-item:hover, li.nav-item:focus, .nav-item a:hover, nav-item a:focus {
  color: #FFFFFF !important; }

a.text-white:hover, .nav-item a:hover, nav-item a:hover:focus, a.text-white:focus, .nav-item a:focus:hover, nav-item a:focus {
  color: #d9d9d9 !important; }

.text-black {
  color: #000000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-fbblue {
  color: #4267b2 !important; }

a.text-fbblue:hover, a.text-fbblue:focus {
  color: #2d477a !important; }

.text-twitterblue {
  color: #1da1f2 !important; }

a.text-twitterblue:hover, a.text-twitterblue:focus {
  color: #0b76b8 !important; }

.text-ytred {
  color: #ff0000 !important; }

a.text-ytred:hover, a.text-ytred:focus {
  color: #b30000 !important; }

.text-ig {
  color: #F00075 !important; }

a.text-ig:hover, a.text-ig:focus {
  color: #a40050 !important; }

.text-cbcolor {
  color: rgba(0, 0, 0, 0.125) !important; }

a.text-cbcolor:hover, a.text-cbcolor:focus {
  color: rgba(0, 0, 0, 0.125) !important; }

.text-brand {
  color: #000000 !important; }

a.text-brand:hover, a.text-brand:focus {
  color: black !important; }

.text-red {
  color: #ED0A3F !important; }

a.text-red:hover, a.text-red:focus {
  color: #a4072b !important; }

.text-orange {
  color: #FF8833 !important; }

a.text-orange:hover, a.text-orange:focus {
  color: #e66000 !important; }

.text-yellow {
  color: #FBE870 !important; }

a.text-yellow:hover, a.text-yellow:focus {
  color: #f9dc26 !important; }

.text-green {
  color: #3AA655 !important; }

a.text-green:hover, a.text-green:focus {
  color: #266d38 !important; }

.text-blue {
  color: #0066FF !important; }

a.text-blue:hover, a.text-blue:focus {
  color: #0047b3 !important; }

.text-purple {
  color: #652DC1 !important; }

a.text-purple:hover, a.text-purple:focus {
  color: #451f83 !important; }

.text-brown {
  color: #805533 !important; }

a.text-brown:hover, a.text-brown:focus {
  color: #49311d !important; }

.text-pink {
  color: #E75480 !important; }

a.text-pink:hover, a.text-pink:focus {
  color: #d11d53 !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, .location-card {
  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 #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #FFFFFF !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; } }

.coverimg {
  width: 250px;
  height: 250px;
  object-fit: cover; }

.page-footer {
  font-family: "Open Sans", sans-serif; }

#s4-bodyContainer {
  padding-bottom: 0px; }

.ms-webpart-zone {
  display: block; }

.ms-webpartzone-cell {
  margin: auto !important; }

.ms-srch-sb-border, .ms-srch-sb-borderFocused, .ms-srch-sb-border:hover, input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus, .sp-peoplepicker-topLevelFocus, .ms-inputBoxActive, .ms-inputBox.ms-inputBoxActive:hover {
  border: none; }

li.static.ms-verticalAlignTop.ms-listMenu-editLink.ms-navedit-editArea {
  display: none; }

#s4-workspace {
  -webkit-overflow-scrolling: touch; }

a.ms-ref-refinername {
  width: auto !important;
  font-size: inherit !important; }

table#MSO_tblPageBody td, table#MSO_tblPageBody th {
  padding: .5em; }

div#s4-bodyContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* 1, 3 */ }

nav, footer {
  flex: none;
  /* 2 */ }

main {
  flex: 1 0 auto;
  /* 2 */
  padding: var(--space) var(--space) 0;
  width: 100%; }

main::after {
  content: '\00a0';
  /* &nbsp; */
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden; }

@media (--break-lg) {
  main {
    padding-top: var(--space-lg); }
  main::after {
    margin-top: var(--space-lg); } }

main--full {
  padding: 0; }

main--full::after {
  content: none; }

.bg-footer h5.text-uppercase {
  color: white; }

.bg-footer a, .bg-footer a:visited {
  color: #b3b8bc;
  text-decoration: none; }

.bg-footer a:hover, .bg-footer a:focus {
  background: #621A4B;
  color: #ffffff; }

.bg-footer li a, .bg-footer h5 {
  padding: 0 .25em; }

.bg-footer {
  background-color: #292c2f; }

.ms-webpart-chrome.ms-webpart-chrome-fullWidth {
  min-width: 0 !important; }

input {
  background-color: white;
  padding: .375rem .75rem; }

.jumbotron.jumboslider {
  padding: 7% 15% 10%;
  min-height: 100%;
  margin-bottom: 0; }

.jumbotron.jumboslider.missionvision {
  padding: 5% !important; }

.jumbotron.jumboslider.shapephx {
  padding: 2% !important; }

.jumbo.Default {
  background: #212529; }

.carousel.slide.row, .carousel.slide#stickyNav {
  background: #dee2e6; }

.vertical-align {
  display: flex;
  align-items: center; }

.carousel-control {
  width: 10%; }

.copborder-1 {
  border-width: spacer("1"); }

.copborder-2 {
  border-width: spacer("2"); }

.copborder-3 {
  border-width: spacer("3"); }

.footer-link {
  display: block; }

a.footer-link.btn:visited {
  color: white; }

.ms-core-navigation {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.btn-wrap-text {
  word-wrap: break-word; }

.ms-dlgCloseBtn > span {
  padding: 0px !important; }

.birdicon {
  height: 1.25em;
  width: auto;
  margin-right: .25em;
  margin-top: -10px; }

@media (min-width: 576px) {
  .footer-link.btn {
    display: inline;
    background: transparent;
    border: none;
    padding: 0;
    color: white; }
  .footer-link.btn:focus {
    box-shadow: none; }
  .footer-link.btn:hover {
    color: #e6e6e6;
    text-decoration: underline;
    box-shadow: none; }
  .footer-link.btn:not(:last-child)::after {
    content: "|";
    margin: 3rem;
    color: white; } }

@media (max-width: 575.98px) {
  .display-1 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.0; }
  .display-2 {
    font-size: 2.75rem;
    font-weight: 300;
    line-height: 1.0; }
  .display-3 {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1.0; }
  .display-4 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.0; }
  .display-5 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.0; }
  .display-6 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.0; }
  .display-7, .display-8 {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.0; }
  h3.display-1.text-theme3, .theme-ppl h3.display-1#myBtn, .theme-smcl h3.display-1#myBtn, .theme-hive h3.display-1#myBtn, .theme-startup h3.display-1#myBtn, .theme-mach h3.display-1#myBtn:hover {
    font-size: 6rem;
    margin-bottom: 1rem; } }

@media (min-width: 576px) {
  .hamburger-columns {
    -moz-column-count: 1;
    -moz-column-gap: 0em;
    -webkit-column-count: 1;
    -webkit-column-gap: 0em;
    column-count: 1;
    column-gap: 0em; } }

@media (min-width: 768px) {
  .hamburger-columns {
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
    column-count: 2;
    column-gap: 2.5em; } }

@media (min-width: 992px) {
  .hamburger-columns {
    -moz-column-count: 3;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 3;
    -webkit-column-gap: 2.5em;
    column-count: 3;
    column-gap: 2.5em; } }

@media (min-width: 1200px) {
  .hamburger-columns {
    -moz-column-count: 4;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 4;
    -webkit-column-gap: 2.5em;
    column-count: 4;
    column-gap: 2.5em; } }
